2025-03-11 15:30:07 +08:00

27473 lines
1.4 MiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
struct VirtualActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtualActionInvoker1
{
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 R>
struct VirtualFuncInvoker0
{
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>
struct VirtualFuncInvoker1
{
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>
struct VirtualFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct VirtualFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R>
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 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 R, typename T1, typename T2, typename T3>
struct InterfaceFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct InvokerFuncInvoker3;
template <typename R, typename T1, typename T2, typename T3>
struct InvokerFuncInvoker3<R, T1, T2*, T3*>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1, T2* p2, T3* p3)
{
R ret;
void* params[3] = { &p1, p2, p3 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct InvokerFuncInvoker4;
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct InvokerFuncInvoker4<R, T1*, T2, T3*, T4*>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3* p3, T4* p4)
{
R ret;
void* params[4] = { p1, &p2, p3, p4 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
// MS.Internal.Xml.XPath.ClonableStack`1<System.Int32>
struct ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33;
// MS.Internal.Xml.XPath.ClonableStack`1<System.Object>
struct ClonableStack_1_tE752F1E601A9BA3C6F7318FDC3356F4A4447C82B;
// MS.Internal.Xml.XPath.ClonableStack`1<System.Xml.XPath.XPathNavigator>
struct ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588;
// System.Collections.Generic.IEnumerable`1<MS.Internal.Xml.XPath.AstNode>
struct IEnumerable_1_t050727EE9B5FD6928EC3150BA3707011771273FE;
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_tF95C9E01A913DD50575531C8305932628663D9E9;
// System.Collections.Generic.IEnumerable`1<System.String>
struct IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44;
// System.Collections.Generic.IEnumerable`1<System.Xml.XPath.XPathNavigator>
struct IEnumerable_1_tEBDDF76052DE0EB4049C31EBA7F5963BF77C1AB6;
// System.Collections.Generic.IList`1<MS.Internal.Xml.XPath.Query>
struct IList_1_t1F460823CD2D96B0A95277E81DA4B02EE627B89E;
// System.Collections.Generic.List`1<MS.Internal.Xml.XPath.AstNode>
struct List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E;
// System.Collections.Generic.List`1<System.Int32>
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73;
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
// System.Collections.Generic.List`1<MS.Internal.Xml.XPath.Query>
struct List_1_tA3AA27DFE035DEEB1487CD496C96E659234C1FC0;
// System.Collections.Generic.List`1<System.String>
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
// System.Collections.Generic.List`1<System.Xml.XPath.XPathNavigator>
struct List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7;
// System.Byte[][]
struct ByteU5BU5DU5BU5D_t19A0C6D66F22DF673E9CDB37DEF566FE0EC947FA;
// MS.Internal.Xml.XPath.LogicalExpr/cmpXslt[][]
struct cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5;
// MS.Internal.Xml.XPath.AstNode[]
struct AstNodeU5BU5D_tD98F0156CE75E3783A70B4ACFC1D08E6C88581A1;
// System.Boolean[]
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4;
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
// System.Xml.Schema.DatatypeImplementation[]
struct DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC;
// System.DateTime[]
struct DateTimeU5BU5D_t8F9285FE729A200A620421ED546CFB3DCF386EA1;
// System.DateTimeOffset[]
struct DateTimeOffsetU5BU5D_t4B1B162A847F71BD683074F71C599EF82CA8235E;
// System.Decimal[]
struct DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615;
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
// System.Double[]
struct DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE;
// System.Int16[]
struct Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB;
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
// System.Int64[]
struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
// MS.Internal.Xml.XPath.Query[]
struct QueryU5BU5D_t7ED57A55B43C27603E54BC882A3906317539AFBE;
// System.SByte[]
struct SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913;
// System.Single[]
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
// System.TimeSpan[]
struct TimeSpanU5BU5D_tC920B81B0E6DCA110DB9D62B5C3850B4BECB87E6;
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
// System.UInt16[]
struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83;
// System.UInt32[]
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
// System.UInt64[]
struct UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299;
// System.Uri[]
struct UriU5BU5D_t95648338DE865E9517F36D1339C4D8DDFA4AAA2D;
// System.Xml.XPath.XPathItem[]
struct XPathItemU5BU5D_tD2B443A6F6419CF6FDAB8C62D58172DC03ED0AFB;
// System.Xml.XPath.XPathNavigator[]
struct XPathNavigatorU5BU5D_tFE9FE3A0D07FE839B04B3C75013904AA99EF0CF0;
// System.Xml.XPath.XPathResultType[]
struct XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931;
// System.Xml.Schema.XmlAtomicValue[]
struct XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409;
// System.Xml.XmlQualifiedName[]
struct XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1;
// System.Xml.Schema.XmlSchemaSimpleType[]
struct XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43;
// System.Xml.Schema.XmlTypeCode[]
struct XmlTypeCodeU5BU5D_tD0B97C4F52D97F28CCCD25F34390B7414EA4BA41;
// System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[]
struct SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466;
// MS.Internal.Xml.XPath.LogicalExpr/cmpXslt[]
struct cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A;
// System.Xml.NameTable/Entry[]
struct EntryU5BU5D_tE4AE7874F9098D7C9B34C34630C2F2698981939A;
// System.TimeZoneInfo/AdjustmentRule[]
struct AdjustmentRuleU5BU5D_tE06E08FC55F09158CD673CE867C3771D92906DFA;
// System.Xml.XmlNamespaceManager/NamespaceDeclaration[]
struct NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60;
// MS.Internal.Xml.XPath.AbsoluteQuery
struct AbsoluteQuery_t9D91D43F5381D7C01E869F1FCA9B76333E29BFDE;
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
// MS.Internal.Xml.XPath.AstNode
struct AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB;
// MS.Internal.Xml.XPath.AttributeQuery
struct AttributeQuery_tD1F8AEEC74375F52EF60F21A7B1591858C8D9683;
// MS.Internal.Xml.XPath.Axis
struct Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B;
// MS.Internal.Xml.XPath.BaseAxisQuery
struct BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A;
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
// MS.Internal.Xml.XPath.BooleanExpr
struct BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA;
// MS.Internal.Xml.XPath.BooleanFunctions
struct BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0;
// MS.Internal.Xml.XPath.CacheAxisQuery
struct CacheAxisQuery_tCFF1CC8DE183EE8E2AE442258AD69D7DB3B05085;
// MS.Internal.Xml.XPath.CacheChildrenQuery
struct CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B;
// MS.Internal.Xml.XPath.CacheOutputQuery
struct CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5;
// MS.Internal.Xml.XPath.ChildrenQuery
struct ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39;
// MS.Internal.Xml.XPath.CompiledXpathExpr
struct CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73;
// MS.Internal.Xml.XPath.ContextQuery
struct ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// MS.Internal.Xml.XPath.DescendantBaseQuery
struct DescendantBaseQuery_tC9436AA1E68A8D806FD6D18C9FD154D5A67C023C;
// MS.Internal.Xml.XPath.DescendantOverDescendantQuery
struct DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4;
// MS.Internal.Xml.XPath.DescendantQuery
struct DescendantQuery_t82623A55A8B0575728F3023138483D2F504F793C;
// MS.Internal.Xml.XPath.DocumentOrderQuery
struct DocumentOrderQuery_t37C750062C4040EA395B6A1E2BD4B34866EA4E79;
// MS.Internal.Xml.XPath.EmptyQuery
struct EmptyQuery_t9FC7465639660E1D50419B6887ADCE3B01230289;
// System.Exception
struct Exception_t;
// MS.Internal.Xml.XPath.ExtensionQuery
struct ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C;
// System.Xml.Schema.FacetsChecker
struct FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8;
// MS.Internal.Xml.XPath.Filter
struct Filter_tBEC9F6ECE164B5586700CE8071CF0F499CF8A037;
// MS.Internal.Xml.XPath.FilterQuery
struct FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783;
// MS.Internal.Xml.XPath.FollSiblingQuery
struct FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053;
// MS.Internal.Xml.XPath.FollowingQuery
struct FollowingQuery_tA0CD0BCC24C281020CEB9407F650E3520633E891;
// System.FormatException
struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B;
// MS.Internal.Xml.XPath.ForwardPositionQuery
struct ForwardPositionQuery_t7C0027AE6FA6AFD08222554F4DBDBC7FAA7D9AF9;
// MS.Internal.Xml.XPath.Function
struct Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067;
// MS.Internal.Xml.XPath.FunctionQuery
struct FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A;
// MS.Internal.Xml.XPath.Group
struct Group_t422900FBF4CC87409B16802F41344C0772AF95A4;
// MS.Internal.Xml.XPath.GroupQuery
struct GroupQuery_t6A2579F6ACC30B53BB286D3BB9793C9899042D9D;
// System.Collections.Hashtable
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D;
// MS.Internal.Xml.XPath.IDQuery
struct IDQuery_t3ADA30B4FBC8F74FAB53A9558F94D5B69BD96FAB;
// System.Collections.IDictionary
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
// System.Collections.IEnumerable
struct IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131;
// System.Collections.IList
struct IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D;
// System.Xml.IXmlNamespaceResolver
struct IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1;
// System.Xml.Xsl.IXsltContextFunction
struct IXsltContextFunction_t97AB21230C8EFED32B7BF9F30F2AA010634A15DD;
// System.Xml.Xsl.IXsltContextVariable
struct IXsltContextVariable_t481B2579305993140189E36D12BEAF6E2D1AEDE9;
// System.InvalidCastException
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E;
// MS.Internal.Xml.XPath.IteratorFilter
struct IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1;
// MS.Internal.Xml.XPath.LogicalExpr
struct LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D;
// System.Reflection.MemberFilter
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
// MS.Internal.Xml.XPath.MergeFilterQuery
struct MergeFilterQuery_tC01FA87A40BE3A7334BEF6092226EE94A63A4D8B;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Xml.NameTable
struct NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46;
// MS.Internal.Xml.XPath.NamespaceQuery
struct NamespaceQuery_tAC24CBCCC56F436A3BBF597BC1CB60CC691C90D7;
// MS.Internal.Xml.XPath.NodeFunctions
struct NodeFunctions_tDCAB2279163508D63430575403B4F84364742427;
// MS.Internal.Xml.XPath.NumberFunctions
struct NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3;
// MS.Internal.Xml.XPath.NumericExpr
struct NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9;
// System.OverflowException
struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C;
// MS.Internal.Xml.XPath.Query
struct Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6;
// MS.Internal.Xml.XPath.ResetableIterator
struct ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08;
// System.Xml.Schema.RestrictionFacets
struct RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// System.Xml.Schema.SchemaElementDecl
struct SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD;
// System.String
struct String_t;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.TimeZoneInfo
struct TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8;
// System.Type
struct Type_t;
// System.Uri
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E;
// System.UriParser
struct UriParser_t920B0868286118827C08B08A15A9456AF6C19D81;
// MS.Internal.Xml.XPath.ValueQuery
struct ValueQuery_tCF7DA687A1FE78AE3A54E5C48772154D01A5912B;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// MS.Internal.Xml.XPath.XPathArrayIterator
struct XPathArrayIterator_t99C9BCCC2BA66B7E0246D8C84C6866DE8DC23979;
// System.Xml.XPath.XPathException
struct XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645;
// System.Xml.XPath.XPathExpression
struct XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B;
// System.Xml.XPath.XPathItem
struct XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7;
// System.Xml.XPath.XPathNavigator
struct XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13;
// System.Xml.XPath.XPathNavigatorKeyComparer
struct XPathNavigatorKeyComparer_t9E68DA4BC364ECF19858E14AECCE74476362F185;
// System.Xml.XPath.XPathNodeIterator
struct XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B;
// MS.Internal.Xml.XPath.XPathSelectionIterator
struct XPathSelectionIterator_tD21F19BD736F5146B9C468681C99C8FC432BCBF6;
// System.Xml.Schema.XmlAnyConverter
struct XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F;
// System.Xml.Schema.XmlAnyListConverter
struct XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6;
// System.Xml.Schema.XmlAtomicValue
struct XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56;
// System.Xml.Schema.XmlBaseConverter
struct XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D;
// System.Xml.Schema.XmlListConverter
struct XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA;
// System.Xml.XmlNameTable
struct XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8;
// System.Xml.XmlNamespaceManager
struct XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F;
// System.Xml.XmlQualifiedName
struct XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9;
// System.Xml.Schema.XmlSchemaDatatype
struct XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D;
// System.Xml.Schema.XmlSchemaSimpleType
struct XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8;
// System.Xml.Schema.XmlSchemaSimpleTypeContent
struct XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091;
// System.Xml.Schema.XmlSchemaType
struct XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF;
// System.Xml.Schema.XmlStringConverter
struct XmlStringConverter_t3665CCDFB8EBCE5EFCF8B5FFF989E086CE5E8718;
// System.Xml.Schema.XmlUntypedConverter
struct XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703;
// System.Xml.Schema.XmlValueConverter
struct XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E;
// System.Xml.Xsl.XsltContext
struct XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B;
// MS.Internal.Xml.XPath.CompiledXpathExpr/UndefinedXsltContext
struct UndefinedXsltContext_tDA1405A3D4F1832649A7B8CB9531C78C633B88BD;
// MS.Internal.Xml.XPath.LogicalExpr/cmpXslt
struct cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21;
// System.TimeZoneInfo/CachedData
struct CachedData_t369B36942C95D8657719006E55DEA9EB23E03CFF;
// System.Uri/UriInfo
struct UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09;
// System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName
struct NamespacePrefixForQName_t580351778384A947979FD4D091BD043347482C3D;
// System.Xml.XmlQualifiedName/HashCodeOfStringDelegate
struct HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA;
IL2CPP_EXTERN_C RuntimeClass* AbsoluteQuery_t9D91D43F5381D7C01E869F1FCA9B76333E29BFDE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AttributeQuery_tD1F8AEEC74375F52EF60F21A7B1591858C8D9683_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Bits_t4D52329DF865E191908AE96952B27312B4FD1355_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DescendantQuery_t82623A55A8B0575728F3023138483D2F504F793C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DocumentOrderQuery_t37C750062C4040EA395B6A1E2BD4B34866EA4E79_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DurationType_tD4A0AE07CC0C51C05B70E801ABF6EE88FAE8D8F9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FollowingQuery_tA0CD0BCC24C281020CEB9407F650E3520633E891_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ForwardPositionQuery_t7C0027AE6FA6AFD08222554F4DBDBC7FAA7D9AF9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GroupQuery_t6A2579F6ACC30B53BB286D3BB9793C9899042D9D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_1_tBB5AACD01A66412BD9753026E2EF053F8D930B62_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDQuery_t3ADA30B4FBC8F74FAB53A9558F94D5B69BD96FAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tAEC2B5C75DCB497389E13D8CCBDD2B46DA4E6C15_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tAABA4B28A834C7B2EF1AEC2246108D99FB15316E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IList_1_t1F460823CD2D96B0A95277E81DA4B02EE627B89E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IXPathNavigable_t7BF6ADB512E5C0F5D286F6EE65D1C0ED525098EA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IXsltContextFunction_t97AB21230C8EFED32B7BF9F30F2AA010634A15DD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MergeFilterQuery_tC01FA87A40BE3A7334BEF6092226EE94A63A4D8B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NamespaceQuery_tAC24CBCCC56F436A3BBF597BC1CB60CC691C90D7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NodeFunctions_tDCAB2279163508D63430575403B4F84364742427_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Operator_tA3FECDFCD42EF0851969EE5D3295C0CDA457BADE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* QueryU5BU5D_t7ED57A55B43C27603E54BC882A3906317539AFBE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReversePositionQuery_t914EB0996279C92F919954E9D4377972A7486AF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringFunctions_t46C9229E031209FAA465BAC56334DBE0190024EA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UndefinedXsltContext_tDA1405A3D4F1832649A7B8CB9531C78C633B88BD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XPathArrayIterator_t99C9BCCC2BA66B7E0246D8C84C6866DE8DC23979_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XPathSelectionIterator_tD21F19BD736F5146B9C468681C99C8FC432BCBF6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlStringConverter_t3665CCDFB8EBCE5EFCF8B5FFF989E086CE5E8718_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlTypeCodeU5BU5D_tD0B97C4F52D97F28CCCD25F34390B7414EA4BA41_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XsdDateTimeFlags_t69F10B0961FFA92954C37D538C4B5D5FAD9F1F76_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____28057B619BAF672A05E1585ED28F174E67FE946D81BDAA0691F07AB772057B02_2_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____499E4F5C84E20C7347E10100E0EC90C1945EA21C7C80809E4F7F474179B39DF6_4_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____9DA6B2C4638D1DC7611B7F458BBFE7FD49FE1B36B67239B00B8A051F4E49558F_5_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral0571B0484D84D3D5A784EAFB605BF47420CD317C;
IL2CPP_EXTERN_C String_t* _stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A;
IL2CPP_EXTERN_C String_t* _stringLiteral0A068BB3E9EA2EA72CF05B963841C49DBA8EEFF5;
IL2CPP_EXTERN_C String_t* _stringLiteral111B078632ED414E9392C91DEE241B11C9EE8544;
IL2CPP_EXTERN_C String_t* _stringLiteral1132B9DCD66F9A9E0A49EFD74412A40CA04058D8;
IL2CPP_EXTERN_C String_t* _stringLiteral18FF4EE509547E9F427ED4CBAD56460397F93F60;
IL2CPP_EXTERN_C String_t* _stringLiteral1F164EE4DE39AD90666ACDB4EA0CAABA7853CFCF;
IL2CPP_EXTERN_C String_t* _stringLiteral2198F1C92174A1B44CB01773603D23F6671D3329;
IL2CPP_EXTERN_C String_t* _stringLiteral356F18017512A760F46C8C6E41C462F76716509F;
IL2CPP_EXTERN_C String_t* _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0;
IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
IL2CPP_EXTERN_C String_t* _stringLiteral57E00753C198BBF933B5B117333FD89AF5A3E48B;
IL2CPP_EXTERN_C String_t* _stringLiteral58F2B4A0A3F5D63532995796ECF46099320B370D;
IL2CPP_EXTERN_C String_t* _stringLiteral5F79376E49FC345D1F74769B7D1E538AE10FAE5C;
IL2CPP_EXTERN_C String_t* _stringLiteral68D5513A81FE3BA8EC49159C52E6505DA8BEA242;
IL2CPP_EXTERN_C String_t* _stringLiteral6912992FC50D2764B34BA8408AECF2DF5DB8080F;
IL2CPP_EXTERN_C String_t* _stringLiteral69520730213CDED741A5919BB83F6E4B8610EDBA;
IL2CPP_EXTERN_C String_t* _stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E;
IL2CPP_EXTERN_C String_t* _stringLiteral8243BA18D267E0E612210F4920079D9700A5DEEF;
IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
IL2CPP_EXTERN_C String_t* _stringLiteral878AE10D03D16A069554617545B8533ED09E594F;
IL2CPP_EXTERN_C String_t* _stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158;
IL2CPP_EXTERN_C String_t* _stringLiteral9104E82394351D786F4B739689D0B28ACF18A43D;
IL2CPP_EXTERN_C String_t* _stringLiteral92094BBD8DE1A81022C0FCA98F179197BA588E99;
IL2CPP_EXTERN_C String_t* _stringLiteralA3A680A717A901731935F51F62C0FDFEF792BDD2;
IL2CPP_EXTERN_C String_t* _stringLiteralA3E0185CFEE766D02511A6B411F83832EC44A795;
IL2CPP_EXTERN_C String_t* _stringLiteralAC2806EA40D9F7601BBB6DA354C649B46D2D8877;
IL2CPP_EXTERN_C String_t* _stringLiteralC171503077BD6B1C438A3FEA9F31DB637C7C763A;
IL2CPP_EXTERN_C String_t* _stringLiteralC4FEF05AC2AE7B117256FA840859B8790DEFE62B;
IL2CPP_EXTERN_C String_t* _stringLiteralCAF956214D83EED9D9B576DA1D727BD145303948;
IL2CPP_EXTERN_C String_t* _stringLiteralCCD15A133CD38F3DFFFA94FA4D720EAC91F25B79;
IL2CPP_EXTERN_C String_t* _stringLiteralCE9BB7116C03E5DA9D01F8D4803A0FFE9ADA5307;
IL2CPP_EXTERN_C String_t* _stringLiteralD20945EB99E4CFCA27A66866A791F9AE0B7E4EBB;
IL2CPP_EXTERN_C String_t* _stringLiteralD3A16BBDB1662D7361031D5B9686BD4A9DD7F9D6;
IL2CPP_EXTERN_C String_t* _stringLiteralD67729AC2AE2B39DBBC387BDA1A36503B0C922C1;
IL2CPP_EXTERN_C String_t* _stringLiteralD83041E889BDAEB8F029AF50549D1347BD7FC949;
IL2CPP_EXTERN_C String_t* _stringLiteralD9DA7E59DE10A66D178868A5ECCD5BAE478D7E0E;
IL2CPP_EXTERN_C String_t* _stringLiteralDB43AF7750517FC9C2883D18BF195926C1325D17;
IL2CPP_EXTERN_C String_t* _stringLiteralDB6A30F5C46ACC70D2AD58ABFB2A19A8F675C314;
IL2CPP_EXTERN_C String_t* _stringLiteralDF1296B24672A38692CC663E858166C834F0ABD9;
IL2CPP_EXTERN_C String_t* _stringLiteralE1E0D4973E26B80B96256B01F0199BB2484B27E0;
IL2CPP_EXTERN_C String_t* _stringLiteralE33B655BD7CA37454FF89A8C0BDA6B8196C65A77;
IL2CPP_EXTERN_C String_t* _stringLiteralE358F823C39A638A3134E442FF53D303271291F3;
IL2CPP_EXTERN_C String_t* _stringLiteralE6EBCEA500627777D442B13852AA318A24E7519B;
IL2CPP_EXTERN_C String_t* _stringLiteralEEC7EDD445A803BF7283248C4CEA74FBAEF51A7D;
IL2CPP_EXTERN_C String_t* _stringLiteralF2EE2B9C299895393EAD54EEC93812CB500B915F;
IL2CPP_EXTERN_C String_t* _stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667;
IL2CPP_EXTERN_C const RuntimeMethod* ClonableStack_1_Clone_m52420A2C704A67A68A14D612327E904C0DC1CE16_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ClonableStack_1_Clone_m561B4C80C7E986CD79D2662AFDF353F8AA795A91_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ClonableStack_1_Pop_m710FF918275A4E7BB9D2EC6E310F9DA80D770588_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ClonableStack_1_Pop_mB6E8C78D5C2AFA9D21DC6C4BEA4C0077E0829D26_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ClonableStack_1_Push_m1BC7B5D884ABCE10EBD7E6C79FC650D9E1ADD5AA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ClonableStack_1_Push_mF35DA7614F09A53EF575B806D330B18D34521E3C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ClonableStack_1__ctor_m4F2EF698D12E4E5B0FED4298FB26311782035234_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ClonableStack_1__ctor_mC18EFFAFE16CF3D20B6D07798787DBADC506AD7A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CompiledXpathExpr_get_QueryTree_m0D8ED9C4C87032AC6BE036E4882264DAC3610A61_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExtensionQuery_Advance_m2BFFBAE2B794506009A6BDF80041320FBA41FFA6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ExtensionQuery_get_Current_m10DFE3EC174C8065E4AAA7070D08CC68BAA36B6E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FunctionQuery_Evaluate_m8BDA6583D92C34A4545534194C85020E8FF7ED98_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FunctionQuery_SetXsltContext_m09CAC8AFE533EB9B9F3B73437500ACE061495CD2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m44E83B573115448D2E3DDE8AAA4CFEDB1DFE3DE1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA2A1846EC873247D15A24C6C08397B06C831477A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m42D160830A60081C7477DDAA0D4523539171EF68_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0BAB01B25B1D62E100CC97401B1A9972D6DEB6EC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m16F8F62149B0B0F12C7F6497E8F800BAA93DCE75_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4E8C14E21790E3F050037E5F570A2BA9F02CFF08_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m58DD5788D841C08F26C608DA036E7032E3B6CF74_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m5FDAAEC0B715FA1C85E3D8DEA35613EF51CBF0A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mC1FAE0FC5B6C378F8F0154E5BCB6821B87A59EE5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpBoolBoolE_mE85DD2C13B99D5F8712A63D18AE62F1702A37B5A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpBoolBoolO_mC9166CD551A2339365490F18DDDE5B3A49F67B1F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpBoolNumberE_m35876C051B44DADA3EC3E2092CD583965B69CCF7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpBoolNumberO_mD33D7985BE950F4872EE1DDCBAC81D0479834514_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpBoolStringE_m6631CFE64543E948CAFB112C0E31B63A6BDDD415_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpBoolStringO_m3B2580919B8AA0DB9527A988A68D7C234FDE85E7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpNumberNumber_m9B8FFB19DDEBD0D6AC356D845444573D839F266E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpQueryBoolE_m1CF3A0A91D1D01773307FDEB7EE489F0E1581DD7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpQueryBoolO_m2D362D25DA8B4F680B16EF5BDAFB5939EDC6D190_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpQueryNumber_m1A1365FEF236C338AC1CE07D4E8DFB8B90990345_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpQueryQueryE_m7BC3116FE75068834F139B427D37AF3D78448131_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpQueryQueryO_m0AE8ACE6C30C0570AD90826423E80B61F787D78E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpQueryStringE_m4140D7EC0217B7B962A6209B2F3F58E4AE66900A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpQueryStringO_m647591F5F6934898634F35C4BC13CA215D061543_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpRtfBoolE_m1AD873295CF721E3D76328C9A4F8FD7305B66E5D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpRtfBoolO_m7659341B21FF9EE81A2BF12E9EC45B57D6C38C25_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpRtfNumber_m283D2226B9A0E1AA624E4B980D8B7E942C014AAA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpRtfQueryE_m86BE322CD4DABED9BA852FD545F64B0FDE895163_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpRtfQueryO_m2CFB867D89B515D03CAB9CC0D8DE0BB400FE2C94_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpRtfRtfE_mFCEB0CACBDA4E76E66B77BD31B2A8F0451E3B921_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpRtfRtfO_m8CFA004A1647C6530D034323A858862F3BA63E37_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpRtfStringE_m9FB8C043DCC54107B2A255EB1DE1A7861A6A4E52_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpRtfStringO_mD68EA2B4E9FAEBF91D7B2F1D2D34086B0836E58E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpStringNumber_mE3CD768E67DD63AB5C2262C83466A475050CB11F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpStringStringE_m294AD3EADBEAB69F93D136BF28134D313374E2B1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LogicalExpr_cmpStringStringO_m299B241C281C0A4D7E6AB0755692727CEB54069A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UndefinedXsltContext_LookupNamespace_mC663ED618EC6E7499210E349F085B863FE4953C4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UndefinedXsltContext_ResolveFunction_m13A4546E7D9CB1C41F4BD3297B87CFD8CD97EE42_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UndefinedXsltContext_ResolveVariable_m6C48EE4FD83FE5D028710EDF41732037A3ABC6FF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ChangeType_m14024A08E769496A50AACE8F8A4AC8693DF88AA3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ChangeType_m1E1182DD2F816191CF79B328CD22039CE194B929_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ChangeType_m34B629B194FAA6C62C4BC44CBC9231D3DA567AB1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ChangeType_m96A6B8E6ED6109AEE90668DFE76652E587B82FD1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ChangeType_mA7201A4C1ACE26EA35D1DE3444D7F62A9C2568FB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ChangeType_mAADBB6C9AF7978420700FB9805706EBFE0E7B710_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ChangeType_mAF24A2C607A9527EB0C1B505A5E6E46A6FB99920_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ChangeType_mD4C9518A504738A55A8052A61868643277C5F180_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ToBoolean_m3A26D2B41FEC9E84BBB19C52A7173059147C3D67_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ToDateTimeOffset_m00A1CEDCF852ADC6784F9C002D82B0DB7711F2DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ToDateTime_mC92E49F464D7392CF9BEC1E515F7EF27304F3369_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ToDecimal_m4C393123BD63C71B6AFC300FCD261A622E9B3D3E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ToDouble_m3C5710F8F74CBC860E5B29D92EB1099BFC595B23_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ToInt32_mB1B32CF791659BBC1CA9E593AB27D353B44604B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ToInt64_m1EFEFAA444A5C9B5E4A62662F890A582B36C21C9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ToNavigator_mE0637E73228846BF8C3375430C8B63CF73A3C2A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyConverter_ToSingle_mA0C121FA8637E82DE889C6EEE293360969BC5260_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlAnyListConverter_ChangeType_m1BE4913561E1287C94B093B9EBFB153F32655F61_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ChangeListType_mE0AAB3D151C68A0D04C45239AC2899272F009220_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ChangeType_m630DCB9CD3B6B383341BA451EAAA25F165B6B66D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m86B8C1BAE24C52F86600E90AE9B16FC865C37BB6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_m5A92ADE94AF281EA92D6BAB353B07CC8678E1163_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m6C49120D2D0AF3F8183B697B5C21CE39102461FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisDateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_mFC43A6F4F474A2D1F8932295447B8FBBE9A3D164_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisDateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_m70FF116BB5D6279558D03AC6F6CE09493E43E48B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisDecimal_tDA6C877282B2D789CF97C0949661CC11D643969F_m235B2DD2FA5988885EB6CD816947DA42EBDCB048_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisDouble_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_m19E665AADEE3C053EAFCF2616DCD76CA764F1688_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisInt16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_mF8FE668F3B3FC4EE8E286199832133B161BF3BB7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m07FAC8C4A8AA47D61A21F09BF6DA7EB24033F7D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisInt64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_mFF076DEF2D57F8738FF014F637D152B274450A65_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisRuntimeObject_mE88B7F8005AC5A0140F7327BFF258520169C0E5D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisSByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_m2B0DD5207360132A1EE6D8F45299140B885B3120_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m00F5498BA708A54737154E9CCB62E77A725F10F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisString_t_m760B10F90DDB9E8CC982DBED257FD374FDB9BFD9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisTimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_m872BD5656AD2E846B6FDC61B1E52C702E658D3F4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mFF18A05C02B2E1B9E08A19D9169D1634ED908954_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mD56FF6DFE5BDF6529D63B90C76A0D84898EEF049_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m0E3ADF0E3B37194518A4B2D7FB0A2E0830FF1234_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisUri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_mC960C31453A4D44C56084C07A27DDFDD471D481B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisXPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7_m9AEBD985069D1257E3688F670B37F877EBC65AC6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisXPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_mFEE720231EF096E7F5D07E837631DB2B74AE1C78_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisXmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_mB44E5366B1E0B70FFB508B81AB1EEEACA8A24FB9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlListConverter_ToArray_TisXmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_m82FE10DFE44A5AC048DB1E0634CD5C619C419814_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlStringConverter_ChangeType_m7810C0EB99366E196EEC36CCE763FCA26C37D2B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlStringConverter_ChangeType_mF00F4EA115ECA51997AB440D504C1EBC88CFD590_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlStringConverter_ToString_mD800CDE5EA87729AB0D60133A0E16910EE900BB1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ChangeListType_m56081414572E63A4CE7F6E3A00A9059A9D880CF4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ChangeType_m01ACA40ACADFE01E49CD8CA75DEF9BBDF4A636E8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ChangeType_m04BD68FA7EEC6BBBFA5C1F3A56E12AFC716512A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ChangeType_m34C37280F713467BA8F434E8D1A1860BC69B1126_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ChangeType_m5756490878BB3BB8C1A9335E469E04D5E697F3B0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ChangeType_m7F0E767DC5EF8AFB5283C6B4C29E9FDC2E28A7BF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ChangeType_mA0E56A6A916A1F6D874EBA3969C1E251C977B9B3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ChangeType_mC00C433AB711E7881ACF2FAB9D1CFB725823E36C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ChangeType_mEDA35D335DC702518EF5BCFF48CF0284D7AC0A6E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ToBoolean_m098E38F65925E62044FAEF1D8B3B8C5303078022_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ToBoolean_m3FB4C00C10A29360D71689627B79E44C9F362AF1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ToDateTimeOffset_m5A7D63D12407EA0C31466AABAA9DA2B0F95459B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ToDateTimeOffset_m92ABCAD646624C6D49774A1840C583787CDBDE39_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ToDateTime_m06DB710A4533E2B2615FA59D356F55C72997AF1A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ToDateTime_mAA489D6BA8BFEE9083B2322B367849DD58DB2213_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ToDecimal_m31D9DD7EE2F9CA063CAF95AB001C7D5CC07C0953_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ToDecimal_mC49C96BD2FD4C3F5509F0414088701FC3A827A41_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ToDouble_mA0D38166C4C7F7C1A2D74151DFED136837CFF192_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ToDouble_mD68186F8CFD91946073BF9BF1C36095EFB5372AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ToInt32_m7827E75366EB732701E666AE7AD515E03DC55B1E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ToInt32_mC50212F8EF6D6FFA09F85FA049B91C4BB923E80A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ToInt64_m596B48E062659CDE389BD18EE3687E0CC9D4FC1D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ToInt64_m59ECD5D2B8DE238FA8A459105730683F02DAA6E9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ToSingle_m6D9FD031B936C61F75C186D241BF51271AE71FD3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ToSingle_mB8BB884E5B7EFCF79893C0BBF0095F3A0E8C632E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlUntypedConverter_ToString_m806034A143001ADC300AF399611CD283AA2103F0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XsdDateTime__ctor_m3E0873E7B93556D02209B348843C713D51F73B4E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XsdDuration_ToTimeSpan_mBE8EA5F151FE97572999EDFA85A3DAAA13B04B9A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XsdDuration__ctor_m34337885047100969A6121F7CFAE5530C40E9B48_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XsdDuration__ctor_m38DC4CBC4227909F4B1AF6A15D90026E3EDA2E8A_RuntimeMethod_var;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct ByteU5BU5DU5BU5D_t19A0C6D66F22DF673E9CDB37DEF566FE0EC947FA;
struct cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5;
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4;
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct DateTimeU5BU5D_t8F9285FE729A200A620421ED546CFB3DCF386EA1;
struct DateTimeOffsetU5BU5D_t4B1B162A847F71BD683074F71C599EF82CA8235E;
struct DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615;
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
struct DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE;
struct Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct QueryU5BU5D_t7ED57A55B43C27603E54BC882A3906317539AFBE;
struct SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913;
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct TimeSpanU5BU5D_tC920B81B0E6DCA110DB9D62B5C3850B4BECB87E6;
struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83;
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
struct UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299;
struct UriU5BU5D_t95648338DE865E9517F36D1339C4D8DDFA4AAA2D;
struct XPathItemU5BU5D_tD2B443A6F6419CF6FDAB8C62D58172DC03ED0AFB;
struct XPathNavigatorU5BU5D_tFE9FE3A0D07FE839B04B3C75013904AA99EF0CF0;
struct XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931;
struct XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409;
struct XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1;
struct XmlTypeCodeU5BU5D_tD0B97C4F52D97F28CCCD25F34390B7414EA4BA41;
struct cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<MS.Internal.Xml.XPath.AstNode>
struct List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
AstNodeU5BU5D_tD98F0156CE75E3783A70B4ACFC1D08E6C88581A1* ____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;
};
struct List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
AstNodeU5BU5D_tD98F0156CE75E3783A70B4ACFC1D08E6C88581A1* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.Int32>
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____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;
};
struct List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____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;
};
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<MS.Internal.Xml.XPath.Query>
struct List_1_tA3AA27DFE035DEEB1487CD496C96E659234C1FC0 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
QueryU5BU5D_t7ED57A55B43C27603E54BC882A3906317539AFBE* ____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;
};
struct List_1_tA3AA27DFE035DEEB1487CD496C96E659234C1FC0_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
QueryU5BU5D_t7ED57A55B43C27603E54BC882A3906317539AFBE* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.String>
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____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;
};
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.Xml.XPath.XPathNavigator>
struct List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
XPathNavigatorU5BU5D_tFE9FE3A0D07FE839B04B3C75013904AA99EF0CF0* ____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;
};
struct List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
XPathNavigatorU5BU5D_tFE9FE3A0D07FE839B04B3C75013904AA99EF0CF0* ___s_emptyArray_5;
};
struct Il2CppArrayBounds;
// MS.Internal.Xml.XPath.AstNode
struct AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB : public RuntimeObject
{
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
};
// System.String
struct String_t : public RuntimeObject
{
// System.Int32 System.String::_stringLength
int32_t ____stringLength_4;
// System.Char System.String::_firstChar
Il2CppChar ____firstChar_5;
};
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___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;
};
// System.Uri
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E : public RuntimeObject
{
// 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_t920B0868286118827C08B08A15A9456AF6C19D81* ___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_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* ___m_Info_18;
// System.Boolean System.Uri::m_iriParsing
bool ___m_iriParsing_19;
};
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields
{
// 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___HexLowerChars_27;
// System.Char[] System.Uri::_WSchars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____WSchars_28;
};
// System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
// System.Xml.XPath.XPathExpression
struct XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B : public RuntimeObject
{
};
// System.Xml.XPath.XPathItem
struct XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7 : public RuntimeObject
{
};
// System.Xml.XPath.XPathNodeIterator
struct XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B : public RuntimeObject
{
// System.Int32 System.Xml.XPath.XPathNodeIterator::count
int32_t ___count_0;
};
// System.Xml.XmlNameTable
struct XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8 : public RuntimeObject
{
};
// System.Xml.XmlNamespaceManager
struct XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F : public RuntimeObject
{
// System.Xml.XmlNamespaceManager/NamespaceDeclaration[] System.Xml.XmlNamespaceManager::nsdecls
NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* ___nsdecls_0;
// System.Int32 System.Xml.XmlNamespaceManager::lastDecl
int32_t ___lastDecl_1;
// System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::nameTable
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___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_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___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;
};
// System.Xml.XmlQualifiedName
struct XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9 : public RuntimeObject
{
// 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;
};
struct XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields
{
// System.Xml.XmlQualifiedName/HashCodeOfStringDelegate System.Xml.XmlQualifiedName::hashCodeDelegate
HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* ___hashCodeDelegate_0;
// System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Empty
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___Empty_4;
};
// System.Xml.Schema.XmlSchemaDatatype
struct XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D : public RuntimeObject
{
};
// System.Xml.Schema.XmlSchemaObject
struct XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D : public RuntimeObject
{
};
// System.Xml.Schema.XmlValueConverter
struct XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E : public RuntimeObject
{
};
// MS.Internal.Xml.XPath.ClonableStack`1<System.Int32>
struct ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33 : public List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73
{
};
// MS.Internal.Xml.XPath.ClonableStack`1<System.Xml.XPath.XPathNavigator>
struct ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B : public List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7
{
};
// MS.Internal.Xml.XPath.Axis
struct Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B : public AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB
{
// MS.Internal.Xml.XPath.Axis/AxisType MS.Internal.Xml.XPath.Axis::_axisType
int32_t ____axisType_0;
// MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Axis::_input
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* ____input_1;
// System.String MS.Internal.Xml.XPath.Axis::_prefix
String_t* ____prefix_2;
// System.String MS.Internal.Xml.XPath.Axis::_name
String_t* ____name_3;
// System.Xml.XPath.XPathNodeType MS.Internal.Xml.XPath.Axis::_nodeType
int32_t ____nodeType_4;
// System.Boolean MS.Internal.Xml.XPath.Axis::abbrAxis
bool ___abbrAxis_5;
// System.String MS.Internal.Xml.XPath.Axis::_urn
String_t* ____urn_6;
};
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
};
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
{
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
};
// System.Char
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
{
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
};
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
{
// System.Byte[] System.Char::s_categoryForLatin1
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
};
// MS.Internal.Xml.XPath.CompiledXpathExpr
struct CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73 : public XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B
{
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.CompiledXpathExpr::_query
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ____query_0;
// System.String MS.Internal.Xml.XPath.CompiledXpathExpr::_expr
String_t* ____expr_1;
// System.Boolean MS.Internal.Xml.XPath.CompiledXpathExpr::_needContext
bool ____needContext_2;
};
// System.Xml.Schema.DatatypeImplementation
struct DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF : public XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D
{
// System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.DatatypeImplementation::variety
int32_t ___variety_0;
// System.Xml.Schema.RestrictionFacets System.Xml.Schema.DatatypeImplementation::restriction
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* ___restriction_1;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::baseType
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___baseType_2;
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.DatatypeImplementation::valueConverter
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___valueConverter_3;
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.DatatypeImplementation::parentSchemaType
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___parentSchemaType_4;
};
struct DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields
{
// System.Collections.Hashtable System.Xml.Schema.DatatypeImplementation::builtinTypes
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___builtinTypes_5;
// System.Xml.Schema.XmlSchemaSimpleType[] System.Xml.Schema.DatatypeImplementation::enumToTypeCode
XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* ___enumToTypeCode_6;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::anySimpleType
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___anySimpleType_7;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::anyAtomicType
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___anyAtomicType_8;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::untypedAtomicType
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___untypedAtomicType_9;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::yearMonthDurationType
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___yearMonthDurationType_10;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::dayTimeDurationType
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___dayTimeDurationType_11;
// System.Xml.XmlQualifiedName System.Xml.Schema.DatatypeImplementation::QnAnySimpleType
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnAnySimpleType_12;
// System.Xml.XmlQualifiedName System.Xml.Schema.DatatypeImplementation::QnAnyType
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnAnyType_13;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::stringFacetsChecker
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___stringFacetsChecker_14;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::miscFacetsChecker
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___miscFacetsChecker_15;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::numeric2FacetsChecker
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric2FacetsChecker_16;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::binaryFacetsChecker
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___binaryFacetsChecker_17;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::dateTimeFacetsChecker
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___dateTimeFacetsChecker_18;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::durationFacetsChecker
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___durationFacetsChecker_19;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::listFacetsChecker
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___listFacetsChecker_20;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::qnameFacetsChecker
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___qnameFacetsChecker_21;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::unionFacetsChecker
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___unionFacetsChecker_22;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anySimpleType
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_anySimpleType_23;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anyURI
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_anyURI_24;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_base64Binary
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_base64Binary_25;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_boolean
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_boolean_26;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_byte
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_byte_27;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_char
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_char_28;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_date
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_date_29;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTime
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_dateTime_30;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTimeNoTz
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_dateTimeNoTz_31;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTimeTz
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_dateTimeTz_32;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_day
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_day_33;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_decimal
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_decimal_34;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_double
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_double_35;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_doubleXdr
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_doubleXdr_36;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_duration
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_duration_37;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENTITY
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_ENTITY_38;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENTITIES
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_ENTITIES_39;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENUMERATION
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_ENUMERATION_40;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_fixed
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_fixed_41;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_float
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_float_42;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_floatXdr
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_floatXdr_43;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_hexBinary
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_hexBinary_44;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ID
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_ID_45;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_IDREF
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_IDREF_46;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_IDREFS
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_IDREFS_47;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_int
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_int_48;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_integer
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_integer_49;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_language
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_language_50;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_long
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_long_51;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_month
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_month_52;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_monthDay
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_monthDay_53;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_Name
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_Name_54;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NCName
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_NCName_55;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_negativeInteger
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_negativeInteger_56;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NMTOKEN
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_NMTOKEN_57;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NMTOKENS
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_NMTOKENS_58;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_nonNegativeInteger
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_nonNegativeInteger_59;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_nonPositiveInteger
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_nonPositiveInteger_60;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_normalizedString
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_normalizedString_61;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NOTATION
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_NOTATION_62;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_positiveInteger
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_positiveInteger_63;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_QName
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_QName_64;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_QNameXdr
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_QNameXdr_65;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_short
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_short_66;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_string
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_string_67;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_time
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_time_68;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_timeNoTz
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_timeNoTz_69;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_timeTz
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_timeTz_70;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_token
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_token_71;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedByte
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_unsignedByte_72;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedInt
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_unsignedInt_73;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedLong
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_unsignedLong_74;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedShort
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_unsignedShort_75;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_uuid
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_uuid_76;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_year
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_year_77;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_yearMonth
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_yearMonth_78;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_normalizedStringV1Compat
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_normalizedStringV1Compat_79;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_tokenV1Compat
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_tokenV1Compat_80;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anyAtomicType
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_anyAtomicType_81;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dayTimeDuration
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_dayTimeDuration_82;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_untypedAtomicType
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_untypedAtomicType_83;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_yearMonthDuration
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_yearMonthDuration_84;
// System.Xml.Schema.DatatypeImplementation[] System.Xml.Schema.DatatypeImplementation::c_tokenizedTypes
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* ___c_tokenizedTypes_85;
// System.Xml.Schema.DatatypeImplementation[] System.Xml.Schema.DatatypeImplementation::c_tokenizedTypesXsd
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* ___c_tokenizedTypesXsd_86;
// System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] System.Xml.Schema.DatatypeImplementation::c_XdrTypes
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* ___c_XdrTypes_87;
// System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] System.Xml.Schema.DatatypeImplementation::c_XsdTypes
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* ___c_XsdTypes_88;
};
// System.DateTime
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D
{
// System.UInt64 System.DateTime::_dateData
uint64_t ____dateData_46;
};
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields
{
// System.Int32[] System.DateTime::s_daysToMonth365
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365_30;
// System.Int32[] System.DateTime::s_daysToMonth366
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366_31;
// System.DateTime System.DateTime::MinValue
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue_32;
// System.DateTime System.DateTime::MaxValue
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue_33;
// System.DateTime System.DateTime::UnixEpoch
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch_34;
};
// System.Decimal
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F
{
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 System.Decimal::flags
int32_t ___flags_8;
};
#pragma pack(pop, tp)
struct
{
int32_t ___flags_8_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___hi_9_OffsetPadding[4];
// System.Int32 System.Decimal::hi
int32_t ___hi_9;
};
#pragma pack(pop, tp)
struct
{
char ___hi_9_OffsetPadding_forAlignmentOnly[4];
int32_t ___hi_9_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___lo_10_OffsetPadding[8];
// System.Int32 System.Decimal::lo
int32_t ___lo_10;
};
#pragma pack(pop, tp)
struct
{
char ___lo_10_OffsetPadding_forAlignmentOnly[8];
int32_t ___lo_10_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___mid_11_OffsetPadding[12];
// System.Int32 System.Decimal::mid
int32_t ___mid_11;
};
#pragma pack(pop, tp)
struct
{
char ___mid_11_OffsetPadding_forAlignmentOnly[12];
int32_t ___mid_11_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___ulomidLE_12_OffsetPadding[8];
// System.UInt64 System.Decimal::ulomidLE
uint64_t ___ulomidLE_12;
};
#pragma pack(pop, tp)
struct
{
char ___ulomidLE_12_OffsetPadding_forAlignmentOnly[8];
uint64_t ___ulomidLE_12_forAlignmentOnly;
};
};
};
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields
{
// System.Decimal System.Decimal::Zero
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero_3;
// System.Decimal System.Decimal::One
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One_4;
// System.Decimal System.Decimal::MinusOne
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne_5;
// System.Decimal System.Decimal::MaxValue
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue_6;
// System.Decimal System.Decimal::MinValue
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue_7;
};
// System.Double
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
{
// System.Double System.Double::m_value
double ___m_value_0;
};
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
{
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0;
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
// MS.Internal.Xml.XPath.Filter
struct Filter_tBEC9F6ECE164B5586700CE8071CF0F499CF8A037 : public AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB
{
// MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Filter::_input
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* ____input_0;
// MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Filter::_condition
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* ____condition_1;
};
// MS.Internal.Xml.XPath.Function
struct Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067 : public AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB
{
// MS.Internal.Xml.XPath.Function/FunctionType MS.Internal.Xml.XPath.Function::_functionType
int32_t ____functionType_0;
// System.Collections.Generic.List`1<MS.Internal.Xml.XPath.AstNode> MS.Internal.Xml.XPath.Function::_argumentList
List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E* ____argumentList_1;
// System.String MS.Internal.Xml.XPath.Function::_name
String_t* ____name_2;
// System.String MS.Internal.Xml.XPath.Function::_prefix
String_t* ____prefix_3;
};
struct Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067_StaticFields
{
// System.Xml.XPath.XPathResultType[] MS.Internal.Xml.XPath.Function::ReturnTypes
XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931* ___ReturnTypes_4;
};
// MS.Internal.Xml.XPath.Group
struct Group_t422900FBF4CC87409B16802F41344C0772AF95A4 : public AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB
{
// MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Group::_groupNode
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* ____groupNode_0;
};
// System.Int16
struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175
{
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
};
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
};
// System.Int64
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
{
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
};
// System.IntPtr
struct IntPtr_t
{
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
};
struct IntPtr_t_StaticFields
{
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
};
// MS.Internal.Xml.XPath.IteratorFilter
struct IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1 : public XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B
{
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.IteratorFilter::_innerIterator
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ____innerIterator_1;
// System.String MS.Internal.Xml.XPath.IteratorFilter::_name
String_t* ____name_2;
// System.Int32 MS.Internal.Xml.XPath.IteratorFilter::_position
int32_t ____position_3;
};
// System.Xml.NameTable
struct NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46 : public XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8
{
// System.Xml.NameTable/Entry[] System.Xml.NameTable::entries
EntryU5BU5D_tE4AE7874F9098D7C9B34C34630C2F2698981939A* ___entries_0;
// System.Int32 System.Xml.NameTable::count
int32_t ___count_1;
// System.Int32 System.Xml.NameTable::mask
int32_t ___mask_2;
// System.Int32 System.Xml.NameTable::hashCodeRandomizer
int32_t ___hashCodeRandomizer_3;
};
// MS.Internal.Xml.XPath.ResetableIterator
struct ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08 : public XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B
{
};
// System.SByte
struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5
{
// System.SByte System.SByte::m_value
int8_t ___m_value_0;
};
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
{
// System.Single System.Single::m_value
float ___m_value_0;
};
// System.TimeSpan
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A
{
// System.Int64 System.TimeSpan::_ticks
int64_t ____ticks_22;
};
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields
{
// System.TimeSpan System.TimeSpan::Zero
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___Zero_19;
// System.TimeSpan System.TimeSpan::MaxValue
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxValue_20;
// System.TimeSpan System.TimeSpan::MinValue
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinValue_21;
};
// System.UInt16
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
{
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
};
// System.UInt32
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
};
// System.UInt64
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF
{
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
};
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
// System.Xml.XPath.XPathNavigator
struct XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13 : public XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7
{
};
struct XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_StaticFields
{
// System.Xml.XPath.XPathNavigatorKeyComparer System.Xml.XPath.XPathNavigator::comparer
XPathNavigatorKeyComparer_t9E68DA4BC364ECF19858E14AECCE74476362F185* ___comparer_0;
// System.Char[] System.Xml.XPath.XPathNavigator::NodeTypeLetter
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___NodeTypeLetter_1;
// System.Char[] System.Xml.XPath.XPathNavigator::UniqueIdTbl
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___UniqueIdTbl_2;
// System.Int32[] System.Xml.XPath.XPathNavigator::ContentKindMasks
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___ContentKindMasks_3;
};
// System.Xml.Schema.XmlBaseConverter
struct XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D : public XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E
{
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlBaseConverter::schemaType
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___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;
};
struct XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields
{
// 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;
};
// System.Xml.Schema.XmlSchemaAnnotated
struct XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04 : public XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D
{
};
// System.Xml.Schema.XsdDuration
struct XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D
{
// 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;
};
// System.Xml.Xsl.XsltContext
struct XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B : public XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F
{
};
// MS.Internal.Xml.XPath.LogicalExpr/NodeSet
struct NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D
{
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.LogicalExpr/NodeSet::_opnd
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ____opnd_0;
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.LogicalExpr/NodeSet::_current
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ____current_1;
};
// Native definition for P/Invoke marshalling of MS.Internal.Xml.XPath.LogicalExpr/NodeSet
struct NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D_marshaled_pinvoke
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ____opnd_0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ____current_1;
};
// Native definition for COM marshalling of MS.Internal.Xml.XPath.LogicalExpr/NodeSet
struct NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D_marshaled_com
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ____opnd_0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ____current_1;
};
// System.Xml.Schema.XsdDateTime/Parser
struct Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23
{
// System.Xml.Schema.XsdDateTime/DateTimeTypeCode System.Xml.Schema.XsdDateTime/Parser::typeCode
int32_t ___typeCode_0;
// System.Int32 System.Xml.Schema.XsdDateTime/Parser::year
int32_t ___year_1;
// System.Int32 System.Xml.Schema.XsdDateTime/Parser::month
int32_t ___month_2;
// System.Int32 System.Xml.Schema.XsdDateTime/Parser::day
int32_t ___day_3;
// System.Int32 System.Xml.Schema.XsdDateTime/Parser::hour
int32_t ___hour_4;
// System.Int32 System.Xml.Schema.XsdDateTime/Parser::minute
int32_t ___minute_5;
// System.Int32 System.Xml.Schema.XsdDateTime/Parser::second
int32_t ___second_6;
// System.Int32 System.Xml.Schema.XsdDateTime/Parser::fraction
int32_t ___fraction_7;
// System.Xml.Schema.XsdDateTime/XsdDateTimeKind System.Xml.Schema.XsdDateTime/Parser::kind
int32_t ___kind_8;
// System.Int32 System.Xml.Schema.XsdDateTime/Parser::zoneHour
int32_t ___zoneHour_9;
// System.Int32 System.Xml.Schema.XsdDateTime/Parser::zoneMinute
int32_t ___zoneMinute_10;
// System.String System.Xml.Schema.XsdDateTime/Parser::text
String_t* ___text_11;
// System.Int32 System.Xml.Schema.XsdDateTime/Parser::length
int32_t ___length_12;
};
struct Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_StaticFields
{
// System.Int32[] System.Xml.Schema.XsdDateTime/Parser::Power10
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___Power10_13;
};
// Native definition for P/Invoke marshalling of System.Xml.Schema.XsdDateTime/Parser
struct Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_marshaled_pinvoke
{
int32_t ___typeCode_0;
int32_t ___year_1;
int32_t ___month_2;
int32_t ___day_3;
int32_t ___hour_4;
int32_t ___minute_5;
int32_t ___second_6;
int32_t ___fraction_7;
int32_t ___kind_8;
int32_t ___zoneHour_9;
int32_t ___zoneMinute_10;
char* ___text_11;
int32_t ___length_12;
};
// Native definition for COM marshalling of System.Xml.Schema.XsdDateTime/Parser
struct Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_marshaled_com
{
int32_t ___typeCode_0;
int32_t ___year_1;
int32_t ___month_2;
int32_t ___day_3;
int32_t ___hour_4;
int32_t ___minute_5;
int32_t ___second_6;
int32_t ___fraction_7;
int32_t ___kind_8;
int32_t ___zoneHour_9;
int32_t ___zoneMinute_10;
Il2CppChar* ___text_11;
int32_t ___length_12;
};
// System.DateTimeOffset
struct DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4
{
// System.DateTime System.DateTimeOffset::_dateTime
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ____dateTime_3;
// System.Int16 System.DateTimeOffset::_offsetMinutes
int16_t ____offsetMinutes_4;
};
struct DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_StaticFields
{
// System.DateTimeOffset System.DateTimeOffset::MinValue
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___MinValue_0;
// System.DateTimeOffset System.DateTimeOffset::MaxValue
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___MaxValue_1;
// System.DateTimeOffset System.DateTimeOffset::UnixEpoch
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___UnixEpoch_2;
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
// 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.IntPtr System.Delegate::interp_method
intptr_t ___interp_method_7;
// System.IntPtr System.Delegate::interp_invoke_impl
intptr_t ___interp_invoke_impl_8;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t* ___method_info_9;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t* ___original_method_info_10;
// System.DelegateData System.Delegate::data
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_12;
};
// 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;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// 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;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
// System.Int32 System.Exception::caught_in_unmanaged
int32_t ___caught_in_unmanaged_16;
};
struct Exception_t_StaticFields
{
// System.Object System.Exception::s_EDILock
RuntimeObject* ___s_EDILock_0;
};
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// MS.Internal.Xml.XPath.Query
struct Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6 : public ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08
{
};
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5
{
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
};
// System.TimeZoneInfo
struct TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8 : public RuntimeObject
{
// System.String System.TimeZoneInfo::_id
String_t* ____id_0;
// System.String System.TimeZoneInfo::_displayName
String_t* ____displayName_1;
// System.String System.TimeZoneInfo::_standardDisplayName
String_t* ____standardDisplayName_2;
// System.String System.TimeZoneInfo::_daylightDisplayName
String_t* ____daylightDisplayName_3;
// System.TimeSpan System.TimeZoneInfo::_baseUtcOffset
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ____baseUtcOffset_4;
// System.Boolean System.TimeZoneInfo::_supportsDaylightSavingTime
bool ____supportsDaylightSavingTime_5;
// System.TimeZoneInfo/AdjustmentRule[] System.TimeZoneInfo::_adjustmentRules
AdjustmentRuleU5BU5D_tE06E08FC55F09158CD673CE867C3771D92906DFA* ____adjustmentRules_6;
};
struct TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_StaticFields
{
// System.TimeZoneInfo System.TimeZoneInfo::s_utcTimeZone
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* ___s_utcTimeZone_7;
// System.TimeZoneInfo/CachedData System.TimeZoneInfo::s_cachedData
CachedData_t369B36942C95D8657719006E55DEA9EB23E03CFF* ___s_cachedData_8;
// System.DateTime System.TimeZoneInfo::s_maxDateOnly
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___s_maxDateOnly_9;
// System.DateTime System.TimeZoneInfo::s_minDateOnly
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___s_minDateOnly_10;
// System.TimeSpan System.TimeZoneInfo::MaxOffset
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxOffset_11;
// System.TimeSpan System.TimeZoneInfo::MinOffset
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinOffset_12;
};
// MS.Internal.Xml.XPath.XPathArrayIterator
struct XPathArrayIterator_t99C9BCCC2BA66B7E0246D8C84C6866DE8DC23979 : public ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08
{
// System.Collections.IList MS.Internal.Xml.XPath.XPathArrayIterator::list
RuntimeObject* ___list_1;
// System.Int32 MS.Internal.Xml.XPath.XPathArrayIterator::index
int32_t ___index_2;
};
// MS.Internal.Xml.XPath.XPathEmptyIterator
struct XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF : public ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08
{
};
struct XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_StaticFields
{
// MS.Internal.Xml.XPath.XPathEmptyIterator MS.Internal.Xml.XPath.XPathEmptyIterator::Instance
XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF* ___Instance_1;
};
// System.Xml.XPath.XPathResultType
struct XPathResultType_tBE497F7D13B58CBD8CC147BC522A5285C3E362EB
{
// System.Int32 System.Xml.XPath.XPathResultType::value__
int32_t ___value___2;
};
// MS.Internal.Xml.XPath.XPathSelectionIterator
struct XPathSelectionIterator_tD21F19BD736F5146B9C468681C99C8FC432BCBF6 : public ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08
{
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.XPathSelectionIterator::_nav
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ____nav_1;
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.XPathSelectionIterator::_query
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ____query_2;
// System.Int32 MS.Internal.Xml.XPath.XPathSelectionIterator::_position
int32_t ____position_3;
};
// System.Xml.Schema.XmlAnyConverter
struct XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F : public XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D
{
};
struct XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_StaticFields
{
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyConverter::Item
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___Item_32;
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyConverter::AnyAtomic
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___AnyAtomic_33;
};
// System.Xml.Schema.XmlListConverter
struct XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA : public XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D
{
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlListConverter::atomicConverter
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___atomicConverter_32;
};
// System.Xml.Schema.XmlSchemaType
struct XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04
{
// 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_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___baseSchemaType_2;
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::datatype
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___datatype_3;
// System.Xml.Schema.SchemaElementDecl modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::elementDecl
SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* ___elementDecl_4;
// System.Xml.XmlQualifiedName modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::qname
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qname_5;
// System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaType::contentType
int32_t ___contentType_6;
};
// System.Xml.Schema.XmlStringConverter
struct XmlStringConverter_t3665CCDFB8EBCE5EFCF8B5FFF989E086CE5E8718 : public XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D
{
};
// System.Xml.Schema.XmlTypeCode
struct XmlTypeCode_tCA027FC382F4E2DBDF63CB305D942DDFC072E064
{
// System.Int32 System.Xml.Schema.XmlTypeCode::value__
int32_t ___value___2;
};
// System.Xml.Schema.XsdDateTime
struct XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB
{
// System.DateTime System.Xml.Schema.XsdDateTime::dt
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dt_0;
// System.UInt32 System.Xml.Schema.XsdDateTime::extra
uint32_t ___extra_1;
};
struct XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields
{
// 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_tD0B97C4F52D97F28CCCD25F34390B7414EA4BA41* ___typeCodes_24;
};
// Native definition for P/Invoke marshalling of System.Xml.Schema.XsdDateTime
struct XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_marshaled_pinvoke
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dt_0;
uint32_t ___extra_1;
};
// Native definition for COM marshalling of System.Xml.Schema.XsdDateTime
struct XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_marshaled_com
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dt_0;
uint32_t ___extra_1;
};
// MS.Internal.Xml.XPath.CompiledXpathExpr/UndefinedXsltContext
struct UndefinedXsltContext_tDA1405A3D4F1832649A7B8CB9531C78C633B88BD : public XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B
{
// System.Xml.IXmlNamespaceResolver MS.Internal.Xml.XPath.CompiledXpathExpr/UndefinedXsltContext::_nsResolver
RuntimeObject* ____nsResolver_8;
};
// System.Xml.Schema.XmlAtomicValue/Union
struct Union_tB0D56D753DC8A0B45FCAF1229929BAA3E2B9293B
{
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_t66193957C73913903DDAD89FEDC46139BCA5802D ___dtVal_4;
};
#pragma pack(pop, tp)
struct
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dtVal_4_forAlignmentOnly;
};
};
};
uint8_t Union_tB0D56D753DC8A0B45FCAF1229929BAA3E2B9293B__padding[8];
};
};
// Native definition for P/Invoke marshalling of System.Xml.Schema.XmlAtomicValue/Union
struct Union_tB0D56D753DC8A0B45FCAF1229929BAA3E2B9293B_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_t66193957C73913903DDAD89FEDC46139BCA5802D ___dtVal_4;
};
#pragma pack(pop, tp)
struct
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dtVal_4_forAlignmentOnly;
};
};
};
uint8_t Union_tB0D56D753DC8A0B45FCAF1229929BAA3E2B9293B__padding[8];
};
};
// Native definition for COM marshalling of System.Xml.Schema.XmlAtomicValue/Union
struct Union_tB0D56D753DC8A0B45FCAF1229929BAA3E2B9293B_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_t66193957C73913903DDAD89FEDC46139BCA5802D ___dtVal_4;
};
#pragma pack(pop, tp)
struct
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dtVal_4_forAlignmentOnly;
};
};
};
uint8_t Union_tB0D56D753DC8A0B45FCAF1229929BAA3E2B9293B__padding[8];
};
};
// MS.Internal.Xml.XPath.BaseAxisQuery
struct BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A : public Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6
{
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.BaseAxisQuery::qyInput
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyInput_1;
// System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::_nameTest
bool ____nameTest_2;
// System.String MS.Internal.Xml.XPath.BaseAxisQuery::_name
String_t* ____name_3;
// System.String MS.Internal.Xml.XPath.BaseAxisQuery::_prefix
String_t* ____prefix_4;
// System.String MS.Internal.Xml.XPath.BaseAxisQuery::_nsUri
String_t* ____nsUri_5;
// System.Xml.XPath.XPathNodeType MS.Internal.Xml.XPath.BaseAxisQuery::_typeTest
int32_t ____typeTest_6;
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.BaseAxisQuery::currentNode
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___currentNode_7;
// System.Int32 MS.Internal.Xml.XPath.BaseAxisQuery::position
int32_t ___position_8;
};
// MS.Internal.Xml.XPath.CacheOutputQuery
struct CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5 : public Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6
{
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.CacheOutputQuery::input
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___input_1;
// System.Collections.Generic.List`1<System.Xml.XPath.XPathNavigator> MS.Internal.Xml.XPath.CacheOutputQuery::outputBuffer
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* ___outputBuffer_2;
};
// MS.Internal.Xml.XPath.ContextQuery
struct ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2 : public Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6
{
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.ContextQuery::contextNode
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___contextNode_1;
};
// MS.Internal.Xml.XPath.EmptyQuery
struct EmptyQuery_t9FC7465639660E1D50419B6887ADCE3B01230289 : public Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6
{
};
// MS.Internal.Xml.XPath.ExtensionQuery
struct ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C : public Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6
{
// System.String MS.Internal.Xml.XPath.ExtensionQuery::prefix
String_t* ___prefix_1;
// System.String MS.Internal.Xml.XPath.ExtensionQuery::name
String_t* ___name_2;
// System.Xml.Xsl.XsltContext MS.Internal.Xml.XPath.ExtensionQuery::xsltContext
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* ___xsltContext_3;
// MS.Internal.Xml.XPath.ResetableIterator MS.Internal.Xml.XPath.ExtensionQuery::_queryIterator
ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08* ____queryIterator_4;
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_13;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_13;
};
// System.SystemException
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
// System.Type
struct Type_t : public MemberInfo_t
{
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
};
struct Type_t_StaticFields
{
// System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_1;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
// System.Object System.Type::Missing
RuntimeObject* ___Missing_3;
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
};
// MS.Internal.Xml.XPath.ValueQuery
struct ValueQuery_tCF7DA687A1FE78AE3A54E5C48772154D01A5912B : public Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6
{
};
// System.Xml.Schema.XmlAnyListConverter
struct XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6 : public XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA
{
};
struct XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_StaticFields
{
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyListConverter::ItemList
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___ItemList_33;
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyListConverter::AnyAtomicList
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___AnyAtomicList_34;
};
// System.Xml.Schema.XmlAtomicValue
struct XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56 : public XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7
{
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlAtomicValue::xmlType
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___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_tB0D56D753DC8A0B45FCAF1229929BAA3E2B9293B ___unionVal_3;
// System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName System.Xml.Schema.XmlAtomicValue::nsPrefix
NamespacePrefixForQName_t580351778384A947979FD4D091BD043347482C3D* ___nsPrefix_4;
};
// System.Xml.Schema.XmlSchemaSimpleType
struct XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8 : public XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF
{
// System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::content
XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091* ___content_7;
};
// System.Xml.Schema.XmlUntypedConverter
struct XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703 : public XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA
{
// System.Boolean System.Xml.Schema.XmlUntypedConverter::allowListToList
bool ___allowListToList_33;
};
struct XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_StaticFields
{
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUntypedConverter::Untyped
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___Untyped_34;
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUntypedConverter::UntypedList
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___UntypedList_35;
};
// MS.Internal.Xml.XPath.AbsoluteQuery
struct AbsoluteQuery_t9D91D43F5381D7C01E869F1FCA9B76333E29BFDE : public ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2
{
};
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
// System.String System.ArgumentException::_paramName
String_t* ____paramName_18;
};
// System.ArithmeticException
struct ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// MS.Internal.Xml.XPath.AttributeQuery
struct AttributeQuery_tD1F8AEEC74375F52EF60F21A7B1591858C8D9683 : public BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A
{
// System.Boolean MS.Internal.Xml.XPath.AttributeQuery::_onAttribute
bool ____onAttribute_9;
};
// MS.Internal.Xml.XPath.BooleanExpr
struct BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA : public ValueQuery_tCF7DA687A1FE78AE3A54E5C48772154D01A5912B
{
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.BooleanExpr::_opnd1
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ____opnd1_1;
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.BooleanExpr::_opnd2
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ____opnd2_2;
// System.Boolean MS.Internal.Xml.XPath.BooleanExpr::_isOr
bool ____isOr_3;
};
// MS.Internal.Xml.XPath.BooleanFunctions
struct BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0 : public ValueQuery_tCF7DA687A1FE78AE3A54E5C48772154D01A5912B
{
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.BooleanFunctions::_arg
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ____arg_1;
// MS.Internal.Xml.XPath.Function/FunctionType MS.Internal.Xml.XPath.BooleanFunctions::_funcType
int32_t ____funcType_2;
};
// MS.Internal.Xml.XPath.CacheAxisQuery
struct CacheAxisQuery_tCFF1CC8DE183EE8E2AE442258AD69D7DB3B05085 : public BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A
{
// System.Collections.Generic.List`1<System.Xml.XPath.XPathNavigator> MS.Internal.Xml.XPath.CacheAxisQuery::outputBuffer
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* ___outputBuffer_9;
};
// MS.Internal.Xml.XPath.ChildrenQuery
struct ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39 : public BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A
{
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.ChildrenQuery::_iterator
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ____iterator_9;
};
// MS.Internal.Xml.XPath.DescendantBaseQuery
struct DescendantBaseQuery_tC9436AA1E68A8D806FD6D18C9FD154D5A67C023C : public BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A
{
// System.Boolean MS.Internal.Xml.XPath.DescendantBaseQuery::matchSelf
bool ___matchSelf_9;
// System.Boolean MS.Internal.Xml.XPath.DescendantBaseQuery::abbrAxis
bool ___abbrAxis_10;
};
// MS.Internal.Xml.XPath.DocumentOrderQuery
struct DocumentOrderQuery_t37C750062C4040EA395B6A1E2BD4B34866EA4E79 : public CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5
{
};
// MS.Internal.Xml.XPath.FilterQuery
struct FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783 : public BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A
{
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.FilterQuery::_cond
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ____cond_9;
// System.Boolean MS.Internal.Xml.XPath.FilterQuery::_noPosition
bool ____noPosition_10;
};
// MS.Internal.Xml.XPath.FollSiblingQuery
struct FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053 : public BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A
{
// MS.Internal.Xml.XPath.ClonableStack`1<System.Xml.XPath.XPathNavigator> MS.Internal.Xml.XPath.FollSiblingQuery::_elementStk
ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* ____elementStk_9;
// System.Collections.Generic.List`1<System.Xml.XPath.XPathNavigator> MS.Internal.Xml.XPath.FollSiblingQuery::_parentStk
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* ____parentStk_10;
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.FollSiblingQuery::_nextInput
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ____nextInput_11;
};
// MS.Internal.Xml.XPath.FollowingQuery
struct FollowingQuery_tA0CD0BCC24C281020CEB9407F650E3520633E891 : public BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A
{
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.FollowingQuery::_input
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ____input_9;
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.FollowingQuery::_iterator
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ____iterator_10;
};
// System.FormatException
struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// MS.Internal.Xml.XPath.ForwardPositionQuery
struct ForwardPositionQuery_t7C0027AE6FA6AFD08222554F4DBDBC7FAA7D9AF9 : public CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5
{
};
// MS.Internal.Xml.XPath.FunctionQuery
struct FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A : public ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C
{
// System.Collections.Generic.IList`1<MS.Internal.Xml.XPath.Query> MS.Internal.Xml.XPath.FunctionQuery::_args
RuntimeObject* ____args_5;
// System.Xml.Xsl.IXsltContextFunction MS.Internal.Xml.XPath.FunctionQuery::_function
RuntimeObject* ____function_6;
};
// MS.Internal.Xml.XPath.GroupQuery
struct GroupQuery_t6A2579F6ACC30B53BB286D3BB9793C9899042D9D : public BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A
{
};
// MS.Internal.Xml.XPath.IDQuery
struct IDQuery_t3ADA30B4FBC8F74FAB53A9558F94D5B69BD96FAB : public CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5
{
};
// System.InvalidCastException
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// MS.Internal.Xml.XPath.LogicalExpr
struct LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D : public ValueQuery_tCF7DA687A1FE78AE3A54E5C48772154D01A5912B
{
// MS.Internal.Xml.XPath.Operator/Op MS.Internal.Xml.XPath.LogicalExpr::_op
int32_t ____op_1;
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.LogicalExpr::_opnd1
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ____opnd1_2;
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.LogicalExpr::_opnd2
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ____opnd2_3;
};
struct LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_StaticFields
{
// MS.Internal.Xml.XPath.LogicalExpr/cmpXslt[][] MS.Internal.Xml.XPath.LogicalExpr::s_CompXsltE
cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5* ___s_CompXsltE_4;
// MS.Internal.Xml.XPath.LogicalExpr/cmpXslt[][] MS.Internal.Xml.XPath.LogicalExpr::s_CompXsltO
cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5* ___s_CompXsltO_5;
};
// MS.Internal.Xml.XPath.MergeFilterQuery
struct MergeFilterQuery_tC01FA87A40BE3A7334BEF6092226EE94A63A4D8B : public CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5
{
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.MergeFilterQuery::_child
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ____child_3;
};
// MS.Internal.Xml.XPath.NamespaceQuery
struct NamespaceQuery_tAC24CBCCC56F436A3BBF597BC1CB60CC691C90D7 : public BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A
{
// System.Boolean MS.Internal.Xml.XPath.NamespaceQuery::_onNamespace
bool ____onNamespace_9;
};
// MS.Internal.Xml.XPath.NodeFunctions
struct NodeFunctions_tDCAB2279163508D63430575403B4F84364742427 : public ValueQuery_tCF7DA687A1FE78AE3A54E5C48772154D01A5912B
{
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.NodeFunctions::_arg
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ____arg_1;
// MS.Internal.Xml.XPath.Function/FunctionType MS.Internal.Xml.XPath.NodeFunctions::_funcType
int32_t ____funcType_2;
// System.Xml.Xsl.XsltContext MS.Internal.Xml.XPath.NodeFunctions::_xsltContext
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* ____xsltContext_3;
};
// MS.Internal.Xml.XPath.NumberFunctions
struct NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3 : public ValueQuery_tCF7DA687A1FE78AE3A54E5C48772154D01A5912B
{
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.NumberFunctions::_arg
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ____arg_1;
// MS.Internal.Xml.XPath.Function/FunctionType MS.Internal.Xml.XPath.NumberFunctions::_ftype
int32_t ____ftype_2;
};
// MS.Internal.Xml.XPath.NumericExpr
struct NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9 : public ValueQuery_tCF7DA687A1FE78AE3A54E5C48772154D01A5912B
{
// MS.Internal.Xml.XPath.Operator/Op MS.Internal.Xml.XPath.NumericExpr::_op
int32_t ____op_1;
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.NumericExpr::_opnd1
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ____opnd1_2;
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.NumericExpr::_opnd2
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ____opnd2_3;
};
// System.Xml.XPath.XPathException
struct XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
// System.String System.Xml.XPath.XPathException::res
String_t* ___res_18;
// System.String[] System.Xml.XPath.XPathException::args
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args_19;
// System.String System.Xml.XPath.XPathException::message
String_t* ___message_20;
};
// MS.Internal.Xml.XPath.LogicalExpr/cmpXslt
struct cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21 : public MulticastDelegate_t
{
};
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
};
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
// System.Object System.ArgumentOutOfRangeException::_actualValue
RuntimeObject* ____actualValue_19;
};
// MS.Internal.Xml.XPath.CacheChildrenQuery
struct CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B : public ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39
{
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.CacheChildrenQuery::_nextInput
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ____nextInput_10;
// MS.Internal.Xml.XPath.ClonableStack`1<System.Xml.XPath.XPathNavigator> MS.Internal.Xml.XPath.CacheChildrenQuery::_elementStk
ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* ____elementStk_11;
// MS.Internal.Xml.XPath.ClonableStack`1<System.Int32> MS.Internal.Xml.XPath.CacheChildrenQuery::_positionStk
ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33* ____positionStk_12;
// System.Boolean MS.Internal.Xml.XPath.CacheChildrenQuery::_needInput
bool ____needInput_13;
};
// MS.Internal.Xml.XPath.DescendantOverDescendantQuery
struct DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4 : public DescendantBaseQuery_tC9436AA1E68A8D806FD6D18C9FD154D5A67C023C
{
// System.Int32 MS.Internal.Xml.XPath.DescendantOverDescendantQuery::_level
int32_t ____level_11;
};
// MS.Internal.Xml.XPath.DescendantQuery
struct DescendantQuery_t82623A55A8B0575728F3023138483D2F504F793C : public DescendantBaseQuery_tC9436AA1E68A8D806FD6D18C9FD154D5A67C023C
{
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.DescendantQuery::_nodeIterator
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ____nodeIterator_11;
};
// System.OverflowException
struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C : public ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA
{
};
// MS.Internal.Xml.XPath.ReversePositionQuery
struct ReversePositionQuery_t914EB0996279C92F919954E9D4377972A7486AF4 : public ForwardPositionQuery_t7C0027AE6FA6AFD08222554F4DBDBC7FAA7D9AF9
{
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray
{
ALIGN_FIELD (8) uint8_t m_Items[1];
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.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Boolean[]
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4 : public RuntimeArray
{
ALIGN_FIELD (8) bool m_Items[1];
inline bool GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline bool* 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, bool value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline bool GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, bool value)
{
m_Items[index] = value;
}
};
// System.Byte[][]
struct ByteU5BU5DU5BU5D_t19A0C6D66F22DF673E9CDB37DEF566FE0EC947FA : public RuntimeArray
{
ALIGN_FIELD (8) ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* m_Items[1];
inline ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** 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, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.DateTime[]
struct DateTimeU5BU5D_t8F9285FE729A200A620421ED546CFB3DCF386EA1 : public RuntimeArray
{
ALIGN_FIELD (8) DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D m_Items[1];
inline DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* 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, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D value)
{
m_Items[index] = value;
}
};
// System.DateTimeOffset[]
struct DateTimeOffsetU5BU5D_t4B1B162A847F71BD683074F71C599EF82CA8235E : public RuntimeArray
{
ALIGN_FIELD (8) DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 m_Items[1];
inline DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* 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, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 value)
{
m_Items[index] = value;
}
};
// System.Decimal[]
struct DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615 : public RuntimeArray
{
ALIGN_FIELD (8) Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F m_Items[1];
inline Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* 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, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F value)
{
m_Items[index] = value;
}
};
// System.Double[]
struct DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE : public RuntimeArray
{
ALIGN_FIELD (8) double m_Items[1];
inline double GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline double* 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, double value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline double GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline double* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, double value)
{
m_Items[index] = value;
}
};
// System.Int16[]
struct Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB : public RuntimeArray
{
ALIGN_FIELD (8) int16_t m_Items[1];
inline int16_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int16_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, int16_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int16_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int16_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int16_t value)
{
m_Items[index] = value;
}
};
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray
{
ALIGN_FIELD (8) int32_t m_Items[1];
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.Int64[]
struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D : public RuntimeArray
{
ALIGN_FIELD (8) int64_t m_Items[1];
inline int64_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int64_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, int64_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value)
{
m_Items[index] = value;
}
};
// System.SByte[]
struct SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913 : public RuntimeArray
{
ALIGN_FIELD (8) int8_t m_Items[1];
inline int8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int8_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, int8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int8_t value)
{
m_Items[index] = value;
}
};
// System.Single[]
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C : public RuntimeArray
{
ALIGN_FIELD (8) float m_Items[1];
inline float GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline float* 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, float value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline float GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline float* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, float value)
{
m_Items[index] = value;
}
};
// System.String[]
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
{
ALIGN_FIELD (8) String_t* m_Items[1];
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.TimeSpan[]
struct TimeSpanU5BU5D_tC920B81B0E6DCA110DB9D62B5C3850B4BECB87E6 : public RuntimeArray
{
ALIGN_FIELD (8) TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A m_Items[1];
inline TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* 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, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A value)
{
m_Items[index] = value;
}
};
// System.UInt16[]
struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83 : public RuntimeArray
{
ALIGN_FIELD (8) uint16_t m_Items[1];
inline uint16_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint16_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, uint16_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint16_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint16_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint16_t value)
{
m_Items[index] = value;
}
};
// System.UInt32[]
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA : public RuntimeArray
{
ALIGN_FIELD (8) uint32_t m_Items[1];
inline uint32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value)
{
m_Items[index] = value;
}
};
// System.UInt64[]
struct UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299 : public RuntimeArray
{
ALIGN_FIELD (8) uint64_t m_Items[1];
inline uint64_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint64_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, uint64_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value)
{
m_Items[index] = value;
}
};
// System.Uri[]
struct UriU5BU5D_t95648338DE865E9517F36D1339C4D8DDFA4AAA2D : public RuntimeArray
{
ALIGN_FIELD (8) Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* m_Items[1];
inline Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** 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, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Xml.Schema.XmlAtomicValue[]
struct XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409 : public RuntimeArray
{
ALIGN_FIELD (8) XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* m_Items[1];
inline XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Xml.XmlQualifiedName[]
struct XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1 : public RuntimeArray
{
ALIGN_FIELD (8) XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* m_Items[1];
inline XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Xml.XPath.XPathItem[]
struct XPathItemU5BU5D_tD2B443A6F6419CF6FDAB8C62D58172DC03ED0AFB : public RuntimeArray
{
ALIGN_FIELD (8) XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7* m_Items[1];
inline XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7** 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, XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Xml.XPath.XPathNavigator[]
struct XPathNavigatorU5BU5D_tFE9FE3A0D07FE839B04B3C75013904AA99EF0CF0 : public RuntimeArray
{
ALIGN_FIELD (8) XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* m_Items[1];
inline XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13** 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, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray
{
ALIGN_FIELD (8) Il2CppChar m_Items[1];
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.Xml.Schema.XmlTypeCode[]
struct XmlTypeCodeU5BU5D_tD0B97C4F52D97F28CCCD25F34390B7414EA4BA41 : public RuntimeArray
{
ALIGN_FIELD (8) int32_t m_Items[1];
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// System.Xml.XPath.XPathResultType[]
struct XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931 : public RuntimeArray
{
ALIGN_FIELD (8) int32_t m_Items[1];
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;
}
};
// MS.Internal.Xml.XPath.Query[]
struct QueryU5BU5D_t7ED57A55B43C27603E54BC882A3906317539AFBE : public RuntimeArray
{
ALIGN_FIELD (8) Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* m_Items[1];
inline Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6** 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, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// MS.Internal.Xml.XPath.LogicalExpr/cmpXslt[]
struct cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A : public RuntimeArray
{
ALIGN_FIELD (8) cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* m_Items[1];
inline cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21** 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, cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// MS.Internal.Xml.XPath.LogicalExpr/cmpXslt[][]
struct cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5 : public RuntimeArray
{
ALIGN_FIELD (8) cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* m_Items[1];
inline cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A** 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, cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray
{
ALIGN_FIELD (8) Delegate_t* m_Items[1];
inline Delegate_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Object>(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* XmlListConverter_ToArray_TisRuntimeObject_mE88B7F8005AC5A0140F7327BFF258520169C0E5D_gshared (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Boolean>(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* XmlListConverter_ToArray_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m86B8C1BAE24C52F86600E90AE9B16FC865C37BB6_gshared (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Byte>(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* XmlListConverter_ToArray_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m6C49120D2D0AF3F8183B697B5C21CE39102461FC_gshared (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.DateTime>(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeU5BU5D_t8F9285FE729A200A620421ED546CFB3DCF386EA1* XmlListConverter_ToArray_TisDateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_m70FF116BB5D6279558D03AC6F6CE09493E43E48B_gshared (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.DateTimeOffset>(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffsetU5BU5D_t4B1B162A847F71BD683074F71C599EF82CA8235E* XmlListConverter_ToArray_TisDateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_mFC43A6F4F474A2D1F8932295447B8FBBE9A3D164_gshared (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Decimal>(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* XmlListConverter_ToArray_TisDecimal_tDA6C877282B2D789CF97C0949661CC11D643969F_m235B2DD2FA5988885EB6CD816947DA42EBDCB048_gshared (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Double>(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE* XmlListConverter_ToArray_TisDouble_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_m19E665AADEE3C053EAFCF2616DCD76CA764F1688_gshared (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Int16>(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB* XmlListConverter_ToArray_TisInt16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_mF8FE668F3B3FC4EE8E286199832133B161BF3BB7_gshared (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Int32>(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* XmlListConverter_ToArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m07FAC8C4A8AA47D61A21F09BF6DA7EB24033F7D2_gshared (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Int64>(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* XmlListConverter_ToArray_TisInt64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_mFF076DEF2D57F8738FF014F637D152B274450A65_gshared (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.SByte>(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913* XmlListConverter_ToArray_TisSByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_m2B0DD5207360132A1EE6D8F45299140B885B3120_gshared (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Single>(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* XmlListConverter_ToArray_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m00F5498BA708A54737154E9CCB62E77A725F10F7_gshared (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.TimeSpan>(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpanU5BU5D_tC920B81B0E6DCA110DB9D62B5C3850B4BECB87E6* XmlListConverter_ToArray_TisTimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_m872BD5656AD2E846B6FDC61B1E52C702E658D3F4_gshared (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.UInt16>(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* XmlListConverter_ToArray_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mFF18A05C02B2E1B9E08A19D9169D1634ED908954_gshared (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.UInt32>(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* XmlListConverter_ToArray_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mD56FF6DFE5BDF6529D63B90C76A0D84898EEF049_gshared (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.UInt64>(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* XmlListConverter_ToArray_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m0E3ADF0E3B37194518A4B2D7FB0A2E0830FF1234_gshared (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___collection0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Clear()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.ClonableStack`1<System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClonableStack_1__ctor_m9F3E85AE93A9F697795B466855E6410AFE06E516_gshared (ClonableStack_1_tE752F1E601A9BA3C6F7318FDC3356F4A4447C82B* __this, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.ClonableStack`1<System.Int32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClonableStack_1__ctor_m4F2EF698D12E4E5B0FED4298FB26311782035234_gshared (ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33* __this, const RuntimeMethod* method) ;
// MS.Internal.Xml.XPath.ClonableStack`1<T> MS.Internal.Xml.XPath.ClonableStack`1<System.Object>::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClonableStack_1_tE752F1E601A9BA3C6F7318FDC3356F4A4447C82B* ClonableStack_1_Clone_m5DA2944BB00646B10766CECFAC2A167A1204667C_gshared (ClonableStack_1_tE752F1E601A9BA3C6F7318FDC3356F4A4447C82B* __this, const RuntimeMethod* method) ;
// MS.Internal.Xml.XPath.ClonableStack`1<T> MS.Internal.Xml.XPath.ClonableStack`1<System.Int32>::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33* ClonableStack_1_Clone_m561B4C80C7E986CD79D2662AFDF353F8AA795A91_gshared (ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Int32>::Clear()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method) ;
// T MS.Internal.Xml.XPath.ClonableStack`1<System.Object>::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ClonableStack_1_Pop_m5005AB4C800E93B5164B751B6C795A77BF754BFE_gshared (ClonableStack_1_tE752F1E601A9BA3C6F7318FDC3356F4A4447C82B* __this, const RuntimeMethod* method) ;
// T MS.Internal.Xml.XPath.ClonableStack`1<System.Int32>::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ClonableStack_1_Pop_m710FF918275A4E7BB9D2EC6E310F9DA80D770588_gshared (ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33* __this, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.ClonableStack`1<System.Object>::Push(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClonableStack_1_Push_m275C7566F8FE78E98965908E6B1C4BDB13F33418_gshared (ClonableStack_1_tE752F1E601A9BA3C6F7318FDC3356F4A4447C82B* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.ClonableStack`1<System.Int32>::Push(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClonableStack_1_Push_mF35DA7614F09A53EF575B806D330B18D34521E3C_gshared (ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlSchemaType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_mF610DA8AF9A17AF29F8421EEF72A1E34C26CA684 (XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___schemaType0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlStringConverter::.ctor(System.Xml.Schema.XmlSchemaType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlStringConverter__ctor_mA811DBEBAC73A5C663B65DAB28FE754AFAE0D106 (XmlStringConverter_t3665CCDFB8EBCE5EFCF8B5FFF989E086CE5E8718* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___schemaType0, const RuntimeMethod* method) ;
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___paramName0, const RuntimeMethod* method) ;
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___left0, Type_t* ___right1, const RuntimeMethod* method) ;
// System.Type System.Xml.Schema.XmlBaseConverter::get_DefaultClrType()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline (XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlBaseConverter::get_SchemaType()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* XmlBaseConverter_get_SchemaType_mE2E6F52784E6E3CFCC579184B8E593F62BE9651B_inline (XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m8E8EA1F1B8EB6F1397F22EA2FE24CAA98B857510 (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___xmlType0, String_t* ___value1, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::get_UntypedAtomicType()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* DatatypeImplementation_get_UntypedAtomicType_mD791D792B0200F4E629CCB570A3ECCCE30E6E4FA_inline (const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlListConverter::.ctor(System.Xml.Schema.XmlSchemaType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlListConverter__ctor_mC8B3F9BE510652A2EA2FC249C506605A025401F7 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___schemaType0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlListConverter::.ctor(System.Xml.Schema.XmlBaseConverter,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlListConverter__ctor_mC1229A31617E5443F831E698FC7096B4A8874502 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* ___atomicConverter0, Type_t* ___clrTypeDefault1, const RuntimeMethod* method) ;
// System.Boolean System.Xml.XmlConvert::ToBoolean(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_ToBoolean_mB95C798BD6D849071E6A686CBF85851C25C7006A (String_t* ___s0, const RuntimeMethod* method) ;
// System.Object System.Xml.Schema.XmlUntypedConverter::ChangeTypeWildcardDestination(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlUntypedConverter_ChangeTypeWildcardDestination_m3211D143132301B404C1DB8BA906F48020F6DB5A (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, RuntimeObject* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) ;
// System.DateTime System.Xml.Schema.XmlBaseConverter::UntypedAtomicToDateTime(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D XmlBaseConverter_UntypedAtomicToDateTime_mA564AE7FAC5445E0AB3AF8A7EE2598ED95CD9F71 (String_t* ___value0, const RuntimeMethod* method) ;
// System.DateTimeOffset System.Xml.Schema.XmlBaseConverter::UntypedAtomicToDateTimeOffset(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 XmlBaseConverter_UntypedAtomicToDateTimeOffset_m941F60F30336A7D18AEE215065F7BCA081322E7F (String_t* ___value0, const RuntimeMethod* method) ;
// System.Decimal System.Xml.XmlConvert::ToDecimal(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F XmlConvert_ToDecimal_mADC865682AA62EC874AFEA0D55B7FBED9A1B6E32 (String_t* ___s0, const RuntimeMethod* method) ;
// System.Double System.Xml.XmlConvert::ToDouble(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_ToDouble_m2418B80456367C61C63D2851ADF27DF906F2077C (String_t* ___s0, const RuntimeMethod* method) ;
// System.Int32 System.Xml.XmlConvert::ToInt32(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlConvert_ToInt32_m9C735139F9937011D95951A4D175401E5EC1941E (String_t* ___s0, const RuntimeMethod* method) ;
// System.Int64 System.Xml.XmlConvert::ToInt64(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlConvert_ToInt64_m6B8BF2DD9F2ADFC49C37112EAE0D59E66DEDB5A4 (String_t* ___s0, const RuntimeMethod* method) ;
// System.Single System.Xml.XmlConvert::ToSingle(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlConvert_ToSingle_m57D622EA6B6024A02ACA602BA5B0ABDE831E1095 (String_t* ___s0, const RuntimeMethod* method) ;
// System.String System.Xml.XmlConvert::ToString(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mD598BDDD270BE18CCBABE0569FF42529F06ADADF (bool ___value0, const RuntimeMethod* method) ;
// System.String System.Xml.Schema.XmlBaseConverter::DateTimeToString(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateTimeToString_m77BF66448C6C94CAFBB6AA3E5282D59A2FA4B900 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, const RuntimeMethod* method) ;
// System.String System.Xml.Schema.XmlBaseConverter::DateTimeOffsetToString(System.DateTimeOffset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DateTimeOffsetToString_m1F5C71D1D2E9925B6286F620E6F19B73FF30F0E9 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___value0, const RuntimeMethod* method) ;
// System.String System.Xml.XmlConvert::ToString(System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m4EE078C46CC4FF023E0286740CFE95E945C5185E (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___value0, const RuntimeMethod* method) ;
// System.String System.Xml.XmlConvert::ToString(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m04C12A2A45109D8E79C729DE12EF0A29301C2A2B (double ___value0, const RuntimeMethod* method) ;
// System.String System.Xml.XmlConvert::ToString(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m2C27F48B600DAF58ADCCE84D9AA0D27CE77ABC63 (int32_t ___value0, const RuntimeMethod* method) ;
// System.String System.Xml.XmlConvert::ToString(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mFC2B58A063E63501E3CB452206B18C317E2782A9 (int64_t ___value0, const RuntimeMethod* method) ;
// System.String System.Xml.XmlConvert::ToString(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m0A47C3C098CDB47726C29D7A70B7349D6DA57555 (float ___value0, const RuntimeMethod* method) ;
// System.String System.Xml.XmlConvert::ToString(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m411BB9A7763037A4F4C68822FED8AD3638387947 (uint8_t ___value0, const RuntimeMethod* method) ;
// System.String System.Xml.Schema.XmlBaseConverter::Base64BinaryToString(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_Base64BinaryToString_mC19D3B15F16BD785C22D159E9677281F38F2EECD (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___value0, const RuntimeMethod* method) ;
// System.String System.Xml.XmlConvert::ToString(System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m1FB4B4752262599AE9EBF689F994BC0B5D3E2E08 (int16_t ___value0, const RuntimeMethod* method) ;
// System.String System.Xml.XmlConvert::ToString(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mFA2F1817D7798F47A84C43219C7A6FA9D804B828 (int8_t ___value0, const RuntimeMethod* method) ;
// System.String System.Xml.Schema.XmlBaseConverter::DurationToString(System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_DurationToString_m8371DBDC666866135333595E6A4B3080FE33AF36 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___value0, const RuntimeMethod* method) ;
// System.String System.Xml.XmlConvert::ToString(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m15222157CD861187A9C674677C6CCCF34DCABCB7 (uint16_t ___value0, const RuntimeMethod* method) ;
// System.String System.Xml.XmlConvert::ToString(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m8F28EF0133301A563B7A9853C7DBB023491EFE83 (uint32_t ___value0, const RuntimeMethod* method) ;
// System.String System.Xml.XmlConvert::ToString(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m9A1A9D40FD8B650DD3EC4DD58410847A20C472E1 (uint64_t ___value0, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.XmlBaseConverter::IsDerivedFrom(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlBaseConverter_IsDerivedFrom_m016CDBDDD1EC9D6657E6263CF3CF5316CD185813 (Type_t* ___derivedType0, Type_t* ___baseType1, const RuntimeMethod* method) ;
// System.String System.Xml.Schema.XmlBaseConverter::AnyUriToString(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_AnyUriToString_m4531D8ACBCCC4B38CF0FE6C214BA9CB65547034F (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___value0, const RuntimeMethod* method) ;
// System.String System.Xml.Schema.XmlBaseConverter::QNameToString(System.Xml.XmlQualifiedName,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_QNameToString_mD4D033E616CE04C59F14201FEFEB18E18814C040 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qname0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// System.Object System.Xml.Schema.XmlUntypedConverter::ChangeTypeWildcardSource(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlUntypedConverter_ChangeTypeWildcardSource_mCF2BAD93DF040CEF5ABB937591E9B2EBF00F1B96 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, RuntimeObject* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) ;
// System.Byte System.Xml.Schema.XmlBaseConverter::Int32ToByte(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t XmlBaseConverter_Int32ToByte_m4BB53D995137EE8F52970A9A3C50180E60604941 (int32_t ___value0, const RuntimeMethod* method) ;
// System.Byte[] System.Xml.Schema.XmlBaseConverter::StringToBase64Binary(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* XmlBaseConverter_StringToBase64Binary_mE9336116BDA23BD23BC1BEC22EEF9EF3D163352D (String_t* ___value0, const RuntimeMethod* method) ;
// System.Int16 System.Xml.Schema.XmlBaseConverter::Int32ToInt16(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t XmlBaseConverter_Int32ToInt16_mBC554DFC41E6EA5DAF61B836EB034823132B4738 (int32_t ___value0, const RuntimeMethod* method) ;
// System.SByte System.Xml.Schema.XmlBaseConverter::Int32ToSByte(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t XmlBaseConverter_Int32ToSByte_mE55A6644024375D74C0F9843715532B3C3AF5440 (int32_t ___value0, const RuntimeMethod* method) ;
// System.TimeSpan System.Xml.Schema.XmlBaseConverter::StringToDuration(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A XmlBaseConverter_StringToDuration_mE09546ACB906E970124E581380E6A11DA9C73893 (String_t* ___value0, const RuntimeMethod* method) ;
// System.UInt16 System.Xml.Schema.XmlBaseConverter::Int32ToUInt16(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t XmlBaseConverter_Int32ToUInt16_m191014E53FE8208CAD668BCC3E95611E7862B337 (int32_t ___value0, const RuntimeMethod* method) ;
// System.UInt32 System.Xml.Schema.XmlBaseConverter::Int64ToUInt32(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t XmlBaseConverter_Int64ToUInt32_m4D3FF93F3B125FF14ECE92A4BE48A81ED19A1C21 (int64_t ___value0, const RuntimeMethod* method) ;
// System.UInt64 System.Xml.Schema.XmlBaseConverter::DecimalToUInt64(System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t XmlBaseConverter_DecimalToUInt64_m5AFC5A0A49B30C326B89B9E5300EB683AA38CAC1 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___value0, const RuntimeMethod* method) ;
// System.Uri System.Xml.XmlConvert::ToUri(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* XmlConvert_ToUri_m7AD70450364FE26EA660C74AC9033F1B9FFFB929 (String_t* ___s0, const RuntimeMethod* method) ;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlBaseConverter::StringToQName(System.String,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlBaseConverter_StringToQName_m26F92C7F11E7502BED9C317BAEFF4357377F58B1 (String_t* ___value0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172 (Type_t* ___left0, Type_t* ___right1, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.XmlUntypedConverter::SupportsType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlUntypedConverter_SupportsType_mA8F11C36ADAD56602320799E7EBBFF0829C149EC (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, Type_t* ___clrType0, const RuntimeMethod* method) ;
// System.String System.Xml.Schema.XmlBaseConverter::get_XmlTypeName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlBaseConverter_get_XmlTypeName_mB124A8F50E08E3BAF80ECEE1C9218FABF3CD83D7 (XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* __this, const RuntimeMethod* method) ;
// System.String System.Xml.Res::GetString(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83 (String_t* ___name0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___args1, const RuntimeMethod* method) ;
// System.Void System.InvalidCastException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644 (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Exception System.Xml.Schema.XmlBaseConverter::CreateInvalidClrMappingException(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlBaseConverter_CreateInvalidClrMappingException_m76E5156F33567DE0FDF353567C18990C99CFDEB6 (XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* __this, Type_t* ___sourceType0, Type_t* ___destinationType1, const RuntimeMethod* method) ;
// System.Object System.Xml.Schema.XmlListConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlListConverter_ChangeListType_mE0AAB3D151C68A0D04C45239AC2899272F009220 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlUntypedConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUntypedConverter__ctor_mC82D3D2D13C1C6B3630A78F2EE4077624AACE389 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlUntypedConverter::.ctor(System.Xml.Schema.XmlUntypedConverter,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUntypedConverter__ctor_m530347C06FB34C18DD48F3BBA5C60DEEC736A499 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* ___atomicConverter0, bool ___allowListToList1, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlTypeCode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_m4FA115C3F4BC61D97FF8A80413E1DA98CCB3DF59 (XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* __this, int32_t ___typeCode0, const RuntimeMethod* method) ;
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeTypeWildcardDestination(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAnyConverter_ChangeTypeWildcardDestination_mCFD0FC84EEC87CBC94D1B94F6317F6C8D38E1E50 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, RuntimeObject* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaType::GetBuiltInSimpleType(System.Xml.Schema.XmlTypeCode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D (int32_t ___typeCode0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m0B15E490AD5701C84DA55091D42D5854F0BF4B34 (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___xmlType0, bool ___value1, const RuntimeMethod* method) ;
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeTypeWildcardSource(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAnyConverter_ChangeTypeWildcardSource_mEE58A89B9A9F2EE03606B0CF2B88DCD2BED3B404 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, RuntimeObject* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m94B520488DC2AF102DD2A3E98BFFA929B5A46A5C (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___xmlType0, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value1, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m0E78568E5E8529231689F1BEC22D3A6DE66FACA4 (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___xmlType0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m9AB12C0FAB497EEBF86B444EECA85F95EA3BA493 (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___xmlType0, double ___value1, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m468B37937DCC422A0AD0209B325C428016157C35 (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___xmlType0, int32_t ___value1, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m455E82F8503E810E8C793BCBE652E64AA941E5A6 (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___xmlType0, int64_t ___value1, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m7787147F7BDA89E00EF133C22C5B467662FDCADA (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___xmlType0, RuntimeObject* ___value1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method) ;
// System.Xml.XPath.XPathNavigator System.Xml.Schema.XmlAnyConverter::ToNavigator(System.Xml.XPath.XPathNavigator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* XmlAnyConverter_ToNavigator_mE0637E73228846BF8C3375430C8B63CF73A3C2A0 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___nav0, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlBaseConverter::get_TypeCode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_get_TypeCode_m98913E941A638BF19A0DC21AA9B7C48E1FF19CF5_inline (XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlAnyConverter::.ctor(System.Xml.Schema.XmlTypeCode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAnyConverter__ctor_mC37E1BD62F255937CE9E845D70872CAD7943AAC4 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, int32_t ___typeCode0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlListConverter::.ctor(System.Xml.Schema.XmlBaseConverter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlListConverter__ctor_mCA63578E7441F5966685695A7BF7653645AAE5C3 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* ___atomicConverter0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlAnyListConverter::.ctor(System.Xml.Schema.XmlBaseConverter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAnyListConverter__ctor_mE39C5C71DDEDA4AF0C31FF46DAA625173F08AC0C (XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6* __this, XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* ___atomicConverter0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlBaseConverter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_mFEDD317203AB0DD55B906FAE9FE5DE9EA48C47D1 (XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* __this, XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* ___converterAtomic0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlBaseConverter::.ctor(System.Xml.Schema.XmlBaseConverter,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlBaseConverter__ctor_m04DD9808F74F7DE24B7660BB9C97265494061E27 (XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* __this, XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* ___converterAtomic0, Type_t* ___clrTypeDefault1, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.XmlListConverter::IsListType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlListConverter_IsListType_m21C7A6B5F57551FF2D989720667EF4E1D9E1399F (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, Type_t* ___type0, const RuntimeMethod* method) ;
// System.Exception System.Xml.Schema.XmlListConverter::CreateInvalidClrMappingException(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlListConverter_CreateInvalidClrMappingException_m6D579969524A99137757F66105F72C9DFB83B0B1 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, Type_t* ___sourceType0, Type_t* ___destinationType1, const RuntimeMethod* method) ;
// System.String System.Xml.Schema.XmlListConverter::ListAsString(System.Collections.IEnumerable,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlListConverter_ListAsString_m48242450B8AF496252BB093BB75E86D8C274A19B (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<System.String> System.Xml.Schema.XmlListConverter::StringAsList(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* XmlListConverter_StringAsList_m3E1DDA543BC8CBEB3D5FE7741297A4B15EA5EF14 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Boolean System.Type::get_IsArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_mB9B8CA713B2AA9D6AFECC24E05AF78D22532B673 (Type_t* __this, const RuntimeMethod* method) ;
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Object>(System.Object,System.Xml.IXmlNamespaceResolver)
inline ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* XmlListConverter_ToArray_TisRuntimeObject_mE88B7F8005AC5A0140F7327BFF258520169C0E5D (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_mE88B7F8005AC5A0140F7327BFF258520169C0E5D_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Boolean>(System.Object,System.Xml.IXmlNamespaceResolver)
inline BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* XmlListConverter_ToArray_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m86B8C1BAE24C52F86600E90AE9B16FC865C37BB6 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m86B8C1BAE24C52F86600E90AE9B16FC865C37BB6_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Byte>(System.Object,System.Xml.IXmlNamespaceResolver)
inline ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* XmlListConverter_ToArray_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m6C49120D2D0AF3F8183B697B5C21CE39102461FC (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m6C49120D2D0AF3F8183B697B5C21CE39102461FC_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Byte[]>(System.Object,System.Xml.IXmlNamespaceResolver)
inline ByteU5BU5DU5BU5D_t19A0C6D66F22DF673E9CDB37DEF566FE0EC947FA* XmlListConverter_ToArray_TisByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_m5A92ADE94AF281EA92D6BAB353B07CC8678E1163 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( ByteU5BU5DU5BU5D_t19A0C6D66F22DF673E9CDB37DEF566FE0EC947FA* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_mE88B7F8005AC5A0140F7327BFF258520169C0E5D_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.DateTime>(System.Object,System.Xml.IXmlNamespaceResolver)
inline DateTimeU5BU5D_t8F9285FE729A200A620421ED546CFB3DCF386EA1* XmlListConverter_ToArray_TisDateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_m70FF116BB5D6279558D03AC6F6CE09493E43E48B (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( DateTimeU5BU5D_t8F9285FE729A200A620421ED546CFB3DCF386EA1* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisDateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_m70FF116BB5D6279558D03AC6F6CE09493E43E48B_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.DateTimeOffset>(System.Object,System.Xml.IXmlNamespaceResolver)
inline DateTimeOffsetU5BU5D_t4B1B162A847F71BD683074F71C599EF82CA8235E* XmlListConverter_ToArray_TisDateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_mFC43A6F4F474A2D1F8932295447B8FBBE9A3D164 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( DateTimeOffsetU5BU5D_t4B1B162A847F71BD683074F71C599EF82CA8235E* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisDateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_mFC43A6F4F474A2D1F8932295447B8FBBE9A3D164_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Decimal>(System.Object,System.Xml.IXmlNamespaceResolver)
inline DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* XmlListConverter_ToArray_TisDecimal_tDA6C877282B2D789CF97C0949661CC11D643969F_m235B2DD2FA5988885EB6CD816947DA42EBDCB048 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisDecimal_tDA6C877282B2D789CF97C0949661CC11D643969F_m235B2DD2FA5988885EB6CD816947DA42EBDCB048_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Double>(System.Object,System.Xml.IXmlNamespaceResolver)
inline DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE* XmlListConverter_ToArray_TisDouble_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_m19E665AADEE3C053EAFCF2616DCD76CA764F1688 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisDouble_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_m19E665AADEE3C053EAFCF2616DCD76CA764F1688_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Int16>(System.Object,System.Xml.IXmlNamespaceResolver)
inline Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB* XmlListConverter_ToArray_TisInt16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_mF8FE668F3B3FC4EE8E286199832133B161BF3BB7 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisInt16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_mF8FE668F3B3FC4EE8E286199832133B161BF3BB7_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Int32>(System.Object,System.Xml.IXmlNamespaceResolver)
inline Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* XmlListConverter_ToArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m07FAC8C4A8AA47D61A21F09BF6DA7EB24033F7D2 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m07FAC8C4A8AA47D61A21F09BF6DA7EB24033F7D2_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Int64>(System.Object,System.Xml.IXmlNamespaceResolver)
inline Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* XmlListConverter_ToArray_TisInt64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_mFF076DEF2D57F8738FF014F637D152B274450A65 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisInt64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_mFF076DEF2D57F8738FF014F637D152B274450A65_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.SByte>(System.Object,System.Xml.IXmlNamespaceResolver)
inline SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913* XmlListConverter_ToArray_TisSByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_m2B0DD5207360132A1EE6D8F45299140B885B3120 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisSByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_m2B0DD5207360132A1EE6D8F45299140B885B3120_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Single>(System.Object,System.Xml.IXmlNamespaceResolver)
inline SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* XmlListConverter_ToArray_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m00F5498BA708A54737154E9CCB62E77A725F10F7 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m00F5498BA708A54737154E9CCB62E77A725F10F7_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.String>(System.Object,System.Xml.IXmlNamespaceResolver)
inline StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* XmlListConverter_ToArray_TisString_t_m760B10F90DDB9E8CC982DBED257FD374FDB9BFD9 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_mE88B7F8005AC5A0140F7327BFF258520169C0E5D_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.TimeSpan>(System.Object,System.Xml.IXmlNamespaceResolver)
inline TimeSpanU5BU5D_tC920B81B0E6DCA110DB9D62B5C3850B4BECB87E6* XmlListConverter_ToArray_TisTimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_m872BD5656AD2E846B6FDC61B1E52C702E658D3F4 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( TimeSpanU5BU5D_tC920B81B0E6DCA110DB9D62B5C3850B4BECB87E6* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisTimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_m872BD5656AD2E846B6FDC61B1E52C702E658D3F4_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.UInt16>(System.Object,System.Xml.IXmlNamespaceResolver)
inline UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* XmlListConverter_ToArray_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mFF18A05C02B2E1B9E08A19D9169D1634ED908954 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mFF18A05C02B2E1B9E08A19D9169D1634ED908954_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.UInt32>(System.Object,System.Xml.IXmlNamespaceResolver)
inline UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* XmlListConverter_ToArray_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mD56FF6DFE5BDF6529D63B90C76A0D84898EEF049 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mD56FF6DFE5BDF6529D63B90C76A0D84898EEF049_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.UInt64>(System.Object,System.Xml.IXmlNamespaceResolver)
inline UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* XmlListConverter_ToArray_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m0E3ADF0E3B37194518A4B2D7FB0A2E0830FF1234 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m0E3ADF0E3B37194518A4B2D7FB0A2E0830FF1234_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Uri>(System.Object,System.Xml.IXmlNamespaceResolver)
inline UriU5BU5D_t95648338DE865E9517F36D1339C4D8DDFA4AAA2D* XmlListConverter_ToArray_TisUri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_mC960C31453A4D44C56084C07A27DDFDD471D481B (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( UriU5BU5D_t95648338DE865E9517F36D1339C4D8DDFA4AAA2D* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_mE88B7F8005AC5A0140F7327BFF258520169C0E5D_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Xml.Schema.XmlAtomicValue>(System.Object,System.Xml.IXmlNamespaceResolver)
inline XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* XmlListConverter_ToArray_TisXmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_mB44E5366B1E0B70FFB508B81AB1EEEACA8A24FB9 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_mE88B7F8005AC5A0140F7327BFF258520169C0E5D_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Xml.XmlQualifiedName>(System.Object,System.Xml.IXmlNamespaceResolver)
inline XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* XmlListConverter_ToArray_TisXmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_m82FE10DFE44A5AC048DB1E0634CD5C619C419814 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_mE88B7F8005AC5A0140F7327BFF258520169C0E5D_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Xml.XPath.XPathItem>(System.Object,System.Xml.IXmlNamespaceResolver)
inline XPathItemU5BU5D_tD2B443A6F6419CF6FDAB8C62D58172DC03ED0AFB* XmlListConverter_ToArray_TisXPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7_m9AEBD985069D1257E3688F670B37F877EBC65AC6 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( XPathItemU5BU5D_tD2B443A6F6419CF6FDAB8C62D58172DC03ED0AFB* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_mE88B7F8005AC5A0140F7327BFF258520169C0E5D_gshared)(__this, ___list0, ___nsResolver1, method);
}
// T[] System.Xml.Schema.XmlListConverter::ToArray<System.Xml.XPath.XPathNavigator>(System.Object,System.Xml.IXmlNamespaceResolver)
inline XPathNavigatorU5BU5D_tFE9FE3A0D07FE839B04B3C75013904AA99EF0CF0* XmlListConverter_ToArray_TisXPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_mFEE720231EF096E7F5D07E837631DB2B74AE1C78 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
return (( XPathNavigatorU5BU5D_tFE9FE3A0D07FE839B04B3C75013904AA99EF0CF0* (*) (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))XmlListConverter_ToArray_TisRuntimeObject_mE88B7F8005AC5A0140F7327BFF258520169C0E5D_gshared)(__this, ___list0, ___nsResolver1, method);
}
// System.Collections.IList System.Xml.Schema.XmlListConverter::ToList(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlListConverter_ToList_m2770032A553C42EA62A43232A06D8784826B4668 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
inline void List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690 (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
inline void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.String[] System.Xml.XmlConvert::SplitString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* XmlConvert_SplitString_mA7AA35B88D14E59B173FCA6406B408EF3C83F02D (String_t* ___value0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.String>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
inline void List_1__ctor_m0BAB01B25B1D62E100CC97401B1A9972D6DEB6EC (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared)(__this, ___collection0, method);
}
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
// System.Int32 System.Text.StringBuilder::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8 (StringBuilder_t* __this, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::Parse(System.String,System.Xml.Schema.XsdDateTimeFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_Parse_m4027B362756419C910E1D041BB6CE2035B3603D9 (Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* __this, String_t* ___text0, int32_t ___kinds1, const RuntimeMethod* method) ;
// System.Void System.FormatException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XsdDateTime::InitiateXsdDateTime(System.Xml.Schema.XsdDateTime/Parser)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime_InitiateXsdDateTime_m91814AB11DA2BA2D0079F9F73E2B9B62B98B533E (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 ___parser0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XsdDateTime::.ctor(System.String,System.Xml.Schema.XsdDateTimeFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_m3E0873E7B93556D02209B348843C713D51F73B4E (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, String_t* ___text0, int32_t ___kinds1, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XsdDateTime::.ctor(System.Xml.Schema.XsdDateTime/Parser)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_m9D9086E04F4BF6D3C09746A40FE8811B3CF4CA88 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 ___parser0, const RuntimeMethod* method) ;
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_m1F66A4327FE6B127F0F0E83A70CED25DB0DFFB00 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, int32_t ___hour3, int32_t ___minute4, int32_t ___second5, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::AddTicks(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_AddTicks_m76D145EA6924296227BB2DD9A5A18C8A2B72EF1D (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int64_t ___value0, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Bits::LeastPosition(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bits_LeastPosition_mE02945243BB6CC1C04FDE6B963BB351319E03B50 (uint32_t ___num0, const RuntimeMethod* method) ;
// System.DateTimeKind System.DateTime::get_Kind()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.TimeZoneInfo System.TimeZoneInfo::get_Local()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* TimeZoneInfo_get_Local_mC43C34632FAEEF6BD0E3B5C04417E9C90277445F (const RuntimeMethod* method) ;
// System.TimeSpan System.TimeZoneInfo::GetUtcOffset(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeZoneInfo_GetUtcOffset_mFAA1957ED9222C7526A197E6FF1AE0D05B46EDB0 (TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, const RuntimeMethod* method) ;
// System.Int64 System.TimeSpan::get_Ticks()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ;
// System.Int32 System.TimeSpan::get_Hours()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Hours_m770B4B777A816E051EFDA317C28DA9A4F39D6CFB (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ;
// System.Int32 System.TimeSpan::get_Minutes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_get_Minutes_m93E37D01CD6DA2DE5B35609D740D322E270B678F (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XsdDateTime::.ctor(System.DateTime,System.Xml.Schema.XsdDateTimeFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_m9EE15399BB38384CC624A7079BA193790D121712 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, int32_t ___kinds1, const RuntimeMethod* method) ;
// System.DateTime System.DateTimeOffset::get_DateTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTimeOffset_get_DateTime_mDF6DC57E7A5647D8B964D3FD5B6855E7D66EF324 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.TimeSpan System.DateTimeOffset::get_Offset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4 (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, const RuntimeMethod* method) ;
// System.Double System.TimeSpan::get_TotalMinutes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double TimeSpan_get_TotalMinutes_mD139AD7A9055F460D2ACC8B0D2BC4A70009E1115 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ;
// System.TimeSpan System.TimeSpan::Negate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_Negate_m3BF3036191A2FDC35250891CD82AD3283A13ABB4 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XsdDateTime::.ctor(System.DateTimeOffset,System.Xml.Schema.XsdDateTimeFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_m127DD6E3D834498A172B1FD34DD1AC4505C7AA4C (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___dateTimeOffset0, int32_t ___kinds1, const RuntimeMethod* method) ;
// System.Xml.Schema.XsdDateTime/DateTimeTypeCode System.Xml.Schema.XsdDateTime::get_InternalTypeCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_InternalTypeCode_mAE60E4DBF9D642870B0D715A5E260F4DD5BC4A4B (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.XsdDateTime/XsdDateTimeKind System.Xml.Schema.XsdDateTime::get_InternalKind()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_InternalKind_m40658E3A6C5DA52E96BCF334BF5760EB7092A88E (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::get_Year()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Year_m00A88C4CEE07B7906F5F7F75C254B769808F5138 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XsdDateTime::get_Year()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_Year_mD24DE1C1790E7306B5AF6F78EBAC41CCC7750CEA (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::get_Month()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Month_m899C6602DE8198990B2CAF5EBC04CC67764E3DA2 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XsdDateTime::get_Month()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_Month_m205FE2FB59CF6A1692300A21A77FFBB37144E99B (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::get_Day()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Day_m872DBCA4C79955EC1E27EB68746B6C2F6A183B28 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XsdDateTime::get_Day()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_Day_m4F8E33F38809CDEEFFAB2BFC3E14AC6B08AF1F6D (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::get_Hour()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Hour_m350B2AEB6ED8AAD80F0779C1FD37EEE13952A7F3 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XsdDateTime::get_Hour()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_Hour_mE4B191CD33490CA5BC5EA87E00314FA50BDB741A (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::get_Minute()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Minute_m73003491DA85D2C9951ECCF890D9BF6AFFB9E973 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XsdDateTime::get_Minute()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_Minute_m38120FA2B75440A56BD49C552DDD3032D9A6DFA6 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::get_Second()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Second_mC860BA28DED65249BE9EA46E4898730C7828B3EA (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XsdDateTime::get_Second()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_Second_m46202D39713A213E9F514CD4E2F5F04C5278780F (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method) ;
// System.Int64 System.DateTime::get_Ticks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XsdDateTime::get_Fraction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_Fraction_m40D9B327318B0D061E02D59889E0919A95EB9098 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XsdDateTime::get_ZoneHour()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_ZoneHour_m9E35CDE49237CC3ECD3DE3D51AAB8E99300A2739 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XsdDateTime::get_ZoneMinute()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_ZoneMinute_m1D120C367B38D2F8B926469F418B6C2560C8E228 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::get_Now()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_get_Now_m636CB9651A9099D20BA1CF813A0C69637317325C (const RuntimeMethod* method) ;
// System.Void System.DateTime::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mA3BF7CE28807F0A02634FD43913FAAFD989CEE88 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int32_t ___year0, int32_t ___month1, int32_t ___day2, const RuntimeMethod* method) ;
// System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTime_op_Subtraction_m64D26F5ABFAE6E166A7E567093D025F6C69F0123 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___d10, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___d21, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::Add(System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_Add_mC882C6BBE75862360A1A0C733B4FFE3210D4B9B1 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___value0, const RuntimeMethod* method) ;
// System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int64_t ___ticks0, int32_t ___kind1, const RuntimeMethod* method) ;
// System.Void System.TimeSpan::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimeSpan__ctor_mF8B85616C009D35D860DA0254327E8AAF54822A1 (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, int32_t ___hours0, int32_t ___minutes1, int32_t ___seconds2, const RuntimeMethod* method) ;
// System.DateTime System.DateTime::ToLocalTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_ToLocalTime_mD87626169251A26AF699DAE90A1C31190AD30B94 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
// System.Void System.DateTimeOffset::.ctor(System.DateTime,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_m6E6938BD1F5EEE0F96247339B75FB7CEF3665FDC (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___offset1, const RuntimeMethod* method) ;
// System.Void System.TimeSpan::.ctor(System.Int64)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, int64_t ___ticks0, const RuntimeMethod* method) ;
// System.Void System.Text.StringBuilder::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5 (StringBuilder_t* __this, int32_t ___capacity0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XsdDateTime::PrintDate(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime_PrintDate_mF29EDBFFB4F5A9EACE93E05D257421B72A74B61E (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, StringBuilder_t* ___sb0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XsdDateTime::PrintTime(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime_PrintTime_mCE1029E13A352DB34EC2EF991632A85E26133EDB (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, StringBuilder_t* ___sb0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XsdDateTime::IntToCharArray(System.Char[],System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime_IntToCharArray_mB95DA3CAFA3F603DFB73CB309A062670C217C131 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___text0, int32_t ___start1, int32_t ___value2, int32_t ___digits3, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XsdDateTime::ShortToCharArray(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime_ShortToCharArray_mC76C1DE32E31949CF46213E55D4C3DE7B21B621A (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___text0, int32_t ___start1, int32_t ___value2, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m8455D90E068B02E8376B7650409E2325303D2456 (StringBuilder_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___value0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XsdDateTime::PrintZone(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime_PrintZone_mA1766FF80B24A4E1D666DBB8C818C01A94330CF6 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, StringBuilder_t* ___sb0, const RuntimeMethod* method) ;
// System.String System.Xml.Schema.XsdDateTime::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XsdDateTime_ToString_m7753E41D2C4A8E0687796143C9220155B9837535 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method) ;
// System.Int32 System.String::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B (RuntimeArray* ___array0, RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 ___fldHandle1, const RuntimeMethod* method) ;
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.Boolean System.Char::IsWhiteSpace(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924 (Il2CppChar ___c0, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::Test(System.Xml.Schema.XsdDateTimeFlags,System.Xml.Schema.XsdDateTimeFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_Test_m71B29FA9D834781A60C10EC0EBA3B24FBF7240DD (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::ParseDate(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_ParseDate_mDD1FC2A4390DBB0F116BCA9CAA17D3ECE36D90E3 (Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* __this, int32_t ___start0, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::ParseChar(System.Int32,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344 (Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* __this, int32_t ___start0, Il2CppChar ___ch1, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::ParseTimeAndZoneAndWhitespace(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_ParseTimeAndZoneAndWhitespace_m7D228802D6E72D8F6640D71EA9603F40358B77DD (Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* __this, int32_t ___start0, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::ParseZoneAndWhitespace(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_ParseZoneAndWhitespace_m59547EAFB80879B5FE3665C0EF560945A1003A25 (Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* __this, int32_t ___start0, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::ParseTimeAndWhitespace(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_ParseTimeAndWhitespace_mF1CAE3E888701743D8C536884D629EE0F22B1D21 (Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* __this, int32_t ___start0, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::Parse4Dig(System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_Parse4Dig_m1CCFFA25225A107685596935A622002FDACEF084 (Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* __this, int32_t ___start0, int32_t* ___num1, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::Parse2Dig(System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_Parse2Dig_m39FAABE5DA648F49504BB6561597C9D61AA5895A (Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* __this, int32_t ___start0, int32_t* ___num1, const RuntimeMethod* method) ;
// System.Int32 System.DateTime::DaysInMonth(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_DaysInMonth_mB6063AA3711F1EE486B5FF6C858CDA9B04DD3977 (int32_t ___year0, int32_t ___month1, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::ParseTime(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_ParseTime_mF90100413CE0C7543E81BB585E86322A64090420 (Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* __this, int32_t* ___start0, const RuntimeMethod* method) ;
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___paramName0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XsdDuration::.ctor(System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDuration__ctor_m38DC4CBC4227909F4B1AF6A15D90026E3EDA2E8A (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, bool ___isNegative0, int32_t ___years1, int32_t ___months2, int32_t ___days3, int32_t ___hours4, int32_t ___minutes5, int32_t ___seconds6, int32_t ___nanoseconds7, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XsdDuration::.ctor(System.TimeSpan,System.Xml.Schema.XsdDuration/DurationType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDuration__ctor_m2CE789343F1EE7728BE48C8ABF3392B8ED7BD390 (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___timeSpan0, int32_t ___durationType1, const RuntimeMethod* method) ;
// System.Exception System.Xml.Schema.XsdDuration::TryParse(System.String,System.Xml.Schema.XsdDuration/DurationType,System.Xml.Schema.XsdDuration&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XsdDuration_TryParse_mD1BACB59A72886E68BF87FCFF8A837082F963D96 (String_t* ___s0, int32_t ___durationType1, XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* ___result2, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XsdDuration::get_Years()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Years_m2F16DEE4EB28A914B6C03A462BF6DE16079AEC5E_inline (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XsdDuration::get_Months()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Months_m2003B42F20229209D88FFA62D3BAED1BF0E1A851_inline (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XsdDuration::get_Days()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Days_m7A66E8270BF719AC95604AD58AD2B9E35A47046A_inline (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XsdDuration::get_Hours()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Hours_m7390FD426C288A52C27DF12F034F29AC746BF1EF_inline (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XsdDuration::get_Minutes()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Minutes_mB74DF6E89566B10A2AD63E88A4DF462B06B9548C_inline (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XsdDuration::get_Seconds()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Seconds_m9F35896B9EF01634C2C584D89A5901A20D5F728C_inline (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XsdDuration::get_Nanoseconds()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Nanoseconds_m15052A05CD863DC5F37D1D614433B44D813F2AE7 (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.XsdDuration::get_IsNegative()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XsdDuration_get_IsNegative_m7AD0EE954916BAD77BE84976C1F9D8D3854F2B7E (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XsdDuration::.ctor(System.String,System.Xml.Schema.XsdDuration/DurationType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDuration__ctor_m34337885047100969A6121F7CFAE5530C40E9B48 (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, String_t* ___s0, int32_t ___durationType1, const RuntimeMethod* method) ;
// System.Exception System.Xml.Schema.XsdDuration::TryToTimeSpan(System.Xml.Schema.XsdDuration/DurationType,System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171 (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, int32_t ___durationType0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___result1, const RuntimeMethod* method) ;
// System.TimeSpan System.Xml.Schema.XsdDuration::ToTimeSpan(System.Xml.Schema.XsdDuration/DurationType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A XsdDuration_ToTimeSpan_mBE8EA5F151FE97572999EDFA85A3DAAA13B04B9A (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, int32_t ___durationType0, const RuntimeMethod* method) ;
// System.Exception System.Xml.Schema.XsdDuration::TryToTimeSpan(System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XsdDuration_TryToTimeSpan_m7B81B7074288D60D1CB8E15006291E3227BAFBA3 (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___result0, const RuntimeMethod* method) ;
// System.Void System.OverflowException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264 (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.String System.Xml.Schema.XsdDuration::ToString(System.Xml.Schema.XsdDuration/DurationType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XsdDuration_ToString_mAB96AA9C1E85D555476303E2D1D741B02FD6C698 (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, int32_t ___durationType0, const RuntimeMethod* method) ;
// System.String System.Xml.Schema.XsdDuration::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XsdDuration_ToString_m678A09FD579D77D415021761FE814A1C49A50DFD (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method) ;
// System.Void System.Text.StringBuilder::set_Length(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414 (StringBuilder_t* __this, int32_t ___value0, const RuntimeMethod* method) ;
// System.Void System.Text.StringBuilder::set_Chars(System.Int32,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Chars_m20B53B0EEAB2A0BB0EC84A130FF12EA86ADD99AE (StringBuilder_t* __this, int32_t ___index0, Il2CppChar ___value1, const RuntimeMethod* method) ;
// System.Char System.Text.StringBuilder::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D (StringBuilder_t* __this, int32_t ___index0, const RuntimeMethod* method) ;
// System.String System.String::Trim()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5 (String_t* __this, const RuntimeMethod* method) ;
// System.String System.Xml.Schema.XsdDuration::TryParseDigits(System.String,System.Int32&,System.Boolean,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XsdDuration_TryParseDigits_mDAA566C742EBA8C1FA51A5504F88526D6AE18D52 (String_t* ___s0, int32_t* ___offset1, bool ___eatDigits2, int32_t* ___result3, int32_t* ___numDigits4, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.ContextQuery::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextQuery__ctor_mE464112CF24EE31870A0182D07DF686271D7E107 (ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2* __this, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.ContextQuery::.ctor(MS.Internal.Xml.XPath.ContextQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextQuery__ctor_m2C617D7D709305EEB9CE48F9523E6610232FEDF7 (ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2* __this, ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2* ___other0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.AbsoluteQuery::.ctor(MS.Internal.Xml.XPath.AbsoluteQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbsoluteQuery__ctor_m15E2723B91CCEE4DD813AD1733ACA7D4E8816888 (AbsoluteQuery_t9D91D43F5381D7C01E869F1FCA9B76333E29BFDE* __this, AbsoluteQuery_t9D91D43F5381D7C01E869F1FCA9B76333E29BFDE* ___other0, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.BaseAxisQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseAxisQuery__ctor_mF70CDA297A3F1DFECA6F2A0424312454AAA38735 (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___typeTest3, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.BaseAxisQuery::.ctor(MS.Internal.Xml.XPath.BaseAxisQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseAxisQuery__ctor_m2A07CCEF3415F39C4EC9291F343E044125EAF78F (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* ___other0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.BaseAxisQuery::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseAxisQuery_Reset_mEDB4EECEF42EACBE6FD8B8AE35632466EC9EC2B3 (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.AttributeQuery::.ctor(MS.Internal.Xml.XPath.AttributeQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeQuery__ctor_m4462168725D51B398ADDD97CE53E178C8ABC46E3 (AttributeQuery_tD1F8AEEC74375F52EF60F21A7B1591858C8D9683* __this, AttributeQuery_tD1F8AEEC74375F52EF60F21A7B1591858C8D9683* ___other0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.AstNode::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AstNode__ctor_m8235007F8DEDCD82C2B85B1AA0E1AEF98B20A507 (AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* __this, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.Axis::.ctor(MS.Internal.Xml.XPath.Axis/AxisType,MS.Internal.Xml.XPath.AstNode,System.String,System.String,System.Xml.XPath.XPathNodeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Axis__ctor_m2704C3CF26377CC587654EC9DFEAFE3A5A964CD4 (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, int32_t ___axisType0, AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* ___input1, String_t* ___prefix2, String_t* ___name3, int32_t ___nodetype4, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.Query::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Query__ctor_mAF0DD1C254FE5063228B113D7C383305B86A1D66 (Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* __this, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.Query::.ctor(MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Query__ctor_mCFB7D1C0C2E82A57A63F55F32490FF5253D2A974 (Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___other0, const RuntimeMethod* method) ;
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.Query::Clone(MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* Query_Clone_m0C3EB356B72B98E1D5312F8ED129AB1EEB10CFF2 (Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___input0, const RuntimeMethod* method) ;
// System.Xml.XPath.XPathNodeType MS.Internal.Xml.XPath.BaseAxisQuery::get_TypeTest()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BaseAxisQuery_get_TypeTest_m44DF1658CA42424AB6BD8976D00DE7B50FBEC1A5_inline (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, const RuntimeMethod* method) ;
// System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::get_NameTest()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BaseAxisQuery_get_NameTest_mAE6CBF115539F43041417CBF729A5824E218714B_inline (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, const RuntimeMethod* method) ;
// System.Boolean System.String::Equals(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D (String_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.ResetableIterator::ResetCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ResetableIterator_ResetCount_m7CF9DE8BB8A675B3FEAEAC20C7A51C1BFBB2EC2B (ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08* __this, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.ValueQuery::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueQuery__ctor_mACE967A0C92EFE64DDE6DBB7F195D0D6A42ACE8B (ValueQuery_tCF7DA687A1FE78AE3A54E5C48772154D01A5912B* __this, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.BooleanFunctions::.ctor(MS.Internal.Xml.XPath.Function/FunctionType,MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanFunctions__ctor_mCFE5C5EF2263DFC3BF6142F19B48F4071BEBDC61 (BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* __this, int32_t ___funcType0, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___arg1, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.ValueQuery::.ctor(MS.Internal.Xml.XPath.ValueQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueQuery__ctor_m28D743327D584AF6DCB48535D40D527A5D358B0A (ValueQuery_tCF7DA687A1FE78AE3A54E5C48772154D01A5912B* __this, ValueQuery_tCF7DA687A1FE78AE3A54E5C48772154D01A5912B* ___other0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.BooleanExpr::.ctor(MS.Internal.Xml.XPath.BooleanExpr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanExpr__ctor_mA3D0367979103B8A5BD44E90884B774F1EC365E5 (BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA* __this, BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA* ___other0, const RuntimeMethod* method) ;
// System.Boolean MS.Internal.Xml.XPath.BooleanFunctions::toBoolean(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanFunctions_toBoolean_mAA78DFB9675793D5FF147B451660983B5E13AB6D (BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method) ;
// System.Boolean MS.Internal.Xml.XPath.BooleanFunctions::Not(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanFunctions_Not_mD50C88109BE993D31F1931BDEE83D03392B7A2E0 (BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method) ;
// System.Boolean MS.Internal.Xml.XPath.BooleanFunctions::Lang(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanFunctions_Lang_m12477D0847CD654C3DAE85E167B0F72D60BBE123 (BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method) ;
// System.Boolean System.Double::IsNaN(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline (double ___d0, const RuntimeMethod* method) ;
// System.Boolean MS.Internal.Xml.XPath.BooleanFunctions::toBoolean(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanFunctions_toBoolean_m83815A1578C7BE330BB60E0CCEFE887838087759 (String_t* ___str0, const RuntimeMethod* method) ;
// System.Boolean MS.Internal.Xml.XPath.BooleanFunctions::toBoolean(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanFunctions_toBoolean_mC02372A6C9E26CB6C6D9EDC4A926B933890AF81F (double ___number0, const RuntimeMethod* method) ;
// System.Boolean System.String::StartsWith(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.BooleanFunctions::.ctor(MS.Internal.Xml.XPath.BooleanFunctions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanFunctions__ctor_m6248E61F6449DEF38D2F135B42DB6DA5F241424A (BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* __this, BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* ___other0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Xml.XPath.XPathNavigator>::.ctor()
inline void List_1__ctor_m5FDAAEC0B715FA1C85E3D8DEA35613EF51CBF0A3 (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Xml.XPath.XPathNavigator>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
inline void List_1__ctor_m16F8F62149B0B0F12C7F6497E8F800BAA93DCE75 (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared)(__this, ___collection0, method);
}
// System.Object MS.Internal.Xml.XPath.BaseAxisQuery::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BaseAxisQuery_Evaluate_mD27078B6E0F6E0C8153A204E852E2875E1D7A615 (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Xml.XPath.XPathNavigator>::Clear()
inline void List_1_Clear_m42D160830A60081C7477DDAA0D4523539171EF68_inline (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7*, const RuntimeMethod*))List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<System.Xml.XPath.XPathNavigator>::get_Count()
inline int32_t List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_inline (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// T System.Collections.Generic.List`1<System.Xml.XPath.XPathNavigator>::get_Item(System.Int32)
inline XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* List_1_get_Item_mC1FAE0FC5B6C378F8F0154E5BCB6821B87A59EE5 (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* (*) (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___index0, method);
}
// System.Void MS.Internal.Xml.XPath.ChildrenQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChildrenQuery__ctor_mA17B4C94EB9B83215ED434D668FD9EAFB67EEA93 (ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___type3, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.ClonableStack`1<System.Xml.XPath.XPathNavigator>::.ctor()
inline void ClonableStack_1__ctor_mC18EFFAFE16CF3D20B6D07798787DBADC506AD7A (ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* __this, const RuntimeMethod* method)
{
(( void (*) (ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B*, const RuntimeMethod*))ClonableStack_1__ctor_m9F3E85AE93A9F697795B466855E6410AFE06E516_gshared)(__this, method);
}
// System.Void MS.Internal.Xml.XPath.ClonableStack`1<System.Int32>::.ctor()
inline void ClonableStack_1__ctor_m4F2EF698D12E4E5B0FED4298FB26311782035234 (ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33* __this, const RuntimeMethod* method)
{
(( void (*) (ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33*, const RuntimeMethod*))ClonableStack_1__ctor_m4F2EF698D12E4E5B0FED4298FB26311782035234_gshared)(__this, method);
}
// System.Void MS.Internal.Xml.XPath.ChildrenQuery::.ctor(MS.Internal.Xml.XPath.ChildrenQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChildrenQuery__ctor_m054972A5F37090641CDA94A4379189DD292991B7 (ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39* __this, ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39* ___other0, const RuntimeMethod* method) ;
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Clone(System.Xml.XPath.XPathNavigator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* Query_Clone_m9FF7B46704165F9895FE34CA936CC11A3768833C (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___input0, const RuntimeMethod* method) ;
// MS.Internal.Xml.XPath.ClonableStack`1<T> MS.Internal.Xml.XPath.ClonableStack`1<System.Xml.XPath.XPathNavigator>::Clone()
inline ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* ClonableStack_1_Clone_m52420A2C704A67A68A14D612327E904C0DC1CE16 (ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* __this, const RuntimeMethod* method)
{
return (( ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* (*) (ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B*, const RuntimeMethod*))ClonableStack_1_Clone_m5DA2944BB00646B10766CECFAC2A167A1204667C_gshared)(__this, method);
}
// MS.Internal.Xml.XPath.ClonableStack`1<T> MS.Internal.Xml.XPath.ClonableStack`1<System.Int32>::Clone()
inline ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33* ClonableStack_1_Clone_m561B4C80C7E986CD79D2662AFDF353F8AA795A91 (ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33* __this, const RuntimeMethod* method)
{
return (( ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33* (*) (ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33*, const RuntimeMethod*))ClonableStack_1_Clone_m561B4C80C7E986CD79D2662AFDF353F8AA795A91_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Int32>::Clear()
inline void List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73*, const RuntimeMethod*))List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_gshared_inline)(__this, method);
}
// System.Void MS.Internal.Xml.XPath.ChildrenQuery::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChildrenQuery_Reset_m1C81A12CF31E8952D8E9707F1524E95911777BB2 (ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39* __this, const RuntimeMethod* method) ;
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.CacheChildrenQuery::GetNextInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* CacheChildrenQuery_GetNextInput_m791621EA0BC22B69B4BA388C02FE136B38FED2F8 (CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B* __this, const RuntimeMethod* method) ;
// T MS.Internal.Xml.XPath.ClonableStack`1<System.Xml.XPath.XPathNavigator>::Pop()
inline XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ClonableStack_1_Pop_mB6E8C78D5C2AFA9D21DC6C4BEA4C0077E0829D26 (ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* __this, const RuntimeMethod* method)
{
return (( XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* (*) (ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B*, const RuntimeMethod*))ClonableStack_1_Pop_m5005AB4C800E93B5164B751B6C795A77BF754BFE_gshared)(__this, method);
}
// T MS.Internal.Xml.XPath.ClonableStack`1<System.Int32>::Pop()
inline int32_t ClonableStack_1_Pop_m710FF918275A4E7BB9D2EC6E310F9DA80D770588 (ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33*, const RuntimeMethod*))ClonableStack_1_Pop_m710FF918275A4E7BB9D2EC6E310F9DA80D770588_gshared)(__this, method);
}
// System.Boolean MS.Internal.Xml.XPath.CacheChildrenQuery::DecideNextNode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CacheChildrenQuery_DecideNextNode_m8CF4B9A978746DA79A0B118F8D5E0AB27408CD12 (CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B* __this, const RuntimeMethod* method) ;
// System.Xml.XmlNodeOrder MS.Internal.Xml.XPath.Query::CompareNodes(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNavigator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Query_CompareNodes_m5FFEE6E8445C92F49DC8ABA6F0076E6503343987 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___l0, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___r1, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.ClonableStack`1<System.Xml.XPath.XPathNavigator>::Push(T)
inline void ClonableStack_1_Push_m1BC7B5D884ABCE10EBD7E6C79FC650D9E1ADD5AA (ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___value0, const RuntimeMethod* method)
{
(( void (*) (ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B*, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*, const RuntimeMethod*))ClonableStack_1_Push_m275C7566F8FE78E98965908E6B1C4BDB13F33418_gshared)(__this, ___value0, method);
}
// System.Void MS.Internal.Xml.XPath.ClonableStack`1<System.Int32>::Push(T)
inline void ClonableStack_1_Push_mF35DA7614F09A53EF575B806D330B18D34521E3C (ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33* __this, int32_t ___value0, const RuntimeMethod* method)
{
(( void (*) (ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33*, int32_t, const RuntimeMethod*))ClonableStack_1_Push_mF35DA7614F09A53EF575B806D330B18D34521E3C_gshared)(__this, ___value0, method);
}
// System.Void MS.Internal.Xml.XPath.CacheChildrenQuery::.ctor(MS.Internal.Xml.XPath.CacheChildrenQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheChildrenQuery__ctor_mF06D3C20935D06D35B9AAED1F3AF557C7F7A1DD9 (CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B* __this, CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B* ___other0, const RuntimeMethod* method) ;
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.Query::Clone(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* Query_Clone_m23957F953EEBD93366BF0039357BDDA154022EA6 (XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___input0, const RuntimeMethod* method) ;
// System.String MS.Internal.Xml.XPath.BaseAxisQuery::get_Name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BaseAxisQuery_get_Name_mBEABA4E6CC92A6482D3DEE2EC3286B39954C30B3_inline (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.IteratorFilter::.ctor(System.Xml.XPath.XPathNodeIterator,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IteratorFilter__ctor_m609270BF602494F4E0865DC2DB509F721B875097 (IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___innerIterator0, String_t* ___name1, const RuntimeMethod* method) ;
// System.String MS.Internal.Xml.XPath.BaseAxisQuery::get_Namespace()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BaseAxisQuery_get_Namespace_m8138C9592490E30BFA0E58BA4C32B0BD4EA93284_inline (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.XPath.XPathExpression::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathExpression__ctor_m8CD20065E30D0DC30DA4B312B1AE63472064887A (XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B* __this, const RuntimeMethod* method) ;
// System.Xml.XPath.XPathException System.Xml.XPath.XPathException::Create(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* XPathException_Create_m823FEEDBF0AF2F0BAF71C56A7199E82D37FB9D82 (String_t* ___res0, const RuntimeMethod* method) ;
// System.Void System.Xml.NameTable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameTable__ctor_mB02EE27092095D81E839D51519C4FBDA2227C261 (NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.XmlNamespaceManager::.ctor(System.Xml.XmlNameTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m18E69120CE5886E06630CCCC3215D2C67FC669DB (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* __this, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.CompiledXpathExpr/UndefinedXsltContext::.ctor(System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UndefinedXsltContext__ctor_mAA445ACCAE41512572621C2434C212FA7C260E98 (UndefinedXsltContext_tDA1405A3D4F1832649A7B8CB9531C78C633B88BD* __this, RuntimeObject* ___nsResolver0, const RuntimeMethod* method) ;
// System.Void System.Xml.Xsl.XsltContext::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsltContext__ctor_m3512C20F502004B0EC2CC8EA53ED7A7E378BCC99 (XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* __this, bool ___dummy0, const RuntimeMethod* method) ;
// System.Xml.XPath.XPathException System.Xml.XPath.XPathException::Create(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* XPathException_Create_mCD60C456FBFFE42865EE9F1BA8F263EA25FACC71 (String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.DescendantBaseQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescendantBaseQuery__ctor_mF36BED955D0CB12892263E6C6A371F9C545640EA (DescendantBaseQuery_tC9436AA1E68A8D806FD6D18C9FD154D5A67C023C* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyParent0, String_t* ___Name1, String_t* ___Prefix2, int32_t ___Type3, bool ___matchSelf4, bool ___abbrAxis5, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.DescendantBaseQuery::.ctor(MS.Internal.Xml.XPath.DescendantBaseQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescendantBaseQuery__ctor_mF6B0D9D70715DF83CC1FE985098F238F82911A7F (DescendantBaseQuery_tC9436AA1E68A8D806FD6D18C9FD154D5A67C023C* __this, DescendantBaseQuery_tC9436AA1E68A8D806FD6D18C9FD154D5A67C023C* ___other0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.DescendantQuery::.ctor(MS.Internal.Xml.XPath.DescendantQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescendantQuery__ctor_m7455AD95BD751E0BC4298D6BFB9ACEFDE79D9886 (DescendantQuery_t82623A55A8B0575728F3023138483D2F504F793C* __this, DescendantQuery_t82623A55A8B0575728F3023138483D2F504F793C* ___other0, const RuntimeMethod* method) ;
// System.Boolean MS.Internal.Xml.XPath.DescendantOverDescendantQuery::MoveToFirstChild()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DescendantOverDescendantQuery_MoveToFirstChild_mF452D05514C8A70EF990FAE5A1B2DB7804DE4C6D (DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4* __this, const RuntimeMethod* method) ;
// System.Boolean MS.Internal.Xml.XPath.DescendantOverDescendantQuery::MoveUpUntilNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DescendantOverDescendantQuery_MoveUpUntilNext_m3358C699F75AD6C9355F022671CA99D3F2907A9B (DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4* __this, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.DescendantOverDescendantQuery::.ctor(MS.Internal.Xml.XPath.DescendantOverDescendantQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescendantOverDescendantQuery__ctor_m1006E6B2A1E093517000D81EA5B8CC26696EE9E6 (DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4* __this, DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4* ___other0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.CacheOutputQuery::.ctor(MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheOutputQuery__ctor_mD04FADFD42AEBA47B220FC04375E6F089803EE94 (CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___input0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.CacheOutputQuery::.ctor(MS.Internal.Xml.XPath.CacheOutputQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheOutputQuery__ctor_m7F92B555C04220694F59ED09E1B92B12BCDC6990 (CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* __this, CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* ___other0, const RuntimeMethod* method) ;
// System.Object MS.Internal.Xml.XPath.CacheOutputQuery::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CacheOutputQuery_Evaluate_m8D97CD67CC7F8BD8CA634C83A36313B0819933E6 (CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___context0, const RuntimeMethod* method) ;
// System.Boolean MS.Internal.Xml.XPath.Query::Insert(System.Collections.Generic.List`1<System.Xml.XPath.XPathNavigator>,System.Xml.XPath.XPathNavigator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Query_Insert_m484CA0C5A8A324A9EA9BAB97A7216898769D7EF4 (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* ___buffer0, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___nav1, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.DocumentOrderQuery::.ctor(MS.Internal.Xml.XPath.DocumentOrderQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DocumentOrderQuery__ctor_m221685FF96F2D1B48CEE6FE5B176FF7C3139EF28 (DocumentOrderQuery_t37C750062C4040EA395B6A1E2BD4B34866EA4E79* __this, DocumentOrderQuery_t37C750062C4040EA395B6A1E2BD4B34866EA4E79* ___other0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.XPathArrayIterator::.ctor(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathArrayIterator__ctor_mDF760704E4B4DE012995C1D69FCC8CD92B0C87F7 (XPathArrayIterator_t99C9BCCC2BA66B7E0246D8C84C6866DE8DC23979* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method) ;
// System.Double System.Decimal::op_Explicit(System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Decimal_op_Explicit_mA8577A95CD02E86110976D415CA149550AD5A6C0 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___value0, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.BaseAxisQuery::.ctor(MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseAxisQuery__ctor_mC4B5EB3195F517A4130526FD32B095888F619897 (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyInput0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.BaseAxisQuery::SetXsltContext(System.Xml.Xsl.XsltContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseAxisQuery_SetXsltContext_m8D5671EE2884408D93A5F7133F341AD5CE1B1958 (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* ___context0, const RuntimeMethod* method) ;
// System.Boolean MS.Internal.Xml.XPath.FilterQuery::EvaluatePredicate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilterQuery_EvaluatePredicate_m66F38C168BFFF91F9765885012687C6EDC9A24B7 (FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783* __this, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.FilterQuery::.ctor(MS.Internal.Xml.XPath.FilterQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterQuery__ctor_m98145139A5164C395BD731549F85608978E2C446 (FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783* __this, FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783* ___other0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Xml.XPath.XPathNavigator>::Add(T)
inline void List_1_Add_mA2A1846EC873247D15A24C6C08397B06C831477A_inline (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7*, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Boolean MS.Internal.Xml.XPath.FollSiblingQuery::Visited(System.Xml.XPath.XPathNavigator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FollSiblingQuery_Visited_m4775F92EA0E96971DC1D0AA71631D3D2A3375ECB (FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___nav0, const RuntimeMethod* method) ;
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.FollSiblingQuery::FetchInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* FollSiblingQuery_FetchInput_mA9179ACAFF64556EC88249596A6DC867A061AE23 (FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053* __this, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.FollSiblingQuery::.ctor(MS.Internal.Xml.XPath.FollSiblingQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FollSiblingQuery__ctor_m4A78B810F83B266BB6D4D43EA7529DD3AE39ECA2 (FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053* __this, FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053* ___other0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.FollowingQuery::.ctor(MS.Internal.Xml.XPath.FollowingQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FollowingQuery__ctor_mEB4262CA5B52A8975D1D0E3B3590AE99DBAD403D (FollowingQuery_tA0CD0BCC24C281020CEB9407F650E3520633E891* __this, FollowingQuery_tA0CD0BCC24C281020CEB9407F650E3520633E891* ___other0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.ForwardPositionQuery::.ctor(MS.Internal.Xml.XPath.ForwardPositionQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardPositionQuery__ctor_m5017EEAB03D99B06F13DC56549590655B79232E4 (ForwardPositionQuery_t7C0027AE6FA6AFD08222554F4DBDBC7FAA7D9AF9* __this, ForwardPositionQuery_t7C0027AE6FA6AFD08222554F4DBDBC7FAA7D9AF9* ___other0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<MS.Internal.Xml.XPath.AstNode>::.ctor(System.Collections.Generic.IEnumerable`1<T>)
inline void List_1__ctor_m4E8C14E21790E3F050037E5F570A2BA9F02CFF08 (List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E* __this, RuntimeObject* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E*, RuntimeObject*, const RuntimeMethod*))List_1__ctor_mE097DBD72433D1AFC11733F5678602603A756424_gshared)(__this, ___collection0, method);
}
// System.Void System.Collections.Generic.List`1<MS.Internal.Xml.XPath.AstNode>::.ctor()
inline void List_1__ctor_m58DD5788D841C08F26C608DA036E7032E3B6CF74 (List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E*, const RuntimeMethod*))List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<MS.Internal.Xml.XPath.AstNode>::Add(T)
inline void List_1_Add_m44E83B573115448D2E3DDE8AAA4CFEDB1DFE3DE1_inline (List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E* __this, AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E*, AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Void MS.Internal.Xml.XPath.ExtensionQuery::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionQuery__ctor_m34F5E546060A76294D1E7C42F946CE3B81DC74FA (ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* __this, String_t* ___prefix0, String_t* ___name1, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.ExtensionQuery::.ctor(MS.Internal.Xml.XPath.ExtensionQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionQuery__ctor_m87321D47088B85BE363B6372FF3E45034A56302C (ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* __this, ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* ___other0, const RuntimeMethod* method) ;
// System.String MS.Internal.Xml.XPath.ExtensionQuery::get_QName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ExtensionQuery_get_QName_mDEED41D3BE04522BE220BC0657EB1811564BB694 (ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* __this, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.XPathSelectionIterator::.ctor(System.Xml.XPath.XPathNavigator,MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathSelectionIterator__ctor_m1DCBC76CE4179D10C5A3244E6C4ABED6F977FE20 (XPathSelectionIterator_tD21F19BD736F5146B9C468681C99C8FC432BCBF6* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___nav0, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___query1, const RuntimeMethod* method) ;
// System.Object MS.Internal.Xml.XPath.ExtensionQuery::ProcessResult(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExtensionQuery_ProcessResult_mAE4279D04FC82809E149CCE8ACE01F530A1F32A5 (ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Xml.XPath.XPathException System.Xml.XPath.XPathException::Create(System.String,System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* XPathException_Create_mF24AE2DB80E5AB091C688ED0D093167CEF5AFE5A (String_t* ___res0, String_t* ___arg1, Exception_t* ___innerException2, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.FunctionQuery::.ctor(MS.Internal.Xml.XPath.FunctionQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FunctionQuery__ctor_mE550219AE7F45DC2DA75A3726981D7CAFF792BD6 (FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A* __this, FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A* ___other0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.GroupQuery::.ctor(MS.Internal.Xml.XPath.GroupQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GroupQuery__ctor_mBDA1E557640E576B4E8BCE9B1F17A16CEA5B4B05 (GroupQuery_t6A2579F6ACC30B53BB286D3BB9793C9899042D9D* __this, GroupQuery_t6A2579F6ACC30B53BB286D3BB9793C9899042D9D* ___other0, const RuntimeMethod* method) ;
// System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::GetXPathType(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Query_GetXPathType_m5F68ED00914FA000C99403E1B92EE7A158808B01 (Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.IDQuery::ProcessIds(System.Xml.XPath.XPathNavigator,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IDQuery_ProcessIds_m1A94B8930088D01A8F002063946B2C7D9E2B9697 (IDQuery_t3ADA30B4FBC8F74FAB53A9558F94D5B69BD96FAB* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___contextNode0, String_t* ___val1, const RuntimeMethod* method) ;
// System.String MS.Internal.Xml.XPath.StringFunctions::toString(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_toString_mD7EA52841DF249114B516B8B5A55D7E9AE9AC426 (double ___num0, const RuntimeMethod* method) ;
// System.String MS.Internal.Xml.XPath.StringFunctions::toString(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringFunctions_toString_m84A92E247CA6A8B8A697F03C8A3F961407B66F80 (bool ___b0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.IDQuery::.ctor(MS.Internal.Xml.XPath.IDQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IDQuery__ctor_mACCC3E6A420E5E773C5353DA1259A5A3EB540BBB (IDQuery_t3ADA30B4FBC8F74FAB53A9558F94D5B69BD96FAB* __this, IDQuery_t3ADA30B4FBC8F74FAB53A9558F94D5B69BD96FAB* ___other0, const RuntimeMethod* method) ;
// System.Void System.Xml.XPath.XPathNodeIterator::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNodeIterator__ctor_mD2548ACBDDDAD6C11151A9E6BCA675A1BC9F87F3 (XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* __this, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.IteratorFilter::.ctor(MS.Internal.Xml.XPath.IteratorFilter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IteratorFilter__ctor_mD030899ED05CA8CAE5F3F97EA6706E785D815684 (IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1* __this, IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1* ___it0, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// MS.Internal.Xml.XPath.Operator/Op MS.Internal.Xml.XPath.Operator::InvertOperator(MS.Internal.Xml.XPath.Operator/Op)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Operator_InvertOperator_mD97006E40BAA80DE854513FC03E1E1953D50A23E (int32_t ___op0, const RuntimeMethod* method) ;
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr/cmpXslt::Invoke(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool cmpXslt_Invoke_mD7EEC554FBA42E4F39456D394AD9574C7E33C79D_inline (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* __this, int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.LogicalExpr/NodeSet::.ctor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeSet__ctor_m4E0FD2A226E503DE9FFC05792C17B6B2105D57F8 (NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D* __this, RuntimeObject* ___opnd0, const RuntimeMethod* method) ;
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr/NodeSet::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NodeSet_MoveNext_m0A9E25262C766B1FAF49224B0DAE2EE475C69526 (NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D* __this, const RuntimeMethod* method) ;
// System.String MS.Internal.Xml.XPath.LogicalExpr/NodeSet::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NodeSet_get_Value_mD83B04747815D80BC3D6859E711488D5A9F3337E (NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D* __this, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.LogicalExpr/NodeSet::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeSet_Reset_mAEEE5EAAA3B645458DEC62E2AFA80973B21A793C (NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D* __this, const RuntimeMethod* method) ;
// System.Double MS.Internal.Xml.XPath.NumberFunctions::Number(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929 (String_t* ___arg0, const RuntimeMethod* method) ;
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpNumberNumber(MS.Internal.Xml.XPath.Operator/Op,System.Double,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpNumberNumber_mE769D4CA46234BE41ABE5DC6AA22FF0127D3087E (int32_t ___op0, double ___n11, double ___n22, const RuntimeMethod* method) ;
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpStringStringE(MS.Internal.Xml.XPath.Operator/Op,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpStringStringE_m1FC89B6CEAC6BF1D1AADA459A5392DE8B5E8F8FE (int32_t ___op0, String_t* ___n11, String_t* ___n22, const RuntimeMethod* method) ;
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpNumberNumberO(MS.Internal.Xml.XPath.Operator/Op,System.Double,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpNumberNumberO_m7C4CF7D280C8E648676A0B08198B5CBBF851E6BD (int32_t ___op0, double ___n11, double ___n22, const RuntimeMethod* method) ;
// System.String MS.Internal.Xml.XPath.LogicalExpr::Rtf(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LogicalExpr_Rtf_mEABE4E2EF9F83F2D3D63DE437B571BC3C0BB8AEF (RuntimeObject* ___o0, const RuntimeMethod* method) ;
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpBoolBoolE(MS.Internal.Xml.XPath.Operator/Op,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpBoolBoolE_m3FC1764FBDADD38CE2CEE3AFA6425ECE2F25CE81 (int32_t ___op0, bool ___n11, bool ___n22, const RuntimeMethod* method) ;
// System.Double MS.Internal.Xml.XPath.NumberFunctions::Number(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Number_m1217E71096AAE0E0668596C72E0AF7462572849B (bool ___arg0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.LogicalExpr::.ctor(MS.Internal.Xml.XPath.LogicalExpr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalExpr__ctor_mF627DBB674699FF721B95D3AA3B39847973093B5 (LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D* __this, LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D* ___other0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.LogicalExpr/cmpXslt::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80 (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.CacheOutputQuery::SetXsltContext(System.Xml.Xsl.XsltContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheOutputQuery_SetXsltContext_mB846B6EED08A622A9E5E7273D87506D8484315F5 (CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* __this, XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* ___context0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.MergeFilterQuery::.ctor(MS.Internal.Xml.XPath.MergeFilterQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MergeFilterQuery__ctor_mE4304213DB32B6F212748EC62A8DC15DF8858DF6 (MergeFilterQuery_tC01FA87A40BE3A7334BEF6092226EE94A63A4D8B* __this, MergeFilterQuery_tC01FA87A40BE3A7334BEF6092226EE94A63A4D8B* ___other0, const RuntimeMethod* method) ;
// System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstNamespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToFirstNamespace_mAB5E988D08695706AC774BF9CC080D0BBE87D7F3 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) ;
// System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextNamespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToNextNamespace_mCFC0E397E3FDF324C07601ED923DBDD9475163E7 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.NamespaceQuery::.ctor(MS.Internal.Xml.XPath.NamespaceQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceQuery__ctor_m25694E813EFBFF5FF1AF5647EC0D9A7794ECD1B9 (NamespaceQuery_tAC24CBCCC56F436A3BBF597BC1CB60CC691C90D7* __this, NamespaceQuery_tAC24CBCCC56F436A3BBF597BC1CB60CC691C90D7* ___other0, const RuntimeMethod* method) ;
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.NodeFunctions::EvaluateArg(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* NodeFunctions_EvaluateArg_mA290C32C09BF0EDDDC2E72994669259ABE95E5C5 (NodeFunctions_tDCAB2279163508D63430575403B4F84364742427* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___context0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.NodeFunctions::.ctor(MS.Internal.Xml.XPath.Function/FunctionType,MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeFunctions__ctor_m37766AE7D88FE9B66ED7000D548C13A2662963AF (NodeFunctions_tDCAB2279163508D63430575403B4F84364742427* __this, int32_t ___funcType0, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___arg1, const RuntimeMethod* method) ;
// System.Double System.Xml.XmlConvert::ToXPathDouble(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_ToXPathDouble_m31244C938BE5A7810F178E55D272CF3C04AF2C12 (RuntimeObject* ___o0, const RuntimeMethod* method) ;
// System.Double MS.Internal.Xml.XPath.NumberFunctions::Number(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Number_mBA5813FBDC7A43EBB6F3E869283C63F6601F68A7 (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method) ;
// System.Double MS.Internal.Xml.XPath.NumberFunctions::Sum(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Sum_m115BC373BA4550343BDE33CB39A70DD8C89D310C (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method) ;
// System.Double MS.Internal.Xml.XPath.NumberFunctions::Floor(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Floor_mB06DE736DB5E323D9D9F51496CC490E8BBF1CAE0 (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method) ;
// System.Double MS.Internal.Xml.XPath.NumberFunctions::Ceiling(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Ceiling_mE717270E1ADD7B6FB1C89075F34AE6CF851F0FDC (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method) ;
// System.Double MS.Internal.Xml.XPath.NumberFunctions::Round(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Round_m85FE26477E989675052E34E0A710EFA6B04D566D (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method) ;
// System.Double System.Xml.XmlConvert::XPathRound(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_XPathRound_m8EBBBE505D68CD34430228909B4F73BC367C9391 (double ___value0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.NumberFunctions::.ctor(MS.Internal.Xml.XPath.NumberFunctions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFunctions__ctor_m238FF1760B73D538B17BDBF95CA1DC8EE994E774 (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* __this, NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* ___other0, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.NumberFunctions::.ctor(MS.Internal.Xml.XPath.Function/FunctionType,MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFunctions__ctor_mBFA1EB61CB51B183C8BB1273957700917A3D83F9 (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* __this, int32_t ___ftype0, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___arg1, const RuntimeMethod* method) ;
// System.Double MS.Internal.Xml.XPath.NumericExpr::GetValue(MS.Internal.Xml.XPath.Operator/Op,System.Double,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumericExpr_GetValue_m6945AFC7F8BD14387C19F78DA79F53F11D235A1E (int32_t ___op0, double ___n11, double ___n22, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.NumericExpr::.ctor(MS.Internal.Xml.XPath.NumericExpr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumericExpr__ctor_mFB0D3B5952C2A6C71ABB0EC057715B53D04FCFF4 (NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9* __this, NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9* ___other0, const RuntimeMethod* method) ;
// System.Int64 System.BitConverter::DoubleToInt64Bits(System.Double)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline (double ___value0, const RuntimeMethod* method) ;
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB (RuntimeArray* ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method) ;
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.XmlStringConverter::.ctor(System.Xml.Schema.XmlSchemaType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlStringConverter__ctor_mA811DBEBAC73A5C663B65DAB28FE754AFAE0D106 (XmlStringConverter_t3665CCDFB8EBCE5EFCF8B5FFF989E086CE5E8718* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___schemaType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___schemaType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
XmlBaseConverter__ctor_mF610DA8AF9A17AF29F8421EEF72A1E34C26CA684(__this, L_0, NULL);
return;
}
}
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlStringConverter::Create(System.Xml.Schema.XmlSchemaType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* XmlStringConverter_Create_m23A4D1CCC30D6D429BBBEC289CA21E213B8AD64B (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___schemaType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlStringConverter_t3665CCDFB8EBCE5EFCF8B5FFF989E086CE5E8718_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___schemaType0;
XmlStringConverter_t3665CCDFB8EBCE5EFCF8B5FFF989E086CE5E8718* L_1 = (XmlStringConverter_t3665CCDFB8EBCE5EFCF8B5FFF989E086CE5E8718*)il2cpp_codegen_object_new(XmlStringConverter_t3665CCDFB8EBCE5EFCF8B5FFF989E086CE5E8718_il2cpp_TypeInfo_var);
XmlStringConverter__ctor_mA811DBEBAC73A5C663B65DAB28FE754AFAE0D106(L_1, L_0, NULL);
return L_1;
}
}
// System.String System.Xml.Schema.XmlStringConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlStringConverter_ToString_mD800CDE5EA87729AB0D60133A0E16910EE900BB1 (XmlStringConverter_t3665CCDFB8EBCE5EFCF8B5FFF989E086CE5E8718* __this, RuntimeObject* ___value0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlStringConverter_ToString_mD800CDE5EA87729AB0D60133A0E16910EE900BB1_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
V_0 = L_3;
Type_t* L_4 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_5 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_4, L_5, NULL);
if (!L_6)
{
goto IL_0029;
}
}
{
RuntimeObject* L_7 = ___value0;
return ((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var));
}
IL_0029:
{
Type_t* L_8 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_9 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_10;
L_10 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_8, L_9, NULL);
if (!L_10)
{
goto IL_0042;
}
}
{
RuntimeObject* L_11 = ___value0;
String_t* L_12;
L_12 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_11, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)));
return L_12;
}
IL_0042:
{
RuntimeObject* L_13 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_14 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
RuntimeObject* L_15 = ___nsResolver1;
RuntimeObject* L_16;
L_16 = VirtualFuncInvoker3< RuntimeObject*, RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_13, L_14, L_15);
return ((String_t*)CastclassSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var));
}
}
// System.Object System.Xml.Schema.XmlStringConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlStringConverter_ChangeType_m7810C0EB99366E196EEC36CCE763FCA26C37D2B4 (XmlStringConverter_t3665CCDFB8EBCE5EFCF8B5FFF989E086CE5E8718* __this, String_t* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlStringConverter_ChangeType_m7810C0EB99366E196EEC36CCE763FCA26C37D2B4_RuntimeMethod_var)));
}
IL_000e:
{
Type_t* L_2 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_2, (Type_t*)NULL, NULL);
if (!L_3)
{
goto IL_0022;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_4 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlStringConverter_ChangeType_m7810C0EB99366E196EEC36CCE763FCA26C37D2B4_RuntimeMethod_var)));
}
IL_0022:
{
Type_t* L_5 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_6 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_5, L_6, NULL);
if (!L_7)
{
goto IL_0037;
}
}
{
Type_t* L_8;
L_8 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_8;
}
IL_0037:
{
Type_t* L_9 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_10 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_11;
L_11 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_9, L_10, NULL);
if (!L_11)
{
goto IL_0046;
}
}
{
String_t* L_12 = ___value0;
return L_12;
}
IL_0046:
{
Type_t* L_13 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_14 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_15;
L_15 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_13, L_14, NULL);
if (!L_15)
{
goto IL_0060;
}
}
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_16;
L_16 = XmlBaseConverter_get_SchemaType_mE2E6F52784E6E3CFCC579184B8E593F62BE9651B_inline(__this, NULL);
String_t* L_17 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_18 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m8E8EA1F1B8EB6F1397F22EA2FE24CAA98B857510(L_18, L_16, L_17, NULL);
return L_18;
}
IL_0060:
{
Type_t* L_19 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_20 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XPathItemType_21;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_21;
L_21 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_19, L_20, NULL);
if (!L_21)
{
goto IL_007a;
}
}
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_22;
L_22 = XmlBaseConverter_get_SchemaType_mE2E6F52784E6E3CFCC579184B8E593F62BE9651B_inline(__this, NULL);
String_t* L_23 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_24 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m8E8EA1F1B8EB6F1397F22EA2FE24CAA98B857510(L_24, L_22, L_23, NULL);
return L_24;
}
IL_007a:
{
String_t* L_25 = ___value0;
Type_t* L_26 = ___destinationType1;
RuntimeObject* L_27 = ___nsResolver2;
RuntimeObject* L_28;
L_28 = VirtualFuncInvoker3< RuntimeObject*, RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_25, L_26, L_27);
return L_28;
}
}
// System.Object System.Xml.Schema.XmlStringConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlStringConverter_ChangeType_mF00F4EA115ECA51997AB440D504C1EBC88CFD590 (XmlStringConverter_t3665CCDFB8EBCE5EFCF8B5FFF989E086CE5E8718* __this, RuntimeObject* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlStringConverter_ChangeType_mF00F4EA115ECA51997AB440D504C1EBC88CFD590_RuntimeMethod_var)));
}
IL_000e:
{
Type_t* L_2 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_2, (Type_t*)NULL, NULL);
if (!L_3)
{
goto IL_0022;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_4 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlStringConverter_ChangeType_mF00F4EA115ECA51997AB440D504C1EBC88CFD590_RuntimeMethod_var)));
}
IL_0022:
{
RuntimeObject* L_5 = ___value0;
Type_t* L_6;
L_6 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_5, NULL);
V_0 = L_6;
Type_t* L_7 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_8 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, L_8, NULL);
if (!L_9)
{
goto IL_003e;
}
}
{
Type_t* L_10;
L_10 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_10;
}
IL_003e:
{
Type_t* L_11 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_12 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_13;
L_13 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_11, L_12, NULL);
if (!L_13)
{
goto IL_0054;
}
}
{
RuntimeObject* L_14 = ___value0;
RuntimeObject* L_15 = ___nsResolver2;
String_t* L_16;
L_16 = VirtualFuncInvoker2< String_t*, RuntimeObject*, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_14, L_15);
return L_16;
}
IL_0054:
{
Type_t* L_17 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_18 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_19;
L_19 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_17, L_18, NULL);
if (!L_19)
{
goto IL_0094;
}
}
{
Type_t* L_20 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_21 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_22;
L_22 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_20, L_21, NULL);
if (!L_22)
{
goto IL_0080;
}
}
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_23;
L_23 = XmlBaseConverter_get_SchemaType_mE2E6F52784E6E3CFCC579184B8E593F62BE9651B_inline(__this, NULL);
RuntimeObject* L_24 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_25 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m8E8EA1F1B8EB6F1397F22EA2FE24CAA98B857510(L_25, L_23, ((String_t*)CastclassSealed((RuntimeObject*)L_24, String_t_il2cpp_TypeInfo_var)), NULL);
return L_25;
}
IL_0080:
{
Type_t* L_26 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_27 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_28;
L_28 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_26, L_27, NULL);
if (!L_28)
{
goto IL_0094;
}
}
{
RuntimeObject* L_29 = ___value0;
return ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_29, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var));
}
IL_0094:
{
Type_t* L_30 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_31 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XPathItemType_21;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_32;
L_32 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_30, L_31, NULL);
if (!L_32)
{
goto IL_00d4;
}
}
{
Type_t* L_33 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_34 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_35;
L_35 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_33, L_34, NULL);
if (!L_35)
{
goto IL_00c0;
}
}
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_36;
L_36 = XmlBaseConverter_get_SchemaType_mE2E6F52784E6E3CFCC579184B8E593F62BE9651B_inline(__this, NULL);
RuntimeObject* L_37 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_38 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m8E8EA1F1B8EB6F1397F22EA2FE24CAA98B857510(L_38, L_36, ((String_t*)CastclassSealed((RuntimeObject*)L_37, String_t_il2cpp_TypeInfo_var)), NULL);
return L_38;
}
IL_00c0:
{
Type_t* L_39 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_40 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_41;
L_41 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_39, L_40, NULL);
if (!L_41)
{
goto IL_00d4;
}
}
{
RuntimeObject* L_42 = ___value0;
return ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_42, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var));
}
IL_00d4:
{
RuntimeObject* L_43 = ___value0;
Type_t* L_44 = ___destinationType1;
RuntimeObject* L_45 = ___nsResolver2;
RuntimeObject* L_46;
L_46 = VirtualFuncInvoker3< RuntimeObject*, RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_43, L_44, L_45);
return L_46;
}
}
#ifdef __clang__
#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.XmlUntypedConverter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUntypedConverter__ctor_mC82D3D2D13C1C6B3630A78F2EE4077624AACE389 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_0;
L_0 = DatatypeImplementation_get_UntypedAtomicType_mD791D792B0200F4E629CCB570A3ECCCE30E6E4FA_inline(NULL);
XmlListConverter__ctor_mC8B3F9BE510652A2EA2FC249C506605A025401F7(__this, L_0, NULL);
return;
}
}
// System.Void System.Xml.Schema.XmlUntypedConverter::.ctor(System.Xml.Schema.XmlUntypedConverter,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUntypedConverter__ctor_m530347C06FB34C18DD48F3BBA5C60DEEC736A499 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* ___atomicConverter0, bool ___allowListToList1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* G_B2_0 = NULL;
XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* G_B2_1 = NULL;
XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* G_B1_0 = NULL;
XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* G_B1_1 = NULL;
Type_t* G_B3_0 = NULL;
XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* G_B3_1 = NULL;
XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* G_B3_2 = NULL;
{
XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* L_0 = ___atomicConverter0;
bool L_1 = ___allowListToList1;
G_B1_0 = L_0;
G_B1_1 = __this;
if (L_1)
{
G_B2_0 = L_0;
G_B2_1 = __this;
goto IL_000c;
}
}
{
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_2 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
G_B3_0 = L_2;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_0011;
}
IL_000c:
{
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_3 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringArrayType_7;
G_B3_0 = L_3;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_0011:
{
XmlListConverter__ctor_mC1229A31617E5443F831E698FC7096B4A8874502(G_B3_2, G_B3_1, G_B3_0, NULL);
bool L_4 = ___allowListToList1;
__this->___allowListToList_33 = L_4;
return;
}
}
// System.Boolean System.Xml.Schema.XmlUntypedConverter::ToBoolean(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlUntypedConverter_ToBoolean_m3FB4C00C10A29360D71689627B79E44C9F362AF1 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ToBoolean_m3FB4C00C10A29360D71689627B79E44C9F362AF1_RuntimeMethod_var)));
}
IL_000e:
{
String_t* L_2 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
bool L_3;
L_3 = XmlConvert_ToBoolean_mB95C798BD6D849071E6A686CBF85851C25C7006A(L_2, NULL);
return L_3;
}
}
// System.Boolean System.Xml.Schema.XmlUntypedConverter::ToBoolean(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlUntypedConverter_ToBoolean_m098E38F65925E62044FAEF1D8B3B8C5303078022 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ToBoolean_m098E38F65925E62044FAEF1D8B3B8C5303078022_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject* L_6 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
bool L_7;
L_7 = XmlConvert_ToBoolean_mB95C798BD6D849071E6A686CBF85851C25C7006A(((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)), NULL);
return L_7;
}
IL_002c:
{
RuntimeObject* L_8 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_9 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___BooleanType_26;
RuntimeObject* L_10;
L_10 = XmlUntypedConverter_ChangeTypeWildcardDestination_m3211D143132301B404C1DB8BA906F48020F6DB5A(__this, L_8, L_9, (RuntimeObject*)NULL, NULL);
return ((*(bool*)((bool*)(bool*)UnBox(L_10, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
}
}
// System.DateTime System.Xml.Schema.XmlUntypedConverter::ToDateTime(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D XmlUntypedConverter_ToDateTime_m06DB710A4533E2B2615FA59D356F55C72997AF1A (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ToDateTime_m06DB710A4533E2B2615FA59D356F55C72997AF1A_RuntimeMethod_var)));
}
IL_000e:
{
String_t* L_2 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3;
L_3 = XmlBaseConverter_UntypedAtomicToDateTime_mA564AE7FAC5445E0AB3AF8A7EE2598ED95CD9F71(L_2, NULL);
return L_3;
}
}
// System.DateTime System.Xml.Schema.XmlUntypedConverter::ToDateTime(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D XmlUntypedConverter_ToDateTime_mAA489D6BA8BFEE9083B2322B367849DD58DB2213 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ToDateTime_mAA489D6BA8BFEE9083B2322B367849DD58DB2213_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject* L_6 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7;
L_7 = XmlBaseConverter_UntypedAtomicToDateTime_mA564AE7FAC5445E0AB3AF8A7EE2598ED95CD9F71(((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)), NULL);
return L_7;
}
IL_002c:
{
RuntimeObject* L_8 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_9 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeType_24;
RuntimeObject* L_10;
L_10 = XmlUntypedConverter_ChangeTypeWildcardDestination_m3211D143132301B404C1DB8BA906F48020F6DB5A(__this, L_8, L_9, (RuntimeObject*)NULL, NULL);
return ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_10, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))));
}
}
// System.DateTimeOffset System.Xml.Schema.XmlUntypedConverter::ToDateTimeOffset(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 XmlUntypedConverter_ToDateTimeOffset_m92ABCAD646624C6D49774A1840C583787CDBDE39 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ToDateTimeOffset_m92ABCAD646624C6D49774A1840C583787CDBDE39_RuntimeMethod_var)));
}
IL_000e:
{
String_t* L_2 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_3;
L_3 = XmlBaseConverter_UntypedAtomicToDateTimeOffset_m941F60F30336A7D18AEE215065F7BCA081322E7F(L_2, NULL);
return L_3;
}
}
// System.DateTimeOffset System.Xml.Schema.XmlUntypedConverter::ToDateTimeOffset(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 XmlUntypedConverter_ToDateTimeOffset_m5A7D63D12407EA0C31466AABAA9DA2B0F95459B4 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ToDateTimeOffset_m5A7D63D12407EA0C31466AABAA9DA2B0F95459B4_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject* L_6 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_7;
L_7 = XmlBaseConverter_UntypedAtomicToDateTimeOffset_m941F60F30336A7D18AEE215065F7BCA081322E7F(((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)), NULL);
return L_7;
}
IL_002c:
{
RuntimeObject* L_8 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_9 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeOffsetType_25;
RuntimeObject* L_10;
L_10 = XmlUntypedConverter_ChangeTypeWildcardDestination_m3211D143132301B404C1DB8BA906F48020F6DB5A(__this, L_8, L_9, (RuntimeObject*)NULL, NULL);
return ((*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)UnBox(L_10, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))));
}
}
// System.Decimal System.Xml.Schema.XmlUntypedConverter::ToDecimal(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F XmlUntypedConverter_ToDecimal_m31D9DD7EE2F9CA063CAF95AB001C7D5CC07C0953 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ToDecimal_m31D9DD7EE2F9CA063CAF95AB001C7D5CC07C0953_RuntimeMethod_var)));
}
IL_000e:
{
String_t* L_2 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_3;
L_3 = XmlConvert_ToDecimal_mADC865682AA62EC874AFEA0D55B7FBED9A1B6E32(L_2, NULL);
return L_3;
}
}
// System.Decimal System.Xml.Schema.XmlUntypedConverter::ToDecimal(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F XmlUntypedConverter_ToDecimal_mC49C96BD2FD4C3F5509F0414088701FC3A827A41 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ToDecimal_mC49C96BD2FD4C3F5509F0414088701FC3A827A41_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject* L_6 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_7;
L_7 = XmlConvert_ToDecimal_mADC865682AA62EC874AFEA0D55B7FBED9A1B6E32(((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)), NULL);
return L_7;
}
IL_002c:
{
RuntimeObject* L_8 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_9 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DecimalType_9;
RuntimeObject* L_10;
L_10 = XmlUntypedConverter_ChangeTypeWildcardDestination_m3211D143132301B404C1DB8BA906F48020F6DB5A(__this, L_8, L_9, (RuntimeObject*)NULL, NULL);
return ((*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)UnBox(L_10, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))));
}
}
// System.Double System.Xml.Schema.XmlUntypedConverter::ToDouble(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlUntypedConverter_ToDouble_mD68186F8CFD91946073BF9BF1C36095EFB5372AE (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ToDouble_mD68186F8CFD91946073BF9BF1C36095EFB5372AE_RuntimeMethod_var)));
}
IL_000e:
{
String_t* L_2 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
double L_3;
L_3 = XmlConvert_ToDouble_m2418B80456367C61C63D2851ADF27DF906F2077C(L_2, NULL);
return L_3;
}
}
// System.Double System.Xml.Schema.XmlUntypedConverter::ToDouble(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlUntypedConverter_ToDouble_mA0D38166C4C7F7C1A2D74151DFED136837CFF192 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ToDouble_mA0D38166C4C7F7C1A2D74151DFED136837CFF192_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject* L_6 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
double L_7;
L_7 = XmlConvert_ToDouble_m2418B80456367C61C63D2851ADF27DF906F2077C(((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)), NULL);
return L_7;
}
IL_002c:
{
RuntimeObject* L_8 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_9 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DoubleType_22;
RuntimeObject* L_10;
L_10 = XmlUntypedConverter_ChangeTypeWildcardDestination_m3211D143132301B404C1DB8BA906F48020F6DB5A(__this, L_8, L_9, (RuntimeObject*)NULL, NULL);
return ((*(double*)((double*)(double*)UnBox(L_10, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))));
}
}
// System.Int32 System.Xml.Schema.XmlUntypedConverter::ToInt32(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlUntypedConverter_ToInt32_m7827E75366EB732701E666AE7AD515E03DC55B1E (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ToInt32_m7827E75366EB732701E666AE7AD515E03DC55B1E_RuntimeMethod_var)));
}
IL_000e:
{
String_t* L_2 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
int32_t L_3;
L_3 = XmlConvert_ToInt32_m9C735139F9937011D95951A4D175401E5EC1941E(L_2, NULL);
return L_3;
}
}
// System.Int32 System.Xml.Schema.XmlUntypedConverter::ToInt32(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlUntypedConverter_ToInt32_mC50212F8EF6D6FFA09F85FA049B91C4BB923E80A (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ToInt32_mC50212F8EF6D6FFA09F85FA049B91C4BB923E80A_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject* L_6 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
int32_t L_7;
L_7 = XmlConvert_ToInt32_m9C735139F9937011D95951A4D175401E5EC1941E(((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)), NULL);
return L_7;
}
IL_002c:
{
RuntimeObject* L_8 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_9 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int32Type_10;
RuntimeObject* L_10;
L_10 = XmlUntypedConverter_ChangeTypeWildcardDestination_m3211D143132301B404C1DB8BA906F48020F6DB5A(__this, L_8, L_9, (RuntimeObject*)NULL, NULL);
return ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_10, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
}
}
// System.Int64 System.Xml.Schema.XmlUntypedConverter::ToInt64(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlUntypedConverter_ToInt64_m59ECD5D2B8DE238FA8A459105730683F02DAA6E9 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ToInt64_m59ECD5D2B8DE238FA8A459105730683F02DAA6E9_RuntimeMethod_var)));
}
IL_000e:
{
String_t* L_2 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
int64_t L_3;
L_3 = XmlConvert_ToInt64_m6B8BF2DD9F2ADFC49C37112EAE0D59E66DEDB5A4(L_2, NULL);
return L_3;
}
}
// System.Int64 System.Xml.Schema.XmlUntypedConverter::ToInt64(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlUntypedConverter_ToInt64_m596B48E062659CDE389BD18EE3687E0CC9D4FC1D (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ToInt64_m596B48E062659CDE389BD18EE3687E0CC9D4FC1D_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject* L_6 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
int64_t L_7;
L_7 = XmlConvert_ToInt64_m6B8BF2DD9F2ADFC49C37112EAE0D59E66DEDB5A4(((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)), NULL);
return L_7;
}
IL_002c:
{
RuntimeObject* L_8 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_9 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int64Type_11;
RuntimeObject* L_10;
L_10 = XmlUntypedConverter_ChangeTypeWildcardDestination_m3211D143132301B404C1DB8BA906F48020F6DB5A(__this, L_8, L_9, (RuntimeObject*)NULL, NULL);
return ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_10, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))));
}
}
// System.Single System.Xml.Schema.XmlUntypedConverter::ToSingle(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlUntypedConverter_ToSingle_mB8BB884E5B7EFCF79893C0BBF0095F3A0E8C632E (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ToSingle_mB8BB884E5B7EFCF79893C0BBF0095F3A0E8C632E_RuntimeMethod_var)));
}
IL_000e:
{
String_t* L_2 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
float L_3;
L_3 = XmlConvert_ToSingle_m57D622EA6B6024A02ACA602BA5B0ABDE831E1095(L_2, NULL);
return L_3;
}
}
// System.Single System.Xml.Schema.XmlUntypedConverter::ToSingle(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlUntypedConverter_ToSingle_m6D9FD031B936C61F75C186D241BF51271AE71FD3 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ToSingle_m6D9FD031B936C61F75C186D241BF51271AE71FD3_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject* L_6 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
float L_7;
L_7 = XmlConvert_ToSingle_m57D622EA6B6024A02ACA602BA5B0ABDE831E1095(((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)), NULL);
return L_7;
}
IL_002c:
{
RuntimeObject* L_8 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_9 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___SingleType_23;
RuntimeObject* L_10;
L_10 = XmlUntypedConverter_ChangeTypeWildcardDestination_m3211D143132301B404C1DB8BA906F48020F6DB5A(__this, L_8, L_9, (RuntimeObject*)NULL, NULL);
return ((*(float*)((float*)(float*)UnBox(L_10, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))));
}
}
// System.String System.Xml.Schema.XmlUntypedConverter::ToString(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlUntypedConverter_ToString_m8DDCC42A5CDDC8D8AC062F86500F67EFFDABB78F (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = XmlConvert_ToString_mD598BDDD270BE18CCBABE0569FF42529F06ADADF(L_0, NULL);
return L_1;
}
}
// System.String System.Xml.Schema.XmlUntypedConverter::ToString(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlUntypedConverter_ToString_mBDA04A2FF87A28A593D6379AF79A2280569DDDBE (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = XmlBaseConverter_DateTimeToString_m77BF66448C6C94CAFBB6AA3E5282D59A2FA4B900(L_0, NULL);
return L_1;
}
}
// System.String System.Xml.Schema.XmlUntypedConverter::ToString(System.DateTimeOffset)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlUntypedConverter_ToString_mC9D9F93E20C7B06620F3A38179641C9DF1428262 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = XmlBaseConverter_DateTimeOffsetToString_m1F5C71D1D2E9925B6286F620E6F19B73FF30F0E9(L_0, NULL);
return L_1;
}
}
// System.String System.Xml.Schema.XmlUntypedConverter::ToString(System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlUntypedConverter_ToString_m3A888112C3AE42B087AB5D8130905442F76E4F16 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = XmlConvert_ToString_m4EE078C46CC4FF023E0286740CFE95E945C5185E(L_0, NULL);
return L_1;
}
}
// System.String System.Xml.Schema.XmlUntypedConverter::ToString(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlUntypedConverter_ToString_m8E474D733EBBFD24090F1731AF6D83FB29DABA0C (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = XmlConvert_ToString_m04C12A2A45109D8E79C729DE12EF0A29301C2A2B(((double)L_0), NULL);
return L_1;
}
}
// System.String System.Xml.Schema.XmlUntypedConverter::ToString(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlUntypedConverter_ToString_mB45A50A6304765E09FED8EC45BC7CD6362F5D6FC (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = XmlConvert_ToString_m2C27F48B600DAF58ADCCE84D9AA0D27CE77ABC63(L_0, NULL);
return L_1;
}
}
// System.String System.Xml.Schema.XmlUntypedConverter::ToString(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlUntypedConverter_ToString_mAB00DD6F7A711E1985A40BE3D08BF2A32381107E (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = XmlConvert_ToString_mFC2B58A063E63501E3CB452206B18C317E2782A9(L_0, NULL);
return L_1;
}
}
// System.String System.Xml.Schema.XmlUntypedConverter::ToString(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlUntypedConverter_ToString_mA3ECD11E1EAF48FBBA872946E6EE712D2AF1EE5E (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = XmlConvert_ToString_m0A47C3C098CDB47726C29D7A70B7349D6DA57555(((float)L_0), NULL);
return L_1;
}
}
// System.String System.Xml.Schema.XmlUntypedConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlUntypedConverter_ToString_m806034A143001ADC300AF399611CD283AA2103F0 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, RuntimeObject* ___value0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ToString_m806034A143001ADC300AF399611CD283AA2103F0_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
V_0 = L_3;
Type_t* L_4 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_5 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___BooleanType_26;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_4, L_5, NULL);
if (!L_6)
{
goto IL_002e;
}
}
{
RuntimeObject* L_7 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_8;
L_8 = XmlConvert_ToString_mD598BDDD270BE18CCBABE0569FF42529F06ADADF(((*(bool*)((bool*)(bool*)UnBox(L_7, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))), NULL);
return L_8;
}
IL_002e:
{
Type_t* L_9 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_10 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ByteType_15;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_11;
L_11 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_9, L_10, NULL);
if (!L_11)
{
goto IL_0047;
}
}
{
RuntimeObject* L_12 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_13;
L_13 = XmlConvert_ToString_m411BB9A7763037A4F4C68822FED8AD3638387947(((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_12, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var)))), NULL);
return L_13;
}
IL_0047:
{
Type_t* L_14 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_15 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ByteArrayType_27;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_16;
L_16 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_14, L_15, NULL);
if (!L_16)
{
goto IL_0060;
}
}
{
RuntimeObject* L_17 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
String_t* L_18;
L_18 = XmlBaseConverter_Base64BinaryToString_mC19D3B15F16BD785C22D159E9677281F38F2EECD(((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_17, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)), NULL);
return L_18;
}
IL_0060:
{
Type_t* L_19 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_20 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeType_24;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_21;
L_21 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_19, L_20, NULL);
if (!L_21)
{
goto IL_0079;
}
}
{
RuntimeObject* L_22 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
String_t* L_23;
L_23 = XmlBaseConverter_DateTimeToString_m77BF66448C6C94CAFBB6AA3E5282D59A2FA4B900(((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_22, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var)))), NULL);
return L_23;
}
IL_0079:
{
Type_t* L_24 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_25 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeOffsetType_25;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_26;
L_26 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_24, L_25, NULL);
if (!L_26)
{
goto IL_0092;
}
}
{
RuntimeObject* L_27 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
String_t* L_28;
L_28 = XmlBaseConverter_DateTimeOffsetToString_m1F5C71D1D2E9925B6286F620E6F19B73FF30F0E9(((*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)UnBox(L_27, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var)))), NULL);
return L_28;
}
IL_0092:
{
Type_t* L_29 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_30 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DecimalType_9;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_31;
L_31 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_29, L_30, NULL);
if (!L_31)
{
goto IL_00ab;
}
}
{
RuntimeObject* L_32 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_33;
L_33 = XmlConvert_ToString_m4EE078C46CC4FF023E0286740CFE95E945C5185E(((*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)UnBox(L_32, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var)))), NULL);
return L_33;
}
IL_00ab:
{
Type_t* L_34 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_35 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DoubleType_22;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_36;
L_36 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_34, L_35, NULL);
if (!L_36)
{
goto IL_00c4;
}
}
{
RuntimeObject* L_37 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_38;
L_38 = XmlConvert_ToString_m04C12A2A45109D8E79C729DE12EF0A29301C2A2B(((*(double*)((double*)(double*)UnBox(L_37, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))), NULL);
return L_38;
}
IL_00c4:
{
Type_t* L_39 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_40 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int16Type_16;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_41;
L_41 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_39, L_40, NULL);
if (!L_41)
{
goto IL_00dd;
}
}
{
RuntimeObject* L_42 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_43;
L_43 = XmlConvert_ToString_m1FB4B4752262599AE9EBF689F994BC0B5D3E2E08(((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_42, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))), NULL);
return L_43;
}
IL_00dd:
{
Type_t* L_44 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_45 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int32Type_10;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_46;
L_46 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_44, L_45, NULL);
if (!L_46)
{
goto IL_00f6;
}
}
{
RuntimeObject* L_47 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_48;
L_48 = XmlConvert_ToString_m2C27F48B600DAF58ADCCE84D9AA0D27CE77ABC63(((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_47, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), NULL);
return L_48;
}
IL_00f6:
{
Type_t* L_49 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_50 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int64Type_11;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_51;
L_51 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_49, L_50, NULL);
if (!L_51)
{
goto IL_010f;
}
}
{
RuntimeObject* L_52 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_53;
L_53 = XmlConvert_ToString_mFC2B58A063E63501E3CB452206B18C317E2782A9(((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_52, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), NULL);
return L_53;
}
IL_010f:
{
Type_t* L_54 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_55 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___SByteType_17;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_56;
L_56 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_54, L_55, NULL);
if (!L_56)
{
goto IL_0128;
}
}
{
RuntimeObject* L_57 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_58;
L_58 = XmlConvert_ToString_mFA2F1817D7798F47A84C43219C7A6FA9D804B828(((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_57, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var)))), NULL);
return L_58;
}
IL_0128:
{
Type_t* L_59 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_60 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___SingleType_23;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_61;
L_61 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_59, L_60, NULL);
if (!L_61)
{
goto IL_0141;
}
}
{
RuntimeObject* L_62 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_63;
L_63 = XmlConvert_ToString_m0A47C3C098CDB47726C29D7A70B7349D6DA57555(((*(float*)((float*)(float*)UnBox(L_62, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))), NULL);
return L_63;
}
IL_0141:
{
Type_t* L_64 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_65 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_66;
L_66 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_64, L_65, NULL);
if (!L_66)
{
goto IL_0155;
}
}
{
RuntimeObject* L_67 = ___value0;
return ((String_t*)CastclassSealed((RuntimeObject*)L_67, String_t_il2cpp_TypeInfo_var));
}
IL_0155:
{
Type_t* L_68 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_69 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___TimeSpanType_30;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_70;
L_70 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_68, L_69, NULL);
if (!L_70)
{
goto IL_016e;
}
}
{
RuntimeObject* L_71 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
String_t* L_72;
L_72 = XmlBaseConverter_DurationToString_m8371DBDC666866135333595E6A4B3080FE33AF36(((*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)UnBox(L_71, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var)))), NULL);
return L_72;
}
IL_016e:
{
Type_t* L_73 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_74 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UInt16Type_18;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_75;
L_75 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_73, L_74, NULL);
if (!L_75)
{
goto IL_0187;
}
}
{
RuntimeObject* L_76 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_77;
L_77 = XmlConvert_ToString_m15222157CD861187A9C674677C6CCCF34DCABCB7(((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_76, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))), NULL);
return L_77;
}
IL_0187:
{
Type_t* L_78 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_79 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UInt32Type_19;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_80;
L_80 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_78, L_79, NULL);
if (!L_80)
{
goto IL_01a0;
}
}
{
RuntimeObject* L_81 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_82;
L_82 = XmlConvert_ToString_m8F28EF0133301A563B7A9853C7DBB023491EFE83(((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_81, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))), NULL);
return L_82;
}
IL_01a0:
{
Type_t* L_83 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_84 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UInt64Type_20;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_85;
L_85 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_83, L_84, NULL);
if (!L_85)
{
goto IL_01b9;
}
}
{
RuntimeObject* L_86 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_87;
L_87 = XmlConvert_ToString_m9A1A9D40FD8B650DD3EC4DD58410847A20C472E1(((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_86, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))), NULL);
return L_87;
}
IL_01b9:
{
Type_t* L_88 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_89 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UriType_29;
bool L_90;
L_90 = XmlBaseConverter_IsDerivedFrom_m016CDBDDD1EC9D6657E6263CF3CF5316CD185813(L_88, L_89, NULL);
if (!L_90)
{
goto IL_01d2;
}
}
{
RuntimeObject* L_91 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
String_t* L_92;
L_92 = XmlBaseConverter_AnyUriToString_m4531D8ACBCCC4B38CF0FE6C214BA9CB65547034F(((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)CastclassClass((RuntimeObject*)L_91, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)), NULL);
return L_92;
}
IL_01d2:
{
Type_t* L_93 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_94 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_95;
L_95 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_93, L_94, NULL);
if (!L_95)
{
goto IL_01f6;
}
}
{
RuntimeObject* L_96 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_97 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
RuntimeObject* L_98 = ___nsResolver1;
RuntimeObject* L_99;
L_99 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(14 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_96, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)), L_97, L_98);
return ((String_t*)CastclassSealed((RuntimeObject*)L_99, String_t_il2cpp_TypeInfo_var));
}
IL_01f6:
{
Type_t* L_100 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_101 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlQualifiedNameType_28;
bool L_102;
L_102 = XmlBaseConverter_IsDerivedFrom_m016CDBDDD1EC9D6657E6263CF3CF5316CD185813(L_100, L_101, NULL);
if (!L_102)
{
goto IL_0210;
}
}
{
RuntimeObject* L_103 = ___value0;
RuntimeObject* L_104 = ___nsResolver1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
String_t* L_105;
L_105 = XmlBaseConverter_QNameToString_mD4D033E616CE04C59F14201FEFEB18E18814C040(((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_103, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var)), L_104, NULL);
return L_105;
}
IL_0210:
{
RuntimeObject* L_106 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_107 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
RuntimeObject* L_108 = ___nsResolver1;
RuntimeObject* L_109;
L_109 = XmlUntypedConverter_ChangeTypeWildcardDestination_m3211D143132301B404C1DB8BA906F48020F6DB5A(__this, L_106, L_107, L_108, NULL);
return ((String_t*)CastclassSealed((RuntimeObject*)L_109, String_t_il2cpp_TypeInfo_var));
}
}
// System.Object System.Xml.Schema.XmlUntypedConverter::ChangeType(System.Boolean,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlUntypedConverter_ChangeType_m34C37280F713467BA8F434E8D1A1860BC69B1126 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, bool ___value0, Type_t* ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ChangeType_m34C37280F713467BA8F434E8D1A1860BC69B1126_RuntimeMethod_var)));
}
IL_0014:
{
Type_t* L_3 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
Type_t* L_6;
L_6 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_6;
}
IL_0029:
{
Type_t* L_7 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_8 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, L_8, NULL);
if (!L_9)
{
goto IL_003d;
}
}
{
bool L_10 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_11;
L_11 = XmlConvert_ToString_mD598BDDD270BE18CCBABE0569FF42529F06ADADF(L_10, NULL);
return L_11;
}
IL_003d:
{
bool L_12 = ___value0;
bool L_13 = L_12;
RuntimeObject* L_14 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_13);
Type_t* L_15 = ___destinationType1;
RuntimeObject* L_16;
L_16 = XmlUntypedConverter_ChangeTypeWildcardSource_mCF2BAD93DF040CEF5ABB937591E9B2EBF00F1B96(__this, L_14, L_15, (RuntimeObject*)NULL, NULL);
return L_16;
}
}
// System.Object System.Xml.Schema.XmlUntypedConverter::ChangeType(System.DateTime,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlUntypedConverter_ChangeType_m7F0E767DC5EF8AFB5283C6B4C29E9FDC2E28A7BF (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, Type_t* ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ChangeType_m7F0E767DC5EF8AFB5283C6B4C29E9FDC2E28A7BF_RuntimeMethod_var)));
}
IL_0014:
{
Type_t* L_3 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
Type_t* L_6;
L_6 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_6;
}
IL_0029:
{
Type_t* L_7 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_8 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, L_8, NULL);
if (!L_9)
{
goto IL_003d;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_10 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
String_t* L_11;
L_11 = XmlBaseConverter_DateTimeToString_m77BF66448C6C94CAFBB6AA3E5282D59A2FA4B900(L_10, NULL);
return L_11;
}
IL_003d:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_12 = ___value0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_13 = L_12;
RuntimeObject* L_14 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_13);
Type_t* L_15 = ___destinationType1;
RuntimeObject* L_16;
L_16 = XmlUntypedConverter_ChangeTypeWildcardSource_mCF2BAD93DF040CEF5ABB937591E9B2EBF00F1B96(__this, L_14, L_15, (RuntimeObject*)NULL, NULL);
return L_16;
}
}
// System.Object System.Xml.Schema.XmlUntypedConverter::ChangeType(System.Decimal,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlUntypedConverter_ChangeType_mC00C433AB711E7881ACF2FAB9D1CFB725823E36C (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___value0, Type_t* ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ChangeType_mC00C433AB711E7881ACF2FAB9D1CFB725823E36C_RuntimeMethod_var)));
}
IL_0014:
{
Type_t* L_3 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
Type_t* L_6;
L_6 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_6;
}
IL_0029:
{
Type_t* L_7 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_8 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, L_8, NULL);
if (!L_9)
{
goto IL_003d;
}
}
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_10 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_11;
L_11 = XmlConvert_ToString_m4EE078C46CC4FF023E0286740CFE95E945C5185E(L_10, NULL);
return L_11;
}
IL_003d:
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_12 = ___value0;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_13 = L_12;
RuntimeObject* L_14 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_13);
Type_t* L_15 = ___destinationType1;
RuntimeObject* L_16;
L_16 = XmlUntypedConverter_ChangeTypeWildcardSource_mCF2BAD93DF040CEF5ABB937591E9B2EBF00F1B96(__this, L_14, L_15, (RuntimeObject*)NULL, NULL);
return L_16;
}
}
// System.Object System.Xml.Schema.XmlUntypedConverter::ChangeType(System.Double,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlUntypedConverter_ChangeType_m04BD68FA7EEC6BBBFA5C1F3A56E12AFC716512A8 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, double ___value0, Type_t* ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ChangeType_m04BD68FA7EEC6BBBFA5C1F3A56E12AFC716512A8_RuntimeMethod_var)));
}
IL_0014:
{
Type_t* L_3 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
Type_t* L_6;
L_6 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_6;
}
IL_0029:
{
Type_t* L_7 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_8 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, L_8, NULL);
if (!L_9)
{
goto IL_003e;
}
}
{
double L_10 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_11;
L_11 = XmlConvert_ToString_m04C12A2A45109D8E79C729DE12EF0A29301C2A2B(((double)L_10), NULL);
return L_11;
}
IL_003e:
{
double L_12 = ___value0;
double L_13 = L_12;
RuntimeObject* L_14 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_13);
Type_t* L_15 = ___destinationType1;
RuntimeObject* L_16;
L_16 = XmlUntypedConverter_ChangeTypeWildcardSource_mCF2BAD93DF040CEF5ABB937591E9B2EBF00F1B96(__this, L_14, L_15, (RuntimeObject*)NULL, NULL);
return L_16;
}
}
// System.Object System.Xml.Schema.XmlUntypedConverter::ChangeType(System.Int32,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlUntypedConverter_ChangeType_mA0E56A6A916A1F6D874EBA3969C1E251C977B9B3 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, int32_t ___value0, Type_t* ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ChangeType_mA0E56A6A916A1F6D874EBA3969C1E251C977B9B3_RuntimeMethod_var)));
}
IL_0014:
{
Type_t* L_3 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
Type_t* L_6;
L_6 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_6;
}
IL_0029:
{
Type_t* L_7 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_8 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, L_8, NULL);
if (!L_9)
{
goto IL_003d;
}
}
{
int32_t L_10 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_11;
L_11 = XmlConvert_ToString_m2C27F48B600DAF58ADCCE84D9AA0D27CE77ABC63(L_10, NULL);
return L_11;
}
IL_003d:
{
int32_t L_12 = ___value0;
int32_t L_13 = L_12;
RuntimeObject* L_14 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_13);
Type_t* L_15 = ___destinationType1;
RuntimeObject* L_16;
L_16 = XmlUntypedConverter_ChangeTypeWildcardSource_mCF2BAD93DF040CEF5ABB937591E9B2EBF00F1B96(__this, L_14, L_15, (RuntimeObject*)NULL, NULL);
return L_16;
}
}
// System.Object System.Xml.Schema.XmlUntypedConverter::ChangeType(System.Int64,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlUntypedConverter_ChangeType_m01ACA40ACADFE01E49CD8CA75DEF9BBDF4A636E8 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, int64_t ___value0, Type_t* ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ChangeType_m01ACA40ACADFE01E49CD8CA75DEF9BBDF4A636E8_RuntimeMethod_var)));
}
IL_0014:
{
Type_t* L_3 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
Type_t* L_6;
L_6 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_6;
}
IL_0029:
{
Type_t* L_7 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_8 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, L_8, NULL);
if (!L_9)
{
goto IL_003d;
}
}
{
int64_t L_10 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_11;
L_11 = XmlConvert_ToString_mFC2B58A063E63501E3CB452206B18C317E2782A9(L_10, NULL);
return L_11;
}
IL_003d:
{
int64_t L_12 = ___value0;
int64_t L_13 = L_12;
RuntimeObject* L_14 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_13);
Type_t* L_15 = ___destinationType1;
RuntimeObject* L_16;
L_16 = XmlUntypedConverter_ChangeTypeWildcardSource_mCF2BAD93DF040CEF5ABB937591E9B2EBF00F1B96(__this, L_14, L_15, (RuntimeObject*)NULL, NULL);
return L_16;
}
}
// System.Object System.Xml.Schema.XmlUntypedConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlUntypedConverter_ChangeType_m5756490878BB3BB8C1A9335E469E04D5E697F3B0 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, String_t* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ChangeType_m5756490878BB3BB8C1A9335E469E04D5E697F3B0_RuntimeMethod_var)));
}
IL_000e:
{
Type_t* L_2 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_2, (Type_t*)NULL, NULL);
if (!L_3)
{
goto IL_0022;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_4 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ChangeType_m5756490878BB3BB8C1A9335E469E04D5E697F3B0_RuntimeMethod_var)));
}
IL_0022:
{
Type_t* L_5 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_6 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_5, L_6, NULL);
if (!L_7)
{
goto IL_0037;
}
}
{
Type_t* L_8;
L_8 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_8;
}
IL_0037:
{
Type_t* L_9 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_10 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___BooleanType_26;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_11;
L_11 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_9, L_10, NULL);
if (!L_11)
{
goto IL_0050;
}
}
{
String_t* L_12 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
bool L_13;
L_13 = XmlConvert_ToBoolean_mB95C798BD6D849071E6A686CBF85851C25C7006A(L_12, NULL);
bool L_14 = L_13;
RuntimeObject* L_15 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_14);
return L_15;
}
IL_0050:
{
Type_t* L_16 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_17 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ByteType_15;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_18;
L_18 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_16, L_17, NULL);
if (!L_18)
{
goto IL_006e;
}
}
{
String_t* L_19 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
int32_t L_20;
L_20 = XmlConvert_ToInt32_m9C735139F9937011D95951A4D175401E5EC1941E(L_19, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
uint8_t L_21;
L_21 = XmlBaseConverter_Int32ToByte_m4BB53D995137EE8F52970A9A3C50180E60604941(L_20, NULL);
uint8_t L_22 = L_21;
RuntimeObject* L_23 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_22);
return L_23;
}
IL_006e:
{
Type_t* L_24 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_25 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ByteArrayType_27;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_26;
L_26 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_24, L_25, NULL);
if (!L_26)
{
goto IL_0082;
}
}
{
String_t* L_27 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28;
L_28 = XmlBaseConverter_StringToBase64Binary_mE9336116BDA23BD23BC1BEC22EEF9EF3D163352D(L_27, NULL);
return (RuntimeObject*)L_28;
}
IL_0082:
{
Type_t* L_29 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_30 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeType_24;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_31;
L_31 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_29, L_30, NULL);
if (!L_31)
{
goto IL_009b;
}
}
{
String_t* L_32 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_33;
L_33 = XmlBaseConverter_UntypedAtomicToDateTime_mA564AE7FAC5445E0AB3AF8A7EE2598ED95CD9F71(L_32, NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_34 = L_33;
RuntimeObject* L_35 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_34);
return L_35;
}
IL_009b:
{
Type_t* L_36 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_37 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeOffsetType_25;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_38;
L_38 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_36, L_37, NULL);
if (!L_38)
{
goto IL_00b4;
}
}
{
String_t* L_39 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_40;
L_40 = XmlBaseConverter_UntypedAtomicToDateTimeOffset_m941F60F30336A7D18AEE215065F7BCA081322E7F(L_39, NULL);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_41 = L_40;
RuntimeObject* L_42 = Box(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var, &L_41);
return L_42;
}
IL_00b4:
{
Type_t* L_43 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_44 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DecimalType_9;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_45;
L_45 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_43, L_44, NULL);
if (!L_45)
{
goto IL_00cd;
}
}
{
String_t* L_46 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_47;
L_47 = XmlConvert_ToDecimal_mADC865682AA62EC874AFEA0D55B7FBED9A1B6E32(L_46, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_48 = L_47;
RuntimeObject* L_49 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_48);
return L_49;
}
IL_00cd:
{
Type_t* L_50 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_51 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DoubleType_22;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_52;
L_52 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_50, L_51, NULL);
if (!L_52)
{
goto IL_00e6;
}
}
{
String_t* L_53 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
double L_54;
L_54 = XmlConvert_ToDouble_m2418B80456367C61C63D2851ADF27DF906F2077C(L_53, NULL);
double L_55 = L_54;
RuntimeObject* L_56 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_55);
return L_56;
}
IL_00e6:
{
Type_t* L_57 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_58 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int16Type_16;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_59;
L_59 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_57, L_58, NULL);
if (!L_59)
{
goto IL_0104;
}
}
{
String_t* L_60 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
int32_t L_61;
L_61 = XmlConvert_ToInt32_m9C735139F9937011D95951A4D175401E5EC1941E(L_60, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
int16_t L_62;
L_62 = XmlBaseConverter_Int32ToInt16_mBC554DFC41E6EA5DAF61B836EB034823132B4738(L_61, NULL);
int16_t L_63 = L_62;
RuntimeObject* L_64 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_63);
return L_64;
}
IL_0104:
{
Type_t* L_65 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_66 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int32Type_10;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_67;
L_67 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_65, L_66, NULL);
if (!L_67)
{
goto IL_011d;
}
}
{
String_t* L_68 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
int32_t L_69;
L_69 = XmlConvert_ToInt32_m9C735139F9937011D95951A4D175401E5EC1941E(L_68, NULL);
int32_t L_70 = L_69;
RuntimeObject* L_71 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_70);
return L_71;
}
IL_011d:
{
Type_t* L_72 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_73 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int64Type_11;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_74;
L_74 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_72, L_73, NULL);
if (!L_74)
{
goto IL_0136;
}
}
{
String_t* L_75 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
int64_t L_76;
L_76 = XmlConvert_ToInt64_m6B8BF2DD9F2ADFC49C37112EAE0D59E66DEDB5A4(L_75, NULL);
int64_t L_77 = L_76;
RuntimeObject* L_78 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_77);
return L_78;
}
IL_0136:
{
Type_t* L_79 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_80 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___SByteType_17;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_81;
L_81 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_79, L_80, NULL);
if (!L_81)
{
goto IL_0154;
}
}
{
String_t* L_82 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
int32_t L_83;
L_83 = XmlConvert_ToInt32_m9C735139F9937011D95951A4D175401E5EC1941E(L_82, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
int8_t L_84;
L_84 = XmlBaseConverter_Int32ToSByte_mE55A6644024375D74C0F9843715532B3C3AF5440(L_83, NULL);
int8_t L_85 = L_84;
RuntimeObject* L_86 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_85);
return L_86;
}
IL_0154:
{
Type_t* L_87 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_88 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___SingleType_23;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_89;
L_89 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_87, L_88, NULL);
if (!L_89)
{
goto IL_016d;
}
}
{
String_t* L_90 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
float L_91;
L_91 = XmlConvert_ToSingle_m57D622EA6B6024A02ACA602BA5B0ABDE831E1095(L_90, NULL);
float L_92 = L_91;
RuntimeObject* L_93 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_92);
return L_93;
}
IL_016d:
{
Type_t* L_94 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_95 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___TimeSpanType_30;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_96;
L_96 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_94, L_95, NULL);
if (!L_96)
{
goto IL_0186;
}
}
{
String_t* L_97 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_98;
L_98 = XmlBaseConverter_StringToDuration_mE09546ACB906E970124E581380E6A11DA9C73893(L_97, NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_99 = L_98;
RuntimeObject* L_100 = Box(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var, &L_99);
return L_100;
}
IL_0186:
{
Type_t* L_101 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_102 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UInt16Type_18;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_103;
L_103 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_101, L_102, NULL);
if (!L_103)
{
goto IL_01a4;
}
}
{
String_t* L_104 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
int32_t L_105;
L_105 = XmlConvert_ToInt32_m9C735139F9937011D95951A4D175401E5EC1941E(L_104, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
uint16_t L_106;
L_106 = XmlBaseConverter_Int32ToUInt16_m191014E53FE8208CAD668BCC3E95611E7862B337(L_105, NULL);
uint16_t L_107 = L_106;
RuntimeObject* L_108 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_107);
return L_108;
}
IL_01a4:
{
Type_t* L_109 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_110 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UInt32Type_19;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_111;
L_111 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_109, L_110, NULL);
if (!L_111)
{
goto IL_01c2;
}
}
{
String_t* L_112 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
int64_t L_113;
L_113 = XmlConvert_ToInt64_m6B8BF2DD9F2ADFC49C37112EAE0D59E66DEDB5A4(L_112, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
uint32_t L_114;
L_114 = XmlBaseConverter_Int64ToUInt32_m4D3FF93F3B125FF14ECE92A4BE48A81ED19A1C21(L_113, NULL);
uint32_t L_115 = L_114;
RuntimeObject* L_116 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_115);
return L_116;
}
IL_01c2:
{
Type_t* L_117 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_118 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UInt64Type_20;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_119;
L_119 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_117, L_118, NULL);
if (!L_119)
{
goto IL_01e0;
}
}
{
String_t* L_120 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_121;
L_121 = XmlConvert_ToDecimal_mADC865682AA62EC874AFEA0D55B7FBED9A1B6E32(L_120, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
uint64_t L_122;
L_122 = XmlBaseConverter_DecimalToUInt64_m5AFC5A0A49B30C326B89B9E5300EB683AA38CAC1(L_121, NULL);
uint64_t L_123 = L_122;
RuntimeObject* L_124 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_123);
return L_124;
}
IL_01e0:
{
Type_t* L_125 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_126 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UriType_29;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_127;
L_127 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_125, L_126, NULL);
if (!L_127)
{
goto IL_01f4;
}
}
{
String_t* L_128 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_129;
L_129 = XmlConvert_ToUri_m7AD70450364FE26EA660C74AC9033F1B9FFFB929(L_128, NULL);
return L_129;
}
IL_01f4:
{
Type_t* L_130 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_131 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_132;
L_132 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_130, L_131, NULL);
if (!L_132)
{
goto IL_020e;
}
}
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_133;
L_133 = XmlBaseConverter_get_SchemaType_mE2E6F52784E6E3CFCC579184B8E593F62BE9651B_inline(__this, NULL);
String_t* L_134 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_135 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m8E8EA1F1B8EB6F1397F22EA2FE24CAA98B857510(L_135, L_133, L_134, NULL);
return L_135;
}
IL_020e:
{
Type_t* L_136 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_137 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlQualifiedNameType_28;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_138;
L_138 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_136, L_137, NULL);
if (!L_138)
{
goto IL_0223;
}
}
{
String_t* L_139 = ___value0;
RuntimeObject* L_140 = ___nsResolver2;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_141;
L_141 = XmlBaseConverter_StringToQName_m26F92C7F11E7502BED9C317BAEFF4357377F58B1(L_139, L_140, NULL);
return L_141;
}
IL_0223:
{
Type_t* L_142 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_143 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XPathItemType_21;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_144;
L_144 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_142, L_143, NULL);
if (!L_144)
{
goto IL_023d;
}
}
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_145;
L_145 = XmlBaseConverter_get_SchemaType_mE2E6F52784E6E3CFCC579184B8E593F62BE9651B_inline(__this, NULL);
String_t* L_146 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_147 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m8E8EA1F1B8EB6F1397F22EA2FE24CAA98B857510(L_147, L_145, L_146, NULL);
return L_147;
}
IL_023d:
{
Type_t* L_148 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_149 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_150;
L_150 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_148, L_149, NULL);
if (!L_150)
{
goto IL_024c;
}
}
{
String_t* L_151 = ___value0;
return L_151;
}
IL_024c:
{
String_t* L_152 = ___value0;
Type_t* L_153 = ___destinationType1;
RuntimeObject* L_154 = ___nsResolver2;
RuntimeObject* L_155;
L_155 = XmlUntypedConverter_ChangeTypeWildcardSource_mCF2BAD93DF040CEF5ABB937591E9B2EBF00F1B96(__this, L_152, L_153, L_154, NULL);
return L_155;
}
}
// System.Object System.Xml.Schema.XmlUntypedConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlUntypedConverter_ChangeType_mEDA35D335DC702518EF5BCFF48CF0284D7AC0A6E (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, RuntimeObject* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ChangeType_mEDA35D335DC702518EF5BCFF48CF0284D7AC0A6E_RuntimeMethod_var)));
}
IL_000e:
{
Type_t* L_2 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_2, (Type_t*)NULL, NULL);
if (!L_3)
{
goto IL_0022;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_4 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ChangeType_mEDA35D335DC702518EF5BCFF48CF0284D7AC0A6E_RuntimeMethod_var)));
}
IL_0022:
{
RuntimeObject* L_5 = ___value0;
Type_t* L_6;
L_6 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_5, NULL);
V_0 = L_6;
Type_t* L_7 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_8 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, L_8, NULL);
if (!L_9)
{
goto IL_003e;
}
}
{
Type_t* L_10;
L_10 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_10;
}
IL_003e:
{
Type_t* L_11 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_12 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___BooleanType_26;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_13;
L_13 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_11, L_12, NULL);
if (!L_13)
{
goto IL_0069;
}
}
{
Type_t* L_14 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_15 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_16;
L_16 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_14, L_15, NULL);
if (!L_16)
{
goto IL_0069;
}
}
{
RuntimeObject* L_17 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
bool L_18;
L_18 = XmlConvert_ToBoolean_mB95C798BD6D849071E6A686CBF85851C25C7006A(((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var)), NULL);
bool L_19 = L_18;
RuntimeObject* L_20 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_19);
return L_20;
}
IL_0069:
{
Type_t* L_21 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_22 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ByteType_15;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_23;
L_23 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_21, L_22, NULL);
if (!L_23)
{
goto IL_0099;
}
}
{
Type_t* L_24 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_25 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_26;
L_26 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_24, L_25, NULL);
if (!L_26)
{
goto IL_0099;
}
}
{
RuntimeObject* L_27 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
int32_t L_28;
L_28 = XmlConvert_ToInt32_m9C735139F9937011D95951A4D175401E5EC1941E(((String_t*)CastclassSealed((RuntimeObject*)L_27, String_t_il2cpp_TypeInfo_var)), NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
uint8_t L_29;
L_29 = XmlBaseConverter_Int32ToByte_m4BB53D995137EE8F52970A9A3C50180E60604941(L_28, NULL);
uint8_t L_30 = L_29;
RuntimeObject* L_31 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_30);
return L_31;
}
IL_0099:
{
Type_t* L_32 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_33 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ByteArrayType_27;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_34;
L_34 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_32, L_33, NULL);
if (!L_34)
{
goto IL_00bf;
}
}
{
Type_t* L_35 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_36 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_37;
L_37 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_35, L_36, NULL);
if (!L_37)
{
goto IL_00bf;
}
}
{
RuntimeObject* L_38 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_39;
L_39 = XmlBaseConverter_StringToBase64Binary_mE9336116BDA23BD23BC1BEC22EEF9EF3D163352D(((String_t*)CastclassSealed((RuntimeObject*)L_38, String_t_il2cpp_TypeInfo_var)), NULL);
return (RuntimeObject*)L_39;
}
IL_00bf:
{
Type_t* L_40 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_41 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeType_24;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_42;
L_42 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_40, L_41, NULL);
if (!L_42)
{
goto IL_00ea;
}
}
{
Type_t* L_43 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_44 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_45;
L_45 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_43, L_44, NULL);
if (!L_45)
{
goto IL_00ea;
}
}
{
RuntimeObject* L_46 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_47;
L_47 = XmlBaseConverter_UntypedAtomicToDateTime_mA564AE7FAC5445E0AB3AF8A7EE2598ED95CD9F71(((String_t*)CastclassSealed((RuntimeObject*)L_46, String_t_il2cpp_TypeInfo_var)), NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_48 = L_47;
RuntimeObject* L_49 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_48);
return L_49;
}
IL_00ea:
{
Type_t* L_50 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_51 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeOffsetType_25;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_52;
L_52 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_50, L_51, NULL);
if (!L_52)
{
goto IL_0115;
}
}
{
Type_t* L_53 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_54 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_55;
L_55 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_53, L_54, NULL);
if (!L_55)
{
goto IL_0115;
}
}
{
RuntimeObject* L_56 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_57;
L_57 = XmlBaseConverter_UntypedAtomicToDateTimeOffset_m941F60F30336A7D18AEE215065F7BCA081322E7F(((String_t*)CastclassSealed((RuntimeObject*)L_56, String_t_il2cpp_TypeInfo_var)), NULL);
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_58 = L_57;
RuntimeObject* L_59 = Box(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var, &L_58);
return L_59;
}
IL_0115:
{
Type_t* L_60 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_61 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DecimalType_9;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_62;
L_62 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_60, L_61, NULL);
if (!L_62)
{
goto IL_0140;
}
}
{
Type_t* L_63 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_64 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_65;
L_65 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_63, L_64, NULL);
if (!L_65)
{
goto IL_0140;
}
}
{
RuntimeObject* L_66 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_67;
L_67 = XmlConvert_ToDecimal_mADC865682AA62EC874AFEA0D55B7FBED9A1B6E32(((String_t*)CastclassSealed((RuntimeObject*)L_66, String_t_il2cpp_TypeInfo_var)), NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_68 = L_67;
RuntimeObject* L_69 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_68);
return L_69;
}
IL_0140:
{
Type_t* L_70 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_71 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DoubleType_22;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_72;
L_72 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_70, L_71, NULL);
if (!L_72)
{
goto IL_016b;
}
}
{
Type_t* L_73 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_74 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_75;
L_75 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_73, L_74, NULL);
if (!L_75)
{
goto IL_016b;
}
}
{
RuntimeObject* L_76 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
double L_77;
L_77 = XmlConvert_ToDouble_m2418B80456367C61C63D2851ADF27DF906F2077C(((String_t*)CastclassSealed((RuntimeObject*)L_76, String_t_il2cpp_TypeInfo_var)), NULL);
double L_78 = L_77;
RuntimeObject* L_79 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_78);
return L_79;
}
IL_016b:
{
Type_t* L_80 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_81 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int16Type_16;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_82;
L_82 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_80, L_81, NULL);
if (!L_82)
{
goto IL_019b;
}
}
{
Type_t* L_83 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_84 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_85;
L_85 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_83, L_84, NULL);
if (!L_85)
{
goto IL_019b;
}
}
{
RuntimeObject* L_86 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
int32_t L_87;
L_87 = XmlConvert_ToInt32_m9C735139F9937011D95951A4D175401E5EC1941E(((String_t*)CastclassSealed((RuntimeObject*)L_86, String_t_il2cpp_TypeInfo_var)), NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
int16_t L_88;
L_88 = XmlBaseConverter_Int32ToInt16_mBC554DFC41E6EA5DAF61B836EB034823132B4738(L_87, NULL);
int16_t L_89 = L_88;
RuntimeObject* L_90 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_89);
return L_90;
}
IL_019b:
{
Type_t* L_91 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_92 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int32Type_10;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_93;
L_93 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_91, L_92, NULL);
if (!L_93)
{
goto IL_01c6;
}
}
{
Type_t* L_94 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_95 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_96;
L_96 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_94, L_95, NULL);
if (!L_96)
{
goto IL_01c6;
}
}
{
RuntimeObject* L_97 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
int32_t L_98;
L_98 = XmlConvert_ToInt32_m9C735139F9937011D95951A4D175401E5EC1941E(((String_t*)CastclassSealed((RuntimeObject*)L_97, String_t_il2cpp_TypeInfo_var)), NULL);
int32_t L_99 = L_98;
RuntimeObject* L_100 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_99);
return L_100;
}
IL_01c6:
{
Type_t* L_101 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_102 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int64Type_11;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_103;
L_103 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_101, L_102, NULL);
if (!L_103)
{
goto IL_01f1;
}
}
{
Type_t* L_104 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_105 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_106;
L_106 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_104, L_105, NULL);
if (!L_106)
{
goto IL_01f1;
}
}
{
RuntimeObject* L_107 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
int64_t L_108;
L_108 = XmlConvert_ToInt64_m6B8BF2DD9F2ADFC49C37112EAE0D59E66DEDB5A4(((String_t*)CastclassSealed((RuntimeObject*)L_107, String_t_il2cpp_TypeInfo_var)), NULL);
int64_t L_109 = L_108;
RuntimeObject* L_110 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_109);
return L_110;
}
IL_01f1:
{
Type_t* L_111 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_112 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___SByteType_17;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_113;
L_113 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_111, L_112, NULL);
if (!L_113)
{
goto IL_0221;
}
}
{
Type_t* L_114 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_115 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_116;
L_116 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_114, L_115, NULL);
if (!L_116)
{
goto IL_0221;
}
}
{
RuntimeObject* L_117 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
int32_t L_118;
L_118 = XmlConvert_ToInt32_m9C735139F9937011D95951A4D175401E5EC1941E(((String_t*)CastclassSealed((RuntimeObject*)L_117, String_t_il2cpp_TypeInfo_var)), NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
int8_t L_119;
L_119 = XmlBaseConverter_Int32ToSByte_mE55A6644024375D74C0F9843715532B3C3AF5440(L_118, NULL);
int8_t L_120 = L_119;
RuntimeObject* L_121 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_120);
return L_121;
}
IL_0221:
{
Type_t* L_122 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_123 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___SingleType_23;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_124;
L_124 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_122, L_123, NULL);
if (!L_124)
{
goto IL_024c;
}
}
{
Type_t* L_125 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_126 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_127;
L_127 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_125, L_126, NULL);
if (!L_127)
{
goto IL_024c;
}
}
{
RuntimeObject* L_128 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
float L_129;
L_129 = XmlConvert_ToSingle_m57D622EA6B6024A02ACA602BA5B0ABDE831E1095(((String_t*)CastclassSealed((RuntimeObject*)L_128, String_t_il2cpp_TypeInfo_var)), NULL);
float L_130 = L_129;
RuntimeObject* L_131 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_130);
return L_131;
}
IL_024c:
{
Type_t* L_132 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_133 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___TimeSpanType_30;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_134;
L_134 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_132, L_133, NULL);
if (!L_134)
{
goto IL_0277;
}
}
{
Type_t* L_135 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_136 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_137;
L_137 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_135, L_136, NULL);
if (!L_137)
{
goto IL_0277;
}
}
{
RuntimeObject* L_138 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_139;
L_139 = XmlBaseConverter_StringToDuration_mE09546ACB906E970124E581380E6A11DA9C73893(((String_t*)CastclassSealed((RuntimeObject*)L_138, String_t_il2cpp_TypeInfo_var)), NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_140 = L_139;
RuntimeObject* L_141 = Box(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var, &L_140);
return L_141;
}
IL_0277:
{
Type_t* L_142 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_143 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UInt16Type_18;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_144;
L_144 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_142, L_143, NULL);
if (!L_144)
{
goto IL_02a7;
}
}
{
Type_t* L_145 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_146 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_147;
L_147 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_145, L_146, NULL);
if (!L_147)
{
goto IL_02a7;
}
}
{
RuntimeObject* L_148 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
int32_t L_149;
L_149 = XmlConvert_ToInt32_m9C735139F9937011D95951A4D175401E5EC1941E(((String_t*)CastclassSealed((RuntimeObject*)L_148, String_t_il2cpp_TypeInfo_var)), NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
uint16_t L_150;
L_150 = XmlBaseConverter_Int32ToUInt16_m191014E53FE8208CAD668BCC3E95611E7862B337(L_149, NULL);
uint16_t L_151 = L_150;
RuntimeObject* L_152 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_151);
return L_152;
}
IL_02a7:
{
Type_t* L_153 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_154 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UInt32Type_19;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_155;
L_155 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_153, L_154, NULL);
if (!L_155)
{
goto IL_02d7;
}
}
{
Type_t* L_156 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_157 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_158;
L_158 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_156, L_157, NULL);
if (!L_158)
{
goto IL_02d7;
}
}
{
RuntimeObject* L_159 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
int64_t L_160;
L_160 = XmlConvert_ToInt64_m6B8BF2DD9F2ADFC49C37112EAE0D59E66DEDB5A4(((String_t*)CastclassSealed((RuntimeObject*)L_159, String_t_il2cpp_TypeInfo_var)), NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
uint32_t L_161;
L_161 = XmlBaseConverter_Int64ToUInt32_m4D3FF93F3B125FF14ECE92A4BE48A81ED19A1C21(L_160, NULL);
uint32_t L_162 = L_161;
RuntimeObject* L_163 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_162);
return L_163;
}
IL_02d7:
{
Type_t* L_164 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_165 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UInt64Type_20;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_166;
L_166 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_164, L_165, NULL);
if (!L_166)
{
goto IL_0307;
}
}
{
Type_t* L_167 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_168 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_169;
L_169 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_167, L_168, NULL);
if (!L_169)
{
goto IL_0307;
}
}
{
RuntimeObject* L_170 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_171;
L_171 = XmlConvert_ToDecimal_mADC865682AA62EC874AFEA0D55B7FBED9A1B6E32(((String_t*)CastclassSealed((RuntimeObject*)L_170, String_t_il2cpp_TypeInfo_var)), NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
uint64_t L_172;
L_172 = XmlBaseConverter_DecimalToUInt64_m5AFC5A0A49B30C326B89B9E5300EB683AA38CAC1(L_171, NULL);
uint64_t L_173 = L_172;
RuntimeObject* L_174 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_173);
return L_174;
}
IL_0307:
{
Type_t* L_175 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_176 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UriType_29;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_177;
L_177 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_175, L_176, NULL);
if (!L_177)
{
goto IL_032d;
}
}
{
Type_t* L_178 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_179 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_180;
L_180 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_178, L_179, NULL);
if (!L_180)
{
goto IL_032d;
}
}
{
RuntimeObject* L_181 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_182;
L_182 = XmlConvert_ToUri_m7AD70450364FE26EA660C74AC9033F1B9FFFB929(((String_t*)CastclassSealed((RuntimeObject*)L_181, String_t_il2cpp_TypeInfo_var)), NULL);
return L_182;
}
IL_032d:
{
Type_t* L_183 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_184 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_185;
L_185 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_183, L_184, NULL);
if (!L_185)
{
goto IL_036d;
}
}
{
Type_t* L_186 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_187 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_188;
L_188 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_186, L_187, NULL);
if (!L_188)
{
goto IL_0359;
}
}
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_189;
L_189 = XmlBaseConverter_get_SchemaType_mE2E6F52784E6E3CFCC579184B8E593F62BE9651B_inline(__this, NULL);
RuntimeObject* L_190 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_191 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m8E8EA1F1B8EB6F1397F22EA2FE24CAA98B857510(L_191, L_189, ((String_t*)CastclassSealed((RuntimeObject*)L_190, String_t_il2cpp_TypeInfo_var)), NULL);
return L_191;
}
IL_0359:
{
Type_t* L_192 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_193 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_194;
L_194 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_192, L_193, NULL);
if (!L_194)
{
goto IL_036d;
}
}
{
RuntimeObject* L_195 = ___value0;
return ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_195, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var));
}
IL_036d:
{
Type_t* L_196 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_197 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlQualifiedNameType_28;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_198;
L_198 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_196, L_197, NULL);
if (!L_198)
{
goto IL_0394;
}
}
{
Type_t* L_199 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_200 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_201;
L_201 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_199, L_200, NULL);
if (!L_201)
{
goto IL_0394;
}
}
{
RuntimeObject* L_202 = ___value0;
RuntimeObject* L_203 = ___nsResolver2;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_204;
L_204 = XmlBaseConverter_StringToQName_m26F92C7F11E7502BED9C317BAEFF4357377F58B1(((String_t*)CastclassSealed((RuntimeObject*)L_202, String_t_il2cpp_TypeInfo_var)), L_203, NULL);
return L_204;
}
IL_0394:
{
Type_t* L_205 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_206 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XPathItemType_21;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_207;
L_207 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_205, L_206, NULL);
if (!L_207)
{
goto IL_03d4;
}
}
{
Type_t* L_208 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_209 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_210;
L_210 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_208, L_209, NULL);
if (!L_210)
{
goto IL_03c0;
}
}
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_211;
L_211 = XmlBaseConverter_get_SchemaType_mE2E6F52784E6E3CFCC579184B8E593F62BE9651B_inline(__this, NULL);
RuntimeObject* L_212 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_213 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m8E8EA1F1B8EB6F1397F22EA2FE24CAA98B857510(L_213, L_211, ((String_t*)CastclassSealed((RuntimeObject*)L_212, String_t_il2cpp_TypeInfo_var)), NULL);
return L_213;
}
IL_03c0:
{
Type_t* L_214 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_215 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_216;
L_216 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_214, L_215, NULL);
if (!L_216)
{
goto IL_03d4;
}
}
{
RuntimeObject* L_217 = ___value0;
return ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_217, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var));
}
IL_03d4:
{
Type_t* L_218 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_219 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_220;
L_220 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_218, L_219, NULL);
if (!L_220)
{
goto IL_03ea;
}
}
{
RuntimeObject* L_221 = ___value0;
RuntimeObject* L_222 = ___nsResolver2;
String_t* L_223;
L_223 = VirtualFuncInvoker2< String_t*, RuntimeObject*, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_221, L_222);
return L_223;
}
IL_03ea:
{
Type_t* L_224 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_225 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_226;
L_226 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_224, L_225, NULL);
if (!L_226)
{
goto IL_040b;
}
}
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_227;
L_227 = XmlBaseConverter_get_SchemaType_mE2E6F52784E6E3CFCC579184B8E593F62BE9651B_inline(__this, NULL);
RuntimeObject* L_228 = ___value0;
RuntimeObject* L_229 = ___nsResolver2;
String_t* L_230;
L_230 = VirtualFuncInvoker2< String_t*, RuntimeObject*, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_228, L_229);
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_231 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m8E8EA1F1B8EB6F1397F22EA2FE24CAA98B857510(L_231, L_227, L_230, NULL);
return L_231;
}
IL_040b:
{
Type_t* L_232 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_233 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XPathItemType_21;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_234;
L_234 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_232, L_233, NULL);
if (!L_234)
{
goto IL_042c;
}
}
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_235;
L_235 = XmlBaseConverter_get_SchemaType_mE2E6F52784E6E3CFCC579184B8E593F62BE9651B_inline(__this, NULL);
RuntimeObject* L_236 = ___value0;
RuntimeObject* L_237 = ___nsResolver2;
String_t* L_238;
L_238 = VirtualFuncInvoker2< String_t*, RuntimeObject*, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_236, L_237);
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_239 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m8E8EA1F1B8EB6F1397F22EA2FE24CAA98B857510(L_239, L_235, L_238, NULL);
return L_239;
}
IL_042c:
{
Type_t* L_240 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_241 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_242;
L_242 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_240, L_241, NULL);
if (!L_242)
{
goto IL_0447;
}
}
{
RuntimeObject* L_243 = ___value0;
Type_t* L_244 = ___destinationType1;
RuntimeObject* L_245 = ___nsResolver2;
RuntimeObject* L_246;
L_246 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(14 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_243, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)), L_244, L_245);
return L_246;
}
IL_0447:
{
RuntimeObject* L_247 = ___value0;
Type_t* L_248 = ___destinationType1;
RuntimeObject* L_249 = ___nsResolver2;
RuntimeObject* L_250;
L_250 = VirtualFuncInvoker3< RuntimeObject*, RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_247, L_248, L_249);
return L_250;
}
}
// System.Object System.Xml.Schema.XmlUntypedConverter::ChangeTypeWildcardDestination(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlUntypedConverter_ChangeTypeWildcardDestination_m3211D143132301B404C1DB8BA906F48020F6DB5A (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, RuntimeObject* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
Type_t* L_1;
L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_2 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_1, L_2, NULL);
if (!L_3)
{
goto IL_0020;
}
}
{
RuntimeObject* L_4 = ___value0;
Type_t* L_5 = ___destinationType1;
RuntimeObject* L_6 = ___nsResolver2;
RuntimeObject* L_7;
L_7 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(14 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_4, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_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;
L_11 = VirtualFuncInvoker3< 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.XmlUntypedConverter::ChangeTypeWildcardSource(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlUntypedConverter_ChangeTypeWildcardSource_mCF2BAD93DF040CEF5ABB937591E9B2EBF00F1B96 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, RuntimeObject* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_1 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_1, NULL);
if (!L_2)
{
goto IL_0021;
}
}
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_3;
L_3 = XmlBaseConverter_get_SchemaType_mE2E6F52784E6E3CFCC579184B8E593F62BE9651B_inline(__this, NULL);
RuntimeObject* L_4 = ___value0;
RuntimeObject* L_5 = ___nsResolver2;
String_t* L_6;
L_6 = VirtualFuncInvoker2< String_t*, RuntimeObject*, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_4, L_5);
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_7 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m8E8EA1F1B8EB6F1397F22EA2FE24CAA98B857510(L_7, L_3, L_6, NULL);
return L_7;
}
IL_0021:
{
Type_t* L_8 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_9 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XPathItemType_21;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_10;
L_10 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_8, L_9, NULL);
if (!L_10)
{
goto IL_0042;
}
}
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_11;
L_11 = XmlBaseConverter_get_SchemaType_mE2E6F52784E6E3CFCC579184B8E593F62BE9651B_inline(__this, NULL);
RuntimeObject* L_12 = ___value0;
RuntimeObject* L_13 = ___nsResolver2;
String_t* L_14;
L_14 = VirtualFuncInvoker2< String_t*, RuntimeObject*, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, __this, L_12, L_13);
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_15 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m8E8EA1F1B8EB6F1397F22EA2FE24CAA98B857510(L_15, L_11, L_14, NULL);
return L_15;
}
IL_0042:
{
RuntimeObject* L_16 = ___value0;
Type_t* L_17 = ___destinationType1;
RuntimeObject* L_18 = ___nsResolver2;
RuntimeObject* L_19;
L_19 = VirtualFuncInvoker3< RuntimeObject*, RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_16, L_17, L_18);
return L_19;
}
}
// System.Object System.Xml.Schema.XmlUntypedConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlUntypedConverter_ChangeListType_m56081414572E63A4CE7F6E3A00A9059A9D880CF4 (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, RuntimeObject* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
{
RuntimeObject* L_0 = ___value0;
Type_t* L_1;
L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL);
V_0 = L_1;
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_2 = ((XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*)__this)->___atomicConverter_32;
if (!L_2)
{
goto IL_0034;
}
}
{
bool L_3 = __this->___allowListToList_33;
if (L_3)
{
goto IL_009f;
}
}
{
Type_t* L_4 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_5 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_4, L_5, NULL);
if (!L_6)
{
goto IL_009f;
}
}
{
Type_t* L_7 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_8 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_7, L_8, NULL);
if (!L_9)
{
goto IL_009f;
}
}
IL_0034:
{
Type_t* L_10 = V_0;
bool L_11;
L_11 = XmlUntypedConverter_SupportsType_mA8F11C36ADAD56602320799E7EBBFF0829C149EC(__this, L_10, NULL);
if (!L_11)
{
goto IL_0065;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_12;
String_t* L_14;
L_14 = XmlBaseConverter_get_XmlTypeName_mB124A8F50E08E3BAF80ECEE1C9218FABF3CD83D7(__this, NULL);
ArrayElementTypeCheck (L_13, L_14);
(L_13)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_14);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_15 = L_13;
Type_t* L_16 = V_0;
String_t* L_17;
L_17 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_16);
ArrayElementTypeCheck (L_15, L_17);
(L_15)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_17);
String_t* L_18;
L_18 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE1E0D4973E26B80B96256B01F0199BB2484B27E0)), L_15, NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_19 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_19, L_18, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ChangeListType_m56081414572E63A4CE7F6E3A00A9059A9D880CF4_RuntimeMethod_var)));
}
IL_0065:
{
Type_t* L_20 = ___destinationType1;
bool L_21;
L_21 = XmlUntypedConverter_SupportsType_mA8F11C36ADAD56602320799E7EBBFF0829C149EC(__this, L_20, NULL);
if (!L_21)
{
goto IL_0096;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23 = L_22;
String_t* L_24;
L_24 = XmlBaseConverter_get_XmlTypeName_mB124A8F50E08E3BAF80ECEE1C9218FABF3CD83D7(__this, NULL);
ArrayElementTypeCheck (L_23, L_24);
(L_23)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_24);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = L_23;
Type_t* L_26 = ___destinationType1;
String_t* L_27;
L_27 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_26);
ArrayElementTypeCheck (L_25, L_27);
(L_25)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_27);
String_t* L_28;
L_28 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC4FEF05AC2AE7B117256FA840859B8790DEFE62B)), L_25, NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_29 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_29, L_28, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ChangeListType_m56081414572E63A4CE7F6E3A00A9059A9D880CF4_RuntimeMethod_var)));
}
IL_0096:
{
Type_t* L_30 = V_0;
Type_t* L_31 = ___destinationType1;
Exception_t* L_32;
L_32 = XmlBaseConverter_CreateInvalidClrMappingException_m76E5156F33567DE0FDF353567C18990C99CFDEB6(__this, L_30, L_31, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUntypedConverter_ChangeListType_m56081414572E63A4CE7F6E3A00A9059A9D880CF4_RuntimeMethod_var)));
}
IL_009f:
{
RuntimeObject* L_33 = ___value0;
Type_t* L_34 = ___destinationType1;
RuntimeObject* L_35 = ___nsResolver2;
RuntimeObject* L_36;
L_36 = XmlListConverter_ChangeListType_mE0AAB3D151C68A0D04C45239AC2899272F009220(__this, L_33, L_34, L_35, NULL);
return L_36;
}
}
// System.Boolean System.Xml.Schema.XmlUntypedConverter::SupportsType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlUntypedConverter_SupportsType_mA8F11C36ADAD56602320799E7EBBFF0829C149EC (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* __this, Type_t* ___clrType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___clrType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_1 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___BooleanType_26;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_1, NULL);
if (!L_2)
{
goto IL_000f;
}
}
{
return (bool)1;
}
IL_000f:
{
Type_t* L_3 = ___clrType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ByteType_15;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_001e;
}
}
{
return (bool)1;
}
IL_001e:
{
Type_t* L_6 = ___clrType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_7 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ByteArrayType_27;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_8;
L_8 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_6, L_7, NULL);
if (!L_8)
{
goto IL_002d;
}
}
{
return (bool)1;
}
IL_002d:
{
Type_t* L_9 = ___clrType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_10 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeType_24;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_11;
L_11 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_9, L_10, NULL);
if (!L_11)
{
goto IL_003c;
}
}
{
return (bool)1;
}
IL_003c:
{
Type_t* L_12 = ___clrType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_13 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeOffsetType_25;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_14;
L_14 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_12, L_13, NULL);
if (!L_14)
{
goto IL_004b;
}
}
{
return (bool)1;
}
IL_004b:
{
Type_t* L_15 = ___clrType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_16 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DecimalType_9;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_17;
L_17 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_15, L_16, NULL);
if (!L_17)
{
goto IL_005a;
}
}
{
return (bool)1;
}
IL_005a:
{
Type_t* L_18 = ___clrType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_19 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DoubleType_22;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_20;
L_20 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_18, L_19, NULL);
if (!L_20)
{
goto IL_0069;
}
}
{
return (bool)1;
}
IL_0069:
{
Type_t* L_21 = ___clrType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_22 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int16Type_16;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_23;
L_23 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_21, L_22, NULL);
if (!L_23)
{
goto IL_0078;
}
}
{
return (bool)1;
}
IL_0078:
{
Type_t* L_24 = ___clrType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_25 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int32Type_10;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_26;
L_26 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_24, L_25, NULL);
if (!L_26)
{
goto IL_0087;
}
}
{
return (bool)1;
}
IL_0087:
{
Type_t* L_27 = ___clrType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_28 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int64Type_11;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_29;
L_29 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_27, L_28, NULL);
if (!L_29)
{
goto IL_0096;
}
}
{
return (bool)1;
}
IL_0096:
{
Type_t* L_30 = ___clrType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_31 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___SByteType_17;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_32;
L_32 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_30, L_31, NULL);
if (!L_32)
{
goto IL_00a5;
}
}
{
return (bool)1;
}
IL_00a5:
{
Type_t* L_33 = ___clrType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_34 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___SingleType_23;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_35;
L_35 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_33, L_34, NULL);
if (!L_35)
{
goto IL_00b4;
}
}
{
return (bool)1;
}
IL_00b4:
{
Type_t* L_36 = ___clrType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_37 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___TimeSpanType_30;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_38;
L_38 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_36, L_37, NULL);
if (!L_38)
{
goto IL_00c3;
}
}
{
return (bool)1;
}
IL_00c3:
{
Type_t* L_39 = ___clrType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_40 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UInt16Type_18;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_41;
L_41 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_39, L_40, NULL);
if (!L_41)
{
goto IL_00d2;
}
}
{
return (bool)1;
}
IL_00d2:
{
Type_t* L_42 = ___clrType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_43 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UInt32Type_19;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_44;
L_44 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_42, L_43, NULL);
if (!L_44)
{
goto IL_00e1;
}
}
{
return (bool)1;
}
IL_00e1:
{
Type_t* L_45 = ___clrType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_46 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UInt64Type_20;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_47;
L_47 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_45, L_46, NULL);
if (!L_47)
{
goto IL_00f0;
}
}
{
return (bool)1;
}
IL_00f0:
{
Type_t* L_48 = ___clrType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_49 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UriType_29;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_50;
L_50 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_48, L_49, NULL);
if (!L_50)
{
goto IL_00ff;
}
}
{
return (bool)1;
}
IL_00ff:
{
Type_t* L_51 = ___clrType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_52 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlQualifiedNameType_28;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_53;
L_53 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_51, L_52, NULL);
if (!L_53)
{
goto IL_010e;
}
}
{
return (bool)1;
}
IL_010e:
{
return (bool)0;
}
}
// System.Void System.Xml.Schema.XmlUntypedConverter::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUntypedConverter__cctor_mDDB5C828C8E49FB747B4EF9F4501C9DB419EA440 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* L_0 = (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703*)il2cpp_codegen_object_new(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var);
XmlUntypedConverter__ctor_mC82D3D2D13C1C6B3630A78F2EE4077624AACE389(L_0, NULL);
XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* L_1 = (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703*)il2cpp_codegen_object_new(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var);
XmlUntypedConverter__ctor_m530347C06FB34C18DD48F3BBA5C60DEEC736A499(L_1, L_0, (bool)0, NULL);
((XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var))->___Untyped_34 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var))->___Untyped_34), (void*)L_1);
XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* L_2 = (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703*)il2cpp_codegen_object_new(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var);
XmlUntypedConverter__ctor_mC82D3D2D13C1C6B3630A78F2EE4077624AACE389(L_2, NULL);
XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703* L_3 = (XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703*)il2cpp_codegen_object_new(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var);
XmlUntypedConverter__ctor_m530347C06FB34C18DD48F3BBA5C60DEEC736A499(L_3, L_2, (bool)1, NULL);
((XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var))->___UntypedList_35 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var))->___UntypedList_35), (void*)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.XmlAnyConverter::.ctor(System.Xml.Schema.XmlTypeCode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAnyConverter__ctor_mC37E1BD62F255937CE9E845D70872CAD7943AAC4 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, int32_t ___typeCode0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___typeCode0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
XmlBaseConverter__ctor_m4FA115C3F4BC61D97FF8A80413E1DA98CCB3DF59(__this, L_0, NULL);
return;
}
}
// System.Boolean System.Xml.Schema.XmlAnyConverter::ToBoolean(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAnyConverter_ToBoolean_m3A26D2B41FEC9E84BBB19C52A7173059147C3D67 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ToBoolean_m3A26D2B41FEC9E84BBB19C52A7173059147C3D67_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject* L_6 = ___value0;
bool L_7;
L_7 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Xml.XPath.XPathItem::get_ValueAsBoolean() */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)));
return L_7;
}
IL_002c:
{
RuntimeObject* L_8 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_9 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___BooleanType_26;
RuntimeObject* L_10;
L_10 = XmlAnyConverter_ChangeTypeWildcardDestination_mCFD0FC84EEC87CBC94D1B94F6317F6C8D38E1E50(__this, L_8, L_9, (RuntimeObject*)NULL, NULL);
return ((*(bool*)((bool*)(bool*)UnBox(L_10, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
}
}
// System.DateTime System.Xml.Schema.XmlAnyConverter::ToDateTime(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D XmlAnyConverter_ToDateTime_mC92E49F464D7392CF9BEC1E515F7EF27304F3369 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ToDateTime_mC92E49F464D7392CF9BEC1E515F7EF27304F3369_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject* L_6 = ___value0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7;
L_7 = VirtualFuncInvoker0< DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D >::Invoke(9 /* System.DateTime System.Xml.XPath.XPathItem::get_ValueAsDateTime() */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)));
return L_7;
}
IL_002c:
{
RuntimeObject* L_8 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_9 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeType_24;
RuntimeObject* L_10;
L_10 = XmlAnyConverter_ChangeTypeWildcardDestination_mCFD0FC84EEC87CBC94D1B94F6317F6C8D38E1E50(__this, L_8, L_9, (RuntimeObject*)NULL, NULL);
return ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_10, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))));
}
}
// System.DateTimeOffset System.Xml.Schema.XmlAnyConverter::ToDateTimeOffset(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 XmlAnyConverter_ToDateTimeOffset_m00A1CEDCF852ADC6784F9C002D82B0DB7711F2DC (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ToDateTimeOffset_m00A1CEDCF852ADC6784F9C002D82B0DB7711F2DC_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_0036;
}
}
{
RuntimeObject* L_6 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_7 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeOffsetType_25;
RuntimeObject* L_8;
L_8 = VirtualFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)), L_7);
return ((*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)UnBox(L_8, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))));
}
IL_0036:
{
RuntimeObject* L_9 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_10 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeOffsetType_25;
RuntimeObject* L_11;
L_11 = XmlAnyConverter_ChangeTypeWildcardDestination_mCFD0FC84EEC87CBC94D1B94F6317F6C8D38E1E50(__this, L_9, L_10, (RuntimeObject*)NULL, NULL);
return ((*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)UnBox(L_11, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))));
}
}
// System.Decimal System.Xml.Schema.XmlAnyConverter::ToDecimal(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F XmlAnyConverter_ToDecimal_m4C393123BD63C71B6AFC300FCD261A622E9B3D3E (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ToDecimal_m4C393123BD63C71B6AFC300FCD261A622E9B3D3E_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_0036;
}
}
{
RuntimeObject* L_6 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_7 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DecimalType_9;
RuntimeObject* L_8;
L_8 = VirtualFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)), L_7);
return ((*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)UnBox(L_8, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))));
}
IL_0036:
{
RuntimeObject* L_9 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_10 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DecimalType_9;
RuntimeObject* L_11;
L_11 = XmlAnyConverter_ChangeTypeWildcardDestination_mCFD0FC84EEC87CBC94D1B94F6317F6C8D38E1E50(__this, L_9, L_10, (RuntimeObject*)NULL, NULL);
return ((*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)UnBox(L_11, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))));
}
}
// System.Double System.Xml.Schema.XmlAnyConverter::ToDouble(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlAnyConverter_ToDouble_m3C5710F8F74CBC860E5B29D92EB1099BFC595B23 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ToDouble_m3C5710F8F74CBC860E5B29D92EB1099BFC595B23_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject* L_6 = ___value0;
double L_7;
L_7 = VirtualFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.XPathItem::get_ValueAsDouble() */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)));
return L_7;
}
IL_002c:
{
RuntimeObject* L_8 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_9 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DoubleType_22;
RuntimeObject* L_10;
L_10 = XmlAnyConverter_ChangeTypeWildcardDestination_mCFD0FC84EEC87CBC94D1B94F6317F6C8D38E1E50(__this, L_8, L_9, (RuntimeObject*)NULL, NULL);
return ((*(double*)((double*)(double*)UnBox(L_10, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))));
}
}
// System.Int32 System.Xml.Schema.XmlAnyConverter::ToInt32(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAnyConverter_ToInt32_mB1B32CF791659BBC1CA9E593AB27D353B44604B4 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ToInt32_mB1B32CF791659BBC1CA9E593AB27D353B44604B4_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject* L_6 = ___value0;
int32_t L_7;
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Xml.XPath.XPathItem::get_ValueAsInt() */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)));
return L_7;
}
IL_002c:
{
RuntimeObject* L_8 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_9 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int32Type_10;
RuntimeObject* L_10;
L_10 = XmlAnyConverter_ChangeTypeWildcardDestination_mCFD0FC84EEC87CBC94D1B94F6317F6C8D38E1E50(__this, L_8, L_9, (RuntimeObject*)NULL, NULL);
return ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_10, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
}
}
// System.Int64 System.Xml.Schema.XmlAnyConverter::ToInt64(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlAnyConverter_ToInt64_m1EFEFAA444A5C9B5E4A62662F890A582B36C21C9 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ToInt64_m1EFEFAA444A5C9B5E4A62662F890A582B36C21C9_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_002c;
}
}
{
RuntimeObject* L_6 = ___value0;
int64_t L_7;
L_7 = VirtualFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.Xml.XPath.XPathItem::get_ValueAsLong() */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)));
return L_7;
}
IL_002c:
{
RuntimeObject* L_8 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_9 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int64Type_11;
RuntimeObject* L_10;
L_10 = XmlAnyConverter_ChangeTypeWildcardDestination_mCFD0FC84EEC87CBC94D1B94F6317F6C8D38E1E50(__this, L_8, L_9, (RuntimeObject*)NULL, NULL);
return ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_10, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))));
}
}
// System.Single System.Xml.Schema.XmlAnyConverter::ToSingle(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlAnyConverter_ToSingle_mA0C121FA8637E82DE889C6EEE293360969BC5260 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ToSingle_mA0C121FA8637E82DE889C6EEE293360969BC5260_RuntimeMethod_var)));
}
IL_000e:
{
RuntimeObject* L_2 = ___value0;
Type_t* L_3;
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_0036;
}
}
{
RuntimeObject* L_6 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_7 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___SingleType_23;
RuntimeObject* L_8;
L_8 = VirtualFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_6, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)), L_7);
return ((*(float*)((float*)(float*)UnBox(L_8, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))));
}
IL_0036:
{
RuntimeObject* L_9 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_10 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___SingleType_23;
RuntimeObject* L_11;
L_11 = XmlAnyConverter_ChangeTypeWildcardDestination_mCFD0FC84EEC87CBC94D1B94F6317F6C8D38E1E50(__this, L_9, L_10, (RuntimeObject*)NULL, NULL);
return ((*(float*)((float*)(float*)UnBox(L_11, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))));
}
}
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.Boolean,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAnyConverter_ChangeType_m96A6B8E6ED6109AEE90668DFE76652E587B82FD1 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, bool ___value0, Type_t* ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ChangeType_m96A6B8E6ED6109AEE90668DFE76652E587B82FD1_RuntimeMethod_var)));
}
IL_0014:
{
Type_t* L_3 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
Type_t* L_6;
L_6 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_6;
}
IL_0029:
{
Type_t* L_7 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_8 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, L_8, NULL);
if (!L_9)
{
goto IL_0044;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_10;
L_10 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)13), NULL);
bool L_11 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_12 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m0B15E490AD5701C84DA55091D42D5854F0BF4B34(L_12, L_10, L_11, NULL);
return L_12;
}
IL_0044:
{
bool L_13 = ___value0;
bool L_14 = L_13;
RuntimeObject* L_15 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_14);
Type_t* L_16 = ___destinationType1;
RuntimeObject* L_17;
L_17 = XmlAnyConverter_ChangeTypeWildcardSource_mEE58A89B9A9F2EE03606B0CF2B88DCD2BED3B404(__this, L_15, L_16, (RuntimeObject*)NULL, NULL);
return L_17;
}
}
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.DateTime,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAnyConverter_ChangeType_mA7201A4C1ACE26EA35D1DE3444D7F62A9C2568FB (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value0, Type_t* ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ChangeType_mA7201A4C1ACE26EA35D1DE3444D7F62A9C2568FB_RuntimeMethod_var)));
}
IL_0014:
{
Type_t* L_3 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
Type_t* L_6;
L_6 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_6;
}
IL_0029:
{
Type_t* L_7 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_8 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, L_8, NULL);
if (!L_9)
{
goto IL_0044;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_10;
L_10 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)18), NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_11 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_12 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m94B520488DC2AF102DD2A3E98BFFA929B5A46A5C(L_12, L_10, L_11, NULL);
return L_12;
}
IL_0044:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_13 = ___value0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_14 = L_13;
RuntimeObject* L_15 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_14);
Type_t* L_16 = ___destinationType1;
RuntimeObject* L_17;
L_17 = XmlAnyConverter_ChangeTypeWildcardSource_mEE58A89B9A9F2EE03606B0CF2B88DCD2BED3B404(__this, L_15, L_16, (RuntimeObject*)NULL, NULL);
return L_17;
}
}
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.Decimal,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAnyConverter_ChangeType_m14024A08E769496A50AACE8F8A4AC8693DF88AA3 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___value0, Type_t* ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ChangeType_m14024A08E769496A50AACE8F8A4AC8693DF88AA3_RuntimeMethod_var)));
}
IL_0014:
{
Type_t* L_3 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
Type_t* L_6;
L_6 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_6;
}
IL_0029:
{
Type_t* L_7 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_8 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, L_8, NULL);
if (!L_9)
{
goto IL_0049;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_10;
L_10 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)14), NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_11 = ___value0;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_12 = L_11;
RuntimeObject* L_13 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_12);
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_14 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m0E78568E5E8529231689F1BEC22D3A6DE66FACA4(L_14, L_10, L_13, NULL);
return L_14;
}
IL_0049:
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_15 = ___value0;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_16 = L_15;
RuntimeObject* L_17 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_16);
Type_t* L_18 = ___destinationType1;
RuntimeObject* L_19;
L_19 = XmlAnyConverter_ChangeTypeWildcardSource_mEE58A89B9A9F2EE03606B0CF2B88DCD2BED3B404(__this, L_17, L_18, (RuntimeObject*)NULL, NULL);
return L_19;
}
}
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.Double,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAnyConverter_ChangeType_mD4C9518A504738A55A8052A61868643277C5F180 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, double ___value0, Type_t* ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ChangeType_mD4C9518A504738A55A8052A61868643277C5F180_RuntimeMethod_var)));
}
IL_0014:
{
Type_t* L_3 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
Type_t* L_6;
L_6 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_6;
}
IL_0029:
{
Type_t* L_7 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_8 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, L_8, NULL);
if (!L_9)
{
goto IL_0045;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_10;
L_10 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)16), NULL);
double L_11 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_12 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m9AB12C0FAB497EEBF86B444EECA85F95EA3BA493(L_12, L_10, ((double)L_11), NULL);
return L_12;
}
IL_0045:
{
double L_13 = ___value0;
double L_14 = L_13;
RuntimeObject* L_15 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_14);
Type_t* L_16 = ___destinationType1;
RuntimeObject* L_17;
L_17 = XmlAnyConverter_ChangeTypeWildcardSource_mEE58A89B9A9F2EE03606B0CF2B88DCD2BED3B404(__this, L_15, L_16, (RuntimeObject*)NULL, NULL);
return L_17;
}
}
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.Int32,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAnyConverter_ChangeType_mAADBB6C9AF7978420700FB9805706EBFE0E7B710 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, int32_t ___value0, Type_t* ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ChangeType_mAADBB6C9AF7978420700FB9805706EBFE0E7B710_RuntimeMethod_var)));
}
IL_0014:
{
Type_t* L_3 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
Type_t* L_6;
L_6 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_6;
}
IL_0029:
{
Type_t* L_7 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_8 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, L_8, NULL);
if (!L_9)
{
goto IL_0044;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_10;
L_10 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)44), NULL);
int32_t L_11 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_12 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m468B37937DCC422A0AD0209B325C428016157C35(L_12, L_10, L_11, NULL);
return L_12;
}
IL_0044:
{
int32_t L_13 = ___value0;
int32_t L_14 = L_13;
RuntimeObject* L_15 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_14);
Type_t* L_16 = ___destinationType1;
RuntimeObject* L_17;
L_17 = XmlAnyConverter_ChangeTypeWildcardSource_mEE58A89B9A9F2EE03606B0CF2B88DCD2BED3B404(__this, L_15, L_16, (RuntimeObject*)NULL, NULL);
return L_17;
}
}
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.Int64,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAnyConverter_ChangeType_m1E1182DD2F816191CF79B328CD22039CE194B929 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, int64_t ___value0, Type_t* ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ChangeType_m1E1182DD2F816191CF79B328CD22039CE194B929_RuntimeMethod_var)));
}
IL_0014:
{
Type_t* L_3 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (!L_5)
{
goto IL_0029;
}
}
{
Type_t* L_6;
L_6 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_6;
}
IL_0029:
{
Type_t* L_7 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_8 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, L_8, NULL);
if (!L_9)
{
goto IL_0044;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_10;
L_10 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)43), NULL);
int64_t L_11 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_12 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m455E82F8503E810E8C793BCBE652E64AA941E5A6(L_12, L_10, L_11, NULL);
return L_12;
}
IL_0044:
{
int64_t L_13 = ___value0;
int64_t L_14 = L_13;
RuntimeObject* L_15 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_14);
Type_t* L_16 = ___destinationType1;
RuntimeObject* L_17;
L_17 = XmlAnyConverter_ChangeTypeWildcardSource_mEE58A89B9A9F2EE03606B0CF2B88DCD2BED3B404(__this, L_15, L_16, (RuntimeObject*)NULL, NULL);
return L_17;
}
}
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAnyConverter_ChangeType_m34B629B194FAA6C62C4BC44CBC9231D3DA567AB1 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, String_t* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ChangeType_m34B629B194FAA6C62C4BC44CBC9231D3DA567AB1_RuntimeMethod_var)));
}
IL_000e:
{
Type_t* L_2 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_2, (Type_t*)NULL, NULL);
if (!L_3)
{
goto IL_0022;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_4 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ChangeType_m34B629B194FAA6C62C4BC44CBC9231D3DA567AB1_RuntimeMethod_var)));
}
IL_0022:
{
Type_t* L_5 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_6 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_5, L_6, NULL);
if (!L_7)
{
goto IL_0037;
}
}
{
Type_t* L_8;
L_8 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_8;
}
IL_0037:
{
Type_t* L_9 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_10 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_11;
L_11 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_9, L_10, NULL);
if (!L_11)
{
goto IL_0052;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_12;
L_12 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)12), NULL);
String_t* L_13 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_14 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m8E8EA1F1B8EB6F1397F22EA2FE24CAA98B857510(L_14, L_12, L_13, NULL);
return L_14;
}
IL_0052:
{
String_t* L_15 = ___value0;
Type_t* L_16 = ___destinationType1;
RuntimeObject* L_17 = ___nsResolver2;
RuntimeObject* L_18;
L_18 = XmlAnyConverter_ChangeTypeWildcardSource_mEE58A89B9A9F2EE03606B0CF2B88DCD2BED3B404(__this, L_15, L_16, L_17, NULL);
return L_18;
}
}
// System.Object System.Xml.Schema.XmlAnyConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAnyConverter_ChangeType_mAF24A2C607A9527EB0C1B505A5E6E46A6FB99920 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, RuntimeObject* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ChangeType_mAF24A2C607A9527EB0C1B505A5E6E46A6FB99920_RuntimeMethod_var)));
}
IL_000e:
{
Type_t* L_2 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_2, (Type_t*)NULL, NULL);
if (!L_3)
{
goto IL_0022;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_4 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ChangeType_mAF24A2C607A9527EB0C1B505A5E6E46A6FB99920_RuntimeMethod_var)));
}
IL_0022:
{
RuntimeObject* L_5 = ___value0;
Type_t* L_6;
L_6 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_5, NULL);
V_0 = L_6;
Type_t* L_7 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_8 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, L_8, NULL);
if (!L_9)
{
goto IL_003e;
}
}
{
Type_t* L_10;
L_10 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_10;
}
IL_003e:
{
Type_t* L_11 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_12 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___BooleanType_26;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_13;
L_13 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_11, L_12, NULL);
if (!L_13)
{
goto IL_0069;
}
}
{
Type_t* L_14 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_15 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_16;
L_16 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_14, L_15, NULL);
if (!L_16)
{
goto IL_0069;
}
}
{
RuntimeObject* L_17 = ___value0;
bool L_18;
L_18 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.Xml.XPath.XPathItem::get_ValueAsBoolean() */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_17, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)));
bool L_19 = L_18;
RuntimeObject* L_20 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_19);
return L_20;
}
IL_0069:
{
Type_t* L_21 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_22 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeType_24;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_23;
L_23 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_21, L_22, NULL);
if (!L_23)
{
goto IL_0094;
}
}
{
Type_t* L_24 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_25 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_26;
L_26 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_24, L_25, NULL);
if (!L_26)
{
goto IL_0094;
}
}
{
RuntimeObject* L_27 = ___value0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_28;
L_28 = VirtualFuncInvoker0< DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D >::Invoke(9 /* System.DateTime System.Xml.XPath.XPathItem::get_ValueAsDateTime() */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_27, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)));
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_29 = L_28;
RuntimeObject* L_30 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_29);
return L_30;
}
IL_0094:
{
Type_t* L_31 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_32 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeOffsetType_25;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_33;
L_33 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_31, L_32, NULL);
if (!L_33)
{
goto IL_00bf;
}
}
{
Type_t* L_34 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_35 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_36;
L_36 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_34, L_35, NULL);
if (!L_36)
{
goto IL_00bf;
}
}
{
RuntimeObject* L_37 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_38 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeOffsetType_25;
RuntimeObject* L_39;
L_39 = VirtualFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_37, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)), L_38);
return L_39;
}
IL_00bf:
{
Type_t* L_40 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_41 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DecimalType_9;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_42;
L_42 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_40, L_41, NULL);
if (!L_42)
{
goto IL_00f4;
}
}
{
Type_t* L_43 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_44 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_45;
L_45 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_43, L_44, NULL);
if (!L_45)
{
goto IL_00f4;
}
}
{
RuntimeObject* L_46 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_47 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DecimalType_9;
RuntimeObject* L_48;
L_48 = VirtualFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_46, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)), L_47);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_49 = ((*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)UnBox(L_48, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))));
RuntimeObject* L_50 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_49);
return L_50;
}
IL_00f4:
{
Type_t* L_51 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_52 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DoubleType_22;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_53;
L_53 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_51, L_52, NULL);
if (!L_53)
{
goto IL_011f;
}
}
{
Type_t* L_54 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_55 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_56;
L_56 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_54, L_55, NULL);
if (!L_56)
{
goto IL_011f;
}
}
{
RuntimeObject* L_57 = ___value0;
double L_58;
L_58 = VirtualFuncInvoker0< double >::Invoke(10 /* System.Double System.Xml.XPath.XPathItem::get_ValueAsDouble() */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_57, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)));
double L_59 = L_58;
RuntimeObject* L_60 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_59);
return L_60;
}
IL_011f:
{
Type_t* L_61 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_62 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int32Type_10;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_63;
L_63 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_61, L_62, NULL);
if (!L_63)
{
goto IL_014a;
}
}
{
Type_t* L_64 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_65 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_66;
L_66 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_64, L_65, NULL);
if (!L_66)
{
goto IL_014a;
}
}
{
RuntimeObject* L_67 = ___value0;
int32_t L_68;
L_68 = VirtualFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Xml.XPath.XPathItem::get_ValueAsInt() */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_67, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)));
int32_t L_69 = L_68;
RuntimeObject* L_70 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_69);
return L_70;
}
IL_014a:
{
Type_t* L_71 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_72 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int64Type_11;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_73;
L_73 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_71, L_72, NULL);
if (!L_73)
{
goto IL_0175;
}
}
{
Type_t* L_74 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_75 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_76;
L_76 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_74, L_75, NULL);
if (!L_76)
{
goto IL_0175;
}
}
{
RuntimeObject* L_77 = ___value0;
int64_t L_78;
L_78 = VirtualFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.Xml.XPath.XPathItem::get_ValueAsLong() */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_77, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)));
int64_t L_79 = L_78;
RuntimeObject* L_80 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_79);
return L_80;
}
IL_0175:
{
Type_t* L_81 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_82 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___SingleType_23;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_83;
L_83 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_81, L_82, NULL);
if (!L_83)
{
goto IL_01aa;
}
}
{
Type_t* L_84 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_85 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_86;
L_86 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_84, L_85, NULL);
if (!L_86)
{
goto IL_01aa;
}
}
{
RuntimeObject* L_87 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_88 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___SingleType_23;
RuntimeObject* L_89;
L_89 = VirtualFuncInvoker1< RuntimeObject*, Type_t* >::Invoke(13 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_87, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)), L_88);
float L_90 = ((*(float*)((float*)(float*)UnBox(L_89, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))));
RuntimeObject* L_91 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_90);
return L_91;
}
IL_01aa:
{
Type_t* L_92 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_93 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_94;
L_94 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_92, L_93, NULL);
if (!L_94)
{
goto IL_03f8;
}
}
{
Type_t* L_95 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_96 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_97;
L_97 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_95, L_96, NULL);
if (!L_97)
{
goto IL_01ce;
}
}
{
RuntimeObject* L_98 = ___value0;
return ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_98, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var));
}
IL_01ce:
{
Type_t* L_99 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_100 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___BooleanType_26;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_101;
L_101 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_99, L_100, NULL);
if (!L_101)
{
goto IL_01ee;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_102;
L_102 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)13), NULL);
RuntimeObject* L_103 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_104 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m0B15E490AD5701C84DA55091D42D5854F0BF4B34(L_104, L_102, ((*(bool*)((bool*)(bool*)UnBox(L_103, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))), NULL);
return L_104;
}
IL_01ee:
{
Type_t* L_105 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_106 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ByteType_15;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_107;
L_107 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_105, L_106, NULL);
if (!L_107)
{
goto IL_0209;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_108;
L_108 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)51), NULL);
RuntimeObject* L_109 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_110 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m0E78568E5E8529231689F1BEC22D3A6DE66FACA4(L_110, L_108, L_109, NULL);
return L_110;
}
IL_0209:
{
Type_t* L_111 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_112 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ByteArrayType_27;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_113;
L_113 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_111, L_112, NULL);
if (!L_113)
{
goto IL_0224;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_114;
L_114 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)27), NULL);
RuntimeObject* L_115 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_116 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m0E78568E5E8529231689F1BEC22D3A6DE66FACA4(L_116, L_114, L_115, NULL);
return L_116;
}
IL_0224:
{
Type_t* L_117 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_118 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeType_24;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_119;
L_119 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_117, L_118, NULL);
if (!L_119)
{
goto IL_0244;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_120;
L_120 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)18), NULL);
RuntimeObject* L_121 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_122 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m94B520488DC2AF102DD2A3E98BFFA929B5A46A5C(L_122, L_120, ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_121, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var)))), NULL);
return L_122;
}
IL_0244:
{
Type_t* L_123 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_124 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeOffsetType_25;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_125;
L_125 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_123, L_124, NULL);
if (!L_125)
{
goto IL_0269;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_126;
L_126 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)18), NULL);
RuntimeObject* L_127 = ___value0;
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_128 = ((*(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)((DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4*)UnBox(L_127, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var))));
RuntimeObject* L_129 = Box(DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_il2cpp_TypeInfo_var, &L_128);
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_130 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m0E78568E5E8529231689F1BEC22D3A6DE66FACA4(L_130, L_126, L_129, NULL);
return L_130;
}
IL_0269:
{
Type_t* L_131 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_132 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DecimalType_9;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_133;
L_133 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_131, L_132, NULL);
if (!L_133)
{
goto IL_0284;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_134;
L_134 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)14), NULL);
RuntimeObject* L_135 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_136 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m0E78568E5E8529231689F1BEC22D3A6DE66FACA4(L_136, L_134, L_135, NULL);
return L_136;
}
IL_0284:
{
Type_t* L_137 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_138 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DoubleType_22;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_139;
L_139 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_137, L_138, NULL);
if (!L_139)
{
goto IL_02a4;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_140;
L_140 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)16), NULL);
RuntimeObject* L_141 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_142 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m9AB12C0FAB497EEBF86B444EECA85F95EA3BA493(L_142, L_140, ((*(double*)((double*)(double*)UnBox(L_141, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))), NULL);
return L_142;
}
IL_02a4:
{
Type_t* L_143 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_144 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int16Type_16;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_145;
L_145 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_143, L_144, NULL);
if (!L_145)
{
goto IL_02bf;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_146;
L_146 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)45), NULL);
RuntimeObject* L_147 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_148 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m0E78568E5E8529231689F1BEC22D3A6DE66FACA4(L_148, L_146, L_147, NULL);
return L_148;
}
IL_02bf:
{
Type_t* L_149 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_150 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int32Type_10;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_151;
L_151 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_149, L_150, NULL);
if (!L_151)
{
goto IL_02df;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_152;
L_152 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)44), NULL);
RuntimeObject* L_153 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_154 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m468B37937DCC422A0AD0209B325C428016157C35(L_154, L_152, ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_153, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), NULL);
return L_154;
}
IL_02df:
{
Type_t* L_155 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_156 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int64Type_11;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_157;
L_157 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_155, L_156, NULL);
if (!L_157)
{
goto IL_02ff;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_158;
L_158 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)43), NULL);
RuntimeObject* L_159 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_160 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m455E82F8503E810E8C793BCBE652E64AA941E5A6(L_160, L_158, ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_159, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))), NULL);
return L_160;
}
IL_02ff:
{
Type_t* L_161 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_162 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___SByteType_17;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_163;
L_163 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_161, L_162, NULL);
if (!L_163)
{
goto IL_031a;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_164;
L_164 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)46), NULL);
RuntimeObject* L_165 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_166 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m0E78568E5E8529231689F1BEC22D3A6DE66FACA4(L_166, L_164, L_165, NULL);
return L_166;
}
IL_031a:
{
Type_t* L_167 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_168 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___SingleType_23;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_169;
L_169 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_167, L_168, NULL);
if (!L_169)
{
goto IL_0335;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_170;
L_170 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)15), NULL);
RuntimeObject* L_171 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_172 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m0E78568E5E8529231689F1BEC22D3A6DE66FACA4(L_172, L_170, L_171, NULL);
return L_172;
}
IL_0335:
{
Type_t* L_173 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_174 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_175;
L_175 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_173, L_174, NULL);
if (!L_175)
{
goto IL_0355;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_176;
L_176 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)12), NULL);
RuntimeObject* L_177 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_178 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m8E8EA1F1B8EB6F1397F22EA2FE24CAA98B857510(L_178, L_176, ((String_t*)CastclassSealed((RuntimeObject*)L_177, String_t_il2cpp_TypeInfo_var)), NULL);
return L_178;
}
IL_0355:
{
Type_t* L_179 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_180 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___TimeSpanType_30;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_181;
L_181 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_179, L_180, NULL);
if (!L_181)
{
goto IL_0370;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_182;
L_182 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)17), NULL);
RuntimeObject* L_183 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_184 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m0E78568E5E8529231689F1BEC22D3A6DE66FACA4(L_184, L_182, L_183, NULL);
return L_184;
}
IL_0370:
{
Type_t* L_185 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_186 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UInt16Type_18;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_187;
L_187 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_185, L_186, NULL);
if (!L_187)
{
goto IL_038b;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_188;
L_188 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)50), NULL);
RuntimeObject* L_189 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_190 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m0E78568E5E8529231689F1BEC22D3A6DE66FACA4(L_190, L_188, L_189, NULL);
return L_190;
}
IL_038b:
{
Type_t* L_191 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_192 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UInt32Type_19;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_193;
L_193 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_191, L_192, NULL);
if (!L_193)
{
goto IL_03a6;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_194;
L_194 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)49), NULL);
RuntimeObject* L_195 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_196 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m0E78568E5E8529231689F1BEC22D3A6DE66FACA4(L_196, L_194, L_195, NULL);
return L_196;
}
IL_03a6:
{
Type_t* L_197 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_198 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UInt64Type_20;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_199;
L_199 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_197, L_198, NULL);
if (!L_199)
{
goto IL_03c1;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_200;
L_200 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)48), NULL);
RuntimeObject* L_201 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_202 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m0E78568E5E8529231689F1BEC22D3A6DE66FACA4(L_202, L_200, L_201, NULL);
return L_202;
}
IL_03c1:
{
Type_t* L_203 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_204 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UriType_29;
bool L_205;
L_205 = XmlBaseConverter_IsDerivedFrom_m016CDBDDD1EC9D6657E6263CF3CF5316CD185813(L_203, L_204, NULL);
if (!L_205)
{
goto IL_03dc;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_206;
L_206 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)28), NULL);
RuntimeObject* L_207 = ___value0;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_208 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m0E78568E5E8529231689F1BEC22D3A6DE66FACA4(L_208, L_206, L_207, NULL);
return L_208;
}
IL_03dc:
{
Type_t* L_209 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_210 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlQualifiedNameType_28;
bool L_211;
L_211 = XmlBaseConverter_IsDerivedFrom_m016CDBDDD1EC9D6657E6263CF3CF5316CD185813(L_209, L_210, NULL);
if (!L_211)
{
goto IL_03f8;
}
}
{
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_212;
L_212 = XmlSchemaType_GetBuiltInSimpleType_m68FACA3B15481A61FB41E3282821660F27C7F57D(((int32_t)29), NULL);
RuntimeObject* L_213 = ___value0;
RuntimeObject* L_214 = ___nsResolver2;
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_215 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
XmlAtomicValue__ctor_m7787147F7BDA89E00EF133C22C5B467662FDCADA(L_215, L_212, L_213, L_214, NULL);
return L_215;
}
IL_03f8:
{
Type_t* L_216 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_217 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XPathItemType_21;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_218;
L_218 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_216, L_217, NULL);
if (!L_218)
{
goto IL_042d;
}
}
{
Type_t* L_219 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_220 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_221;
L_221 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_219, L_220, NULL);
if (!L_221)
{
goto IL_0419;
}
}
{
RuntimeObject* L_222 = ___value0;
return ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_222, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var));
}
IL_0419:
{
Type_t* L_223 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_224 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XPathNavigatorType_31;
bool L_225;
L_225 = XmlBaseConverter_IsDerivedFrom_m016CDBDDD1EC9D6657E6263CF3CF5316CD185813(L_223, L_224, NULL);
if (!L_225)
{
goto IL_042d;
}
}
{
RuntimeObject* L_226 = ___value0;
return ((XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)CastclassClass((RuntimeObject*)L_226, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var));
}
IL_042d:
{
Type_t* L_227 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_228 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XPathNavigatorType_31;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_229;
L_229 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_227, L_228, NULL);
if (!L_229)
{
goto IL_0454;
}
}
{
Type_t* L_230 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_231 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XPathNavigatorType_31;
bool L_232;
L_232 = XmlBaseConverter_IsDerivedFrom_m016CDBDDD1EC9D6657E6263CF3CF5316CD185813(L_230, L_231, NULL);
if (!L_232)
{
goto IL_0454;
}
}
{
RuntimeObject* L_233 = ___value0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_234;
L_234 = XmlAnyConverter_ToNavigator_mE0637E73228846BF8C3375430C8B63CF73A3C2A0(__this, ((XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)CastclassClass((RuntimeObject*)L_233, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var)), NULL);
return L_234;
}
IL_0454:
{
Type_t* L_235 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_236 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XPathItemType_21;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_237;
L_237 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_235, L_236, NULL);
if (!L_237)
{
goto IL_0474;
}
}
{
RuntimeObject* L_238 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_239 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
RuntimeObject* L_240 = ___nsResolver2;
RuntimeObject* L_241;
L_241 = VirtualFuncInvoker3< 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_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7*)CastclassClass((RuntimeObject*)L_241, XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7_il2cpp_TypeInfo_var));
}
IL_0474:
{
Type_t* L_242 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_243 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_244;
L_244 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_242, L_243, NULL);
if (!L_244)
{
goto IL_048f;
}
}
{
RuntimeObject* L_245 = ___value0;
Type_t* L_246 = ___destinationType1;
RuntimeObject* L_247 = ___nsResolver2;
RuntimeObject* L_248;
L_248 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(14 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_245, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_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;
L_252 = VirtualFuncInvoker3< 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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAnyConverter_ChangeTypeWildcardDestination_mCFD0FC84EEC87CBC94D1B94F6317F6C8D38E1E50 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, RuntimeObject* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
Type_t* L_1;
L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_2 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_1, L_2, NULL);
if (!L_3)
{
goto IL_0020;
}
}
{
RuntimeObject* L_4 = ___value0;
Type_t* L_5 = ___destinationType1;
RuntimeObject* L_6 = ___nsResolver2;
RuntimeObject* L_7;
L_7 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(14 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_4, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_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;
L_11 = VirtualFuncInvoker3< 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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAnyConverter_ChangeTypeWildcardSource_mEE58A89B9A9F2EE03606B0CF2B88DCD2BED3B404 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, RuntimeObject* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_1 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XPathItemType_21;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_1, NULL);
if (!L_2)
{
goto IL_0020;
}
}
{
RuntimeObject* L_3 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
RuntimeObject* L_5 = ___nsResolver2;
RuntimeObject* L_6;
L_6 = VirtualFuncInvoker3< 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_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7*)CastclassClass((RuntimeObject*)L_6, XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7_il2cpp_TypeInfo_var));
}
IL_0020:
{
RuntimeObject* L_7 = ___value0;
Type_t* L_8 = ___destinationType1;
RuntimeObject* L_9 = ___nsResolver2;
RuntimeObject* L_10;
L_10 = VirtualFuncInvoker3< 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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* XmlAnyConverter_ToNavigator_mE0637E73228846BF8C3375430C8B63CF73A3C2A0 (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___nav0, const RuntimeMethod* method)
{
{
int32_t L_0;
L_0 = XmlBaseConverter_get_TypeCode_m98913E941A638BF19A0DC21AA9B7C48E1FF19CF5_inline(__this, NULL);
if ((((int32_t)L_0) == ((int32_t)1)))
{
goto IL_001a;
}
}
{
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var)));
Type_t* L_1 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))))->___XPathNavigatorType_31;
Type_t* L_2 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))))->___XPathNavigatorType_31;
Exception_t* L_3;
L_3 = XmlBaseConverter_CreateInvalidClrMappingException_m76E5156F33567DE0FDF353567C18990C99CFDEB6(__this, L_1, L_2, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyConverter_ToNavigator_mE0637E73228846BF8C3375430C8B63CF73A3C2A0_RuntimeMethod_var)));
}
IL_001a:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_4 = ___nav0;
return L_4;
}
}
// System.Void System.Xml.Schema.XmlAnyConverter::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAnyConverter__cctor_mF8AEC484BB43F9FB9B33D2ABF607222B89D3BD4C (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* L_0 = (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F*)il2cpp_codegen_object_new(XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var);
XmlAnyConverter__ctor_mC37E1BD62F255937CE9E845D70872CAD7943AAC4(L_0, 1, NULL);
((XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var))->___Item_32 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var))->___Item_32), (void*)L_0);
XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F* L_1 = (XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F*)il2cpp_codegen_object_new(XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var);
XmlAnyConverter__ctor_mC37E1BD62F255937CE9E845D70872CAD7943AAC4(L_1, ((int32_t)10), NULL);
((XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var))->___AnyAtomic_33 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var))->___AnyAtomic_33), (void*)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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAnyListConverter__ctor_mE39C5C71DDEDA4AF0C31FF46DAA625173F08AC0C (XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6* __this, XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* ___atomicConverter0, const RuntimeMethod* method)
{
{
XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* L_0 = ___atomicConverter0;
XmlListConverter__ctor_mCA63578E7441F5966685695A7BF7653645AAE5C3(__this, L_0, NULL);
return;
}
}
// System.Object System.Xml.Schema.XmlAnyListConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAnyListConverter_ChangeType_m1BE4913561E1287C94B093B9EBFB153F32655F61 (XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6* __this, RuntimeObject* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyListConverter_ChangeType_m1BE4913561E1287C94B093B9EBFB153F32655F61_RuntimeMethod_var)));
}
IL_000e:
{
Type_t* L_2 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_2, (Type_t*)NULL, NULL);
if (!L_3)
{
goto IL_0022;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_4 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAnyListConverter_ChangeType_m1BE4913561E1287C94B093B9EBFB153F32655F61_RuntimeMethod_var)));
}
IL_0022:
{
RuntimeObject* L_5 = ___value0;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_5, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var)))
{
goto IL_004e;
}
}
{
RuntimeObject* L_6 = ___value0;
Type_t* L_7;
L_7 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_6, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_8 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_7, L_8, NULL);
if (L_9)
{
goto IL_004e;
}
}
{
RuntimeObject* L_10 = ___value0;
Type_t* L_11;
L_11 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_10, NULL);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_12 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ByteArrayType_27;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_13;
L_13 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_11, L_12, NULL);
if (!L_13)
{
goto IL_005a;
}
}
IL_004e:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_15 = L_14;
RuntimeObject* L_16 = ___value0;
ArrayElementTypeCheck (L_15, L_16);
(L_15)->SetAtUnchecked(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;
L_20 = VirtualFuncInvoker3< 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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAnyListConverter__cctor_m1F67106EF3FE94964DE1A9DD229A743DC4FBCB7A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var);
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_0 = ((XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var))->___Item_32;
XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6* L_1 = (XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6*)il2cpp_codegen_object_new(XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_il2cpp_TypeInfo_var);
XmlAnyListConverter__ctor_mE39C5C71DDEDA4AF0C31FF46DAA625173F08AC0C(L_1, ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D*)CastclassClass((RuntimeObject*)L_0, XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var)), NULL);
((XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_il2cpp_TypeInfo_var))->___ItemList_33 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_il2cpp_TypeInfo_var))->___ItemList_33), (void*)L_1);
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_2 = ((XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var))->___AnyAtomic_33;
XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6* L_3 = (XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6*)il2cpp_codegen_object_new(XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_il2cpp_TypeInfo_var);
XmlAnyListConverter__ctor_mE39C5C71DDEDA4AF0C31FF46DAA625173F08AC0C(L_3, ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D*)CastclassClass((RuntimeObject*)L_2, XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var)), NULL);
((XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_il2cpp_TypeInfo_var))->___AnyAtomicList_34 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_il2cpp_TypeInfo_var))->___AnyAtomicList_34), (void*)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.XmlListConverter::.ctor(System.Xml.Schema.XmlBaseConverter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlListConverter__ctor_mCA63578E7441F5966685695A7BF7653645AAE5C3 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* ___atomicConverter0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* L_0 = ___atomicConverter0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
XmlBaseConverter__ctor_mFEDD317203AB0DD55B906FAE9FE5DE9EA48C47D1(__this, L_0, NULL);
XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* L_1 = ___atomicConverter0;
__this->___atomicConverter_32 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___atomicConverter_32), (void*)L_1);
return;
}
}
// System.Void System.Xml.Schema.XmlListConverter::.ctor(System.Xml.Schema.XmlBaseConverter,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlListConverter__ctor_mC1229A31617E5443F831E698FC7096B4A8874502 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* ___atomicConverter0, Type_t* ___clrTypeDefault1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* L_0 = ___atomicConverter0;
Type_t* L_1 = ___clrTypeDefault1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
XmlBaseConverter__ctor_m04DD9808F74F7DE24B7660BB9C97265494061E27(__this, L_0, L_1, NULL);
XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* L_2 = ___atomicConverter0;
__this->___atomicConverter_32 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___atomicConverter_32), (void*)L_2);
return;
}
}
// System.Void System.Xml.Schema.XmlListConverter::.ctor(System.Xml.Schema.XmlSchemaType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlListConverter__ctor_mC8B3F9BE510652A2EA2FC249C506605A025401F7 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___schemaType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___schemaType0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
XmlBaseConverter__ctor_mF610DA8AF9A17AF29F8421EEF72A1E34C26CA684(__this, L_0, NULL);
return;
}
}
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlListConverter::Create(System.Xml.Schema.XmlValueConverter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* XmlListConverter_Create_m21563D9879C347109B503CCDB2D80449B35F2B91 (XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___atomicConverter0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_0 = ___atomicConverter0;
il2cpp_codegen_runtime_class_init_inline(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var);
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1 = ((XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var))->___Untyped_34;
if ((!(((RuntimeObject*)(XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E*)L_0) == ((RuntimeObject*)(XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E*)L_1))))
{
goto IL_000e;
}
}
{
il2cpp_codegen_runtime_class_init_inline(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var);
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_2 = ((XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var))->___UntypedList_35;
return L_2;
}
IL_000e:
{
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_3 = ___atomicConverter0;
il2cpp_codegen_runtime_class_init_inline(XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var);
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_4 = ((XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var))->___Item_32;
if ((!(((RuntimeObject*)(XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E*)L_3) == ((RuntimeObject*)(XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E*)L_4))))
{
goto IL_001c;
}
}
{
il2cpp_codegen_runtime_class_init_inline(XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_il2cpp_TypeInfo_var);
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_5 = ((XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_il2cpp_TypeInfo_var))->___ItemList_33;
return L_5;
}
IL_001c:
{
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_6 = ___atomicConverter0;
il2cpp_codegen_runtime_class_init_inline(XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var);
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_7 = ((XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var))->___AnyAtomic_33;
if ((!(((RuntimeObject*)(XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E*)L_6) == ((RuntimeObject*)(XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E*)L_7))))
{
goto IL_002a;
}
}
{
il2cpp_codegen_runtime_class_init_inline(XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_il2cpp_TypeInfo_var);
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_8 = ((XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyListConverter_tE66C343653244C4B4B6D98C0C76F26404BE6B6B6_il2cpp_TypeInfo_var))->___AnyAtomicList_34;
return L_8;
}
IL_002a:
{
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_9 = ___atomicConverter0;
XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* L_10 = (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA*)il2cpp_codegen_object_new(XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA_il2cpp_TypeInfo_var);
XmlListConverter__ctor_mCA63578E7441F5966685695A7BF7653645AAE5C3(L_10, ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D*)CastclassClass((RuntimeObject*)L_9, XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var)), NULL);
return L_10;
}
}
// System.Object System.Xml.Schema.XmlListConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlListConverter_ChangeType_m630DCB9CD3B6B383341BA451EAAA25F165B6B66D (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlListConverter_ChangeType_m630DCB9CD3B6B383341BA451EAAA25F165B6B66D_RuntimeMethod_var)));
}
IL_000e:
{
Type_t* L_2 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_2, (Type_t*)NULL, NULL);
if (!L_3)
{
goto IL_0022;
}
}
{
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_4 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF54F5AD89BFF7ACC574BFC039F72C349137EC667)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlListConverter_ChangeType_m630DCB9CD3B6B383341BA451EAAA25F165B6B66D_RuntimeMethod_var)));
}
IL_0022:
{
RuntimeObject* L_5 = ___value0;
Type_t* L_6 = ___destinationType1;
RuntimeObject* L_7 = ___nsResolver2;
RuntimeObject* L_8;
L_8 = VirtualFuncInvoker3< RuntimeObject*, RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(62 /* System.Object System.Xml.Schema.XmlBaseConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_5, L_6, L_7);
return L_8;
}
}
// System.Object System.Xml.Schema.XmlListConverter::ChangeListType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlListConverter_ChangeListType_mE0AAB3D151C68A0D04C45239AC2899272F009220 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___value0, Type_t* ___destinationType1, RuntimeObject* ___nsResolver2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m86B8C1BAE24C52F86600E90AE9B16FC865C37BB6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_m5A92ADE94AF281EA92D6BAB353B07CC8678E1163_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m6C49120D2D0AF3F8183B697B5C21CE39102461FC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisDateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_mFC43A6F4F474A2D1F8932295447B8FBBE9A3D164_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisDateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_m70FF116BB5D6279558D03AC6F6CE09493E43E48B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisDecimal_tDA6C877282B2D789CF97C0949661CC11D643969F_m235B2DD2FA5988885EB6CD816947DA42EBDCB048_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisDouble_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_m19E665AADEE3C053EAFCF2616DCD76CA764F1688_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisInt16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_mF8FE668F3B3FC4EE8E286199832133B161BF3BB7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m07FAC8C4A8AA47D61A21F09BF6DA7EB24033F7D2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisInt64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_mFF076DEF2D57F8738FF014F637D152B274450A65_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisRuntimeObject_mE88B7F8005AC5A0140F7327BFF258520169C0E5D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisSByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_m2B0DD5207360132A1EE6D8F45299140B885B3120_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m00F5498BA708A54737154E9CCB62E77A725F10F7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisString_t_m760B10F90DDB9E8CC982DBED257FD374FDB9BFD9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisTimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_m872BD5656AD2E846B6FDC61B1E52C702E658D3F4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mFF18A05C02B2E1B9E08A19D9169D1634ED908954_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mD56FF6DFE5BDF6529D63B90C76A0D84898EEF049_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m0E3ADF0E3B37194518A4B2D7FB0A2E0830FF1234_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisUri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_mC960C31453A4D44C56084C07A27DDFDD471D481B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisXPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7_m9AEBD985069D1257E3688F670B37F877EBC65AC6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisXPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_mFEE720231EF096E7F5D07E837631DB2B74AE1C78_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisXmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_mB44E5366B1E0B70FFB508B81AB1EEEACA8A24FB9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlListConverter_ToArray_TisXmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_m82FE10DFE44A5AC048DB1E0634CD5C619C419814_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
Type_t* V_1 = NULL;
{
RuntimeObject* L_0 = ___value0;
Type_t* L_1;
L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL);
V_0 = L_1;
Type_t* L_2 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_3 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_4;
L_4 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_2, L_3, NULL);
if (!L_4)
{
goto IL_001c;
}
}
{
Type_t* L_5;
L_5 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
___destinationType1 = L_5;
}
IL_001c:
{
RuntimeObject* L_6 = ___value0;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_6, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var)))
{
goto IL_002d;
}
}
{
Type_t* L_7 = ___destinationType1;
bool L_8;
L_8 = XmlListConverter_IsListType_m21C7A6B5F57551FF2D989720667EF4E1D9E1399F(__this, L_7, NULL);
if (L_8)
{
goto IL_0036;
}
}
IL_002d:
{
Type_t* L_9 = V_0;
Type_t* L_10 = ___destinationType1;
Exception_t* L_11;
L_11 = XmlListConverter_CreateInvalidClrMappingException_m6D579969524A99137757F66105F72C9DFB83B0B1(__this, L_9, L_10, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlListConverter_ChangeListType_mE0AAB3D151C68A0D04C45239AC2899272F009220_RuntimeMethod_var)));
}
IL_0036:
{
Type_t* L_12 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_13 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_14;
L_14 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_12, L_13, NULL);
if (!L_14)
{
goto IL_0060;
}
}
{
Type_t* L_15 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_16 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_17;
L_17 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_15, L_16, NULL);
if (!L_17)
{
goto IL_0052;
}
}
{
RuntimeObject* L_18 = ___value0;
return L_18;
}
IL_0052:
{
RuntimeObject* L_19 = ___value0;
RuntimeObject* L_20 = ___nsResolver2;
String_t* L_21;
L_21 = XmlListConverter_ListAsString_m48242450B8AF496252BB093BB75E86D8C274A19B(__this, ((RuntimeObject*)Castclass((RuntimeObject*)L_19, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var)), L_20, NULL);
return L_21;
}
IL_0060:
{
Type_t* L_22 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_23 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_24;
L_24 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_22, L_23, NULL);
if (!L_24)
{
goto IL_007b;
}
}
{
RuntimeObject* L_25 = ___value0;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_26;
L_26 = XmlListConverter_StringAsList_m3E1DDA543BC8CBEB3D5FE7741297A4B15EA5EF14(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_25, String_t_il2cpp_TypeInfo_var)), NULL);
___value0 = L_26;
}
IL_007b:
{
Type_t* L_27 = ___destinationType1;
bool L_28;
L_28 = Type_get_IsArray_mB9B8CA713B2AA9D6AFECC24E05AF78D22532B673(L_27, NULL);
if (!L_28)
{
goto IL_029b;
}
}
{
Type_t* L_29 = ___destinationType1;
Type_t* L_30;
L_30 = VirtualFuncInvoker0< Type_t* >::Invoke(45 /* System.Type System.Type::GetElementType() */, L_29);
V_1 = L_30;
Type_t* L_31 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_32 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_33;
L_33 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_31, L_32, NULL);
if (!L_33)
{
goto IL_00a3;
}
}
{
RuntimeObject* L_34 = ___value0;
RuntimeObject* L_35 = ___nsResolver2;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_36;
L_36 = XmlListConverter_ToArray_TisRuntimeObject_mE88B7F8005AC5A0140F7327BFF258520169C0E5D(__this, L_34, L_35, XmlListConverter_ToArray_TisRuntimeObject_mE88B7F8005AC5A0140F7327BFF258520169C0E5D_RuntimeMethod_var);
return (RuntimeObject*)L_36;
}
IL_00a3:
{
Type_t* L_37 = V_0;
Type_t* L_38 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_39;
L_39 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_37, L_38, NULL);
if (!L_39)
{
goto IL_00ae;
}
}
{
RuntimeObject* L_40 = ___value0;
return L_40;
}
IL_00ae:
{
Type_t* L_41 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_42 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___BooleanType_26;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_43;
L_43 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_41, L_42, NULL);
if (!L_43)
{
goto IL_00c4;
}
}
{
RuntimeObject* L_44 = ___value0;
RuntimeObject* L_45 = ___nsResolver2;
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* L_46;
L_46 = XmlListConverter_ToArray_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m86B8C1BAE24C52F86600E90AE9B16FC865C37BB6(__this, L_44, L_45, XmlListConverter_ToArray_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_m86B8C1BAE24C52F86600E90AE9B16FC865C37BB6_RuntimeMethod_var);
return (RuntimeObject*)L_46;
}
IL_00c4:
{
Type_t* L_47 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_48 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ByteType_15;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_49;
L_49 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_47, L_48, NULL);
if (!L_49)
{
goto IL_00da;
}
}
{
RuntimeObject* L_50 = ___value0;
RuntimeObject* L_51 = ___nsResolver2;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_52;
L_52 = XmlListConverter_ToArray_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m6C49120D2D0AF3F8183B697B5C21CE39102461FC(__this, L_50, L_51, XmlListConverter_ToArray_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_m6C49120D2D0AF3F8183B697B5C21CE39102461FC_RuntimeMethod_var);
return (RuntimeObject*)L_52;
}
IL_00da:
{
Type_t* L_53 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_54 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ByteArrayType_27;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_55;
L_55 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_53, L_54, NULL);
if (!L_55)
{
goto IL_00f0;
}
}
{
RuntimeObject* L_56 = ___value0;
RuntimeObject* L_57 = ___nsResolver2;
ByteU5BU5DU5BU5D_t19A0C6D66F22DF673E9CDB37DEF566FE0EC947FA* L_58;
L_58 = XmlListConverter_ToArray_TisByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_m5A92ADE94AF281EA92D6BAB353B07CC8678E1163(__this, L_56, L_57, XmlListConverter_ToArray_TisByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_m5A92ADE94AF281EA92D6BAB353B07CC8678E1163_RuntimeMethod_var);
return (RuntimeObject*)L_58;
}
IL_00f0:
{
Type_t* L_59 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_60 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeType_24;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_61;
L_61 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_59, L_60, NULL);
if (!L_61)
{
goto IL_0106;
}
}
{
RuntimeObject* L_62 = ___value0;
RuntimeObject* L_63 = ___nsResolver2;
DateTimeU5BU5D_t8F9285FE729A200A620421ED546CFB3DCF386EA1* L_64;
L_64 = XmlListConverter_ToArray_TisDateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_m70FF116BB5D6279558D03AC6F6CE09493E43E48B(__this, L_62, L_63, XmlListConverter_ToArray_TisDateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_m70FF116BB5D6279558D03AC6F6CE09493E43E48B_RuntimeMethod_var);
return (RuntimeObject*)L_64;
}
IL_0106:
{
Type_t* L_65 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_66 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DateTimeOffsetType_25;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_67;
L_67 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_65, L_66, NULL);
if (!L_67)
{
goto IL_011c;
}
}
{
RuntimeObject* L_68 = ___value0;
RuntimeObject* L_69 = ___nsResolver2;
DateTimeOffsetU5BU5D_t4B1B162A847F71BD683074F71C599EF82CA8235E* L_70;
L_70 = XmlListConverter_ToArray_TisDateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_mFC43A6F4F474A2D1F8932295447B8FBBE9A3D164(__this, L_68, L_69, XmlListConverter_ToArray_TisDateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_mFC43A6F4F474A2D1F8932295447B8FBBE9A3D164_RuntimeMethod_var);
return (RuntimeObject*)L_70;
}
IL_011c:
{
Type_t* L_71 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_72 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DecimalType_9;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_73;
L_73 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_71, L_72, NULL);
if (!L_73)
{
goto IL_0132;
}
}
{
RuntimeObject* L_74 = ___value0;
RuntimeObject* L_75 = ___nsResolver2;
DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* L_76;
L_76 = XmlListConverter_ToArray_TisDecimal_tDA6C877282B2D789CF97C0949661CC11D643969F_m235B2DD2FA5988885EB6CD816947DA42EBDCB048(__this, L_74, L_75, XmlListConverter_ToArray_TisDecimal_tDA6C877282B2D789CF97C0949661CC11D643969F_m235B2DD2FA5988885EB6CD816947DA42EBDCB048_RuntimeMethod_var);
return (RuntimeObject*)L_76;
}
IL_0132:
{
Type_t* L_77 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_78 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___DoubleType_22;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_79;
L_79 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_77, L_78, NULL);
if (!L_79)
{
goto IL_0148;
}
}
{
RuntimeObject* L_80 = ___value0;
RuntimeObject* L_81 = ___nsResolver2;
DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE* L_82;
L_82 = XmlListConverter_ToArray_TisDouble_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_m19E665AADEE3C053EAFCF2616DCD76CA764F1688(__this, L_80, L_81, XmlListConverter_ToArray_TisDouble_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_m19E665AADEE3C053EAFCF2616DCD76CA764F1688_RuntimeMethod_var);
return (RuntimeObject*)L_82;
}
IL_0148:
{
Type_t* L_83 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_84 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int16Type_16;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_85;
L_85 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_83, L_84, NULL);
if (!L_85)
{
goto IL_015e;
}
}
{
RuntimeObject* L_86 = ___value0;
RuntimeObject* L_87 = ___nsResolver2;
Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB* L_88;
L_88 = XmlListConverter_ToArray_TisInt16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_mF8FE668F3B3FC4EE8E286199832133B161BF3BB7(__this, L_86, L_87, XmlListConverter_ToArray_TisInt16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_mF8FE668F3B3FC4EE8E286199832133B161BF3BB7_RuntimeMethod_var);
return (RuntimeObject*)L_88;
}
IL_015e:
{
Type_t* L_89 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_90 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int32Type_10;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_91;
L_91 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_89, L_90, NULL);
if (!L_91)
{
goto IL_0174;
}
}
{
RuntimeObject* L_92 = ___value0;
RuntimeObject* L_93 = ___nsResolver2;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_94;
L_94 = XmlListConverter_ToArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m07FAC8C4A8AA47D61A21F09BF6DA7EB24033F7D2(__this, L_92, L_93, XmlListConverter_ToArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m07FAC8C4A8AA47D61A21F09BF6DA7EB24033F7D2_RuntimeMethod_var);
return (RuntimeObject*)L_94;
}
IL_0174:
{
Type_t* L_95 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_96 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___Int64Type_11;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_97;
L_97 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_95, L_96, NULL);
if (!L_97)
{
goto IL_018a;
}
}
{
RuntimeObject* L_98 = ___value0;
RuntimeObject* L_99 = ___nsResolver2;
Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_100;
L_100 = XmlListConverter_ToArray_TisInt64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_mFF076DEF2D57F8738FF014F637D152B274450A65(__this, L_98, L_99, XmlListConverter_ToArray_TisInt64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_mFF076DEF2D57F8738FF014F637D152B274450A65_RuntimeMethod_var);
return (RuntimeObject*)L_100;
}
IL_018a:
{
Type_t* L_101 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_102 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___SByteType_17;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_103;
L_103 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_101, L_102, NULL);
if (!L_103)
{
goto IL_01a0;
}
}
{
RuntimeObject* L_104 = ___value0;
RuntimeObject* L_105 = ___nsResolver2;
SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913* L_106;
L_106 = XmlListConverter_ToArray_TisSByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_m2B0DD5207360132A1EE6D8F45299140B885B3120(__this, L_104, L_105, XmlListConverter_ToArray_TisSByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_m2B0DD5207360132A1EE6D8F45299140B885B3120_RuntimeMethod_var);
return (RuntimeObject*)L_106;
}
IL_01a0:
{
Type_t* L_107 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_108 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___SingleType_23;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_109;
L_109 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_107, L_108, NULL);
if (!L_109)
{
goto IL_01b6;
}
}
{
RuntimeObject* L_110 = ___value0;
RuntimeObject* L_111 = ___nsResolver2;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_112;
L_112 = XmlListConverter_ToArray_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m00F5498BA708A54737154E9CCB62E77A725F10F7(__this, L_110, L_111, XmlListConverter_ToArray_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m00F5498BA708A54737154E9CCB62E77A725F10F7_RuntimeMethod_var);
return (RuntimeObject*)L_112;
}
IL_01b6:
{
Type_t* L_113 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_114 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_115;
L_115 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_113, L_114, NULL);
if (!L_115)
{
goto IL_01cc;
}
}
{
RuntimeObject* L_116 = ___value0;
RuntimeObject* L_117 = ___nsResolver2;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_118;
L_118 = XmlListConverter_ToArray_TisString_t_m760B10F90DDB9E8CC982DBED257FD374FDB9BFD9(__this, L_116, L_117, XmlListConverter_ToArray_TisString_t_m760B10F90DDB9E8CC982DBED257FD374FDB9BFD9_RuntimeMethod_var);
return (RuntimeObject*)L_118;
}
IL_01cc:
{
Type_t* L_119 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_120 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___TimeSpanType_30;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_121;
L_121 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_119, L_120, NULL);
if (!L_121)
{
goto IL_01e2;
}
}
{
RuntimeObject* L_122 = ___value0;
RuntimeObject* L_123 = ___nsResolver2;
TimeSpanU5BU5D_tC920B81B0E6DCA110DB9D62B5C3850B4BECB87E6* L_124;
L_124 = XmlListConverter_ToArray_TisTimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_m872BD5656AD2E846B6FDC61B1E52C702E658D3F4(__this, L_122, L_123, XmlListConverter_ToArray_TisTimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_m872BD5656AD2E846B6FDC61B1E52C702E658D3F4_RuntimeMethod_var);
return (RuntimeObject*)L_124;
}
IL_01e2:
{
Type_t* L_125 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_126 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UInt16Type_18;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_127;
L_127 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_125, L_126, NULL);
if (!L_127)
{
goto IL_01f8;
}
}
{
RuntimeObject* L_128 = ___value0;
RuntimeObject* L_129 = ___nsResolver2;
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* L_130;
L_130 = XmlListConverter_ToArray_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mFF18A05C02B2E1B9E08A19D9169D1634ED908954(__this, L_128, L_129, XmlListConverter_ToArray_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mFF18A05C02B2E1B9E08A19D9169D1634ED908954_RuntimeMethod_var);
return (RuntimeObject*)L_130;
}
IL_01f8:
{
Type_t* L_131 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_132 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UInt32Type_19;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_133;
L_133 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_131, L_132, NULL);
if (!L_133)
{
goto IL_020e;
}
}
{
RuntimeObject* L_134 = ___value0;
RuntimeObject* L_135 = ___nsResolver2;
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_136;
L_136 = XmlListConverter_ToArray_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mD56FF6DFE5BDF6529D63B90C76A0D84898EEF049(__this, L_134, L_135, XmlListConverter_ToArray_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mD56FF6DFE5BDF6529D63B90C76A0D84898EEF049_RuntimeMethod_var);
return (RuntimeObject*)L_136;
}
IL_020e:
{
Type_t* L_137 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_138 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UInt64Type_20;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_139;
L_139 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_137, L_138, NULL);
if (!L_139)
{
goto IL_0224;
}
}
{
RuntimeObject* L_140 = ___value0;
RuntimeObject* L_141 = ___nsResolver2;
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_142;
L_142 = XmlListConverter_ToArray_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m0E3ADF0E3B37194518A4B2D7FB0A2E0830FF1234(__this, L_140, L_141, XmlListConverter_ToArray_TisUInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_m0E3ADF0E3B37194518A4B2D7FB0A2E0830FF1234_RuntimeMethod_var);
return (RuntimeObject*)L_142;
}
IL_0224:
{
Type_t* L_143 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_144 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___UriType_29;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_145;
L_145 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_143, L_144, NULL);
if (!L_145)
{
goto IL_023a;
}
}
{
RuntimeObject* L_146 = ___value0;
RuntimeObject* L_147 = ___nsResolver2;
UriU5BU5D_t95648338DE865E9517F36D1339C4D8DDFA4AAA2D* L_148;
L_148 = XmlListConverter_ToArray_TisUri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_mC960C31453A4D44C56084C07A27DDFDD471D481B(__this, L_146, L_147, XmlListConverter_ToArray_TisUri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_mC960C31453A4D44C56084C07A27DDFDD471D481B_RuntimeMethod_var);
return (RuntimeObject*)L_148;
}
IL_023a:
{
Type_t* L_149 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_150 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlAtomicValueType_13;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_151;
L_151 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_149, L_150, NULL);
if (!L_151)
{
goto IL_0250;
}
}
{
RuntimeObject* L_152 = ___value0;
RuntimeObject* L_153 = ___nsResolver2;
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* L_154;
L_154 = XmlListConverter_ToArray_TisXmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_mB44E5366B1E0B70FFB508B81AB1EEEACA8A24FB9(__this, L_152, L_153, XmlListConverter_ToArray_TisXmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_mB44E5366B1E0B70FFB508B81AB1EEEACA8A24FB9_RuntimeMethod_var);
return (RuntimeObject*)L_154;
}
IL_0250:
{
Type_t* L_155 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_156 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XmlQualifiedNameType_28;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_157;
L_157 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_155, L_156, NULL);
if (!L_157)
{
goto IL_0266;
}
}
{
RuntimeObject* L_158 = ___value0;
RuntimeObject* L_159 = ___nsResolver2;
XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* L_160;
L_160 = XmlListConverter_ToArray_TisXmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_m82FE10DFE44A5AC048DB1E0634CD5C619C419814(__this, L_158, L_159, XmlListConverter_ToArray_TisXmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_m82FE10DFE44A5AC048DB1E0634CD5C619C419814_RuntimeMethod_var);
return (RuntimeObject*)L_160;
}
IL_0266:
{
Type_t* L_161 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_162 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XPathItemType_21;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_163;
L_163 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_161, L_162, NULL);
if (!L_163)
{
goto IL_027c;
}
}
{
RuntimeObject* L_164 = ___value0;
RuntimeObject* L_165 = ___nsResolver2;
XPathItemU5BU5D_tD2B443A6F6419CF6FDAB8C62D58172DC03ED0AFB* L_166;
L_166 = XmlListConverter_ToArray_TisXPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7_m9AEBD985069D1257E3688F670B37F877EBC65AC6(__this, L_164, L_165, XmlListConverter_ToArray_TisXPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7_m9AEBD985069D1257E3688F670B37F877EBC65AC6_RuntimeMethod_var);
return (RuntimeObject*)L_166;
}
IL_027c:
{
Type_t* L_167 = V_1;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_168 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___XPathNavigatorType_31;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_169;
L_169 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_167, L_168, NULL);
if (!L_169)
{
goto IL_0292;
}
}
{
RuntimeObject* L_170 = ___value0;
RuntimeObject* L_171 = ___nsResolver2;
XPathNavigatorU5BU5D_tFE9FE3A0D07FE839B04B3C75013904AA99EF0CF0* L_172;
L_172 = XmlListConverter_ToArray_TisXPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_mFEE720231EF096E7F5D07E837631DB2B74AE1C78(__this, L_170, L_171, XmlListConverter_ToArray_TisXPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_mFEE720231EF096E7F5D07E837631DB2B74AE1C78_RuntimeMethod_var);
return (RuntimeObject*)L_172;
}
IL_0292:
{
Type_t* L_173 = V_0;
Type_t* L_174 = ___destinationType1;
Exception_t* L_175;
L_175 = XmlListConverter_CreateInvalidClrMappingException_m6D579969524A99137757F66105F72C9DFB83B0B1(__this, L_173, L_174, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_175, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlListConverter_ChangeListType_mE0AAB3D151C68A0D04C45239AC2899272F009220_RuntimeMethod_var)));
}
IL_029b:
{
Type_t* L_176 = V_0;
Type_t* L_177;
L_177 = XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_178;
L_178 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_176, L_177, NULL);
if (!L_178)
{
goto IL_02b8;
}
}
{
Type_t* L_179 = V_0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_180 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectArrayType_6;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_181;
L_181 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_179, L_180, NULL);
if (!L_181)
{
goto IL_02b8;
}
}
{
RuntimeObject* L_182 = ___value0;
return L_182;
}
IL_02b8:
{
RuntimeObject* L_183 = ___value0;
RuntimeObject* L_184 = ___nsResolver2;
RuntimeObject* L_185;
L_185 = XmlListConverter_ToList_m2770032A553C42EA62A43232A06D8784826B4668(__this, L_183, L_184, NULL);
return L_185;
}
}
// System.Boolean System.Xml.Schema.XmlListConverter::IsListType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlListConverter_IsListType_m21C7A6B5F57551FF2D989720667EF4E1D9E1399F (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, Type_t* ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___type0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_1 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___IListType_5;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_1, NULL);
if (L_2)
{
goto IL_0034;
}
}
{
Type_t* L_3 = ___type0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_4 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ICollectionType_3;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
if (L_5)
{
goto IL_0034;
}
}
{
Type_t* L_6 = ___type0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_7 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___IEnumerableType_4;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_8;
L_8 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_6, L_7, NULL);
if (L_8)
{
goto IL_0034;
}
}
{
Type_t* L_9 = ___type0;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_10 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___StringType_12;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_11;
L_11 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_9, L_10, NULL);
if (!L_11)
{
goto IL_0036;
}
}
IL_0034:
{
return (bool)1;
}
IL_0036:
{
Type_t* L_12 = ___type0;
bool L_13;
L_13 = Type_get_IsArray_mB9B8CA713B2AA9D6AFECC24E05AF78D22532B673(L_12, NULL);
return L_13;
}
}
// System.Collections.IList System.Xml.Schema.XmlListConverter::ToList(System.Object,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlListConverter_ToList_m2770032A553C42EA62A43232A06D8784826B4668 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* V_1 = NULL;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_2 = NULL;
int32_t V_3 = 0;
RuntimeObject* V_4 = NULL;
RuntimeObject* V_5 = NULL;
RuntimeObject* V_6 = NULL;
{
RuntimeObject* L_0 = ___list0;
V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var));
RuntimeObject* L_1 = V_0;
if (!L_1)
{
goto IL_0044;
}
}
{
RuntimeObject* L_2 = V_0;
int32_t L_3;
L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)L_3);
V_2 = L_4;
V_3 = 0;
goto IL_0039;
}
IL_001a:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = V_2;
int32_t L_6 = V_3;
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_7 = __this->___atomicConverter_32;
RuntimeObject* L_8 = V_0;
int32_t L_9 = V_3;
RuntimeObject* L_10;
L_10 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0 /* System.Object System.Collections.IList::get_Item(System.Int32) */, IList_t1C522956D79B7DC92B5B01053DF1AC058C8B598D_il2cpp_TypeInfo_var, L_8, L_9);
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_11 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
RuntimeObject* L_12 = ___nsResolver1;
RuntimeObject* L_13;
L_13 = VirtualFuncInvoker3< RuntimeObject*, RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_7, L_10, L_11, L_12);
ArrayElementTypeCheck (L_5, L_13);
(L_5)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_6), (RuntimeObject*)L_13);
int32_t L_14 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_14, 1));
}
IL_0039:
{
int32_t L_15 = V_3;
RuntimeObject* L_16 = V_0;
int32_t L_17;
L_17 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Collections.ICollection::get_Count() */, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var, L_16);
if ((((int32_t)L_15) < ((int32_t)L_17)))
{
goto IL_001a;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_18 = V_2;
return (RuntimeObject*)L_18;
}
IL_0044:
{
RuntimeObject* L_19 = ___list0;
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_20 = (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*)il2cpp_codegen_object_new(List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_il2cpp_TypeInfo_var);
List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690(L_20, List_1__ctor_m7F078BB342729BDF11327FD89D7872265328F690_RuntimeMethod_var);
V_1 = L_20;
RuntimeObject* L_21;
L_21 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, ((RuntimeObject*)IsInst((RuntimeObject*)L_19, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var)));
V_4 = L_21;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0086:
{// begin finally (depth: 1)
{
RuntimeObject* L_22 = V_4;
V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_22, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_23 = V_6;
if (!L_23)
{
goto IL_009a;
}
}
{
RuntimeObject* L_24 = V_6;
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_24);
}
IL_009a:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_007b_1;
}
IL_0059_1:
{
RuntimeObject* L_25 = V_4;
RuntimeObject* L_26;
L_26 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_25);
V_5 = L_26;
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_27 = V_1;
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_28 = __this->___atomicConverter_32;
RuntimeObject* L_29 = V_5;
il2cpp_codegen_runtime_class_init_inline(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var);
Type_t* L_30 = ((XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_StaticFields*)il2cpp_codegen_static_fields_for(XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D_il2cpp_TypeInfo_var))->___ObjectType_14;
RuntimeObject* L_31 = ___nsResolver1;
RuntimeObject* L_32;
L_32 = VirtualFuncInvoker3< RuntimeObject*, RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_28, L_29, L_30, L_31);
List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_inline(L_27, L_32, List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_RuntimeMethod_var);
}
IL_007b_1:
{
RuntimeObject* L_33 = V_4;
bool L_34;
L_34 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_33);
if (L_34)
{
goto IL_0059_1;
}
}
{
goto IL_009b;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_009b:
{
List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* L_35 = V_1;
return L_35;
}
}
// System.Collections.Generic.List`1<System.String> System.Xml.Schema.XmlListConverter::StringAsList(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* XmlListConverter_StringAsList_m3E1DDA543BC8CBEB3D5FE7741297A4B15EA5EF14 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0BAB01B25B1D62E100CC97401B1A9972D6DEB6EC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1;
L_1 = XmlConvert_SplitString_mA7AA35B88D14E59B173FCA6406B408EF3C83F02D(L_0, NULL);
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_2 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
List_1__ctor_m0BAB01B25B1D62E100CC97401B1A9972D6DEB6EC(L_2, (RuntimeObject*)L_1, List_1__ctor_m0BAB01B25B1D62E100CC97401B1A9972D6DEB6EC_RuntimeMethod_var);
return L_2;
}
}
// System.String System.Xml.Schema.XmlListConverter::ListAsString(System.Collections.IEnumerable,System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlListConverter_ListAsString_m48242450B8AF496252BB093BB75E86D8C274A19B (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, RuntimeObject* ___list0, RuntimeObject* ___nsResolver1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
RuntimeObject* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
{
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
V_0 = L_0;
RuntimeObject* L_1 = ___list0;
RuntimeObject* L_2;
L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_1);
V_1 = L_2;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0048:
{// begin finally (depth: 1)
{
RuntimeObject* L_3 = V_1;
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_3, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_4 = V_3;
if (!L_4)
{
goto IL_0058;
}
}
{
RuntimeObject* L_5 = V_3;
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
}
IL_0058:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_003e_1;
}
IL_000f_1:
{
RuntimeObject* L_6 = V_1;
RuntimeObject* L_7;
L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_6);
V_2 = L_7;
RuntimeObject* L_8 = V_2;
if (!L_8)
{
goto IL_003e_1;
}
}
{
StringBuilder_t* L_9 = V_0;
int32_t L_10;
L_10 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_9, NULL);
if (!L_10)
{
goto IL_002a_1;
}
}
{
StringBuilder_t* L_11 = V_0;
StringBuilder_t* L_12;
L_12 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_11, ((int32_t)32), NULL);
}
IL_002a_1:
{
StringBuilder_t* L_13 = V_0;
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_14 = __this->___atomicConverter_32;
RuntimeObject* L_15 = V_2;
RuntimeObject* L_16 = ___nsResolver1;
String_t* L_17;
L_17 = VirtualFuncInvoker2< String_t*, RuntimeObject*, RuntimeObject* >::Invoke(52 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object,System.Xml.IXmlNamespaceResolver) */, L_14, L_15, L_16);
StringBuilder_t* L_18;
L_18 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_13, L_17, NULL);
}
IL_003e_1:
{
RuntimeObject* L_19 = V_1;
bool L_20;
L_20 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_19);
if (L_20)
{
goto IL_000f_1;
}
}
{
goto IL_0059;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0059:
{
StringBuilder_t* L_21 = V_0;
String_t* L_22;
L_22 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21);
return L_22;
}
}
// System.Exception System.Xml.Schema.XmlListConverter::CreateInvalidClrMappingException(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlListConverter_CreateInvalidClrMappingException_m6D579969524A99137757F66105F72C9DFB83B0B1 (XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA* __this, Type_t* ___sourceType0, Type_t* ___destinationType1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3A680A717A901731935F51F62C0FDFEF792BDD2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC171503077BD6B1C438A3FEA9F31DB637C7C763A);
s_Il2CppMethodInitialized = true;
}
{
Type_t* L_0 = ___sourceType0;
Type_t* L_1 = ___destinationType1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, L_1, NULL);
if (!L_2)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = L_3;
String_t* L_5;
L_5 = XmlBaseConverter_get_XmlTypeName_mB124A8F50E08E3BAF80ECEE1C9218FABF3CD83D7(__this, NULL);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_4;
Type_t* L_7 = ___sourceType0;
String_t* L_8;
L_8 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_7);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_8);
String_t* L_9;
L_9 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteralC171503077BD6B1C438A3FEA9F31DB637C7C763A, L_6, NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_10 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_10, L_9, NULL);
return L_10;
}
IL_0031:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)3);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11;
String_t* L_13;
L_13 = XmlBaseConverter_get_XmlTypeName_mB124A8F50E08E3BAF80ECEE1C9218FABF3CD83D7(__this, NULL);
ArrayElementTypeCheck (L_12, L_13);
(L_12)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_13);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = L_12;
Type_t* L_15 = ___sourceType0;
String_t* L_16;
L_16 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_15);
ArrayElementTypeCheck (L_14, L_16);
(L_14)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_16);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_14;
Type_t* L_18 = ___destinationType1;
String_t* L_19;
L_19 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Reflection.MemberInfo::get_Name() */, L_18);
ArrayElementTypeCheck (L_17, L_19);
(L_17)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_19);
String_t* L_20;
L_20 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteralA3A680A717A901731935F51F62C0FDFEF792BDD2, L_17, NULL);
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_21 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var);
InvalidCastException__ctor_mED3F9781E6CA47A92C602C896EDDF2F40ECB8644(L_21, L_20, NULL);
return L_21;
}
}
#ifdef __clang__
#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.XsdDateTime
IL2CPP_EXTERN_C void XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_marshal_pinvoke(const XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB& unmarshaled, XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_marshaled_pinvoke& marshaled)
{
Exception_t* ___dt_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'dt' of type 'XsdDateTime'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___dt_0Exception, NULL);
}
IL2CPP_EXTERN_C void XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_marshal_pinvoke_back(const XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_marshaled_pinvoke& marshaled, XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB& unmarshaled)
{
Exception_t* ___dt_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'dt' of type 'XsdDateTime'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___dt_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Xml.Schema.XsdDateTime
IL2CPP_EXTERN_C void XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_marshal_pinvoke_cleanup(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Xml.Schema.XsdDateTime
IL2CPP_EXTERN_C void XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_marshal_com(const XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB& unmarshaled, XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_marshaled_com& marshaled)
{
Exception_t* ___dt_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'dt' of type 'XsdDateTime'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___dt_0Exception, NULL);
}
IL2CPP_EXTERN_C void XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_marshal_com_back(const XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_marshaled_com& marshaled, XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB& unmarshaled)
{
Exception_t* ___dt_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'dt' of type 'XsdDateTime'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___dt_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Xml.Schema.XsdDateTime
IL2CPP_EXTERN_C void XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_marshal_com_cleanup(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_marshaled_com& marshaled)
{
}
// System.Void System.Xml.Schema.XsdDateTime::.ctor(System.String,System.Xml.Schema.XsdDateTimeFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_m3E0873E7B93556D02209B348843C713D51F73B4E (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, String_t* ___text0, int32_t ___kinds1, const RuntimeMethod* method)
{
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_initobj(__this, sizeof(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB));
il2cpp_codegen_initobj((&V_0), sizeof(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23));
String_t* L_0 = ___text0;
int32_t L_1 = ___kinds1;
bool L_2;
L_2 = Parser_Parse_m4027B362756419C910E1D041BB6CE2035B3603D9((&V_0), L_0, L_1, NULL);
if (L_2)
{
goto IL_003d;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = L_3;
String_t* L_5 = ___text0;
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_5);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_4;
int32_t L_7 = ___kinds1;
int32_t L_8 = L_7;
RuntimeObject* L_9 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XsdDateTimeFlags_t69F10B0961FFA92954C37D538C4B5D5FAD9F1F76_il2cpp_TypeInfo_var)), &L_8);
ArrayElementTypeCheck (L_6, L_9);
(L_6)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_9);
String_t* L_10;
L_10 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158)), L_6, NULL);
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_11 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)));
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_11, L_10, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XsdDateTime__ctor_m3E0873E7B93556D02209B348843C713D51F73B4E_RuntimeMethod_var)));
}
IL_003d:
{
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 L_12 = V_0;
XsdDateTime_InitiateXsdDateTime_m91814AB11DA2BA2D0079F9F73E2B9B62B98B533E(__this, L_12, NULL);
return;
}
}
IL2CPP_EXTERN_C void XsdDateTime__ctor_m3E0873E7B93556D02209B348843C713D51F73B4E_AdjustorThunk (RuntimeObject* __this, String_t* ___text0, int32_t ___kinds1, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
XsdDateTime__ctor_m3E0873E7B93556D02209B348843C713D51F73B4E(_thisAdjusted, ___text0, ___kinds1, method);
}
// System.Void System.Xml.Schema.XsdDateTime::.ctor(System.Xml.Schema.XsdDateTime/Parser)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_m9D9086E04F4BF6D3C09746A40FE8811B3CF4CA88 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 ___parser0, const RuntimeMethod* method)
{
{
il2cpp_codegen_initobj(__this, sizeof(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB));
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 L_0 = ___parser0;
XsdDateTime_InitiateXsdDateTime_m91814AB11DA2BA2D0079F9F73E2B9B62B98B533E(__this, L_0, NULL);
return;
}
}
IL2CPP_EXTERN_C void XsdDateTime__ctor_m9D9086E04F4BF6D3C09746A40FE8811B3CF4CA88_AdjustorThunk (RuntimeObject* __this, Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 ___parser0, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
XsdDateTime__ctor_m9D9086E04F4BF6D3C09746A40FE8811B3CF4CA88(_thisAdjusted, ___parser0, method);
}
// System.Void System.Xml.Schema.XsdDateTime::InitiateXsdDateTime(System.Xml.Schema.XsdDateTime/Parser)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime_InitiateXsdDateTime_m91814AB11DA2BA2D0079F9F73E2B9B62B98B533E (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 ___parser0, const RuntimeMethod* method)
{
{
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 L_0 = ___parser0;
int32_t L_1 = L_0.___year_1;
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 L_2 = ___parser0;
int32_t L_3 = L_2.___month_2;
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 L_4 = ___parser0;
int32_t L_5 = L_4.___day_3;
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 L_6 = ___parser0;
int32_t L_7 = L_6.___hour_4;
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 L_8 = ___parser0;
int32_t L_9 = L_8.___minute_5;
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 L_10 = ___parser0;
int32_t L_11 = L_10.___second_6;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_12;
memset((&L_12), 0, sizeof(L_12));
DateTime__ctor_m1F66A4327FE6B127F0F0E83A70CED25DB0DFFB00((&L_12), L_1, L_3, L_5, L_7, L_9, L_11, /*hidden argument*/NULL);
__this->___dt_0 = L_12;
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 L_13 = ___parser0;
int32_t L_14 = L_13.___fraction_7;
if (!L_14)
{
goto IL_004f;
}
}
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_15 = (&__this->___dt_0);
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 L_16 = ___parser0;
int32_t L_17 = L_16.___fraction_7;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_18;
L_18 = DateTime_AddTicks_m76D145EA6924296227BB2DD9A5A18C8A2B72EF1D(L_15, ((int64_t)L_17), NULL);
__this->___dt_0 = L_18;
}
IL_004f:
{
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 L_19 = ___parser0;
int32_t L_20 = L_19.___typeCode_0;
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 L_21 = ___parser0;
int32_t L_22 = L_21.___kind_8;
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 L_23 = ___parser0;
int32_t L_24 = L_23.___zoneHour_9;
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 L_25 = ___parser0;
int32_t L_26 = L_25.___zoneMinute_10;
__this->___extra_1 = ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_20<<((int32_t)24)))|((int32_t)((int32_t)L_22<<((int32_t)16)))))|((int32_t)(L_24<<8))))|L_26));
return;
}
}
IL2CPP_EXTERN_C void XsdDateTime_InitiateXsdDateTime_m91814AB11DA2BA2D0079F9F73E2B9B62B98B533E_AdjustorThunk (RuntimeObject* __this, Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 ___parser0, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
XsdDateTime_InitiateXsdDateTime_m91814AB11DA2BA2D0079F9F73E2B9B62B98B533E(_thisAdjusted, ___parser0, method);
}
// System.Boolean System.Xml.Schema.XsdDateTime::TryParse(System.String,System.Xml.Schema.XsdDateTimeFlags,System.Xml.Schema.XsdDateTime&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XsdDateTime_TryParse_m068598C2E7472B2CD642EA44B748529FCFFFF8BA (String_t* ___text0, int32_t ___kinds1, XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* ___result2, const RuntimeMethod* method)
{
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_initobj((&V_0), sizeof(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23));
String_t* L_0 = ___text0;
int32_t L_1 = ___kinds1;
bool L_2;
L_2 = Parser_Parse_m4027B362756419C910E1D041BB6CE2035B3603D9((&V_0), L_0, L_1, NULL);
if (L_2)
{
goto IL_001c;
}
}
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* L_3 = ___result2;
il2cpp_codegen_initobj(L_3, sizeof(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB));
return (bool)0;
}
IL_001c:
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* L_4 = ___result2;
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23 L_5 = V_0;
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB L_6;
memset((&L_6), 0, sizeof(L_6));
XsdDateTime__ctor_m9D9086E04F4BF6D3C09746A40FE8811B3CF4CA88((&L_6), L_5, /*hidden argument*/NULL);
*(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*)L_4 = L_6;
return (bool)1;
}
}
// System.Void System.Xml.Schema.XsdDateTime::.ctor(System.DateTime,System.Xml.Schema.XsdDateTimeFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_m9EE15399BB38384CC624A7079BA193790D121712 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, int32_t ___kinds1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Bits_t4D52329DF865E191908AE96952B27312B4FD1355_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_5;
memset((&V_5), 0, sizeof(V_5));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = ___dateTime0;
__this->___dt_0 = L_0;
int32_t L_1 = ___kinds1;
il2cpp_codegen_runtime_class_init_inline(Bits_t4D52329DF865E191908AE96952B27312B4FD1355_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = Bits_LeastPosition_mE02945243BB6CC1C04FDE6B963BB351319E03B50(L_1, NULL);
V_0 = ((int32_t)il2cpp_codegen_subtract(L_2, 1));
V_1 = 0;
V_2 = 0;
int32_t L_3;
L_3 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993((&___dateTime0), NULL);
V_4 = L_3;
int32_t L_4 = V_4;
if (!L_4)
{
goto IL_0028;
}
}
{
int32_t L_5 = V_4;
if ((((int32_t)L_5) == ((int32_t)1)))
{
goto IL_002c;
}
}
{
goto IL_0030;
}
IL_0028:
{
V_3 = 0;
goto IL_0070;
}
IL_002c:
{
V_3 = 1;
goto IL_0070;
}
IL_0030:
{
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* L_6;
L_6 = TimeZoneInfo_get_Local_mC43C34632FAEEF6BD0E3B5C04417E9C90277445F(NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7 = ___dateTime0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_8;
L_8 = TimeZoneInfo_GetUtcOffset_mFAA1957ED9222C7526A197E6FF1AE0D05B46EDB0(L_6, L_7, NULL);
V_5 = L_8;
int64_t L_9;
L_9 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_5), NULL);
if ((((int64_t)L_9) >= ((int64_t)((int64_t)0))))
{
goto IL_005e;
}
}
{
V_3 = 2;
int32_t L_10;
L_10 = TimeSpan_get_Hours_m770B4B777A816E051EFDA317C28DA9A4F39D6CFB((&V_5), NULL);
V_1 = ((-L_10));
int32_t L_11;
L_11 = TimeSpan_get_Minutes_m93E37D01CD6DA2DE5B35609D740D322E270B678F((&V_5), NULL);
V_2 = ((-L_11));
goto IL_0070;
}
IL_005e:
{
V_3 = 3;
int32_t L_12;
L_12 = TimeSpan_get_Hours_m770B4B777A816E051EFDA317C28DA9A4F39D6CFB((&V_5), NULL);
V_1 = L_12;
int32_t L_13;
L_13 = TimeSpan_get_Minutes_m93E37D01CD6DA2DE5B35609D740D322E270B678F((&V_5), NULL);
V_2 = L_13;
}
IL_0070:
{
int32_t L_14 = V_0;
int32_t L_15 = V_3;
int32_t L_16 = V_1;
int32_t L_17 = V_2;
__this->___extra_1 = ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_14<<((int32_t)24)))|((int32_t)((int32_t)L_15<<((int32_t)16)))))|((int32_t)(L_16<<8))))|L_17));
return;
}
}
IL2CPP_EXTERN_C void XsdDateTime__ctor_m9EE15399BB38384CC624A7079BA193790D121712_AdjustorThunk (RuntimeObject* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dateTime0, int32_t ___kinds1, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
XsdDateTime__ctor_m9EE15399BB38384CC624A7079BA193790D121712(_thisAdjusted, ___dateTime0, ___kinds1, method);
}
// System.Void System.Xml.Schema.XsdDateTime::.ctor(System.DateTimeOffset,System.Xml.Schema.XsdDateTimeFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_m127DD6E3D834498A172B1FD34DD1AC4505C7AA4C (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___dateTimeOffset0, int32_t ___kinds1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Bits_t4D52329DF865E191908AE96952B27312B4FD1355_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
int32_t V_2 = 0;
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
L_0 = DateTimeOffset_get_DateTime_mDF6DC57E7A5647D8B964D3FD5B6855E7D66EF324((&___dateTimeOffset0), NULL);
__this->___dt_0 = L_0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_1;
L_1 = DateTimeOffset_get_Offset_mE90E2548227F1EE8BF4A6A5EB71B32D48D3035A4((&___dateTimeOffset0), NULL);
V_0 = L_1;
int32_t L_2 = ___kinds1;
il2cpp_codegen_runtime_class_init_inline(Bits_t4D52329DF865E191908AE96952B27312B4FD1355_il2cpp_TypeInfo_var);
int32_t L_3;
L_3 = Bits_LeastPosition_mE02945243BB6CC1C04FDE6B963BB351319E03B50(L_2, NULL);
V_1 = ((int32_t)il2cpp_codegen_subtract(L_3, 1));
double L_4;
L_4 = TimeSpan_get_TotalMinutes_mD139AD7A9055F460D2ACC8B0D2BC4A70009E1115((&V_0), NULL);
if ((!(((double)L_4) < ((double)(0.0)))))
{
goto IL_003c;
}
}
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_5;
L_5 = TimeSpan_Negate_m3BF3036191A2FDC35250891CD82AD3283A13ABB4((&V_0), NULL);
V_0 = L_5;
V_2 = 2;
goto IL_0054;
}
IL_003c:
{
double L_6;
L_6 = TimeSpan_get_TotalMinutes_mD139AD7A9055F460D2ACC8B0D2BC4A70009E1115((&V_0), NULL);
if ((!(((double)L_6) > ((double)(0.0)))))
{
goto IL_0052;
}
}
{
V_2 = 3;
goto IL_0054;
}
IL_0052:
{
V_2 = 1;
}
IL_0054:
{
int32_t L_7 = V_1;
int32_t L_8 = V_2;
int32_t L_9;
L_9 = TimeSpan_get_Hours_m770B4B777A816E051EFDA317C28DA9A4F39D6CFB((&V_0), NULL);
int32_t L_10;
L_10 = TimeSpan_get_Minutes_m93E37D01CD6DA2DE5B35609D740D322E270B678F((&V_0), NULL);
__this->___extra_1 = ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_7<<((int32_t)24)))|((int32_t)((int32_t)L_8<<((int32_t)16)))))|((int32_t)(L_9<<8))))|L_10));
return;
}
}
IL2CPP_EXTERN_C void XsdDateTime__ctor_m127DD6E3D834498A172B1FD34DD1AC4505C7AA4C_AdjustorThunk (RuntimeObject* __this, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___dateTimeOffset0, int32_t ___kinds1, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
XsdDateTime__ctor_m127DD6E3D834498A172B1FD34DD1AC4505C7AA4C(_thisAdjusted, ___dateTimeOffset0, ___kinds1, method);
}
// System.Xml.Schema.XsdDateTime/DateTimeTypeCode System.Xml.Schema.XsdDateTime::get_InternalTypeCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_InternalTypeCode_mAE60E4DBF9D642870B0D715A5E260F4DD5BC4A4B (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method)
{
{
uint32_t L_0 = __this->___extra_1;
return (int32_t)(((int32_t)((uint32_t)((int32_t)((int32_t)L_0&((int32_t)-16777216)))>>((int32_t)24))));
}
}
IL2CPP_EXTERN_C int32_t XsdDateTime_get_InternalTypeCode_mAE60E4DBF9D642870B0D715A5E260F4DD5BC4A4B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
int32_t _returnValue;
_returnValue = XsdDateTime_get_InternalTypeCode_mAE60E4DBF9D642870B0D715A5E260F4DD5BC4A4B(_thisAdjusted, method);
return _returnValue;
}
// System.Xml.Schema.XsdDateTime/XsdDateTimeKind System.Xml.Schema.XsdDateTime::get_InternalKind()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_InternalKind_m40658E3A6C5DA52E96BCF334BF5760EB7092A88E (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method)
{
{
uint32_t L_0 = __this->___extra_1;
return (int32_t)(((int32_t)((uint32_t)((int32_t)((int32_t)L_0&((int32_t)16711680)))>>((int32_t)16))));
}
}
IL2CPP_EXTERN_C int32_t XsdDateTime_get_InternalKind_m40658E3A6C5DA52E96BCF334BF5760EB7092A88E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
int32_t _returnValue;
_returnValue = XsdDateTime_get_InternalKind_m40658E3A6C5DA52E96BCF334BF5760EB7092A88E(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.Xml.Schema.XsdDateTime::get_Year()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_Year_mD24DE1C1790E7306B5AF6F78EBAC41CCC7750CEA (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_0 = (&__this->___dt_0);
int32_t L_1;
L_1 = DateTime_get_Year_m00A88C4CEE07B7906F5F7F75C254B769808F5138(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t XsdDateTime_get_Year_mD24DE1C1790E7306B5AF6F78EBAC41CCC7750CEA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
int32_t _returnValue;
_returnValue = XsdDateTime_get_Year_mD24DE1C1790E7306B5AF6F78EBAC41CCC7750CEA(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.Xml.Schema.XsdDateTime::get_Month()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_Month_m205FE2FB59CF6A1692300A21A77FFBB37144E99B (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_0 = (&__this->___dt_0);
int32_t L_1;
L_1 = DateTime_get_Month_m899C6602DE8198990B2CAF5EBC04CC67764E3DA2(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t XsdDateTime_get_Month_m205FE2FB59CF6A1692300A21A77FFBB37144E99B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
int32_t _returnValue;
_returnValue = XsdDateTime_get_Month_m205FE2FB59CF6A1692300A21A77FFBB37144E99B(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.Xml.Schema.XsdDateTime::get_Day()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_Day_m4F8E33F38809CDEEFFAB2BFC3E14AC6B08AF1F6D (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_0 = (&__this->___dt_0);
int32_t L_1;
L_1 = DateTime_get_Day_m872DBCA4C79955EC1E27EB68746B6C2F6A183B28(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t XsdDateTime_get_Day_m4F8E33F38809CDEEFFAB2BFC3E14AC6B08AF1F6D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
int32_t _returnValue;
_returnValue = XsdDateTime_get_Day_m4F8E33F38809CDEEFFAB2BFC3E14AC6B08AF1F6D(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.Xml.Schema.XsdDateTime::get_Hour()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_Hour_mE4B191CD33490CA5BC5EA87E00314FA50BDB741A (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_0 = (&__this->___dt_0);
int32_t L_1;
L_1 = DateTime_get_Hour_m350B2AEB6ED8AAD80F0779C1FD37EEE13952A7F3(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t XsdDateTime_get_Hour_mE4B191CD33490CA5BC5EA87E00314FA50BDB741A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
int32_t _returnValue;
_returnValue = XsdDateTime_get_Hour_mE4B191CD33490CA5BC5EA87E00314FA50BDB741A(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.Xml.Schema.XsdDateTime::get_Minute()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_Minute_m38120FA2B75440A56BD49C552DDD3032D9A6DFA6 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_0 = (&__this->___dt_0);
int32_t L_1;
L_1 = DateTime_get_Minute_m73003491DA85D2C9951ECCF890D9BF6AFFB9E973(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t XsdDateTime_get_Minute_m38120FA2B75440A56BD49C552DDD3032D9A6DFA6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
int32_t _returnValue;
_returnValue = XsdDateTime_get_Minute_m38120FA2B75440A56BD49C552DDD3032D9A6DFA6(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.Xml.Schema.XsdDateTime::get_Second()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_Second_m46202D39713A213E9F514CD4E2F5F04C5278780F (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method)
{
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_0 = (&__this->___dt_0);
int32_t L_1;
L_1 = DateTime_get_Second_mC860BA28DED65249BE9EA46E4898730C7828B3EA(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t XsdDateTime_get_Second_m46202D39713A213E9F514CD4E2F5F04C5278780F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
int32_t _returnValue;
_returnValue = XsdDateTime_get_Second_m46202D39713A213E9F514CD4E2F5F04C5278780F(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.Xml.Schema.XsdDateTime::get_Fraction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_Fraction_m40D9B327318B0D061E02D59889E0919A95EB9098 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method)
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_0 = (&__this->___dt_0);
int64_t L_1;
L_1 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6(L_0, NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_2 = (&__this->___dt_0);
int32_t L_3;
L_3 = DateTime_get_Year_m00A88C4CEE07B7906F5F7F75C254B769808F5138(L_2, NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_4 = (&__this->___dt_0);
int32_t L_5;
L_5 = DateTime_get_Month_m899C6602DE8198990B2CAF5EBC04CC67764E3DA2(L_4, NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_6 = (&__this->___dt_0);
int32_t L_7;
L_7 = DateTime_get_Day_m872DBCA4C79955EC1E27EB68746B6C2F6A183B28(L_6, NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_8 = (&__this->___dt_0);
int32_t L_9;
L_9 = DateTime_get_Hour_m350B2AEB6ED8AAD80F0779C1FD37EEE13952A7F3(L_8, NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_10 = (&__this->___dt_0);
int32_t L_11;
L_11 = DateTime_get_Minute_m73003491DA85D2C9951ECCF890D9BF6AFFB9E973(L_10, NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_12 = (&__this->___dt_0);
int32_t L_13;
L_13 = DateTime_get_Second_mC860BA28DED65249BE9EA46E4898730C7828B3EA(L_12, NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_14;
memset((&L_14), 0, sizeof(L_14));
DateTime__ctor_m1F66A4327FE6B127F0F0E83A70CED25DB0DFFB00((&L_14), L_3, L_5, L_7, L_9, L_11, L_13, /*hidden argument*/NULL);
V_0 = L_14;
int64_t L_15;
L_15 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_0), NULL);
return ((int32_t)((int64_t)il2cpp_codegen_subtract(L_1, L_15)));
}
}
IL2CPP_EXTERN_C int32_t XsdDateTime_get_Fraction_m40D9B327318B0D061E02D59889E0919A95EB9098_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
int32_t _returnValue;
_returnValue = XsdDateTime_get_Fraction_m40D9B327318B0D061E02D59889E0919A95EB9098(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.Xml.Schema.XsdDateTime::get_ZoneHour()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_ZoneHour_m9E35CDE49237CC3ECD3DE3D51AAB8E99300A2739 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method)
{
{
uint32_t L_0 = __this->___extra_1;
return ((int32_t)((uint32_t)((int32_t)((int32_t)L_0&((int32_t)65280)))>>8));
}
}
IL2CPP_EXTERN_C int32_t XsdDateTime_get_ZoneHour_m9E35CDE49237CC3ECD3DE3D51AAB8E99300A2739_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
int32_t _returnValue;
_returnValue = XsdDateTime_get_ZoneHour_m9E35CDE49237CC3ECD3DE3D51AAB8E99300A2739(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.Xml.Schema.XsdDateTime::get_ZoneMinute()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDateTime_get_ZoneMinute_m1D120C367B38D2F8B926469F418B6C2560C8E228 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method)
{
{
uint32_t L_0 = __this->___extra_1;
return ((int32_t)((int32_t)L_0&((int32_t)255)));
}
}
IL2CPP_EXTERN_C int32_t XsdDateTime_get_ZoneMinute_m1D120C367B38D2F8B926469F418B6C2560C8E228_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
int32_t _returnValue;
_returnValue = XsdDateTime_get_ZoneMinute_m1D120C367B38D2F8B926469F418B6C2560C8E228(_thisAdjusted, method);
return _returnValue;
}
// System.DateTime System.Xml.Schema.XsdDateTime::op_Implicit(System.Xml.Schema.XsdDateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D XsdDateTime_op_Implicit_m1EF46AEE72E727BAE0AAB367CFC0331C0368F328 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB ___xdt0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
int64_t V_1 = 0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_2;
memset((&V_2), 0, sizeof(V_2));
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t V_4 = 0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_5;
memset((&V_5), 0, sizeof(V_5));
int32_t V_6 = 0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_7;
memset((&V_7), 0, sizeof(V_7));
{
int32_t L_0;
L_0 = XsdDateTime_get_InternalTypeCode_mAE60E4DBF9D642870B0D715A5E260F4DD5BC4A4B((&___xdt0), NULL);
V_4 = L_0;
int32_t L_1 = V_4;
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_003a;
}
}
{
int32_t L_2 = V_4;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 6))) <= ((uint32_t)1))))
{
goto IL_008a;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3;
L_3 = DateTime_get_Now_m636CB9651A9099D20BA1CF813A0C69637317325C(NULL);
V_5 = L_3;
int32_t L_4;
L_4 = DateTime_get_Year_m00A88C4CEE07B7906F5F7F75C254B769808F5138((&V_5), NULL);
int32_t L_5;
L_5 = XsdDateTime_get_Month_m205FE2FB59CF6A1692300A21A77FFBB37144E99B((&___xdt0), NULL);
int32_t L_6;
L_6 = XsdDateTime_get_Day_m4F8E33F38809CDEEFFAB2BFC3E14AC6B08AF1F6D((&___xdt0), NULL);
DateTime__ctor_mA3BF7CE28807F0A02634FD43913FAAFD989CEE88((&V_0), L_4, L_5, L_6, NULL);
goto IL_0091;
}
IL_003a:
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7;
L_7 = DateTime_get_Now_m636CB9651A9099D20BA1CF813A0C69637317325C(NULL);
V_2 = L_7;
int32_t L_8;
L_8 = DateTime_get_Year_m00A88C4CEE07B7906F5F7F75C254B769808F5138((&V_2), NULL);
int32_t L_9;
L_9 = DateTime_get_Month_m899C6602DE8198990B2CAF5EBC04CC67764E3DA2((&V_2), NULL);
int32_t L_10;
L_10 = DateTime_get_Day_m872DBCA4C79955EC1E27EB68746B6C2F6A183B28((&V_2), NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_11;
memset((&L_11), 0, sizeof(L_11));
DateTime__ctor_mA3BF7CE28807F0A02634FD43913FAAFD989CEE88((&L_11), L_8, L_9, L_10, /*hidden argument*/NULL);
int32_t L_12;
L_12 = XsdDateTime_get_Year_mD24DE1C1790E7306B5AF6F78EBAC41CCC7750CEA((&___xdt0), NULL);
int32_t L_13;
L_13 = XsdDateTime_get_Month_m205FE2FB59CF6A1692300A21A77FFBB37144E99B((&___xdt0), NULL);
int32_t L_14;
L_14 = XsdDateTime_get_Day_m4F8E33F38809CDEEFFAB2BFC3E14AC6B08AF1F6D((&___xdt0), NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_15;
memset((&L_15), 0, sizeof(L_15));
DateTime__ctor_mA3BF7CE28807F0A02634FD43913FAAFD989CEE88((&L_15), L_12, L_13, L_14, /*hidden argument*/NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_16;
L_16 = DateTime_op_Subtraction_m64D26F5ABFAE6E166A7E567093D025F6C69F0123(L_11, L_15, NULL);
V_3 = L_16;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_17 = (&(&___xdt0)->___dt_0);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_18 = V_3;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_19;
L_19 = DateTime_Add_mC882C6BBE75862360A1A0C733B4FFE3210D4B9B1(L_17, L_18, NULL);
V_0 = L_19;
goto IL_0091;
}
IL_008a:
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB L_20 = ___xdt0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_21 = L_20.___dt_0;
V_0 = L_21;
}
IL_0091:
{
int32_t L_22;
L_22 = XsdDateTime_get_InternalKind_m40658E3A6C5DA52E96BCF334BF5760EB7092A88E((&___xdt0), NULL);
V_6 = L_22;
int32_t L_23 = V_6;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_23, 1)))
{
case 0:
{
goto IL_00b4;
}
case 1:
{
goto IL_0145;
}
case 2:
{
goto IL_00c8;
}
}
}
{
goto IL_01c0;
}
IL_00b4:
{
int64_t L_24;
L_24 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_0), NULL);
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&V_0), L_24, 1, NULL);
goto IL_01c0;
}
IL_00c8:
{
int64_t L_25;
L_25 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_0), NULL);
int32_t L_26;
L_26 = XsdDateTime_get_ZoneHour_m9E35CDE49237CC3ECD3DE3D51AAB8E99300A2739((&___xdt0), NULL);
int32_t L_27;
L_27 = XsdDateTime_get_ZoneMinute_m1D120C367B38D2F8B926469F418B6C2560C8E228((&___xdt0), NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_28;
memset((&L_28), 0, sizeof(L_28));
TimeSpan__ctor_mF8B85616C009D35D860DA0254327E8AAF54822A1((&L_28), L_26, L_27, 0, /*hidden argument*/NULL);
V_7 = L_28;
int64_t L_29;
L_29 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_7), NULL);
V_1 = ((int64_t)il2cpp_codegen_subtract(L_25, L_29));
int64_t L_30 = V_1;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int64_t L_31;
L_31 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32), NULL);
if ((((int64_t)L_30) >= ((int64_t)L_31)))
{
goto IL_0132;
}
}
{
int64_t L_32 = V_1;
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* L_33;
L_33 = TimeZoneInfo_get_Local_mC43C34632FAEEF6BD0E3B5C04417E9C90277445F(NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_34 = V_0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_35;
L_35 = TimeZoneInfo_GetUtcOffset_mFAA1957ED9222C7526A197E6FF1AE0D05B46EDB0(L_33, L_34, NULL);
V_7 = L_35;
int64_t L_36;
L_36 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_7), NULL);
V_1 = ((int64_t)il2cpp_codegen_add(L_32, L_36));
int64_t L_37 = V_1;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int64_t L_38;
L_38 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32), NULL);
if ((((int64_t)L_37) >= ((int64_t)L_38)))
{
goto IL_012a;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int64_t L_39;
L_39 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32), NULL);
V_1 = L_39;
}
IL_012a:
{
int64_t L_40 = V_1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_41;
memset((&L_41), 0, sizeof(L_41));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_41), L_40, 2, /*hidden argument*/NULL);
return L_41;
}
IL_0132:
{
int64_t L_42 = V_1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_43;
memset((&L_43), 0, sizeof(L_43));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_43), L_42, 1, /*hidden argument*/NULL);
V_5 = L_43;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_44;
L_44 = DateTime_ToLocalTime_mD87626169251A26AF699DAE90A1C31190AD30B94((&V_5), NULL);
V_0 = L_44;
goto IL_01c0;
}
IL_0145:
{
int64_t L_45;
L_45 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_0), NULL);
int32_t L_46;
L_46 = XsdDateTime_get_ZoneHour_m9E35CDE49237CC3ECD3DE3D51AAB8E99300A2739((&___xdt0), NULL);
int32_t L_47;
L_47 = XsdDateTime_get_ZoneMinute_m1D120C367B38D2F8B926469F418B6C2560C8E228((&___xdt0), NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_48;
memset((&L_48), 0, sizeof(L_48));
TimeSpan__ctor_mF8B85616C009D35D860DA0254327E8AAF54822A1((&L_48), L_46, L_47, 0, /*hidden argument*/NULL);
V_7 = L_48;
int64_t L_49;
L_49 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_7), NULL);
V_1 = ((int64_t)il2cpp_codegen_add(L_45, L_49));
int64_t L_50 = V_1;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int64_t L_51;
L_51 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MaxValue_33), NULL);
if ((((int64_t)L_50) <= ((int64_t)L_51)))
{
goto IL_01af;
}
}
{
int64_t L_52 = V_1;
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* L_53;
L_53 = TimeZoneInfo_get_Local_mC43C34632FAEEF6BD0E3B5C04417E9C90277445F(NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_54 = V_0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_55;
L_55 = TimeZoneInfo_GetUtcOffset_mFAA1957ED9222C7526A197E6FF1AE0D05B46EDB0(L_53, L_54, NULL);
V_7 = L_55;
int64_t L_56;
L_56 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_7), NULL);
V_1 = ((int64_t)il2cpp_codegen_add(L_52, L_56));
int64_t L_57 = V_1;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int64_t L_58;
L_58 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MaxValue_33), NULL);
if ((((int64_t)L_57) <= ((int64_t)L_58)))
{
goto IL_01a7;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int64_t L_59;
L_59 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MaxValue_33), NULL);
V_1 = L_59;
}
IL_01a7:
{
int64_t L_60 = V_1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_61;
memset((&L_61), 0, sizeof(L_61));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_61), L_60, 2, /*hidden argument*/NULL);
return L_61;
}
IL_01af:
{
int64_t L_62 = V_1;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_63;
memset((&L_63), 0, sizeof(L_63));
DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_63), L_62, 1, /*hidden argument*/NULL);
V_5 = L_63;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_64;
L_64 = DateTime_ToLocalTime_mD87626169251A26AF699DAE90A1C31190AD30B94((&V_5), NULL);
V_0 = L_64;
}
IL_01c0:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_65 = V_0;
return L_65;
}
}
// System.DateTimeOffset System.Xml.Schema.XsdDateTime::op_Implicit(System.Xml.Schema.XsdDateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 XsdDateTime_op_Implicit_mF4D51340A7F37CB97D9C4F581DC393973005B6D4 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB ___xdt0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
memset((&V_0), 0, sizeof(V_0));
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 V_1;
memset((&V_1), 0, sizeof(V_1));
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_2;
memset((&V_2), 0, sizeof(V_2));
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t V_4 = 0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_5;
memset((&V_5), 0, sizeof(V_5));
int32_t V_6 = 0;
{
int32_t L_0;
L_0 = XsdDateTime_get_InternalTypeCode_mAE60E4DBF9D642870B0D715A5E260F4DD5BC4A4B((&___xdt0), NULL);
V_4 = L_0;
int32_t L_1 = V_4;
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_003a;
}
}
{
int32_t L_2 = V_4;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 6))) <= ((uint32_t)1))))
{
goto IL_008a;
}
}
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3;
L_3 = DateTime_get_Now_m636CB9651A9099D20BA1CF813A0C69637317325C(NULL);
V_5 = L_3;
int32_t L_4;
L_4 = DateTime_get_Year_m00A88C4CEE07B7906F5F7F75C254B769808F5138((&V_5), NULL);
int32_t L_5;
L_5 = XsdDateTime_get_Month_m205FE2FB59CF6A1692300A21A77FFBB37144E99B((&___xdt0), NULL);
int32_t L_6;
L_6 = XsdDateTime_get_Day_m4F8E33F38809CDEEFFAB2BFC3E14AC6B08AF1F6D((&___xdt0), NULL);
DateTime__ctor_mA3BF7CE28807F0A02634FD43913FAAFD989CEE88((&V_0), L_4, L_5, L_6, NULL);
goto IL_0091;
}
IL_003a:
{
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7;
L_7 = DateTime_get_Now_m636CB9651A9099D20BA1CF813A0C69637317325C(NULL);
V_2 = L_7;
int32_t L_8;
L_8 = DateTime_get_Year_m00A88C4CEE07B7906F5F7F75C254B769808F5138((&V_2), NULL);
int32_t L_9;
L_9 = DateTime_get_Month_m899C6602DE8198990B2CAF5EBC04CC67764E3DA2((&V_2), NULL);
int32_t L_10;
L_10 = DateTime_get_Day_m872DBCA4C79955EC1E27EB68746B6C2F6A183B28((&V_2), NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_11;
memset((&L_11), 0, sizeof(L_11));
DateTime__ctor_mA3BF7CE28807F0A02634FD43913FAAFD989CEE88((&L_11), L_8, L_9, L_10, /*hidden argument*/NULL);
int32_t L_12;
L_12 = XsdDateTime_get_Year_mD24DE1C1790E7306B5AF6F78EBAC41CCC7750CEA((&___xdt0), NULL);
int32_t L_13;
L_13 = XsdDateTime_get_Month_m205FE2FB59CF6A1692300A21A77FFBB37144E99B((&___xdt0), NULL);
int32_t L_14;
L_14 = XsdDateTime_get_Day_m4F8E33F38809CDEEFFAB2BFC3E14AC6B08AF1F6D((&___xdt0), NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_15;
memset((&L_15), 0, sizeof(L_15));
DateTime__ctor_mA3BF7CE28807F0A02634FD43913FAAFD989CEE88((&L_15), L_12, L_13, L_14, /*hidden argument*/NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_16;
L_16 = DateTime_op_Subtraction_m64D26F5ABFAE6E166A7E567093D025F6C69F0123(L_11, L_15, NULL);
V_3 = L_16;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* L_17 = (&(&___xdt0)->___dt_0);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_18 = V_3;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_19;
L_19 = DateTime_Add_mC882C6BBE75862360A1A0C733B4FFE3210D4B9B1(L_17, L_18, NULL);
V_0 = L_19;
goto IL_0091;
}
IL_008a:
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB L_20 = ___xdt0;
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_21 = L_20.___dt_0;
V_0 = L_21;
}
IL_0091:
{
int32_t L_22;
L_22 = XsdDateTime_get_InternalKind_m40658E3A6C5DA52E96BCF334BF5760EB7092A88E((&___xdt0), NULL);
V_6 = L_22;
int32_t L_23 = V_6;
switch (L_23)
{
case 0:
{
goto IL_0102;
}
case 1:
{
goto IL_00f1;
}
case 2:
{
goto IL_00d1;
}
case 3:
{
goto IL_00b3;
}
}
}
{
goto IL_0102;
}
IL_00b3:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_24 = V_0;
int32_t L_25;
L_25 = XsdDateTime_get_ZoneHour_m9E35CDE49237CC3ECD3DE3D51AAB8E99300A2739((&___xdt0), NULL);
int32_t L_26;
L_26 = XsdDateTime_get_ZoneMinute_m1D120C367B38D2F8B926469F418B6C2560C8E228((&___xdt0), NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_27;
memset((&L_27), 0, sizeof(L_27));
TimeSpan__ctor_mF8B85616C009D35D860DA0254327E8AAF54822A1((&L_27), L_25, L_26, 0, /*hidden argument*/NULL);
DateTimeOffset__ctor_m6E6938BD1F5EEE0F96247339B75FB7CEF3665FDC((&V_1), L_24, L_27, NULL);
goto IL_0115;
}
IL_00d1:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_28 = V_0;
int32_t L_29;
L_29 = XsdDateTime_get_ZoneHour_m9E35CDE49237CC3ECD3DE3D51AAB8E99300A2739((&___xdt0), NULL);
int32_t L_30;
L_30 = XsdDateTime_get_ZoneMinute_m1D120C367B38D2F8B926469F418B6C2560C8E228((&___xdt0), NULL);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_31;
memset((&L_31), 0, sizeof(L_31));
TimeSpan__ctor_mF8B85616C009D35D860DA0254327E8AAF54822A1((&L_31), ((-L_29)), ((-L_30)), 0, /*hidden argument*/NULL);
DateTimeOffset__ctor_m6E6938BD1F5EEE0F96247339B75FB7CEF3665FDC((&V_1), L_28, L_31, NULL);
goto IL_0115;
}
IL_00f1:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_32 = V_0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_33;
memset((&L_33), 0, sizeof(L_33));
TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline((&L_33), ((int64_t)0), /*hidden argument*/NULL);
DateTimeOffset__ctor_m6E6938BD1F5EEE0F96247339B75FB7CEF3665FDC((&V_1), L_32, L_33, NULL);
goto IL_0115;
}
IL_0102:
{
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_34 = V_0;
il2cpp_codegen_runtime_class_init_inline(TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8_il2cpp_TypeInfo_var);
TimeZoneInfo_t30FD24E315EC4F4D942AF797CCD4CC4ED6B5CAD8* L_35;
L_35 = TimeZoneInfo_get_Local_mC43C34632FAEEF6BD0E3B5C04417E9C90277445F(NULL);
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_36 = V_0;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_37;
L_37 = TimeZoneInfo_GetUtcOffset_mFAA1957ED9222C7526A197E6FF1AE0D05B46EDB0(L_35, L_36, NULL);
DateTimeOffset__ctor_m6E6938BD1F5EEE0F96247339B75FB7CEF3665FDC((&V_1), L_34, L_37, NULL);
}
IL_0115:
{
DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_38 = V_1;
return L_38;
}
}
// System.String System.Xml.Schema.XsdDateTime::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XsdDateTime_ToString_m7753E41D2C4A8E0687796143C9220155B9837535 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL;
int32_t V_2 = 0;
{
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5(L_0, ((int32_t)64), NULL);
V_0 = L_0;
int32_t L_1;
L_1 = XsdDateTime_get_InternalTypeCode_mAE60E4DBF9D642870B0D715A5E260F4DD5BC4A4B(__this, NULL);
V_2 = L_1;
int32_t L_2 = V_2;
switch (L_2)
{
case 0:
{
goto IL_003a;
}
case 1:
{
goto IL_0056;
}
case 2:
{
goto IL_0062;
}
case 3:
{
goto IL_006e;
}
case 4:
{
goto IL_00b0;
}
case 5:
{
goto IL_00d7;
}
case 6:
{
goto IL_012a;
}
case 7:
{
goto IL_0168;
}
}
}
{
goto IL_01ad;
}
IL_003a:
{
StringBuilder_t* L_3 = V_0;
XsdDateTime_PrintDate_mF29EDBFFB4F5A9EACE93E05D257421B72A74B61E(__this, L_3, NULL);
StringBuilder_t* L_4 = V_0;
StringBuilder_t* L_5;
L_5 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_4, ((int32_t)84), NULL);
StringBuilder_t* L_6 = V_0;
XsdDateTime_PrintTime_mCE1029E13A352DB34EC2EF991632A85E26133EDB(__this, L_6, NULL);
goto IL_01ad;
}
IL_0056:
{
StringBuilder_t* L_7 = V_0;
XsdDateTime_PrintTime_mCE1029E13A352DB34EC2EF991632A85E26133EDB(__this, L_7, NULL);
goto IL_01ad;
}
IL_0062:
{
StringBuilder_t* L_8 = V_0;
XsdDateTime_PrintDate_mF29EDBFFB4F5A9EACE93E05D257421B72A74B61E(__this, L_8, NULL);
goto IL_01ad;
}
IL_006e:
{
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_9 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM_4;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_9);
V_1 = L_10;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = V_1;
int32_t L_12;
L_12 = XsdDateTime_get_Year_mD24DE1C1790E7306B5AF6F78EBAC41CCC7750CEA(__this, NULL);
XsdDateTime_IntToCharArray_mB95DA3CAFA3F603DFB73CB309A062670C217C131(__this, L_11, 0, L_12, 4, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_13 = V_1;
int32_t L_14 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_2;
(L_13)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_14), (Il2CppChar)((int32_t)45));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = V_1;
int32_t L_16 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy__3;
int32_t L_17;
L_17 = XsdDateTime_get_Month_m205FE2FB59CF6A1692300A21A77FFBB37144E99B(__this, NULL);
XsdDateTime_ShortToCharArray_mC76C1DE32E31949CF46213E55D4C3DE7B21B621A(__this, L_15, L_16, L_17, NULL);
StringBuilder_t* L_18 = V_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19 = V_1;
StringBuilder_t* L_20;
L_20 = StringBuilder_Append_m8455D90E068B02E8376B7650409E2325303D2456(L_18, L_19, NULL);
goto IL_01ad;
}
IL_00b0:
{
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_21 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_2;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_22 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_21);
V_1 = L_22;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = V_1;
int32_t L_24;
L_24 = XsdDateTime_get_Year_mD24DE1C1790E7306B5AF6F78EBAC41CCC7750CEA(__this, NULL);
XsdDateTime_IntToCharArray_mB95DA3CAFA3F603DFB73CB309A062670C217C131(__this, L_23, 0, L_24, 4, NULL);
StringBuilder_t* L_25 = V_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = V_1;
StringBuilder_t* L_27;
L_27 = StringBuilder_Append_m8455D90E068B02E8376B7650409E2325303D2456(L_25, L_26, NULL);
goto IL_01ad;
}
IL_00d7:
{
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_28 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__mm_dd_21;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_29 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_28);
V_1 = L_29;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_30 = V_1;
(L_30)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)45));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_31 = V_1;
int32_t L_32 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__13;
(L_31)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_32), (Il2CppChar)((int32_t)45));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_33 = V_1;
int32_t L_34 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz___17;
int32_t L_35;
L_35 = XsdDateTime_get_Month_m205FE2FB59CF6A1692300A21A77FFBB37144E99B(__this, NULL);
XsdDateTime_ShortToCharArray_mC76C1DE32E31949CF46213E55D4C3DE7B21B621A(__this, L_33, L_34, L_35, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_36 = V_1;
int32_t L_37 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__mm_18;
(L_36)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_37), (Il2CppChar)((int32_t)45));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_38 = V_1;
int32_t L_39 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__mm__19;
int32_t L_40;
L_40 = XsdDateTime_get_Day_m4F8E33F38809CDEEFFAB2BFC3E14AC6B08AF1F6D(__this, NULL);
XsdDateTime_ShortToCharArray_mC76C1DE32E31949CF46213E55D4C3DE7B21B621A(__this, L_38, L_39, L_40, NULL);
StringBuilder_t* L_41 = V_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_42 = V_1;
StringBuilder_t* L_43;
L_43 = StringBuilder_Append_m8455D90E068B02E8376B7650409E2325303D2456(L_41, L_42, NULL);
goto IL_01ad;
}
IL_012a:
{
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_44 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz___dd_23;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_45 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_44);
V_1 = L_45;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_46 = V_1;
(L_46)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)45));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_47 = V_1;
int32_t L_48 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__13;
(L_47)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_48), (Il2CppChar)((int32_t)45));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_49 = V_1;
int32_t L_50 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz___17;
(L_49)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_50), (Il2CppChar)((int32_t)45));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_51 = V_1;
int32_t L_52 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz____22;
int32_t L_53;
L_53 = XsdDateTime_get_Day_m4F8E33F38809CDEEFFAB2BFC3E14AC6B08AF1F6D(__this, NULL);
XsdDateTime_ShortToCharArray_mC76C1DE32E31949CF46213E55D4C3DE7B21B621A(__this, L_51, L_52, L_53, NULL);
StringBuilder_t* L_54 = V_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_55 = V_1;
StringBuilder_t* L_56;
L_56 = StringBuilder_Append_m8455D90E068B02E8376B7650409E2325303D2456(L_54, L_55, NULL);
goto IL_01ad;
}
IL_0168:
{
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_57 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__mm___20;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_58 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_57);
V_1 = L_58;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_59 = V_1;
(L_59)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)45));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_60 = V_1;
int32_t L_61 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__13;
(L_60)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_61), (Il2CppChar)((int32_t)45));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_62 = V_1;
int32_t L_63 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz___17;
int32_t L_64;
L_64 = XsdDateTime_get_Month_m205FE2FB59CF6A1692300A21A77FFBB37144E99B(__this, NULL);
XsdDateTime_ShortToCharArray_mC76C1DE32E31949CF46213E55D4C3DE7B21B621A(__this, L_62, L_63, L_64, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_65 = V_1;
int32_t L_66 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__mm_18;
(L_65)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_66), (Il2CppChar)((int32_t)45));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_67 = V_1;
int32_t L_68 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__mm__19;
(L_67)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_68), (Il2CppChar)((int32_t)45));
StringBuilder_t* L_69 = V_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_70 = V_1;
StringBuilder_t* L_71;
L_71 = StringBuilder_Append_m8455D90E068B02E8376B7650409E2325303D2456(L_69, L_70, NULL);
}
IL_01ad:
{
StringBuilder_t* L_72 = V_0;
XsdDateTime_PrintZone_mA1766FF80B24A4E1D666DBB8C818C01A94330CF6(__this, L_72, NULL);
StringBuilder_t* L_73 = V_0;
String_t* L_74;
L_74 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_73);
return L_74;
}
}
IL2CPP_EXTERN_C String_t* XsdDateTime_ToString_m7753E41D2C4A8E0687796143C9220155B9837535_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
String_t* _returnValue;
_returnValue = XsdDateTime_ToString_m7753E41D2C4A8E0687796143C9220155B9837535(_thisAdjusted, method);
return _returnValue;
}
// System.Void System.Xml.Schema.XsdDateTime::PrintDate(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime_PrintDate_mF29EDBFFB4F5A9EACE93E05D257421B72A74B61E (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, StringBuilder_t* ___sb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_0 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM_dd_6;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_0);
V_0 = L_1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = V_0;
int32_t L_3;
L_3 = XsdDateTime_get_Year_mD24DE1C1790E7306B5AF6F78EBAC41CCC7750CEA(__this, NULL);
XsdDateTime_IntToCharArray_mB95DA3CAFA3F603DFB73CB309A062670C217C131(__this, L_2, 0, L_3, 4, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = V_0;
int32_t L_5 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_2;
(L_4)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_5), (Il2CppChar)((int32_t)45));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = V_0;
int32_t L_7 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy__3;
int32_t L_8;
L_8 = XsdDateTime_get_Month_m205FE2FB59CF6A1692300A21A77FFBB37144E99B(__this, NULL);
XsdDateTime_ShortToCharArray_mC76C1DE32E31949CF46213E55D4C3DE7B21B621A(__this, L_6, L_7, L_8, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = V_0;
int32_t L_10 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM_4;
(L_9)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_10), (Il2CppChar)((int32_t)45));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = V_0;
int32_t L_12 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM__5;
int32_t L_13;
L_13 = XsdDateTime_get_Day_m4F8E33F38809CDEEFFAB2BFC3E14AC6B08AF1F6D(__this, NULL);
XsdDateTime_ShortToCharArray_mC76C1DE32E31949CF46213E55D4C3DE7B21B621A(__this, L_11, L_12, L_13, NULL);
StringBuilder_t* L_14 = ___sb0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = V_0;
StringBuilder_t* L_16;
L_16 = StringBuilder_Append_m8455D90E068B02E8376B7650409E2325303D2456(L_14, L_15, NULL);
return;
}
}
IL2CPP_EXTERN_C void XsdDateTime_PrintDate_mF29EDBFFB4F5A9EACE93E05D257421B72A74B61E_AdjustorThunk (RuntimeObject* __this, StringBuilder_t* ___sb0, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
XsdDateTime_PrintDate_mF29EDBFFB4F5A9EACE93E05D257421B72A74B61E(_thisAdjusted, ___sb0, method);
}
// System.Void System.Xml.Schema.XsdDateTime::PrintTime(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime_PrintTime_mCE1029E13A352DB34EC2EF991632A85E26133EDB (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, StringBuilder_t* ___sb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_0 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___LzHH_mm_ss_12;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_0);
V_0 = L_1;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = V_0;
int32_t L_3;
L_3 = XsdDateTime_get_Hour_mE4B191CD33490CA5BC5EA87E00314FA50BDB741A(__this, NULL);
XsdDateTime_ShortToCharArray_mC76C1DE32E31949CF46213E55D4C3DE7B21B621A(__this, L_2, 0, L_3, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = V_0;
int32_t L_5 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___LzHH_8;
(L_4)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_5), (Il2CppChar)((int32_t)58));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = V_0;
int32_t L_7 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___LzHH__9;
int32_t L_8;
L_8 = XsdDateTime_get_Minute_m38120FA2B75440A56BD49C552DDD3032D9A6DFA6(__this, NULL);
XsdDateTime_ShortToCharArray_mC76C1DE32E31949CF46213E55D4C3DE7B21B621A(__this, L_6, L_7, L_8, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = V_0;
int32_t L_10 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___LzHH_mm_10;
(L_9)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_10), (Il2CppChar)((int32_t)58));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = V_0;
int32_t L_12 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___LzHH_mm__11;
int32_t L_13;
L_13 = XsdDateTime_get_Second_m46202D39713A213E9F514CD4E2F5F04C5278780F(__this, NULL);
XsdDateTime_ShortToCharArray_mC76C1DE32E31949CF46213E55D4C3DE7B21B621A(__this, L_11, L_12, L_13, NULL);
StringBuilder_t* L_14 = ___sb0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = V_0;
StringBuilder_t* L_16;
L_16 = StringBuilder_Append_m8455D90E068B02E8376B7650409E2325303D2456(L_14, L_15, NULL);
int32_t L_17;
L_17 = XsdDateTime_get_Fraction_m40D9B327318B0D061E02D59889E0919A95EB9098(__this, NULL);
V_1 = L_17;
int32_t L_18 = V_1;
if (!L_18)
{
goto IL_0094;
}
}
{
V_2 = 7;
goto IL_006e;
}
IL_0065:
{
int32_t L_19 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract(L_19, 1));
int32_t L_20 = V_1;
V_1 = ((int32_t)(L_20/((int32_t)10)));
}
IL_006e:
{
int32_t L_21 = V_1;
if (!((int32_t)(L_21%((int32_t)10))))
{
goto IL_0065;
}
}
{
int32_t L_22 = V_2;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_22, 1)));
V_0 = L_23;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_24 = V_0;
(L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)46));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_25 = V_0;
int32_t L_26 = V_1;
int32_t L_27 = V_2;
XsdDateTime_IntToCharArray_mB95DA3CAFA3F603DFB73CB309A062670C217C131(__this, L_25, 1, L_26, L_27, NULL);
StringBuilder_t* L_28 = ___sb0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_29 = V_0;
StringBuilder_t* L_30;
L_30 = StringBuilder_Append_m8455D90E068B02E8376B7650409E2325303D2456(L_28, L_29, NULL);
}
IL_0094:
{
return;
}
}
IL2CPP_EXTERN_C void XsdDateTime_PrintTime_mCE1029E13A352DB34EC2EF991632A85E26133EDB_AdjustorThunk (RuntimeObject* __this, StringBuilder_t* ___sb0, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
XsdDateTime_PrintTime_mCE1029E13A352DB34EC2EF991632A85E26133EDB(_thisAdjusted, ___sb0, method);
}
// System.Void System.Xml.Schema.XsdDateTime::PrintZone(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime_PrintZone_mA1766FF80B24A4E1D666DBB8C818C01A94330CF6 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, StringBuilder_t* ___sb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0;
L_0 = XsdDateTime_get_InternalKind_m40658E3A6C5DA52E96BCF334BF5760EB7092A88E(__this, NULL);
V_1 = L_0;
int32_t L_1 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 1)))
{
case 0:
{
goto IL_001c;
}
case 1:
{
goto IL_0026;
}
case 2:
{
goto IL_006c;
}
}
}
{
return;
}
IL_001c:
{
StringBuilder_t* L_2 = ___sb0;
StringBuilder_t* L_3;
L_3 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_2, ((int32_t)90), NULL);
return;
}
IL_0026:
{
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_4 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz_zz_zz_16;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_4);
V_0 = L_5;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = V_0;
(L_6)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)45));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = V_0;
int32_t L_8 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__13;
int32_t L_9;
L_9 = XsdDateTime_get_ZoneHour_m9E35CDE49237CC3ECD3DE3D51AAB8E99300A2739(__this, NULL);
XsdDateTime_ShortToCharArray_mC76C1DE32E31949CF46213E55D4C3DE7B21B621A(__this, L_7, L_8, L_9, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = V_0;
int32_t L_11 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz_zz_14;
(L_10)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_11), (Il2CppChar)((int32_t)58));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = V_0;
int32_t L_13 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz_zz__15;
int32_t L_14;
L_14 = XsdDateTime_get_ZoneMinute_m1D120C367B38D2F8B926469F418B6C2560C8E228(__this, NULL);
XsdDateTime_ShortToCharArray_mC76C1DE32E31949CF46213E55D4C3DE7B21B621A(__this, L_12, L_13, L_14, NULL);
StringBuilder_t* L_15 = ___sb0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = V_0;
StringBuilder_t* L_17;
L_17 = StringBuilder_Append_m8455D90E068B02E8376B7650409E2325303D2456(L_15, L_16, NULL);
return;
}
IL_006c:
{
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_18 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz_zz_zz_16;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_18);
V_0 = L_19;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_20 = V_0;
(L_20)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)43));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_21 = V_0;
int32_t L_22 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__13;
int32_t L_23;
L_23 = XsdDateTime_get_ZoneHour_m9E35CDE49237CC3ECD3DE3D51AAB8E99300A2739(__this, NULL);
XsdDateTime_ShortToCharArray_mC76C1DE32E31949CF46213E55D4C3DE7B21B621A(__this, L_21, L_22, L_23, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_24 = V_0;
int32_t L_25 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz_zz_14;
(L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_25), (Il2CppChar)((int32_t)58));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = V_0;
int32_t L_27 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz_zz__15;
int32_t L_28;
L_28 = XsdDateTime_get_ZoneMinute_m1D120C367B38D2F8B926469F418B6C2560C8E228(__this, NULL);
XsdDateTime_ShortToCharArray_mC76C1DE32E31949CF46213E55D4C3DE7B21B621A(__this, L_26, L_27, L_28, NULL);
StringBuilder_t* L_29 = ___sb0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_30 = V_0;
StringBuilder_t* L_31;
L_31 = StringBuilder_Append_m8455D90E068B02E8376B7650409E2325303D2456(L_29, L_30, NULL);
return;
}
}
IL2CPP_EXTERN_C void XsdDateTime_PrintZone_mA1766FF80B24A4E1D666DBB8C818C01A94330CF6_AdjustorThunk (RuntimeObject* __this, StringBuilder_t* ___sb0, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
XsdDateTime_PrintZone_mA1766FF80B24A4E1D666DBB8C818C01A94330CF6(_thisAdjusted, ___sb0, method);
}
// System.Void System.Xml.Schema.XsdDateTime::IntToCharArray(System.Char[],System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime_IntToCharArray_mB95DA3CAFA3F603DFB73CB309A062670C217C131 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___text0, int32_t ___start1, int32_t ___value2, int32_t ___digits3, const RuntimeMethod* method)
{
{
goto IL_0016;
}
IL_0002:
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___text0;
int32_t L_1 = ___start1;
int32_t L_2 = ___digits3;
int32_t L_3 = ___value2;
(L_0)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_1, L_2))), (Il2CppChar)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)(L_3%((int32_t)10))), ((int32_t)48)))));
int32_t L_4 = ___value2;
___value2 = ((int32_t)(L_4/((int32_t)10)));
}
IL_0016:
{
int32_t L_5 = ___digits3;
int32_t L_6 = L_5;
___digits3 = ((int32_t)il2cpp_codegen_subtract(L_6, 1));
if (L_6)
{
goto IL_0002;
}
}
{
return;
}
}
IL2CPP_EXTERN_C void XsdDateTime_IntToCharArray_mB95DA3CAFA3F603DFB73CB309A062670C217C131_AdjustorThunk (RuntimeObject* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___text0, int32_t ___start1, int32_t ___value2, int32_t ___digits3, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
XsdDateTime_IntToCharArray_mB95DA3CAFA3F603DFB73CB309A062670C217C131(_thisAdjusted, ___text0, ___start1, ___value2, ___digits3, method);
}
// System.Void System.Xml.Schema.XsdDateTime::ShortToCharArray(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime_ShortToCharArray_mC76C1DE32E31949CF46213E55D4C3DE7B21B621A (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___text0, int32_t ___start1, int32_t ___value2, const RuntimeMethod* method)
{
{
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___text0;
int32_t L_1 = ___start1;
int32_t L_2 = ___value2;
(L_0)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_1), (Il2CppChar)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)(L_2/((int32_t)10))), ((int32_t)48)))));
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = ___text0;
int32_t L_4 = ___start1;
int32_t L_5 = ___value2;
(L_3)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_4, 1))), (Il2CppChar)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)(L_5%((int32_t)10))), ((int32_t)48)))));
return;
}
}
IL2CPP_EXTERN_C void XsdDateTime_ShortToCharArray_mC76C1DE32E31949CF46213E55D4C3DE7B21B621A_AdjustorThunk (RuntimeObject* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___text0, int32_t ___start1, int32_t ___value2, const RuntimeMethod* method)
{
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB*>(__this + _offset);
XsdDateTime_ShortToCharArray_mC76C1DE32E31949CF46213E55D4C3DE7B21B621A(_thisAdjusted, ___text0, ___start1, ___value2, method);
}
// System.Void System.Xml.Schema.XsdDateTime::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__cctor_m4F12859B35713836F38CE50985C1492A7EC4D441 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____9DA6B2C4638D1DC7611B7F458BBFE7FD49FE1B36B67239B00B8A051F4E49558F_5_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeCodeU5BU5D_tD0B97C4F52D97F28CCCD25F34390B7414EA4BA41_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A068BB3E9EA2EA72CF05B963841C49DBA8EEFF5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral111B078632ED414E9392C91DEE241B11C9EE8544);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18FF4EE509547E9F427ED4CBAD56460397F93F60);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F164EE4DE39AD90666ACDB4EA0CAABA7853CFCF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2198F1C92174A1B44CB01773603D23F6671D3329);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57E00753C198BBF933B5B117333FD89AF5A3E48B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68D5513A81FE3BA8EC49159C52E6505DA8BEA242);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69520730213CDED741A5919BB83F6E4B8610EDBA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral878AE10D03D16A069554617545B8533ED09E594F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral92094BBD8DE1A81022C0FCA98F179197BA588E99);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3E0185CFEE766D02511A6B411F83832EC44A795);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF956214D83EED9D9B576DA1D727BD145303948);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCD15A133CD38F3DFFFA94FA4D720EAC91F25B79);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD20945EB99E4CFCA27A66866A791F9AE0B7E4EBB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD3A16BBDB1662D7361031D5B9686BD4A9DD7F9D6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD67729AC2AE2B39DBBC387BDA1A36503B0C922C1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB6A30F5C46ACC70D2AD58ABFB2A19A8F675C314);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF1296B24672A38692CC663E858166C834F0ABD9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE358F823C39A638A3134E442FF53D303271291F3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF2EE2B9C299895393EAD54EEC93812CB500B915F);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0;
L_0 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralDF1296B24672A38692CC663E858166C834F0ABD9, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_2 = L_0;
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralCCD15A133CD38F3DFFFA94FA4D720EAC91F25B79, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy__3 = L_1;
int32_t L_2;
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralE358F823C39A638A3134E442FF53D303271291F3, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM_4 = L_2;
int32_t L_3;
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralD67729AC2AE2B39DBBC387BDA1A36503B0C922C1, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM__5 = L_3;
int32_t L_4;
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM_dd_6 = L_4;
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral878AE10D03D16A069554617545B8533ED09E594F, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM_ddT_7 = L_5;
int32_t L_6;
L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral68D5513A81FE3BA8EC49159C52E6505DA8BEA242, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___LzHH_8 = L_6;
int32_t L_7;
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral57E00753C198BBF933B5B117333FD89AF5A3E48B, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___LzHH__9 = L_7;
int32_t L_8;
L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral18FF4EE509547E9F427ED4CBAD56460397F93F60, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___LzHH_mm_10 = L_8;
int32_t L_9;
L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral0A068BB3E9EA2EA72CF05B963841C49DBA8EEFF5, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___LzHH_mm__11 = L_9;
int32_t L_10;
L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral92094BBD8DE1A81022C0FCA98F179197BA588E99, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___LzHH_mm_ss_12 = L_10;
int32_t L_11;
L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__13 = L_11;
int32_t L_12;
L_12 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralD3A16BBDB1662D7361031D5B9686BD4A9DD7F9D6, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz_zz_14 = L_12;
int32_t L_13;
L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralDB6A30F5C46ACC70D2AD58ABFB2A19A8F675C314, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz_zz__15 = L_13;
int32_t L_14;
L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral1F164EE4DE39AD90666ACDB4EA0CAABA7853CFCF, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz_zz_zz_16 = L_14;
int32_t L_15;
L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral69520730213CDED741A5919BB83F6E4B8610EDBA, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz___17 = L_15;
int32_t L_16;
L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralF2EE2B9C299895393EAD54EEC93812CB500B915F, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__mm_18 = L_16;
int32_t L_17;
L_17 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralD20945EB99E4CFCA27A66866A791F9AE0B7E4EBB, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__mm__19 = L_17;
int32_t L_18;
L_18 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralA3E0185CFEE766D02511A6B411F83832EC44A795, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__mm___20 = L_18;
int32_t L_19;
L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral2198F1C92174A1B44CB01773603D23F6671D3329, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__mm_dd_21 = L_19;
int32_t L_20;
L_20 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteral111B078632ED414E9392C91DEE241B11C9EE8544, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz____22 = L_20;
int32_t L_21;
L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(_stringLiteralCAF956214D83EED9D9B576DA1D727BD145303948, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz___dd_23 = L_21;
XmlTypeCodeU5BU5D_tD0B97C4F52D97F28CCCD25F34390B7414EA4BA41* L_22 = (XmlTypeCodeU5BU5D_tD0B97C4F52D97F28CCCD25F34390B7414EA4BA41*)(XmlTypeCodeU5BU5D_tD0B97C4F52D97F28CCCD25F34390B7414EA4BA41*)SZArrayNew(XmlTypeCodeU5BU5D_tD0B97C4F52D97F28CCCD25F34390B7414EA4BA41_il2cpp_TypeInfo_var, (uint32_t)8);
XmlTypeCodeU5BU5D_tD0B97C4F52D97F28CCCD25F34390B7414EA4BA41* L_23 = L_22;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_24 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____9DA6B2C4638D1DC7611B7F458BBFE7FD49FE1B36B67239B00B8A051F4E49558F_5_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_23, L_24, NULL);
((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___typeCodes_24 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___typeCodes_24), (void*)L_23);
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.XsdDateTime/Parser
IL2CPP_EXTERN_C void Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_marshal_pinvoke(const Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23& unmarshaled, Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_marshaled_pinvoke& marshaled)
{
marshaled.___typeCode_0 = unmarshaled.___typeCode_0;
marshaled.___year_1 = unmarshaled.___year_1;
marshaled.___month_2 = unmarshaled.___month_2;
marshaled.___day_3 = unmarshaled.___day_3;
marshaled.___hour_4 = unmarshaled.___hour_4;
marshaled.___minute_5 = unmarshaled.___minute_5;
marshaled.___second_6 = unmarshaled.___second_6;
marshaled.___fraction_7 = unmarshaled.___fraction_7;
marshaled.___kind_8 = unmarshaled.___kind_8;
marshaled.___zoneHour_9 = unmarshaled.___zoneHour_9;
marshaled.___zoneMinute_10 = unmarshaled.___zoneMinute_10;
marshaled.___text_11 = il2cpp_codegen_marshal_string(unmarshaled.___text_11);
marshaled.___length_12 = unmarshaled.___length_12;
}
IL2CPP_EXTERN_C void Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_marshal_pinvoke_back(const Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_marshaled_pinvoke& marshaled, Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23& unmarshaled)
{
int32_t unmarshaledtypeCode_temp_0 = 0;
unmarshaledtypeCode_temp_0 = marshaled.___typeCode_0;
unmarshaled.___typeCode_0 = unmarshaledtypeCode_temp_0;
int32_t unmarshaledyear_temp_1 = 0;
unmarshaledyear_temp_1 = marshaled.___year_1;
unmarshaled.___year_1 = unmarshaledyear_temp_1;
int32_t unmarshaledmonth_temp_2 = 0;
unmarshaledmonth_temp_2 = marshaled.___month_2;
unmarshaled.___month_2 = unmarshaledmonth_temp_2;
int32_t unmarshaledday_temp_3 = 0;
unmarshaledday_temp_3 = marshaled.___day_3;
unmarshaled.___day_3 = unmarshaledday_temp_3;
int32_t unmarshaledhour_temp_4 = 0;
unmarshaledhour_temp_4 = marshaled.___hour_4;
unmarshaled.___hour_4 = unmarshaledhour_temp_4;
int32_t unmarshaledminute_temp_5 = 0;
unmarshaledminute_temp_5 = marshaled.___minute_5;
unmarshaled.___minute_5 = unmarshaledminute_temp_5;
int32_t unmarshaledsecond_temp_6 = 0;
unmarshaledsecond_temp_6 = marshaled.___second_6;
unmarshaled.___second_6 = unmarshaledsecond_temp_6;
int32_t unmarshaledfraction_temp_7 = 0;
unmarshaledfraction_temp_7 = marshaled.___fraction_7;
unmarshaled.___fraction_7 = unmarshaledfraction_temp_7;
int32_t unmarshaledkind_temp_8 = 0;
unmarshaledkind_temp_8 = marshaled.___kind_8;
unmarshaled.___kind_8 = unmarshaledkind_temp_8;
int32_t unmarshaledzoneHour_temp_9 = 0;
unmarshaledzoneHour_temp_9 = marshaled.___zoneHour_9;
unmarshaled.___zoneHour_9 = unmarshaledzoneHour_temp_9;
int32_t unmarshaledzoneMinute_temp_10 = 0;
unmarshaledzoneMinute_temp_10 = marshaled.___zoneMinute_10;
unmarshaled.___zoneMinute_10 = unmarshaledzoneMinute_temp_10;
unmarshaled.___text_11 = il2cpp_codegen_marshal_string_result(marshaled.___text_11);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___text_11), (void*)il2cpp_codegen_marshal_string_result(marshaled.___text_11));
int32_t unmarshaledlength_temp_12 = 0;
unmarshaledlength_temp_12 = marshaled.___length_12;
unmarshaled.___length_12 = unmarshaledlength_temp_12;
}
// Conversion method for clean up from marshalling of: System.Xml.Schema.XsdDateTime/Parser
IL2CPP_EXTERN_C void Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_marshal_pinvoke_cleanup(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___text_11);
marshaled.___text_11 = NULL;
}
// Conversion methods for marshalling of: System.Xml.Schema.XsdDateTime/Parser
IL2CPP_EXTERN_C void Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_marshal_com(const Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23& unmarshaled, Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_marshaled_com& marshaled)
{
marshaled.___typeCode_0 = unmarshaled.___typeCode_0;
marshaled.___year_1 = unmarshaled.___year_1;
marshaled.___month_2 = unmarshaled.___month_2;
marshaled.___day_3 = unmarshaled.___day_3;
marshaled.___hour_4 = unmarshaled.___hour_4;
marshaled.___minute_5 = unmarshaled.___minute_5;
marshaled.___second_6 = unmarshaled.___second_6;
marshaled.___fraction_7 = unmarshaled.___fraction_7;
marshaled.___kind_8 = unmarshaled.___kind_8;
marshaled.___zoneHour_9 = unmarshaled.___zoneHour_9;
marshaled.___zoneMinute_10 = unmarshaled.___zoneMinute_10;
marshaled.___text_11 = il2cpp_codegen_marshal_bstring(unmarshaled.___text_11);
marshaled.___length_12 = unmarshaled.___length_12;
}
IL2CPP_EXTERN_C void Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_marshal_com_back(const Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_marshaled_com& marshaled, Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23& unmarshaled)
{
int32_t unmarshaledtypeCode_temp_0 = 0;
unmarshaledtypeCode_temp_0 = marshaled.___typeCode_0;
unmarshaled.___typeCode_0 = unmarshaledtypeCode_temp_0;
int32_t unmarshaledyear_temp_1 = 0;
unmarshaledyear_temp_1 = marshaled.___year_1;
unmarshaled.___year_1 = unmarshaledyear_temp_1;
int32_t unmarshaledmonth_temp_2 = 0;
unmarshaledmonth_temp_2 = marshaled.___month_2;
unmarshaled.___month_2 = unmarshaledmonth_temp_2;
int32_t unmarshaledday_temp_3 = 0;
unmarshaledday_temp_3 = marshaled.___day_3;
unmarshaled.___day_3 = unmarshaledday_temp_3;
int32_t unmarshaledhour_temp_4 = 0;
unmarshaledhour_temp_4 = marshaled.___hour_4;
unmarshaled.___hour_4 = unmarshaledhour_temp_4;
int32_t unmarshaledminute_temp_5 = 0;
unmarshaledminute_temp_5 = marshaled.___minute_5;
unmarshaled.___minute_5 = unmarshaledminute_temp_5;
int32_t unmarshaledsecond_temp_6 = 0;
unmarshaledsecond_temp_6 = marshaled.___second_6;
unmarshaled.___second_6 = unmarshaledsecond_temp_6;
int32_t unmarshaledfraction_temp_7 = 0;
unmarshaledfraction_temp_7 = marshaled.___fraction_7;
unmarshaled.___fraction_7 = unmarshaledfraction_temp_7;
int32_t unmarshaledkind_temp_8 = 0;
unmarshaledkind_temp_8 = marshaled.___kind_8;
unmarshaled.___kind_8 = unmarshaledkind_temp_8;
int32_t unmarshaledzoneHour_temp_9 = 0;
unmarshaledzoneHour_temp_9 = marshaled.___zoneHour_9;
unmarshaled.___zoneHour_9 = unmarshaledzoneHour_temp_9;
int32_t unmarshaledzoneMinute_temp_10 = 0;
unmarshaledzoneMinute_temp_10 = marshaled.___zoneMinute_10;
unmarshaled.___zoneMinute_10 = unmarshaledzoneMinute_temp_10;
unmarshaled.___text_11 = il2cpp_codegen_marshal_bstring_result(marshaled.___text_11);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___text_11), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___text_11));
int32_t unmarshaledlength_temp_12 = 0;
unmarshaledlength_temp_12 = marshaled.___length_12;
unmarshaled.___length_12 = unmarshaledlength_temp_12;
}
// Conversion method for clean up from marshalling of: System.Xml.Schema.XsdDateTime/Parser
IL2CPP_EXTERN_C void Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_marshal_com_cleanup(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___text_11);
marshaled.___text_11 = NULL;
}
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::Parse(System.String,System.Xml.Schema.XsdDateTimeFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_Parse_m4027B362756419C910E1D041BB6CE2035B3603D9 (Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* __this, String_t* ___text0, int32_t ___kinds1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___text0;
__this->___text_11 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___text_11), (void*)L_0);
String_t* L_1 = ___text0;
int32_t L_2;
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
__this->___length_12 = L_2;
V_0 = 0;
goto IL_001b;
}
IL_0017:
{
int32_t L_3 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_3, 1));
}
IL_001b:
{
int32_t L_4 = V_0;
int32_t L_5 = __this->___length_12;
if ((((int32_t)L_4) >= ((int32_t)L_5)))
{
goto IL_0032;
}
}
{
String_t* L_6 = ___text0;
int32_t L_7 = V_0;
Il2CppChar L_8;
L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, L_7, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_8, NULL);
if (L_9)
{
goto IL_0017;
}
}
IL_0032:
{
int32_t L_10 = ___kinds1;
il2cpp_codegen_runtime_class_init_inline(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var);
bool L_11;
L_11 = Parser_Test_m71B29FA9D834781A60C10EC0EBA3B24FBF7240DD(L_10, ((int32_t)773), NULL);
if (!L_11)
{
goto IL_0125;
}
}
{
int32_t L_12 = V_0;
bool L_13;
L_13 = Parser_ParseDate_mDD1FC2A4390DBB0F116BCA9CAA17D3ECE36D90E3(__this, L_12, NULL);
if (!L_13)
{
goto IL_0125;
}
}
{
int32_t L_14 = ___kinds1;
il2cpp_codegen_runtime_class_init_inline(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var);
bool L_15;
L_15 = Parser_Test_m71B29FA9D834781A60C10EC0EBA3B24FBF7240DD(L_14, 1, NULL);
if (!L_15)
{
goto IL_0080;
}
}
{
int32_t L_16 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_17 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM_dd_6;
bool L_18;
L_18 = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(__this, ((int32_t)il2cpp_codegen_add(L_16, L_17)), ((int32_t)84), NULL);
if (!L_18)
{
goto IL_0080;
}
}
{
int32_t L_19 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_20 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM_ddT_7;
bool L_21;
L_21 = Parser_ParseTimeAndZoneAndWhitespace_m7D228802D6E72D8F6640D71EA9603F40358B77DD(__this, ((int32_t)il2cpp_codegen_add(L_19, L_20)), NULL);
if (!L_21)
{
goto IL_0080;
}
}
{
__this->___typeCode_0 = 0;
return (bool)1;
}
IL_0080:
{
int32_t L_22 = ___kinds1;
il2cpp_codegen_runtime_class_init_inline(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var);
bool L_23;
L_23 = Parser_Test_m71B29FA9D834781A60C10EC0EBA3B24FBF7240DD(L_22, 4, NULL);
if (!L_23)
{
goto IL_00a1;
}
}
{
int32_t L_24 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_25 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM_dd_6;
bool L_26;
L_26 = Parser_ParseZoneAndWhitespace_m59547EAFB80879B5FE3665C0EF560945A1003A25(__this, ((int32_t)il2cpp_codegen_add(L_24, L_25)), NULL);
if (!L_26)
{
goto IL_00a1;
}
}
{
__this->___typeCode_0 = 2;
return (bool)1;
}
IL_00a1:
{
int32_t L_27 = ___kinds1;
il2cpp_codegen_runtime_class_init_inline(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var);
bool L_28;
L_28 = Parser_Test_m71B29FA9D834781A60C10EC0EBA3B24FBF7240DD(L_27, ((int32_t)512), NULL);
if (!L_28)
{
goto IL_00e6;
}
}
{
int32_t L_29 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_30 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM_dd_6;
bool L_31;
L_31 = Parser_ParseZoneAndWhitespace_m59547EAFB80879B5FE3665C0EF560945A1003A25(__this, ((int32_t)il2cpp_codegen_add(L_29, L_30)), NULL);
if (L_31)
{
goto IL_00dd;
}
}
{
int32_t L_32 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_33 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM_dd_6;
bool L_34;
L_34 = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(__this, ((int32_t)il2cpp_codegen_add(L_32, L_33)), ((int32_t)84), NULL);
if (!L_34)
{
goto IL_00e6;
}
}
{
int32_t L_35 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_36 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM_ddT_7;
bool L_37;
L_37 = Parser_ParseTimeAndZoneAndWhitespace_m7D228802D6E72D8F6640D71EA9603F40358B77DD(__this, ((int32_t)il2cpp_codegen_add(L_35, L_36)), NULL);
if (!L_37)
{
goto IL_00e6;
}
}
IL_00dd:
{
__this->___typeCode_0 = 8;
return (bool)1;
}
IL_00e6:
{
int32_t L_38 = ___kinds1;
il2cpp_codegen_runtime_class_init_inline(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var);
bool L_39;
L_39 = Parser_Test_m71B29FA9D834781A60C10EC0EBA3B24FBF7240DD(L_38, ((int32_t)256), NULL);
if (!L_39)
{
goto IL_0125;
}
}
{
int32_t L_40 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_41 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM_dd_6;
bool L_42;
L_42 = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(__this, ((int32_t)il2cpp_codegen_add(L_40, L_41)), ((int32_t)84), NULL);
if (!L_42)
{
goto IL_011c;
}
}
{
int32_t L_43 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_44 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM_ddT_7;
bool L_45;
L_45 = Parser_ParseTimeAndWhitespace_mF1CAE3E888701743D8C536884D629EE0F22B1D21(__this, ((int32_t)il2cpp_codegen_add(L_43, L_44)), NULL);
if (!L_45)
{
goto IL_0125;
}
}
{
__this->___typeCode_0 = 8;
return (bool)1;
}
IL_011c:
{
__this->___typeCode_0 = 8;
return (bool)1;
}
IL_0125:
{
int32_t L_46 = ___kinds1;
il2cpp_codegen_runtime_class_init_inline(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var);
bool L_47;
L_47 = Parser_Test_m71B29FA9D834781A60C10EC0EBA3B24FBF7240DD(L_46, 2, NULL);
if (!L_47)
{
goto IL_0159;
}
}
{
int32_t L_48 = V_0;
bool L_49;
L_49 = Parser_ParseTimeAndZoneAndWhitespace_m7D228802D6E72D8F6640D71EA9603F40358B77DD(__this, L_48, NULL);
if (!L_49)
{
goto IL_0159;
}
}
{
__this->___year_1 = ((int32_t)1904);
__this->___month_2 = 1;
__this->___day_3 = 1;
__this->___typeCode_0 = 1;
return (bool)1;
}
IL_0159:
{
int32_t L_50 = ___kinds1;
il2cpp_codegen_runtime_class_init_inline(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var);
bool L_51;
L_51 = Parser_Test_m71B29FA9D834781A60C10EC0EBA3B24FBF7240DD(L_50, ((int32_t)1024), NULL);
if (!L_51)
{
goto IL_0191;
}
}
{
int32_t L_52 = V_0;
bool L_53;
L_53 = Parser_ParseTimeAndWhitespace_mF1CAE3E888701743D8C536884D629EE0F22B1D21(__this, L_52, NULL);
if (!L_53)
{
goto IL_0191;
}
}
{
__this->___year_1 = ((int32_t)1904);
__this->___month_2 = 1;
__this->___day_3 = 1;
__this->___typeCode_0 = 1;
return (bool)1;
}
IL_0191:
{
int32_t L_54 = ___kinds1;
il2cpp_codegen_runtime_class_init_inline(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var);
bool L_55;
L_55 = Parser_Test_m71B29FA9D834781A60C10EC0EBA3B24FBF7240DD(L_54, ((int32_t)24), NULL);
if (!L_55)
{
goto IL_024d;
}
}
{
int32_t L_56 = V_0;
int32_t* L_57 = (&__this->___year_1);
bool L_58;
L_58 = Parser_Parse4Dig_m1CCFFA25225A107685596935A622002FDACEF084(__this, L_56, L_57, NULL);
if (!L_58)
{
goto IL_024d;
}
}
{
int32_t L_59 = __this->___year_1;
if ((((int32_t)1) > ((int32_t)L_59)))
{
goto IL_024d;
}
}
{
int32_t L_60 = ___kinds1;
il2cpp_codegen_runtime_class_init_inline(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var);
bool L_61;
L_61 = Parser_Test_m71B29FA9D834781A60C10EC0EBA3B24FBF7240DD(L_60, 8, NULL);
if (!L_61)
{
goto IL_021d;
}
}
{
int32_t L_62 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_63 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_2;
bool L_64;
L_64 = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(__this, ((int32_t)il2cpp_codegen_add(L_62, L_63)), ((int32_t)45), NULL);
if (!L_64)
{
goto IL_021d;
}
}
{
int32_t L_65 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_66 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy__3;
int32_t* L_67 = (&__this->___month_2);
bool L_68;
L_68 = Parser_Parse2Dig_m39FAABE5DA648F49504BB6561597C9D61AA5895A(__this, ((int32_t)il2cpp_codegen_add(L_65, L_66)), L_67, NULL);
if (!L_68)
{
goto IL_021d;
}
}
{
int32_t L_69 = __this->___month_2;
if ((((int32_t)1) > ((int32_t)L_69)))
{
goto IL_021d;
}
}
{
int32_t L_70 = __this->___month_2;
if ((((int32_t)L_70) > ((int32_t)((int32_t)12))))
{
goto IL_021d;
}
}
{
int32_t L_71 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_72 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM_4;
bool L_73;
L_73 = Parser_ParseZoneAndWhitespace_m59547EAFB80879B5FE3665C0EF560945A1003A25(__this, ((int32_t)il2cpp_codegen_add(L_71, L_72)), NULL);
if (!L_73)
{
goto IL_021d;
}
}
{
__this->___day_3 = 1;
__this->___typeCode_0 = 3;
return (bool)1;
}
IL_021d:
{
int32_t L_74 = ___kinds1;
il2cpp_codegen_runtime_class_init_inline(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var);
bool L_75;
L_75 = Parser_Test_m71B29FA9D834781A60C10EC0EBA3B24FBF7240DD(L_74, ((int32_t)16), NULL);
if (!L_75)
{
goto IL_024d;
}
}
{
int32_t L_76 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_77 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_2;
bool L_78;
L_78 = Parser_ParseZoneAndWhitespace_m59547EAFB80879B5FE3665C0EF560945A1003A25(__this, ((int32_t)il2cpp_codegen_add(L_76, L_77)), NULL);
if (!L_78)
{
goto IL_024d;
}
}
{
__this->___month_2 = 1;
__this->___day_3 = 1;
__this->___typeCode_0 = 4;
return (bool)1;
}
IL_024d:
{
int32_t L_79 = ___kinds1;
il2cpp_codegen_runtime_class_init_inline(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var);
bool L_80;
L_80 = Parser_Test_m71B29FA9D834781A60C10EC0EBA3B24FBF7240DD(L_79, ((int32_t)160), NULL);
if (!L_80)
{
goto IL_038c;
}
}
{
int32_t L_81 = V_0;
bool L_82;
L_82 = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(__this, L_81, ((int32_t)45), NULL);
if (!L_82)
{
goto IL_038c;
}
}
{
int32_t L_83 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_84 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__13;
bool L_85;
L_85 = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(__this, ((int32_t)il2cpp_codegen_add(L_83, L_84)), ((int32_t)45), NULL);
if (!L_85)
{
goto IL_038c;
}
}
{
int32_t L_86 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_87 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz___17;
int32_t* L_88 = (&__this->___month_2);
bool L_89;
L_89 = Parser_Parse2Dig_m39FAABE5DA648F49504BB6561597C9D61AA5895A(__this, ((int32_t)il2cpp_codegen_add(L_86, L_87)), L_88, NULL);
if (!L_89)
{
goto IL_038c;
}
}
{
int32_t L_90 = __this->___month_2;
if ((((int32_t)1) > ((int32_t)L_90)))
{
goto IL_038c;
}
}
{
int32_t L_91 = __this->___month_2;
if ((((int32_t)L_91) > ((int32_t)((int32_t)12))))
{
goto IL_038c;
}
}
{
int32_t L_92 = ___kinds1;
il2cpp_codegen_runtime_class_init_inline(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var);
bool L_93;
L_93 = Parser_Test_m71B29FA9D834781A60C10EC0EBA3B24FBF7240DD(L_92, ((int32_t)32), NULL);
if (!L_93)
{
goto IL_0324;
}
}
{
int32_t L_94 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_95 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__mm_18;
bool L_96;
L_96 = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(__this, ((int32_t)il2cpp_codegen_add(L_94, L_95)), ((int32_t)45), NULL);
if (!L_96)
{
goto IL_0324;
}
}
{
int32_t L_97 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_98 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__mm__19;
int32_t* L_99 = (&__this->___day_3);
bool L_100;
L_100 = Parser_Parse2Dig_m39FAABE5DA648F49504BB6561597C9D61AA5895A(__this, ((int32_t)il2cpp_codegen_add(L_97, L_98)), L_99, NULL);
if (!L_100)
{
goto IL_0324;
}
}
{
int32_t L_101 = __this->___day_3;
if ((((int32_t)1) > ((int32_t)L_101)))
{
goto IL_0324;
}
}
{
int32_t L_102 = __this->___day_3;
int32_t L_103 = __this->___month_2;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int32_t L_104;
L_104 = DateTime_DaysInMonth_mB6063AA3711F1EE486B5FF6C858CDA9B04DD3977(((int32_t)1904), L_103, NULL);
if ((((int32_t)L_102) > ((int32_t)L_104)))
{
goto IL_0324;
}
}
{
int32_t L_105 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_106 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__mm_dd_21;
bool L_107;
L_107 = Parser_ParseZoneAndWhitespace_m59547EAFB80879B5FE3665C0EF560945A1003A25(__this, ((int32_t)il2cpp_codegen_add(L_105, L_106)), NULL);
if (!L_107)
{
goto IL_0324;
}
}
{
__this->___year_1 = ((int32_t)1904);
__this->___typeCode_0 = 5;
return (bool)1;
}
IL_0324:
{
int32_t L_108 = ___kinds1;
il2cpp_codegen_runtime_class_init_inline(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var);
bool L_109;
L_109 = Parser_Test_m71B29FA9D834781A60C10EC0EBA3B24FBF7240DD(L_108, ((int32_t)128), NULL);
if (!L_109)
{
goto IL_038c;
}
}
{
int32_t L_110 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_111 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__mm_18;
bool L_112;
L_112 = Parser_ParseZoneAndWhitespace_m59547EAFB80879B5FE3665C0EF560945A1003A25(__this, ((int32_t)il2cpp_codegen_add(L_110, L_111)), NULL);
if (L_112)
{
goto IL_0371;
}
}
{
int32_t L_113 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_114 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__mm_18;
bool L_115;
L_115 = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(__this, ((int32_t)il2cpp_codegen_add(L_113, L_114)), ((int32_t)45), NULL);
if (!L_115)
{
goto IL_038c;
}
}
{
int32_t L_116 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_117 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__mm__19;
bool L_118;
L_118 = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(__this, ((int32_t)il2cpp_codegen_add(L_116, L_117)), ((int32_t)45), NULL);
if (!L_118)
{
goto IL_038c;
}
}
{
int32_t L_119 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_120 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__mm___20;
bool L_121;
L_121 = Parser_ParseZoneAndWhitespace_m59547EAFB80879B5FE3665C0EF560945A1003A25(__this, ((int32_t)il2cpp_codegen_add(L_119, L_120)), NULL);
if (!L_121)
{
goto IL_038c;
}
}
IL_0371:
{
__this->___year_1 = ((int32_t)1904);
__this->___day_3 = 1;
__this->___typeCode_0 = 7;
return (bool)1;
}
IL_038c:
{
int32_t L_122 = ___kinds1;
il2cpp_codegen_runtime_class_init_inline(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var);
bool L_123;
L_123 = Parser_Test_m71B29FA9D834781A60C10EC0EBA3B24FBF7240DD(L_122, ((int32_t)64), NULL);
if (!L_123)
{
goto IL_0421;
}
}
{
int32_t L_124 = V_0;
bool L_125;
L_125 = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(__this, L_124, ((int32_t)45), NULL);
if (!L_125)
{
goto IL_0421;
}
}
{
int32_t L_126 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_127 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__13;
bool L_128;
L_128 = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(__this, ((int32_t)il2cpp_codegen_add(L_126, L_127)), ((int32_t)45), NULL);
if (!L_128)
{
goto IL_0421;
}
}
{
int32_t L_129 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_130 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz___17;
bool L_131;
L_131 = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(__this, ((int32_t)il2cpp_codegen_add(L_129, L_130)), ((int32_t)45), NULL);
if (!L_131)
{
goto IL_0421;
}
}
{
int32_t L_132 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_133 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz____22;
int32_t* L_134 = (&__this->___day_3);
bool L_135;
L_135 = Parser_Parse2Dig_m39FAABE5DA648F49504BB6561597C9D61AA5895A(__this, ((int32_t)il2cpp_codegen_add(L_132, L_133)), L_134, NULL);
if (!L_135)
{
goto IL_0421;
}
}
{
int32_t L_136 = __this->___day_3;
if ((((int32_t)1) > ((int32_t)L_136)))
{
goto IL_0421;
}
}
{
int32_t L_137 = __this->___day_3;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int32_t L_138;
L_138 = DateTime_DaysInMonth_mB6063AA3711F1EE486B5FF6C858CDA9B04DD3977(((int32_t)1904), 1, NULL);
if ((((int32_t)L_137) > ((int32_t)L_138)))
{
goto IL_0421;
}
}
{
int32_t L_139 = V_0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_140 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz___dd_23;
bool L_141;
L_141 = Parser_ParseZoneAndWhitespace_m59547EAFB80879B5FE3665C0EF560945A1003A25(__this, ((int32_t)il2cpp_codegen_add(L_139, L_140)), NULL);
if (!L_141)
{
goto IL_0421;
}
}
{
__this->___year_1 = ((int32_t)1904);
__this->___month_2 = 1;
__this->___typeCode_0 = 6;
return (bool)1;
}
IL_0421:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool Parser_Parse_m4027B362756419C910E1D041BB6CE2035B3603D9_AdjustorThunk (RuntimeObject* __this, String_t* ___text0, int32_t ___kinds1, const RuntimeMethod* method)
{
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23*>(__this + _offset);
bool _returnValue;
_returnValue = Parser_Parse_m4027B362756419C910E1D041BB6CE2035B3603D9(_thisAdjusted, ___text0, ___kinds1, method);
return _returnValue;
}
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::ParseDate(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_ParseDate_mDD1FC2A4390DBB0F116BCA9CAA17D3ECE36D90E3 (Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* __this, int32_t ___start0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___start0;
int32_t* L_1 = (&__this->___year_1);
bool L_2;
L_2 = Parser_Parse4Dig_m1CCFFA25225A107685596935A622002FDACEF084(__this, L_0, L_1, NULL);
if (!L_2)
{
goto IL_00a3;
}
}
{
int32_t L_3 = __this->___year_1;
if ((((int32_t)1) > ((int32_t)L_3)))
{
goto IL_00a3;
}
}
{
int32_t L_4 = ___start0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_5 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_2;
bool L_6;
L_6 = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(__this, ((int32_t)il2cpp_codegen_add(L_4, L_5)), ((int32_t)45), NULL);
if (!L_6)
{
goto IL_00a3;
}
}
{
int32_t L_7 = ___start0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_8 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy__3;
int32_t* L_9 = (&__this->___month_2);
bool L_10;
L_10 = Parser_Parse2Dig_m39FAABE5DA648F49504BB6561597C9D61AA5895A(__this, ((int32_t)il2cpp_codegen_add(L_7, L_8)), L_9, NULL);
if (!L_10)
{
goto IL_00a3;
}
}
{
int32_t L_11 = __this->___month_2;
if ((((int32_t)1) > ((int32_t)L_11)))
{
goto IL_00a3;
}
}
{
int32_t L_12 = __this->___month_2;
if ((((int32_t)L_12) > ((int32_t)((int32_t)12))))
{
goto IL_00a3;
}
}
{
int32_t L_13 = ___start0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_14 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM_4;
bool L_15;
L_15 = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(__this, ((int32_t)il2cpp_codegen_add(L_13, L_14)), ((int32_t)45), NULL);
if (!L_15)
{
goto IL_00a3;
}
}
{
int32_t L_16 = ___start0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_17 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lzyyyy_MM__5;
int32_t* L_18 = (&__this->___day_3);
bool L_19;
L_19 = Parser_Parse2Dig_m39FAABE5DA648F49504BB6561597C9D61AA5895A(__this, ((int32_t)il2cpp_codegen_add(L_16, L_17)), L_18, NULL);
if (!L_19)
{
goto IL_00a3;
}
}
{
int32_t L_20 = __this->___day_3;
if ((((int32_t)1) > ((int32_t)L_20)))
{
goto IL_00a3;
}
}
{
int32_t L_21 = __this->___day_3;
int32_t L_22 = __this->___year_1;
int32_t L_23 = __this->___month_2;
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
int32_t L_24;
L_24 = DateTime_DaysInMonth_mB6063AA3711F1EE486B5FF6C858CDA9B04DD3977(L_22, L_23, NULL);
return (bool)((((int32_t)((((int32_t)L_21) > ((int32_t)L_24))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_00a3:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool Parser_ParseDate_mDD1FC2A4390DBB0F116BCA9CAA17D3ECE36D90E3_AdjustorThunk (RuntimeObject* __this, int32_t ___start0, const RuntimeMethod* method)
{
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23*>(__this + _offset);
bool _returnValue;
_returnValue = Parser_ParseDate_mDD1FC2A4390DBB0F116BCA9CAA17D3ECE36D90E3(_thisAdjusted, ___start0, method);
return _returnValue;
}
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::ParseTimeAndZoneAndWhitespace(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_ParseTimeAndZoneAndWhitespace_m7D228802D6E72D8F6640D71EA9603F40358B77DD (Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* __this, int32_t ___start0, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = Parser_ParseTime_mF90100413CE0C7543E81BB585E86322A64090420(__this, (&___start0), NULL);
if (!L_0)
{
goto IL_0015;
}
}
{
int32_t L_1 = ___start0;
bool L_2;
L_2 = Parser_ParseZoneAndWhitespace_m59547EAFB80879B5FE3665C0EF560945A1003A25(__this, L_1, NULL);
if (!L_2)
{
goto IL_0015;
}
}
{
return (bool)1;
}
IL_0015:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool Parser_ParseTimeAndZoneAndWhitespace_m7D228802D6E72D8F6640D71EA9603F40358B77DD_AdjustorThunk (RuntimeObject* __this, int32_t ___start0, const RuntimeMethod* method)
{
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23*>(__this + _offset);
bool _returnValue;
_returnValue = Parser_ParseTimeAndZoneAndWhitespace_m7D228802D6E72D8F6640D71EA9603F40358B77DD(_thisAdjusted, ___start0, method);
return _returnValue;
}
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::ParseTimeAndWhitespace(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_ParseTimeAndWhitespace_mF1CAE3E888701743D8C536884D629EE0F22B1D21 (Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* __this, int32_t ___start0, const RuntimeMethod* method)
{
{
bool L_0;
L_0 = Parser_ParseTime_mF90100413CE0C7543E81BB585E86322A64090420(__this, (&___start0), NULL);
if (!L_0)
{
goto IL_0024;
}
}
{
goto IL_0011;
}
IL_000c:
{
int32_t L_1 = ___start0;
___start0 = ((int32_t)il2cpp_codegen_add(L_1, 1));
}
IL_0011:
{
int32_t L_2 = ___start0;
int32_t L_3 = __this->___length_12;
if ((((int32_t)L_2) < ((int32_t)L_3)))
{
goto IL_000c;
}
}
{
int32_t L_4 = ___start0;
int32_t L_5 = __this->___length_12;
return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0);
}
IL_0024:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool Parser_ParseTimeAndWhitespace_mF1CAE3E888701743D8C536884D629EE0F22B1D21_AdjustorThunk (RuntimeObject* __this, int32_t ___start0, const RuntimeMethod* method)
{
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23*>(__this + _offset);
bool _returnValue;
_returnValue = Parser_ParseTimeAndWhitespace_mF1CAE3E888701743D8C536884D629EE0F22B1D21(_thisAdjusted, ___start0, method);
return _returnValue;
}
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::ParseTime(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_ParseTime_mF90100413CE0C7543E81BB585E86322A64090420 (Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* __this, int32_t* ___start0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
int32_t* L_0 = ___start0;
int32_t L_1 = *((int32_t*)L_0);
int32_t* L_2 = (&__this->___hour_4);
bool L_3;
L_3 = Parser_Parse2Dig_m39FAABE5DA648F49504BB6561597C9D61AA5895A(__this, L_1, L_2, NULL);
if (!L_3)
{
goto IL_0159;
}
}
{
int32_t L_4 = __this->___hour_4;
if ((((int32_t)L_4) >= ((int32_t)((int32_t)24))))
{
goto IL_0159;
}
}
{
int32_t* L_5 = ___start0;
int32_t L_6 = *((int32_t*)L_5);
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_7 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___LzHH_8;
bool L_8;
L_8 = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(__this, ((int32_t)il2cpp_codegen_add(L_6, L_7)), ((int32_t)58), NULL);
if (!L_8)
{
goto IL_0159;
}
}
{
int32_t* L_9 = ___start0;
int32_t L_10 = *((int32_t*)L_9);
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_11 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___LzHH__9;
int32_t* L_12 = (&__this->___minute_5);
bool L_13;
L_13 = Parser_Parse2Dig_m39FAABE5DA648F49504BB6561597C9D61AA5895A(__this, ((int32_t)il2cpp_codegen_add(L_10, L_11)), L_12, NULL);
if (!L_13)
{
goto IL_0159;
}
}
{
int32_t L_14 = __this->___minute_5;
if ((((int32_t)L_14) >= ((int32_t)((int32_t)60))))
{
goto IL_0159;
}
}
{
int32_t* L_15 = ___start0;
int32_t L_16 = *((int32_t*)L_15);
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_17 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___LzHH_mm_10;
bool L_18;
L_18 = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(__this, ((int32_t)il2cpp_codegen_add(L_16, L_17)), ((int32_t)58), NULL);
if (!L_18)
{
goto IL_0159;
}
}
{
int32_t* L_19 = ___start0;
int32_t L_20 = *((int32_t*)L_19);
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_21 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___LzHH_mm__11;
int32_t* L_22 = (&__this->___second_6);
bool L_23;
L_23 = Parser_Parse2Dig_m39FAABE5DA648F49504BB6561597C9D61AA5895A(__this, ((int32_t)il2cpp_codegen_add(L_20, L_21)), L_22, NULL);
if (!L_23)
{
goto IL_0159;
}
}
{
int32_t L_24 = __this->___second_6;
if ((((int32_t)L_24) >= ((int32_t)((int32_t)60))))
{
goto IL_0159;
}
}
{
int32_t* L_25 = ___start0;
int32_t* L_26 = ___start0;
int32_t L_27 = *((int32_t*)L_26);
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_28 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___LzHH_mm_ss_12;
*((int32_t*)L_25) = (int32_t)((int32_t)il2cpp_codegen_add(L_27, L_28));
int32_t* L_29 = ___start0;
int32_t L_30 = *((int32_t*)L_29);
bool L_31;
L_31 = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(__this, L_30, ((int32_t)46), NULL);
if (!L_31)
{
goto IL_0157;
}
}
{
__this->___fraction_7 = 0;
V_0 = 0;
V_1 = 0;
goto IL_010a;
}
IL_00bc:
{
String_t* L_32 = __this->___text_11;
int32_t* L_33 = ___start0;
int32_t L_34 = *((int32_t*)L_33);
Il2CppChar L_35;
L_35 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_32, L_34, NULL);
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, ((int32_t)48)));
int32_t L_36 = V_2;
if ((!(((uint32_t)((int32_t)9)) >= ((uint32_t)L_36))))
{
goto IL_011b;
}
}
{
int32_t L_37 = V_0;
if ((((int32_t)L_37) >= ((int32_t)7)))
{
goto IL_00e9;
}
}
{
int32_t L_38 = __this->___fraction_7;
int32_t L_39 = V_2;
__this->___fraction_7 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_38, ((int32_t)10))), L_39));
goto IL_0106;
}
IL_00e9:
{
int32_t L_40 = V_0;
if ((!(((uint32_t)L_40) == ((uint32_t)7))))
{
goto IL_00fd;
}
}
{
int32_t L_41 = V_2;
if ((((int32_t)5) >= ((int32_t)L_41)))
{
goto IL_00f5;
}
}
{
V_1 = 1;
goto IL_0106;
}
IL_00f5:
{
int32_t L_42 = V_2;
if ((!(((uint32_t)L_42) == ((uint32_t)5))))
{
goto IL_0106;
}
}
{
V_1 = (-1);
goto IL_0106;
}
IL_00fd:
{
int32_t L_43 = V_1;
if ((((int32_t)L_43) >= ((int32_t)0)))
{
goto IL_0106;
}
}
{
int32_t L_44 = V_2;
if (!L_44)
{
goto IL_0106;
}
}
{
V_1 = 1;
}
IL_0106:
{
int32_t L_45 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_45, 1));
}
IL_010a:
{
int32_t* L_46 = ___start0;
int32_t* L_47 = ___start0;
int32_t L_48 = *((int32_t*)L_47);
V_3 = ((int32_t)il2cpp_codegen_add(L_48, 1));
int32_t L_49 = V_3;
*((int32_t*)L_46) = (int32_t)L_49;
int32_t L_50 = V_3;
int32_t L_51 = __this->___length_12;
if ((((int32_t)L_50) < ((int32_t)L_51)))
{
goto IL_00bc;
}
}
IL_011b:
{
int32_t L_52 = V_0;
if ((((int32_t)L_52) >= ((int32_t)7)))
{
goto IL_013c;
}
}
{
int32_t L_53 = V_0;
if (L_53)
{
goto IL_0124;
}
}
{
return (bool)0;
}
IL_0124:
{
int32_t L_54 = __this->___fraction_7;
il2cpp_codegen_runtime_class_init_inline(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_55 = ((Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var))->___Power10_13;
int32_t L_56 = V_0;
int32_t L_57 = ((int32_t)il2cpp_codegen_subtract(7, L_56));
int32_t L_58 = (L_55)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_57));
__this->___fraction_7 = ((int32_t)il2cpp_codegen_multiply(L_54, L_58));
goto IL_0157;
}
IL_013c:
{
int32_t L_59 = V_1;
if ((((int32_t)L_59) >= ((int32_t)0)))
{
goto IL_0149;
}
}
{
int32_t L_60 = __this->___fraction_7;
V_1 = ((int32_t)(L_60&1));
}
IL_0149:
{
int32_t L_61 = __this->___fraction_7;
int32_t L_62 = V_1;
__this->___fraction_7 = ((int32_t)il2cpp_codegen_add(L_61, L_62));
}
IL_0157:
{
return (bool)1;
}
IL_0159:
{
__this->___hour_4 = 0;
return (bool)0;
}
}
IL2CPP_EXTERN_C bool Parser_ParseTime_mF90100413CE0C7543E81BB585E86322A64090420_AdjustorThunk (RuntimeObject* __this, int32_t* ___start0, const RuntimeMethod* method)
{
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23*>(__this + _offset);
bool _returnValue;
_returnValue = Parser_ParseTime_mF90100413CE0C7543E81BB585E86322A64090420(_thisAdjusted, ___start0, method);
return _returnValue;
}
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::ParseZoneAndWhitespace(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_ParseZoneAndWhitespace_m59547EAFB80879B5FE3665C0EF560945A1003A25 (Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* __this, int32_t ___start0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
{
int32_t L_0 = ___start0;
int32_t L_1 = __this->___length_12;
if ((((int32_t)L_0) >= ((int32_t)L_1)))
{
goto IL_00c4;
}
}
{
String_t* L_2 = __this->___text_11;
int32_t L_3 = ___start0;
Il2CppChar L_4;
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, L_3, NULL);
V_0 = L_4;
Il2CppChar L_5 = V_0;
if ((((int32_t)L_5) == ((int32_t)((int32_t)90))))
{
goto IL_0023;
}
}
{
Il2CppChar L_6 = V_0;
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)122)))))
{
goto IL_0034;
}
}
IL_0023:
{
__this->___kind_8 = 1;
int32_t L_7 = ___start0;
___start0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
goto IL_00c4;
}
IL_0034:
{
int32_t L_8 = ___start0;
int32_t L_9 = __this->___length_12;
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_8, 5))) >= ((int32_t)L_9)))
{
goto IL_00c4;
}
}
{
int32_t L_10 = ___start0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_11 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz__13;
int32_t* L_12 = (&__this->___zoneHour_9);
bool L_13;
L_13 = Parser_Parse2Dig_m39FAABE5DA648F49504BB6561597C9D61AA5895A(__this, ((int32_t)il2cpp_codegen_add(L_10, L_11)), L_12, NULL);
if (!L_13)
{
goto IL_00c4;
}
}
{
int32_t L_14 = __this->___zoneHour_9;
if ((((int32_t)L_14) > ((int32_t)((int32_t)99))))
{
goto IL_00c4;
}
}
{
int32_t L_15 = ___start0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_16 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz_zz_14;
bool L_17;
L_17 = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(__this, ((int32_t)il2cpp_codegen_add(L_15, L_16)), ((int32_t)58), NULL);
if (!L_17)
{
goto IL_00c4;
}
}
{
int32_t L_18 = ___start0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_19 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz_zz__15;
int32_t* L_20 = (&__this->___zoneMinute_10);
bool L_21;
L_21 = Parser_Parse2Dig_m39FAABE5DA648F49504BB6561597C9D61AA5895A(__this, ((int32_t)il2cpp_codegen_add(L_18, L_19)), L_20, NULL);
if (!L_21)
{
goto IL_00c4;
}
}
{
int32_t L_22 = __this->___zoneMinute_10;
if ((((int32_t)L_22) > ((int32_t)((int32_t)99))))
{
goto IL_00c4;
}
}
{
Il2CppChar L_23 = V_0;
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)45)))))
{
goto IL_00a8;
}
}
{
__this->___kind_8 = 2;
int32_t L_24 = ___start0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_25 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz_zz_zz_16;
___start0 = ((int32_t)il2cpp_codegen_add(L_24, L_25));
goto IL_00c4;
}
IL_00a8:
{
Il2CppChar L_26 = V_0;
if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)43)))))
{
goto IL_00c4;
}
}
{
__this->___kind_8 = 3;
int32_t L_27 = ___start0;
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
int32_t L_28 = ((XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields*)il2cpp_codegen_static_fields_for(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var))->___Lz_zz_zz_16;
___start0 = ((int32_t)il2cpp_codegen_add(L_27, L_28));
goto IL_00c4;
}
IL_00bf:
{
int32_t L_29 = ___start0;
___start0 = ((int32_t)il2cpp_codegen_add(L_29, 1));
}
IL_00c4:
{
int32_t L_30 = ___start0;
int32_t L_31 = __this->___length_12;
if ((((int32_t)L_30) >= ((int32_t)L_31)))
{
goto IL_00e0;
}
}
{
String_t* L_32 = __this->___text_11;
int32_t L_33 = ___start0;
Il2CppChar L_34;
L_34 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_32, L_33, NULL);
il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
bool L_35;
L_35 = Char_IsWhiteSpace_m02AEC6EA19513CAFC6882CFCA54C45794D2B5924(L_34, NULL);
if (L_35)
{
goto IL_00bf;
}
}
IL_00e0:
{
int32_t L_36 = ___start0;
int32_t L_37 = __this->___length_12;
return (bool)((((int32_t)L_36) == ((int32_t)L_37))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool Parser_ParseZoneAndWhitespace_m59547EAFB80879B5FE3665C0EF560945A1003A25_AdjustorThunk (RuntimeObject* __this, int32_t ___start0, const RuntimeMethod* method)
{
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23*>(__this + _offset);
bool _returnValue;
_returnValue = Parser_ParseZoneAndWhitespace_m59547EAFB80879B5FE3665C0EF560945A1003A25(_thisAdjusted, ___start0, method);
return _returnValue;
}
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::Parse4Dig(System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_Parse4Dig_m1CCFFA25225A107685596935A622002FDACEF084 (Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* __this, int32_t ___start0, int32_t* ___num1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
int32_t L_0 = ___start0;
int32_t L_1 = __this->___length_12;
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_0, 3))) >= ((int32_t)L_1)))
{
goto IL_0089;
}
}
{
String_t* L_2 = __this->___text_11;
int32_t L_3 = ___start0;
Il2CppChar L_4;
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, L_3, NULL);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((int32_t)48)));
String_t* L_5 = __this->___text_11;
int32_t L_6 = ___start0;
Il2CppChar L_7;
L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_5, ((int32_t)il2cpp_codegen_add(L_6, 1)), NULL);
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, ((int32_t)48)));
String_t* L_8 = __this->___text_11;
int32_t L_9 = ___start0;
Il2CppChar L_10;
L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, ((int32_t)il2cpp_codegen_add(L_9, 2)), NULL);
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, ((int32_t)48)));
String_t* L_11 = __this->___text_11;
int32_t L_12 = ___start0;
Il2CppChar L_13;
L_13 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_11, ((int32_t)il2cpp_codegen_add(L_12, 3)), NULL);
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, ((int32_t)48)));
int32_t L_14 = V_0;
if ((((int32_t)0) > ((int32_t)L_14)))
{
goto IL_0089;
}
}
{
int32_t L_15 = V_0;
if ((((int32_t)L_15) >= ((int32_t)((int32_t)10))))
{
goto IL_0089;
}
}
{
int32_t L_16 = V_1;
if ((((int32_t)0) > ((int32_t)L_16)))
{
goto IL_0089;
}
}
{
int32_t L_17 = V_1;
if ((((int32_t)L_17) >= ((int32_t)((int32_t)10))))
{
goto IL_0089;
}
}
{
int32_t L_18 = V_2;
if ((((int32_t)0) > ((int32_t)L_18)))
{
goto IL_0089;
}
}
{
int32_t L_19 = V_2;
if ((((int32_t)L_19) >= ((int32_t)((int32_t)10))))
{
goto IL_0089;
}
}
{
int32_t L_20 = V_3;
if ((((int32_t)0) > ((int32_t)L_20)))
{
goto IL_0089;
}
}
{
int32_t L_21 = V_3;
if ((((int32_t)L_21) >= ((int32_t)((int32_t)10))))
{
goto IL_0089;
}
}
{
int32_t* L_22 = ___num1;
int32_t L_23 = V_0;
int32_t L_24 = V_1;
int32_t L_25 = V_2;
int32_t L_26 = V_3;
*((int32_t*)L_22) = (int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_23, ((int32_t)10))), L_24)), ((int32_t)10))), L_25)), ((int32_t)10))), L_26));
return (bool)1;
}
IL_0089:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool Parser_Parse4Dig_m1CCFFA25225A107685596935A622002FDACEF084_AdjustorThunk (RuntimeObject* __this, int32_t ___start0, int32_t* ___num1, const RuntimeMethod* method)
{
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23*>(__this + _offset);
bool _returnValue;
_returnValue = Parser_Parse4Dig_m1CCFFA25225A107685596935A622002FDACEF084(_thisAdjusted, ___start0, ___num1, method);
return _returnValue;
}
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::Parse2Dig(System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_Parse2Dig_m39FAABE5DA648F49504BB6561597C9D61AA5895A (Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* __this, int32_t ___start0, int32_t* ___num1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t L_0 = ___start0;
int32_t L_1 = __this->___length_12;
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_0, 1))) >= ((int32_t)L_1)))
{
goto IL_0049;
}
}
{
String_t* L_2 = __this->___text_11;
int32_t L_3 = ___start0;
Il2CppChar L_4;
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, L_3, NULL);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((int32_t)48)));
String_t* L_5 = __this->___text_11;
int32_t L_6 = ___start0;
Il2CppChar L_7;
L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_5, ((int32_t)il2cpp_codegen_add(L_6, 1)), NULL);
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, ((int32_t)48)));
int32_t L_8 = V_0;
if ((((int32_t)0) > ((int32_t)L_8)))
{
goto IL_0049;
}
}
{
int32_t L_9 = V_0;
if ((((int32_t)L_9) >= ((int32_t)((int32_t)10))))
{
goto IL_0049;
}
}
{
int32_t L_10 = V_1;
if ((((int32_t)0) > ((int32_t)L_10)))
{
goto IL_0049;
}
}
{
int32_t L_11 = V_1;
if ((((int32_t)L_11) >= ((int32_t)((int32_t)10))))
{
goto IL_0049;
}
}
{
int32_t* L_12 = ___num1;
int32_t L_13 = V_0;
int32_t L_14 = V_1;
*((int32_t*)L_12) = (int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_13, ((int32_t)10))), L_14));
return (bool)1;
}
IL_0049:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool Parser_Parse2Dig_m39FAABE5DA648F49504BB6561597C9D61AA5895A_AdjustorThunk (RuntimeObject* __this, int32_t ___start0, int32_t* ___num1, const RuntimeMethod* method)
{
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23*>(__this + _offset);
bool _returnValue;
_returnValue = Parser_Parse2Dig_m39FAABE5DA648F49504BB6561597C9D61AA5895A(_thisAdjusted, ___start0, ___num1, method);
return _returnValue;
}
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::ParseChar(System.Int32,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344 (Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* __this, int32_t ___start0, Il2CppChar ___ch1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___start0;
int32_t L_1 = __this->___length_12;
if ((((int32_t)L_0) >= ((int32_t)L_1)))
{
goto IL_0019;
}
}
{
String_t* L_2 = __this->___text_11;
int32_t L_3 = ___start0;
Il2CppChar L_4;
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, L_3, NULL);
Il2CppChar L_5 = ___ch1;
return (bool)((((int32_t)L_4) == ((int32_t)L_5))? 1 : 0);
}
IL_0019:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344_AdjustorThunk (RuntimeObject* __this, int32_t ___start0, Il2CppChar ___ch1, const RuntimeMethod* method)
{
Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23*>(__this + _offset);
bool _returnValue;
_returnValue = Parser_ParseChar_mE5B16C9B491B95DB733A1F23220E1A9433A3D344(_thisAdjusted, ___start0, ___ch1, method);
return _returnValue;
}
// System.Boolean System.Xml.Schema.XsdDateTime/Parser::Test(System.Xml.Schema.XsdDateTimeFlags,System.Xml.Schema.XsdDateTimeFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Parser_Test_m71B29FA9D834781A60C10EC0EBA3B24FBF7240DD (int32_t ___left0, int32_t ___right1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___left0;
int32_t L_1 = ___right1;
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)L_1))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Void System.Xml.Schema.XsdDateTime/Parser::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Parser__cctor_m56CB9BAD206C2D94D0AC23E6E618F2AD736051E9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____499E4F5C84E20C7347E10100E0EC90C1945EA21C7C80809E4F7F474179B39DF6_4_FieldInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)7);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = L_0;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____499E4F5C84E20C7347E10100E0EC90C1945EA21C7C80809E4F7F474179B39DF6_4_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_1, L_2, NULL);
((Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var))->___Power10_13 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_StaticFields*)il2cpp_codegen_static_fields_for(Parser_t0AD3F13CE3B3B6EA16191873E806C64A0F825D23_il2cpp_TypeInfo_var))->___Power10_13), (void*)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.XsdDuration::.ctor(System.Boolean,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDuration__ctor_m38DC4CBC4227909F4B1AF6A15D90026E3EDA2E8A (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, bool ___isNegative0, int32_t ___years1, int32_t ___months2, int32_t ___days3, int32_t ___hours4, int32_t ___minutes5, int32_t ___seconds6, int32_t ___nanoseconds7, const RuntimeMethod* method)
{
{
int32_t L_0 = ___years1;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_000f;
}
}
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_1 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE9BB7116C03E5DA9D01F8D4803A0FFE9ADA5307)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XsdDuration__ctor_m38DC4CBC4227909F4B1AF6A15D90026E3EDA2E8A_RuntimeMethod_var)));
}
IL_000f:
{
int32_t L_2 = ___months2;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_001e;
}
}
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD83041E889BDAEB8F029AF50549D1347BD7FC949)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XsdDuration__ctor_m38DC4CBC4227909F4B1AF6A15D90026E3EDA2E8A_RuntimeMethod_var)));
}
IL_001e:
{
int32_t L_4 = ___days3;
if ((((int32_t)L_4) >= ((int32_t)0)))
{
goto IL_002e;
}
}
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8243BA18D267E0E612210F4920079D9700A5DEEF)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XsdDuration__ctor_m38DC4CBC4227909F4B1AF6A15D90026E3EDA2E8A_RuntimeMethod_var)));
}
IL_002e:
{
int32_t L_6 = ___hours4;
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_003e;
}
}
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_7 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_7, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9104E82394351D786F4B739689D0B28ACF18A43D)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XsdDuration__ctor_m38DC4CBC4227909F4B1AF6A15D90026E3EDA2E8A_RuntimeMethod_var)));
}
IL_003e:
{
int32_t L_8 = ___minutes5;
if ((((int32_t)L_8) >= ((int32_t)0)))
{
goto IL_004e;
}
}
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_9 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6912992FC50D2764B34BA8408AECF2DF5DB8080F)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XsdDuration__ctor_m38DC4CBC4227909F4B1AF6A15D90026E3EDA2E8A_RuntimeMethod_var)));
}
IL_004e:
{
int32_t L_10 = ___seconds6;
if ((((int32_t)L_10) >= ((int32_t)0)))
{
goto IL_005e;
}
}
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_11 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAC2806EA40D9F7601BBB6DA354C649B46D2D8877)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XsdDuration__ctor_m38DC4CBC4227909F4B1AF6A15D90026E3EDA2E8A_RuntimeMethod_var)));
}
IL_005e:
{
int32_t L_12 = ___nanoseconds7;
if ((((int32_t)L_12) < ((int32_t)0)))
{
goto IL_006c;
}
}
{
int32_t L_13 = ___nanoseconds7;
if ((((int32_t)L_13) <= ((int32_t)((int32_t)999999999))))
{
goto IL_0077;
}
}
IL_006c:
{
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_14 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral58F2B4A0A3F5D63532995796ECF46099320B370D)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XsdDuration__ctor_m38DC4CBC4227909F4B1AF6A15D90026E3EDA2E8A_RuntimeMethod_var)));
}
IL_0077:
{
int32_t L_15 = ___years1;
__this->___years_0 = L_15;
int32_t L_16 = ___months2;
__this->___months_1 = L_16;
int32_t L_17 = ___days3;
__this->___days_2 = L_17;
int32_t L_18 = ___hours4;
__this->___hours_3 = L_18;
int32_t L_19 = ___minutes5;
__this->___minutes_4 = L_19;
int32_t L_20 = ___seconds6;
__this->___seconds_5 = L_20;
int32_t L_21 = ___nanoseconds7;
__this->___nanoseconds_6 = L_21;
bool L_22 = ___isNegative0;
if (!L_22)
{
goto IL_00c2;
}
}
{
uint32_t L_23 = __this->___nanoseconds_6;
__this->___nanoseconds_6 = ((int32_t)((int32_t)L_23|((int32_t)-2147483648LL)));
}
IL_00c2:
{
return;
}
}
IL2CPP_EXTERN_C void XsdDuration__ctor_m38DC4CBC4227909F4B1AF6A15D90026E3EDA2E8A_AdjustorThunk (RuntimeObject* __this, bool ___isNegative0, int32_t ___years1, int32_t ___months2, int32_t ___days3, int32_t ___hours4, int32_t ___minutes5, int32_t ___seconds6, int32_t ___nanoseconds7, const RuntimeMethod* method)
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D*>(__this + _offset);
XsdDuration__ctor_m38DC4CBC4227909F4B1AF6A15D90026E3EDA2E8A(_thisAdjusted, ___isNegative0, ___years1, ___months2, ___days3, ___hours4, ___minutes5, ___seconds6, ___nanoseconds7, method);
}
// System.Void System.Xml.Schema.XsdDuration::.ctor(System.TimeSpan,System.Xml.Schema.XsdDuration/DurationType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDuration__ctor_m2CE789343F1EE7728BE48C8ABF3392B8ED7BD390 (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___timeSpan0, int32_t ___durationType1, const RuntimeMethod* method)
{
int64_t V_0 = 0;
uint64_t V_1 = 0;
bool V_2 = false;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
int64_t L_0;
L_0 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&___timeSpan0), NULL);
V_0 = L_0;
int64_t L_1 = V_0;
if ((((int64_t)L_1) >= ((int64_t)((int64_t)0))))
{
goto IL_0014;
}
}
{
V_2 = (bool)1;
int64_t L_2 = V_0;
V_1 = ((-L_2));
goto IL_0018;
}
IL_0014:
{
V_2 = (bool)0;
int64_t L_3 = V_0;
V_1 = L_3;
}
IL_0018:
{
int32_t L_4 = ___durationType1;
if ((!(((uint32_t)L_4) == ((uint32_t)1))))
{
goto IL_0063;
}
}
{
uint64_t L_5 = V_1;
V_3 = ((int32_t)((int64_t)((uint64_t)(int64_t)L_5/(uint64_t)(int64_t)((int64_t)315360000000000LL))));
uint64_t L_6 = V_1;
V_4 = ((int32_t)((int64_t)((uint64_t)(int64_t)((int64_t)((uint64_t)(int64_t)L_6%(uint64_t)(int64_t)((int64_t)315360000000000LL)))/(uint64_t)(int64_t)((int64_t)25920000000000LL))));
int32_t L_7 = V_4;
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)12)))))
{
goto IL_004e;
}
}
{
int32_t L_8 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_8, 1));
V_4 = 0;
}
IL_004e:
{
bool L_9 = V_2;
int32_t L_10 = V_3;
int32_t L_11 = V_4;
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D L_12;
memset((&L_12), 0, sizeof(L_12));
XsdDuration__ctor_m38DC4CBC4227909F4B1AF6A15D90026E3EDA2E8A((&L_12), L_9, L_10, L_11, 0, 0, 0, 0, 0, /*hidden argument*/NULL);
*(XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D*)__this = L_12;
return;
}
IL_0063:
{
uint64_t L_13 = V_1;
__this->___nanoseconds_6 = ((int32_t)il2cpp_codegen_multiply(((int32_t)(uint32_t)((int64_t)((uint64_t)(int64_t)L_13%(uint64_t)(int64_t)((int64_t)((int32_t)10000000))))), ((int32_t)100)));
bool L_14 = V_2;
if (!L_14)
{
goto IL_008a;
}
}
{
uint32_t L_15 = __this->___nanoseconds_6;
__this->___nanoseconds_6 = ((int32_t)((int32_t)L_15|((int32_t)-2147483648LL)));
}
IL_008a:
{
__this->___years_0 = 0;
__this->___months_1 = 0;
uint64_t L_16 = V_1;
__this->___days_2 = ((int32_t)((int64_t)((uint64_t)(int64_t)L_16/(uint64_t)(int64_t)((int64_t)864000000000LL))));
uint64_t L_17 = V_1;
__this->___hours_3 = ((int32_t)((int64_t)((uint64_t)(int64_t)((int64_t)((uint64_t)(int64_t)L_17/(uint64_t)(int64_t)((int64_t)36000000000LL)))%(uint64_t)(int64_t)((int64_t)((int32_t)24)))));
uint64_t L_18 = V_1;
__this->___minutes_4 = ((int32_t)((int64_t)((uint64_t)(int64_t)((int64_t)((uint64_t)(int64_t)L_18/(uint64_t)(int64_t)((int64_t)((int32_t)600000000))))%(uint64_t)(int64_t)((int64_t)((int32_t)60)))));
uint64_t L_19 = V_1;
__this->___seconds_5 = ((int32_t)((int64_t)((uint64_t)(int64_t)((int64_t)((uint64_t)(int64_t)L_19/(uint64_t)(int64_t)((int64_t)((int32_t)10000000))))%(uint64_t)(int64_t)((int64_t)((int32_t)60)))));
return;
}
}
IL2CPP_EXTERN_C void XsdDuration__ctor_m2CE789343F1EE7728BE48C8ABF3392B8ED7BD390_AdjustorThunk (RuntimeObject* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___timeSpan0, int32_t ___durationType1, const RuntimeMethod* method)
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D*>(__this + _offset);
XsdDuration__ctor_m2CE789343F1EE7728BE48C8ABF3392B8ED7BD390(_thisAdjusted, ___timeSpan0, ___durationType1, method);
}
// System.Void System.Xml.Schema.XsdDuration::.ctor(System.String,System.Xml.Schema.XsdDuration/DurationType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDuration__ctor_m34337885047100969A6121F7CFAE5530C40E9B48 (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, String_t* ___s0, int32_t ___durationType1, const RuntimeMethod* method)
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D V_0;
memset((&V_0), 0, sizeof(V_0));
Exception_t* V_1 = NULL;
{
String_t* L_0 = ___s0;
int32_t L_1 = ___durationType1;
Exception_t* L_2;
L_2 = XsdDuration_TryParse_mD1BACB59A72886E68BF87FCFF8A837082F963D96(L_0, L_1, (&V_0), NULL);
V_1 = L_2;
Exception_t* L_3 = V_1;
if (!L_3)
{
goto IL_000f;
}
}
{
Exception_t* L_4 = V_1;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XsdDuration__ctor_m34337885047100969A6121F7CFAE5530C40E9B48_RuntimeMethod_var)));
}
IL_000f:
{
int32_t L_5;
L_5 = XsdDuration_get_Years_m2F16DEE4EB28A914B6C03A462BF6DE16079AEC5E_inline((&V_0), NULL);
__this->___years_0 = L_5;
int32_t L_6;
L_6 = XsdDuration_get_Months_m2003B42F20229209D88FFA62D3BAED1BF0E1A851_inline((&V_0), NULL);
__this->___months_1 = L_6;
int32_t L_7;
L_7 = XsdDuration_get_Days_m7A66E8270BF719AC95604AD58AD2B9E35A47046A_inline((&V_0), NULL);
__this->___days_2 = L_7;
int32_t L_8;
L_8 = XsdDuration_get_Hours_m7390FD426C288A52C27DF12F034F29AC746BF1EF_inline((&V_0), NULL);
__this->___hours_3 = L_8;
int32_t L_9;
L_9 = XsdDuration_get_Minutes_mB74DF6E89566B10A2AD63E88A4DF462B06B9548C_inline((&V_0), NULL);
__this->___minutes_4 = L_9;
int32_t L_10;
L_10 = XsdDuration_get_Seconds_m9F35896B9EF01634C2C584D89A5901A20D5F728C_inline((&V_0), NULL);
__this->___seconds_5 = L_10;
int32_t L_11;
L_11 = XsdDuration_get_Nanoseconds_m15052A05CD863DC5F37D1D614433B44D813F2AE7((&V_0), NULL);
__this->___nanoseconds_6 = L_11;
bool L_12;
L_12 = XsdDuration_get_IsNegative_m7AD0EE954916BAD77BE84976C1F9D8D3854F2B7E((&V_0), NULL);
if (!L_12)
{
goto IL_0085;
}
}
{
uint32_t L_13 = __this->___nanoseconds_6;
__this->___nanoseconds_6 = ((int32_t)((int32_t)L_13|((int32_t)-2147483648LL)));
}
IL_0085:
{
return;
}
}
IL2CPP_EXTERN_C void XsdDuration__ctor_m34337885047100969A6121F7CFAE5530C40E9B48_AdjustorThunk (RuntimeObject* __this, String_t* ___s0, int32_t ___durationType1, const RuntimeMethod* method)
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D*>(__this + _offset);
XsdDuration__ctor_m34337885047100969A6121F7CFAE5530C40E9B48(_thisAdjusted, ___s0, ___durationType1, method);
}
// System.Boolean System.Xml.Schema.XsdDuration::get_IsNegative()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XsdDuration_get_IsNegative_m7AD0EE954916BAD77BE84976C1F9D8D3854F2B7E (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method)
{
{
uint32_t L_0 = __this->___nanoseconds_6;
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&((int32_t)-2147483648LL)))) <= ((uint32_t)0)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool XsdDuration_get_IsNegative_m7AD0EE954916BAD77BE84976C1F9D8D3854F2B7E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D*>(__this + _offset);
bool _returnValue;
_returnValue = XsdDuration_get_IsNegative_m7AD0EE954916BAD77BE84976C1F9D8D3854F2B7E(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.Xml.Schema.XsdDuration::get_Years()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Years_m2F16DEE4EB28A914B6C03A462BF6DE16079AEC5E (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___years_0;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t XsdDuration_get_Years_m2F16DEE4EB28A914B6C03A462BF6DE16079AEC5E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D*>(__this + _offset);
int32_t _returnValue;
_returnValue = XsdDuration_get_Years_m2F16DEE4EB28A914B6C03A462BF6DE16079AEC5E_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.Xml.Schema.XsdDuration::get_Months()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Months_m2003B42F20229209D88FFA62D3BAED1BF0E1A851 (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___months_1;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t XsdDuration_get_Months_m2003B42F20229209D88FFA62D3BAED1BF0E1A851_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D*>(__this + _offset);
int32_t _returnValue;
_returnValue = XsdDuration_get_Months_m2003B42F20229209D88FFA62D3BAED1BF0E1A851_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.Xml.Schema.XsdDuration::get_Days()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Days_m7A66E8270BF719AC95604AD58AD2B9E35A47046A (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___days_2;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t XsdDuration_get_Days_m7A66E8270BF719AC95604AD58AD2B9E35A47046A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D*>(__this + _offset);
int32_t _returnValue;
_returnValue = XsdDuration_get_Days_m7A66E8270BF719AC95604AD58AD2B9E35A47046A_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.Xml.Schema.XsdDuration::get_Hours()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Hours_m7390FD426C288A52C27DF12F034F29AC746BF1EF (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___hours_3;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t XsdDuration_get_Hours_m7390FD426C288A52C27DF12F034F29AC746BF1EF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D*>(__this + _offset);
int32_t _returnValue;
_returnValue = XsdDuration_get_Hours_m7390FD426C288A52C27DF12F034F29AC746BF1EF_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.Xml.Schema.XsdDuration::get_Minutes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Minutes_mB74DF6E89566B10A2AD63E88A4DF462B06B9548C (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___minutes_4;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t XsdDuration_get_Minutes_mB74DF6E89566B10A2AD63E88A4DF462B06B9548C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D*>(__this + _offset);
int32_t _returnValue;
_returnValue = XsdDuration_get_Minutes_mB74DF6E89566B10A2AD63E88A4DF462B06B9548C_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.Xml.Schema.XsdDuration::get_Seconds()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Seconds_m9F35896B9EF01634C2C584D89A5901A20D5F728C (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___seconds_5;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t XsdDuration_get_Seconds_m9F35896B9EF01634C2C584D89A5901A20D5F728C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D*>(__this + _offset);
int32_t _returnValue;
_returnValue = XsdDuration_get_Seconds_m9F35896B9EF01634C2C584D89A5901A20D5F728C_inline(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 System.Xml.Schema.XsdDuration::get_Nanoseconds()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Nanoseconds_m15052A05CD863DC5F37D1D614433B44D813F2AE7 (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method)
{
{
uint32_t L_0 = __this->___nanoseconds_6;
return ((int32_t)((int32_t)L_0&((int32_t)2147483647LL)));
}
}
IL2CPP_EXTERN_C int32_t XsdDuration_get_Nanoseconds_m15052A05CD863DC5F37D1D614433B44D813F2AE7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D*>(__this + _offset);
int32_t _returnValue;
_returnValue = XsdDuration_get_Nanoseconds_m15052A05CD863DC5F37D1D614433B44D813F2AE7(_thisAdjusted, method);
return _returnValue;
}
// System.TimeSpan System.Xml.Schema.XsdDuration::ToTimeSpan(System.Xml.Schema.XsdDuration/DurationType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A XsdDuration_ToTimeSpan_mBE8EA5F151FE97572999EDFA85A3DAAA13B04B9A (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, int32_t ___durationType0, const RuntimeMethod* method)
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_0;
memset((&V_0), 0, sizeof(V_0));
Exception_t* V_1 = NULL;
{
int32_t L_0 = ___durationType0;
Exception_t* L_1;
L_1 = XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171(__this, L_0, (&V_0), NULL);
V_1 = L_1;
Exception_t* L_2 = V_1;
if (!L_2)
{
goto IL_000f;
}
}
{
Exception_t* L_3 = V_1;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XsdDuration_ToTimeSpan_mBE8EA5F151FE97572999EDFA85A3DAAA13B04B9A_RuntimeMethod_var)));
}
IL_000f:
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A XsdDuration_ToTimeSpan_mBE8EA5F151FE97572999EDFA85A3DAAA13B04B9A_AdjustorThunk (RuntimeObject* __this, int32_t ___durationType0, const RuntimeMethod* method)
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D*>(__this + _offset);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A _returnValue;
_returnValue = XsdDuration_ToTimeSpan_mBE8EA5F151FE97572999EDFA85A3DAAA13B04B9A(_thisAdjusted, ___durationType0, method);
return _returnValue;
}
// System.Exception System.Xml.Schema.XsdDuration::TryToTimeSpan(System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XsdDuration_TryToTimeSpan_m7B81B7074288D60D1CB8E15006291E3227BAFBA3 (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___result0, const RuntimeMethod* method)
{
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_0 = ___result0;
Exception_t* L_1;
L_1 = XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171(__this, 0, L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C Exception_t* XsdDuration_TryToTimeSpan_m7B81B7074288D60D1CB8E15006291E3227BAFBA3_AdjustorThunk (RuntimeObject* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___result0, const RuntimeMethod* method)
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D*>(__this + _offset);
Exception_t* _returnValue;
_returnValue = XsdDuration_TryToTimeSpan_m7B81B7074288D60D1CB8E15006291E3227BAFBA3(_thisAdjusted, ___result0, method);
return _returnValue;
}
// System.Exception System.Xml.Schema.XsdDuration::TryToTimeSpan(System.Xml.Schema.XsdDuration/DurationType,System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171 (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, int32_t ___durationType0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Exception_t* V_0 = NULL;
uint64_t V_1 = 0;
Exception_t* V_2 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
V_0 = (Exception_t*)NULL;
V_1 = ((int64_t)0);
}
try
{// begin try (depth: 1)
{
int32_t L_0 = ___durationType0;
if ((((int32_t)L_0) == ((int32_t)2)))
{
goto IL_0038_1;
}
}
{
uint64_t L_1 = V_1;
int32_t L_2 = __this->___years_0;
if ((uint64_t)(L_2) > (std::numeric_limits<uint64_t>::max)()) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
int32_t L_3 = __this->___months_1;
if ((uint64_t)(L_3) > (std::numeric_limits<uint64_t>::max)()) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
if ((uint64_t)((uint64_t)L_2) > kIl2CppUInt64Max - (uint64_t)((int64_t)((uint64_t)(int64_t)((uint64_t)L_3)/(uint64_t)(int64_t)((int64_t)((int32_t)12)))))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
if (il2cpp_codegen_check_mul_oveflow_u64(((int64_t)il2cpp_codegen_add((int64_t)((uint64_t)L_2), ((int64_t)((uint64_t)(int64_t)((uint64_t)L_3)/(uint64_t)(int64_t)((int64_t)((int32_t)12)))))), ((int64_t)((int32_t)365))))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
if ((uint64_t)L_1 > kIl2CppUInt64Max - (uint64_t)((int64_t)il2cpp_codegen_multiply(((int64_t)il2cpp_codegen_add((int64_t)((uint64_t)L_2), ((int64_t)((uint64_t)(int64_t)((uint64_t)L_3)/(uint64_t)(int64_t)((int64_t)((int32_t)12)))))), ((int64_t)((int32_t)365)))))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_1, ((int64_t)il2cpp_codegen_multiply(((int64_t)il2cpp_codegen_add((int64_t)((uint64_t)L_2), ((int64_t)((uint64_t)(int64_t)((uint64_t)L_3)/(uint64_t)(int64_t)((int64_t)((int32_t)12)))))), ((int64_t)((int32_t)365))))));
uint64_t L_4 = V_1;
int32_t L_5 = __this->___months_1;
if ((uint64_t)(L_5) > (std::numeric_limits<uint64_t>::max)()) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
if (il2cpp_codegen_check_mul_oveflow_u64(((int64_t)((uint64_t)(int64_t)((uint64_t)L_5)%(uint64_t)(int64_t)((int64_t)((int32_t)12)))), ((int64_t)((int32_t)30))))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
if ((uint64_t)L_4 > kIl2CppUInt64Max - (uint64_t)((int64_t)il2cpp_codegen_multiply(((int64_t)((uint64_t)(int64_t)((uint64_t)L_5)%(uint64_t)(int64_t)((int64_t)((int32_t)12)))), ((int64_t)((int32_t)30)))))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_4, ((int64_t)il2cpp_codegen_multiply(((int64_t)((uint64_t)(int64_t)((uint64_t)L_5)%(uint64_t)(int64_t)((int64_t)((int32_t)12)))), ((int64_t)((int32_t)30))))));
}
IL_0038_1:
{
int32_t L_6 = ___durationType0;
if ((((int32_t)L_6) == ((int32_t)1)))
{
goto IL_008f_1;
}
}
{
uint64_t L_7 = V_1;
int32_t L_8 = __this->___days_2;
if ((uint64_t)(L_8) > (std::numeric_limits<uint64_t>::max)()) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
if ((uint64_t)L_7 > kIl2CppUInt64Max - (uint64_t)((uint64_t)L_8))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_7, (int64_t)((uint64_t)L_8)));
uint64_t L_9 = V_1;
if (il2cpp_codegen_check_mul_oveflow_u64(L_9, ((int64_t)((int32_t)24))))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
V_1 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_9, ((int64_t)((int32_t)24))));
uint64_t L_10 = V_1;
int32_t L_11 = __this->___hours_3;
if ((uint64_t)(L_11) > (std::numeric_limits<uint64_t>::max)()) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
if ((uint64_t)L_10 > kIl2CppUInt64Max - (uint64_t)((uint64_t)L_11))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_10, (int64_t)((uint64_t)L_11)));
uint64_t L_12 = V_1;
if (il2cpp_codegen_check_mul_oveflow_u64(L_12, ((int64_t)((int32_t)60))))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
V_1 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_12, ((int64_t)((int32_t)60))));
uint64_t L_13 = V_1;
int32_t L_14 = __this->___minutes_4;
if ((uint64_t)(L_14) > (std::numeric_limits<uint64_t>::max)()) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
if ((uint64_t)L_13 > kIl2CppUInt64Max - (uint64_t)((uint64_t)L_14))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_13, (int64_t)((uint64_t)L_14)));
uint64_t L_15 = V_1;
if (il2cpp_codegen_check_mul_oveflow_u64(L_15, ((int64_t)((int32_t)60))))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
V_1 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_15, ((int64_t)((int32_t)60))));
uint64_t L_16 = V_1;
int32_t L_17 = __this->___seconds_5;
if ((uint64_t)(L_17) > (std::numeric_limits<uint64_t>::max)()) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
if ((uint64_t)L_16 > kIl2CppUInt64Max - (uint64_t)((uint64_t)L_17))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_16, (int64_t)((uint64_t)L_17)));
uint64_t L_18 = V_1;
if (il2cpp_codegen_check_mul_oveflow_u64(L_18, ((int64_t)((int32_t)10000000))))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
V_1 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_18, ((int64_t)((int32_t)10000000))));
uint64_t L_19 = V_1;
int32_t L_20;
L_20 = XsdDuration_get_Nanoseconds_m15052A05CD863DC5F37D1D614433B44D813F2AE7(__this, NULL);
if ((uint64_t)(L_20) > (std::numeric_limits<uint64_t>::max)()) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
if ((uint64_t)L_19 > kIl2CppUInt64Max - (uint64_t)((int64_t)((uint64_t)(int64_t)((uint64_t)L_20)/(uint64_t)(int64_t)((int64_t)((int32_t)100)))))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_19, ((int64_t)((uint64_t)(int64_t)((uint64_t)L_20)/(uint64_t)(int64_t)((int64_t)((int32_t)100))))));
goto IL_009b_1;
}
IL_008f_1:
{
uint64_t L_21 = V_1;
if (il2cpp_codegen_check_mul_oveflow_u64(L_21, ((int64_t)864000000000LL)))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
V_1 = ((int64_t)il2cpp_codegen_multiply((int64_t)L_21, ((int64_t)864000000000LL)));
}
IL_009b_1:
{
bool L_22;
L_22 = XsdDuration_get_IsNegative_m7AD0EE954916BAD77BE84976C1F9D8D3854F2B7E(__this, NULL);
if (!L_22)
{
goto IL_00d7_1;
}
}
{
uint64_t L_23 = V_1;
if ((!(((uint64_t)L_23) == ((uint64_t)((int64_t)(std::numeric_limits<int64_t>::min)())))))
{
goto IL_00c5_1;
}
}
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_24 = ___result1;
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_25;
memset((&L_25), 0, sizeof(L_25));
TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline((&L_25), ((int64_t)(std::numeric_limits<int64_t>::min)()), /*hidden argument*/NULL);
*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_24 = L_25;
goto IL_00e4_1;
}
IL_00c5_1:
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_26 = ___result1;
uint64_t L_27 = V_1;
if ((uint64_t)(L_27) > 9223372036854775807LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
if (il2cpp_codegen_check_sub_overflow((int64_t)((int64_t)0), (int64_t)((int64_t)L_27)))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_28;
memset((&L_28), 0, sizeof(L_28));
TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline((&L_28), ((int64_t)il2cpp_codegen_subtract(((int64_t)0), ((int64_t)L_27))), /*hidden argument*/NULL);
*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_26 = L_28;
goto IL_00e4_1;
}
IL_00d7_1:
{
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_29 = ___result1;
uint64_t L_30 = V_1;
if ((uint64_t)(L_30) > 9223372036854775807LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_RuntimeMethod_var);
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_31;
memset((&L_31), 0, sizeof(L_31));
TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline((&L_31), ((int64_t)L_30), /*hidden argument*/NULL);
*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_29 = L_31;
}
IL_00e4_1:
{
V_2 = (Exception_t*)NULL;
goto IL_011f;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_00e8;
}
throw e;
}
CATCH_00e8:
{// begin catch(System.OverflowException)
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_32 = ___result1;
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var)));
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_33 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))))->___MinValue_21;
*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_32 = L_33;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_34 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_35 = L_34;
int32_t L_36 = ___durationType0;
int32_t L_37 = L_36;
RuntimeObject* L_38 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DurationType_tD4A0AE07CC0C51C05B70E801ABF6EE88FAE8D8F9_il2cpp_TypeInfo_var)), &L_37);
ArrayElementTypeCheck (L_35, L_38);
(L_35)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_38);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_39 = L_35;
ArrayElementTypeCheck (L_39, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral356F18017512A760F46C8C6E41C462F76716509F)));
(L_39)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral356F18017512A760F46C8C6E41C462F76716509F)));
String_t* L_40;
L_40 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A)), L_39, NULL);
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_41 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)));
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_41, L_40, NULL);
V_0 = L_41;
IL2CPP_POP_ACTIVE_EXCEPTION();
goto IL_011d;
}// end catch (depth: 1)
IL_011d:
{
Exception_t* L_42 = V_0;
return L_42;
}
IL_011f:
{
Exception_t* L_43 = V_2;
return L_43;
}
}
IL2CPP_EXTERN_C Exception_t* XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171_AdjustorThunk (RuntimeObject* __this, int32_t ___durationType0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___result1, const RuntimeMethod* method)
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D*>(__this + _offset);
Exception_t* _returnValue;
_returnValue = XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171(_thisAdjusted, ___durationType0, ___result1, method);
return _returnValue;
}
// System.String System.Xml.Schema.XsdDuration::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XsdDuration_ToString_m678A09FD579D77D415021761FE814A1C49A50DFD (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method)
{
{
String_t* L_0;
L_0 = XsdDuration_ToString_mAB96AA9C1E85D555476303E2D1D741B02FD6C698(__this, 0, NULL);
return L_0;
}
}
IL2CPP_EXTERN_C String_t* XsdDuration_ToString_m678A09FD579D77D415021761FE814A1C49A50DFD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D*>(__this + _offset);
String_t* _returnValue;
_returnValue = XsdDuration_ToString_m678A09FD579D77D415021761FE814A1C49A50DFD(_thisAdjusted, method);
return _returnValue;
}
// System.String System.Xml.Schema.XsdDuration::ToString(System.Xml.Schema.XsdDuration/DurationType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XsdDuration_ToString_mAB96AA9C1E85D555476303E2D1D741B02FD6C698 (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, int32_t ___durationType0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5F79376E49FC345D1F74769B7D1E538AE10FAE5C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE33B655BD7CA37454FF89A8C0BDA6B8196C65A77);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5(L_0, ((int32_t)20), NULL);
V_0 = L_0;
bool L_1;
L_1 = XsdDuration_get_IsNegative_m7AD0EE954916BAD77BE84976C1F9D8D3854F2B7E(__this, NULL);
if (!L_1)
{
goto IL_0019;
}
}
{
StringBuilder_t* L_2 = V_0;
StringBuilder_t* L_3;
L_3 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_2, ((int32_t)45), NULL);
}
IL_0019:
{
StringBuilder_t* L_4 = V_0;
StringBuilder_t* L_5;
L_5 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_4, ((int32_t)80), NULL);
int32_t L_6 = ___durationType0;
if ((((int32_t)L_6) == ((int32_t)2)))
{
goto IL_006c;
}
}
{
int32_t L_7 = __this->___years_0;
if (!L_7)
{
goto IL_0049;
}
}
{
StringBuilder_t* L_8 = V_0;
int32_t L_9 = __this->___years_0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_10;
L_10 = XmlConvert_ToString_m2C27F48B600DAF58ADCCE84D9AA0D27CE77ABC63(L_9, NULL);
StringBuilder_t* L_11;
L_11 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_8, L_10, NULL);
StringBuilder_t* L_12 = V_0;
StringBuilder_t* L_13;
L_13 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_12, ((int32_t)89), NULL);
}
IL_0049:
{
int32_t L_14 = __this->___months_1;
if (!L_14)
{
goto IL_006c;
}
}
{
StringBuilder_t* L_15 = V_0;
int32_t L_16 = __this->___months_1;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_17;
L_17 = XmlConvert_ToString_m2C27F48B600DAF58ADCCE84D9AA0D27CE77ABC63(L_16, NULL);
StringBuilder_t* L_18;
L_18 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_15, L_17, NULL);
StringBuilder_t* L_19 = V_0;
StringBuilder_t* L_20;
L_20 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_19, ((int32_t)77), NULL);
}
IL_006c:
{
int32_t L_21 = ___durationType0;
if ((((int32_t)L_21) == ((int32_t)1)))
{
goto IL_01c1;
}
}
{
int32_t L_22 = __this->___days_2;
if (!L_22)
{
goto IL_0096;
}
}
{
StringBuilder_t* L_23 = V_0;
int32_t L_24 = __this->___days_2;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_25;
L_25 = XmlConvert_ToString_m2C27F48B600DAF58ADCCE84D9AA0D27CE77ABC63(L_24, NULL);
StringBuilder_t* L_26;
L_26 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_23, L_25, NULL);
StringBuilder_t* L_27 = V_0;
StringBuilder_t* L_28;
L_28 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_27, ((int32_t)68), NULL);
}
IL_0096:
{
int32_t L_29 = __this->___hours_3;
if (L_29)
{
goto IL_00b9;
}
}
{
int32_t L_30 = __this->___minutes_4;
if (L_30)
{
goto IL_00b9;
}
}
{
int32_t L_31 = __this->___seconds_5;
if (L_31)
{
goto IL_00b9;
}
}
{
int32_t L_32;
L_32 = XsdDuration_get_Nanoseconds_m15052A05CD863DC5F37D1D614433B44D813F2AE7(__this, NULL);
if (!L_32)
{
goto IL_01a1;
}
}
IL_00b9:
{
StringBuilder_t* L_33 = V_0;
StringBuilder_t* L_34;
L_34 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_33, ((int32_t)84), NULL);
int32_t L_35 = __this->___hours_3;
if (!L_35)
{
goto IL_00e5;
}
}
{
StringBuilder_t* L_36 = V_0;
int32_t L_37 = __this->___hours_3;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_38;
L_38 = XmlConvert_ToString_m2C27F48B600DAF58ADCCE84D9AA0D27CE77ABC63(L_37, NULL);
StringBuilder_t* L_39;
L_39 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_36, L_38, NULL);
StringBuilder_t* L_40 = V_0;
StringBuilder_t* L_41;
L_41 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_40, ((int32_t)72), NULL);
}
IL_00e5:
{
int32_t L_42 = __this->___minutes_4;
if (!L_42)
{
goto IL_0108;
}
}
{
StringBuilder_t* L_43 = V_0;
int32_t L_44 = __this->___minutes_4;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_45;
L_45 = XmlConvert_ToString_m2C27F48B600DAF58ADCCE84D9AA0D27CE77ABC63(L_44, NULL);
StringBuilder_t* L_46;
L_46 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_43, L_45, NULL);
StringBuilder_t* L_47 = V_0;
StringBuilder_t* L_48;
L_48 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_47, ((int32_t)77), NULL);
}
IL_0108:
{
int32_t L_49;
L_49 = XsdDuration_get_Nanoseconds_m15052A05CD863DC5F37D1D614433B44D813F2AE7(__this, NULL);
V_1 = L_49;
int32_t L_50 = __this->___seconds_5;
if (L_50)
{
goto IL_011d;
}
}
{
int32_t L_51 = V_1;
if (!L_51)
{
goto IL_01a1;
}
}
IL_011d:
{
StringBuilder_t* L_52 = V_0;
int32_t L_53 = __this->___seconds_5;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
String_t* L_54;
L_54 = XmlConvert_ToString_m2C27F48B600DAF58ADCCE84D9AA0D27CE77ABC63(L_53, NULL);
StringBuilder_t* L_55;
L_55 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_52, L_54, NULL);
int32_t L_56 = V_1;
if (!L_56)
{
goto IL_0198;
}
}
{
StringBuilder_t* L_57 = V_0;
StringBuilder_t* L_58;
L_58 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_57, ((int32_t)46), NULL);
StringBuilder_t* L_59 = V_0;
int32_t L_60;
L_60 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_59, NULL);
V_4 = L_60;
StringBuilder_t* L_61 = V_0;
StringBuilder_t* L_62 = L_61;
int32_t L_63;
L_63 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_62, NULL);
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_62, ((int32_t)il2cpp_codegen_add(L_63, ((int32_t)9))), NULL);
StringBuilder_t* L_64 = V_0;
int32_t L_65;
L_65 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_64, NULL);
V_3 = ((int32_t)il2cpp_codegen_subtract(L_65, 1));
int32_t L_66 = V_3;
V_5 = L_66;
goto IL_0189;
}
IL_0160:
{
int32_t L_67 = V_1;
V_2 = ((int32_t)(L_67%((int32_t)10)));
StringBuilder_t* L_68 = V_0;
int32_t L_69 = V_5;
int32_t L_70 = V_2;
StringBuilder_set_Chars_m20B53B0EEAB2A0BB0EC84A130FF12EA86ADD99AE(L_68, L_69, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(L_70, ((int32_t)48)))), NULL);
int32_t L_71 = V_3;
int32_t L_72 = V_5;
if ((!(((uint32_t)L_71) == ((uint32_t)L_72))))
{
goto IL_017e;
}
}
{
int32_t L_73 = V_2;
if (L_73)
{
goto IL_017e;
}
}
{
int32_t L_74 = V_3;
V_3 = ((int32_t)il2cpp_codegen_subtract(L_74, 1));
}
IL_017e:
{
int32_t L_75 = V_1;
V_1 = ((int32_t)(L_75/((int32_t)10)));
int32_t L_76 = V_5;
V_5 = ((int32_t)il2cpp_codegen_subtract(L_76, 1));
}
IL_0189:
{
int32_t L_77 = V_5;
int32_t L_78 = V_4;
if ((((int32_t)L_77) >= ((int32_t)L_78)))
{
goto IL_0160;
}
}
{
StringBuilder_t* L_79 = V_0;
int32_t L_80 = V_3;
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_79, ((int32_t)il2cpp_codegen_add(L_80, 1)), NULL);
}
IL_0198:
{
StringBuilder_t* L_81 = V_0;
StringBuilder_t* L_82;
L_82 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_81, ((int32_t)83), NULL);
}
IL_01a1:
{
StringBuilder_t* L_83 = V_0;
StringBuilder_t* L_84 = V_0;
int32_t L_85;
L_85 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_84, NULL);
Il2CppChar L_86;
L_86 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_83, ((int32_t)il2cpp_codegen_subtract(L_85, 1)), NULL);
if ((!(((uint32_t)L_86) == ((uint32_t)((int32_t)80)))))
{
goto IL_01df;
}
}
{
StringBuilder_t* L_87 = V_0;
StringBuilder_t* L_88;
L_88 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_87, _stringLiteralE33B655BD7CA37454FF89A8C0BDA6B8196C65A77, NULL);
goto IL_01df;
}
IL_01c1:
{
StringBuilder_t* L_89 = V_0;
StringBuilder_t* L_90 = V_0;
int32_t L_91;
L_91 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_90, NULL);
Il2CppChar L_92;
L_92 = StringBuilder_get_Chars_m254FD6F2F75C00B0D353D73B2A4A19316BD7624D(L_89, ((int32_t)il2cpp_codegen_subtract(L_91, 1)), NULL);
if ((!(((uint32_t)L_92) == ((uint32_t)((int32_t)80)))))
{
goto IL_01df;
}
}
{
StringBuilder_t* L_93 = V_0;
StringBuilder_t* L_94;
L_94 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_93, _stringLiteral5F79376E49FC345D1F74769B7D1E538AE10FAE5C, NULL);
}
IL_01df:
{
StringBuilder_t* L_95 = V_0;
String_t* L_96;
L_96 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_95);
return L_96;
}
}
IL2CPP_EXTERN_C String_t* XsdDuration_ToString_mAB96AA9C1E85D555476303E2D1D741B02FD6C698_AdjustorThunk (RuntimeObject* __this, int32_t ___durationType0, const RuntimeMethod* method)
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D*>(__this + _offset);
String_t* _returnValue;
_returnValue = XsdDuration_ToString_mAB96AA9C1E85D555476303E2D1D741B02FD6C698(_thisAdjusted, ___durationType0, method);
return _returnValue;
}
// System.Exception System.Xml.Schema.XsdDuration::TryParse(System.String,System.Xml.Schema.XsdDuration&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XsdDuration_TryParse_mBCD96EA9E72F071E02A1BC0915582DDC308BA258 (String_t* ___s0, XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* ___result1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___s0;
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* L_1 = ___result1;
Exception_t* L_2;
L_2 = XsdDuration_TryParse_mD1BACB59A72886E68BF87FCFF8A837082F963D96(L_0, 0, L_1, NULL);
return L_2;
}
}
// System.Exception System.Xml.Schema.XsdDuration::TryParse(System.String,System.Xml.Schema.XsdDuration/DurationType,System.Xml.Schema.XsdDuration&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XsdDuration_TryParse_mD1BACB59A72886E68BF87FCFF8A837082F963D96 (String_t* ___s0, int32_t ___durationType1, XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* ___result2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DurationType_tD4A0AE07CC0C51C05B70E801ABF6EE88FAE8D8F9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
V_4 = 0;
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* L_0 = ___result2;
il2cpp_codegen_initobj(L_0, sizeof(XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D));
String_t* L_1 = ___s0;
String_t* L_2;
L_2 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_1, NULL);
___s0 = L_2;
String_t* L_3 = ___s0;
int32_t L_4;
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
V_0 = L_4;
V_2 = 0;
V_3 = 0;
int32_t L_5 = V_2;
int32_t L_6 = V_0;
if ((((int32_t)L_5) >= ((int32_t)L_6)))
{
goto IL_02b5;
}
}
{
String_t* L_7 = ___s0;
int32_t L_8 = V_2;
Il2CppChar L_9;
L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_7, L_8, NULL);
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)45)))))
{
goto IL_0040;
}
}
{
int32_t L_10 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_10, 1));
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* L_11 = ___result2;
L_11->___nanoseconds_6 = ((int32_t)-2147483648LL);
goto IL_0047;
}
IL_0040:
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* L_12 = ___result2;
L_12->___nanoseconds_6 = 0;
}
IL_0047:
{
int32_t L_13 = V_2;
int32_t L_14 = V_0;
if ((((int32_t)L_13) >= ((int32_t)L_14)))
{
goto IL_02b5;
}
}
{
String_t* L_15 = ___s0;
int32_t L_16 = V_2;
int32_t L_17 = L_16;
V_2 = ((int32_t)il2cpp_codegen_add(L_17, 1));
Il2CppChar L_18;
L_18 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_15, L_17, NULL);
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)80)))))
{
goto IL_02b5;
}
}
{
String_t* L_19 = ___s0;
String_t* L_20;
L_20 = XsdDuration_TryParseDigits_mDAA566C742EBA8C1FA51A5504F88526D6AE18D52(L_19, (&V_2), (bool)0, (&V_1), (&V_3), NULL);
if (L_20)
{
goto IL_02d8;
}
}
{
int32_t L_21 = V_2;
int32_t L_22 = V_0;
if ((((int32_t)L_21) >= ((int32_t)L_22)))
{
goto IL_02b5;
}
}
{
String_t* L_23 = ___s0;
int32_t L_24 = V_2;
Il2CppChar L_25;
L_25 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_23, L_24, NULL);
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)89)))))
{
goto IL_00bb;
}
}
{
int32_t L_26 = V_3;
if (!L_26)
{
goto IL_02b5;
}
}
{
int32_t L_27 = V_4;
V_4 = ((int32_t)((int32_t)L_27|1));
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* L_28 = ___result2;
int32_t L_29 = V_1;
L_28->___years_0 = L_29;
int32_t L_30 = V_2;
int32_t L_31 = ((int32_t)il2cpp_codegen_add(L_30, 1));
V_2 = L_31;
int32_t L_32 = V_0;
if ((((int32_t)L_31) == ((int32_t)L_32)))
{
goto IL_0298;
}
}
{
String_t* L_33 = ___s0;
String_t* L_34;
L_34 = XsdDuration_TryParseDigits_mDAA566C742EBA8C1FA51A5504F88526D6AE18D52(L_33, (&V_2), (bool)0, (&V_1), (&V_3), NULL);
if (L_34)
{
goto IL_02d8;
}
}
{
int32_t L_35 = V_2;
int32_t L_36 = V_0;
if ((((int32_t)L_35) >= ((int32_t)L_36)))
{
goto IL_02b5;
}
}
IL_00bb:
{
String_t* L_37 = ___s0;
int32_t L_38 = V_2;
Il2CppChar L_39;
L_39 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_37, L_38, NULL);
if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)77)))))
{
goto IL_00fd;
}
}
{
int32_t L_40 = V_3;
if (!L_40)
{
goto IL_02b5;
}
}
{
int32_t L_41 = V_4;
V_4 = ((int32_t)((int32_t)L_41|2));
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* L_42 = ___result2;
int32_t L_43 = V_1;
L_42->___months_1 = L_43;
int32_t L_44 = V_2;
int32_t L_45 = ((int32_t)il2cpp_codegen_add(L_44, 1));
V_2 = L_45;
int32_t L_46 = V_0;
if ((((int32_t)L_45) == ((int32_t)L_46)))
{
goto IL_0298;
}
}
{
String_t* L_47 = ___s0;
String_t* L_48;
L_48 = XsdDuration_TryParseDigits_mDAA566C742EBA8C1FA51A5504F88526D6AE18D52(L_47, (&V_2), (bool)0, (&V_1), (&V_3), NULL);
if (L_48)
{
goto IL_02d8;
}
}
{
int32_t L_49 = V_2;
int32_t L_50 = V_0;
if ((((int32_t)L_49) >= ((int32_t)L_50)))
{
goto IL_02b5;
}
}
IL_00fd:
{
String_t* L_51 = ___s0;
int32_t L_52 = V_2;
Il2CppChar L_53;
L_53 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_51, L_52, NULL);
if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)68)))))
{
goto IL_013f;
}
}
{
int32_t L_54 = V_3;
if (!L_54)
{
goto IL_02b5;
}
}
{
int32_t L_55 = V_4;
V_4 = ((int32_t)((int32_t)L_55|4));
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* L_56 = ___result2;
int32_t L_57 = V_1;
L_56->___days_2 = L_57;
int32_t L_58 = V_2;
int32_t L_59 = ((int32_t)il2cpp_codegen_add(L_58, 1));
V_2 = L_59;
int32_t L_60 = V_0;
if ((((int32_t)L_59) == ((int32_t)L_60)))
{
goto IL_0298;
}
}
{
String_t* L_61 = ___s0;
String_t* L_62;
L_62 = XsdDuration_TryParseDigits_mDAA566C742EBA8C1FA51A5504F88526D6AE18D52(L_61, (&V_2), (bool)0, (&V_1), (&V_3), NULL);
if (L_62)
{
goto IL_02d8;
}
}
{
int32_t L_63 = V_2;
int32_t L_64 = V_0;
if ((((int32_t)L_63) >= ((int32_t)L_64)))
{
goto IL_02b5;
}
}
IL_013f:
{
String_t* L_65 = ___s0;
int32_t L_66 = V_2;
Il2CppChar L_67;
L_67 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_65, L_66, NULL);
if ((!(((uint32_t)L_67) == ((uint32_t)((int32_t)84)))))
{
goto IL_0291;
}
}
{
int32_t L_68 = V_3;
if (L_68)
{
goto IL_02b5;
}
}
{
int32_t L_69 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_69, 1));
String_t* L_70 = ___s0;
String_t* L_71;
L_71 = XsdDuration_TryParseDigits_mDAA566C742EBA8C1FA51A5504F88526D6AE18D52(L_70, (&V_2), (bool)0, (&V_1), (&V_3), NULL);
if (L_71)
{
goto IL_02d8;
}
}
{
int32_t L_72 = V_2;
int32_t L_73 = V_0;
if ((((int32_t)L_72) >= ((int32_t)L_73)))
{
goto IL_02b5;
}
}
{
String_t* L_74 = ___s0;
int32_t L_75 = V_2;
Il2CppChar L_76;
L_76 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_74, L_75, NULL);
if ((!(((uint32_t)L_76) == ((uint32_t)((int32_t)72)))))
{
goto IL_01b2;
}
}
{
int32_t L_77 = V_3;
if (!L_77)
{
goto IL_02b5;
}
}
{
int32_t L_78 = V_4;
V_4 = ((int32_t)((int32_t)L_78|8));
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* L_79 = ___result2;
int32_t L_80 = V_1;
L_79->___hours_3 = L_80;
int32_t L_81 = V_2;
int32_t L_82 = ((int32_t)il2cpp_codegen_add(L_81, 1));
V_2 = L_82;
int32_t L_83 = V_0;
if ((((int32_t)L_82) == ((int32_t)L_83)))
{
goto IL_0298;
}
}
{
String_t* L_84 = ___s0;
String_t* L_85;
L_85 = XsdDuration_TryParseDigits_mDAA566C742EBA8C1FA51A5504F88526D6AE18D52(L_84, (&V_2), (bool)0, (&V_1), (&V_3), NULL);
if (L_85)
{
goto IL_02d8;
}
}
{
int32_t L_86 = V_2;
int32_t L_87 = V_0;
if ((((int32_t)L_86) >= ((int32_t)L_87)))
{
goto IL_02b5;
}
}
IL_01b2:
{
String_t* L_88 = ___s0;
int32_t L_89 = V_2;
Il2CppChar L_90;
L_90 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_88, L_89, NULL);
if ((!(((uint32_t)L_90) == ((uint32_t)((int32_t)77)))))
{
goto IL_01f5;
}
}
{
int32_t L_91 = V_3;
if (!L_91)
{
goto IL_02b5;
}
}
{
int32_t L_92 = V_4;
V_4 = ((int32_t)((int32_t)L_92|((int32_t)16)));
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* L_93 = ___result2;
int32_t L_94 = V_1;
L_93->___minutes_4 = L_94;
int32_t L_95 = V_2;
int32_t L_96 = ((int32_t)il2cpp_codegen_add(L_95, 1));
V_2 = L_96;
int32_t L_97 = V_0;
if ((((int32_t)L_96) == ((int32_t)L_97)))
{
goto IL_0298;
}
}
{
String_t* L_98 = ___s0;
String_t* L_99;
L_99 = XsdDuration_TryParseDigits_mDAA566C742EBA8C1FA51A5504F88526D6AE18D52(L_98, (&V_2), (bool)0, (&V_1), (&V_3), NULL);
if (L_99)
{
goto IL_02d8;
}
}
{
int32_t L_100 = V_2;
int32_t L_101 = V_0;
if ((((int32_t)L_100) >= ((int32_t)L_101)))
{
goto IL_02b5;
}
}
IL_01f5:
{
String_t* L_102 = ___s0;
int32_t L_103 = V_2;
Il2CppChar L_104;
L_104 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_102, L_103, NULL);
if ((!(((uint32_t)L_104) == ((uint32_t)((int32_t)46)))))
{
goto IL_026d;
}
}
{
int32_t L_105 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_105, 1));
int32_t L_106 = V_4;
V_4 = ((int32_t)((int32_t)L_106|((int32_t)32)));
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* L_107 = ___result2;
int32_t L_108 = V_1;
L_107->___seconds_5 = L_108;
String_t* L_109 = ___s0;
String_t* L_110;
L_110 = XsdDuration_TryParseDigits_mDAA566C742EBA8C1FA51A5504F88526D6AE18D52(L_109, (&V_2), (bool)1, (&V_1), (&V_3), NULL);
if (L_110)
{
goto IL_02d8;
}
}
{
int32_t L_111 = V_3;
if (L_111)
{
goto IL_0234;
}
}
{
V_1 = 0;
goto IL_0234;
}
IL_022b:
{
int32_t L_112 = V_1;
V_1 = ((int32_t)(L_112/((int32_t)10)));
int32_t L_113 = V_3;
V_3 = ((int32_t)il2cpp_codegen_subtract(L_113, 1));
}
IL_0234:
{
int32_t L_114 = V_3;
if ((((int32_t)L_114) > ((int32_t)((int32_t)9))))
{
goto IL_022b;
}
}
{
goto IL_0244;
}
IL_023b:
{
int32_t L_115 = V_1;
V_1 = ((int32_t)il2cpp_codegen_multiply(L_115, ((int32_t)10)));
int32_t L_116 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_116, 1));
}
IL_0244:
{
int32_t L_117 = V_3;
if ((((int32_t)L_117) < ((int32_t)((int32_t)9))))
{
goto IL_023b;
}
}
{
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* L_118 = ___result2;
uint32_t* L_119 = (&L_118->___nanoseconds_6);
uint32_t* L_120 = L_119;
int32_t L_121 = *((uint32_t*)L_120);
int32_t L_122 = V_1;
*((int32_t*)L_120) = (int32_t)((int32_t)(L_121|L_122));
int32_t L_123 = V_2;
int32_t L_124 = V_0;
if ((((int32_t)L_123) >= ((int32_t)L_124)))
{
goto IL_02b5;
}
}
{
String_t* L_125 = ___s0;
int32_t L_126 = V_2;
Il2CppChar L_127;
L_127 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_125, L_126, NULL);
if ((!(((uint32_t)L_127) == ((uint32_t)((int32_t)83)))))
{
goto IL_02b5;
}
}
{
int32_t L_128 = V_2;
int32_t L_129 = ((int32_t)il2cpp_codegen_add(L_128, 1));
V_2 = L_129;
int32_t L_130 = V_0;
if ((!(((uint32_t)L_129) == ((uint32_t)L_130))))
{
goto IL_0291;
}
}
{
goto IL_0298;
}
IL_026d:
{
String_t* L_131 = ___s0;
int32_t L_132 = V_2;
Il2CppChar L_133;
L_133 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_131, L_132, NULL);
if ((!(((uint32_t)L_133) == ((uint32_t)((int32_t)83)))))
{
goto IL_0291;
}
}
{
int32_t L_134 = V_3;
if (!L_134)
{
goto IL_02b5;
}
}
{
int32_t L_135 = V_4;
V_4 = ((int32_t)((int32_t)L_135|((int32_t)32)));
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* L_136 = ___result2;
int32_t L_137 = V_1;
L_136->___seconds_5 = L_137;
int32_t L_138 = V_2;
int32_t L_139 = ((int32_t)il2cpp_codegen_add(L_138, 1));
V_2 = L_139;
int32_t L_140 = V_0;
if ((((int32_t)L_139) == ((int32_t)L_140)))
{
goto IL_0298;
}
}
IL_0291:
{
int32_t L_141 = V_3;
if (L_141)
{
goto IL_02b5;
}
}
{
int32_t L_142 = V_2;
int32_t L_143 = V_0;
if ((!(((uint32_t)L_142) == ((uint32_t)L_143))))
{
goto IL_02b5;
}
}
IL_0298:
{
int32_t L_144 = V_4;
if (!L_144)
{
goto IL_02b5;
}
}
{
int32_t L_145 = ___durationType1;
if ((!(((uint32_t)L_145) == ((uint32_t)2))))
{
goto IL_02a8;
}
}
{
int32_t L_146 = V_4;
if (!((int32_t)((int32_t)L_146&3)))
{
goto IL_02b3;
}
}
{
goto IL_02b5;
}
IL_02a8:
{
int32_t L_147 = ___durationType1;
if ((!(((uint32_t)L_147) == ((uint32_t)1))))
{
goto IL_02b3;
}
}
{
int32_t L_148 = V_4;
if (((int32_t)((int32_t)L_148&((int32_t)-4))))
{
goto IL_02b5;
}
}
IL_02b3:
{
return (Exception_t*)NULL;
}
IL_02b5:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_149 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_150 = L_149;
String_t* L_151 = ___s0;
ArrayElementTypeCheck (L_150, L_151);
(L_150)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_151);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_152 = L_150;
int32_t L_153 = ___durationType1;
int32_t L_154 = L_153;
RuntimeObject* L_155 = Box(DurationType_tD4A0AE07CC0C51C05B70E801ABF6EE88FAE8D8F9_il2cpp_TypeInfo_var, &L_154);
ArrayElementTypeCheck (L_152, L_155);
(L_152)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_155);
String_t* L_156;
L_156 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_152, NULL);
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_157 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var);
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_157, L_156, NULL);
return L_157;
}
IL_02d8:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_158 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_159 = L_158;
String_t* L_160 = ___s0;
ArrayElementTypeCheck (L_159, L_160);
(L_159)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_160);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_161 = L_159;
int32_t L_162 = ___durationType1;
int32_t L_163 = L_162;
RuntimeObject* L_164 = Box(DurationType_tD4A0AE07CC0C51C05B70E801ABF6EE88FAE8D8F9_il2cpp_TypeInfo_var, &L_163);
ArrayElementTypeCheck (L_161, L_164);
(L_161)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_164);
String_t* L_165;
L_165 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A, L_161, NULL);
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_166 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var);
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_166, L_165, NULL);
return L_166;
}
}
// System.String System.Xml.Schema.XsdDuration::TryParseDigits(System.String,System.Int32&,System.Boolean,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XsdDuration_TryParseDigits_mDAA566C742EBA8C1FA51A5504F88526D6AE18D52 (String_t* ___s0, int32_t* ___offset1, bool ___eatDigits2, int32_t* ___result3, int32_t* ___numDigits4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t* L_0 = ___offset1;
int32_t L_1 = *((int32_t*)L_0);
V_0 = L_1;
String_t* L_2 = ___s0;
int32_t L_3;
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
V_1 = L_3;
int32_t* L_4 = ___result3;
*((int32_t*)L_4) = (int32_t)0;
int32_t* L_5 = ___numDigits4;
*((int32_t*)L_5) = (int32_t)0;
goto IL_0073;
}
IL_0013:
{
String_t* L_6 = ___s0;
int32_t* L_7 = ___offset1;
int32_t L_8 = *((int32_t*)L_7);
Il2CppChar L_9;
L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, L_8, NULL);
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, ((int32_t)48)));
int32_t* L_10 = ___result3;
int32_t L_11 = *((int32_t*)L_10);
int32_t L_12 = V_2;
if ((((int32_t)L_11) <= ((int32_t)((int32_t)(((int32_t)il2cpp_codegen_subtract(((int32_t)2147483647LL), L_12))/((int32_t)10))))))
{
goto IL_0064;
}
}
{
bool L_13 = ___eatDigits2;
if (L_13)
{
goto IL_0036;
}
}
{
return _stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A;
}
IL_0036:
{
int32_t* L_14 = ___numDigits4;
int32_t* L_15 = ___offset1;
int32_t L_16 = *((int32_t*)L_15);
int32_t L_17 = V_0;
*((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_16, L_17));
goto IL_0045;
}
IL_003f:
{
int32_t* L_18 = ___offset1;
int32_t* L_19 = ___offset1;
int32_t L_20 = *((int32_t*)L_19);
*((int32_t*)L_18) = (int32_t)((int32_t)il2cpp_codegen_add(L_20, 1));
}
IL_0045:
{
int32_t* L_21 = ___offset1;
int32_t L_22 = *((int32_t*)L_21);
int32_t L_23 = V_1;
if ((((int32_t)L_22) >= ((int32_t)L_23)))
{
goto IL_0062;
}
}
{
String_t* L_24 = ___s0;
int32_t* L_25 = ___offset1;
int32_t L_26 = *((int32_t*)L_25);
Il2CppChar L_27;
L_27 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_24, L_26, NULL);
if ((((int32_t)L_27) < ((int32_t)((int32_t)48))))
{
goto IL_0062;
}
}
{
String_t* L_28 = ___s0;
int32_t* L_29 = ___offset1;
int32_t L_30 = *((int32_t*)L_29);
Il2CppChar L_31;
L_31 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_28, L_30, NULL);
if ((((int32_t)L_31) <= ((int32_t)((int32_t)57))))
{
goto IL_003f;
}
}
IL_0062:
{
return (String_t*)NULL;
}
IL_0064:
{
int32_t* L_32 = ___result3;
int32_t* L_33 = ___result3;
int32_t L_34 = *((int32_t*)L_33);
int32_t L_35 = V_2;
*((int32_t*)L_32) = (int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_34, ((int32_t)10))), L_35));
int32_t* L_36 = ___offset1;
int32_t* L_37 = ___offset1;
int32_t L_38 = *((int32_t*)L_37);
*((int32_t*)L_36) = (int32_t)((int32_t)il2cpp_codegen_add(L_38, 1));
}
IL_0073:
{
int32_t* L_39 = ___offset1;
int32_t L_40 = *((int32_t*)L_39);
int32_t L_41 = V_1;
if ((((int32_t)L_40) >= ((int32_t)L_41)))
{
goto IL_0090;
}
}
{
String_t* L_42 = ___s0;
int32_t* L_43 = ___offset1;
int32_t L_44 = *((int32_t*)L_43);
Il2CppChar L_45;
L_45 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_42, L_44, NULL);
if ((((int32_t)L_45) < ((int32_t)((int32_t)48))))
{
goto IL_0090;
}
}
{
String_t* L_46 = ___s0;
int32_t* L_47 = ___offset1;
int32_t L_48 = *((int32_t*)L_47);
Il2CppChar L_49;
L_49 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_46, L_48, NULL);
if ((((int32_t)L_49) <= ((int32_t)((int32_t)57))))
{
goto IL_0013;
}
}
IL_0090:
{
int32_t* L_50 = ___numDigits4;
int32_t* L_51 = ___offset1;
int32_t L_52 = *((int32_t*)L_51);
int32_t L_53 = V_0;
*((int32_t*)L_50) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_52, L_53));
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
// System.Void MS.Internal.Xml.XPath.AbsoluteQuery::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbsoluteQuery__ctor_mF64E0C677D9713B607161888B54BEAECB3C6E97F (AbsoluteQuery_t9D91D43F5381D7C01E869F1FCA9B76333E29BFDE* __this, const RuntimeMethod* method)
{
{
ContextQuery__ctor_mE464112CF24EE31870A0182D07DF686271D7E107(__this, NULL);
return;
}
}
// System.Void MS.Internal.Xml.XPath.AbsoluteQuery::.ctor(MS.Internal.Xml.XPath.AbsoluteQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AbsoluteQuery__ctor_m15E2723B91CCEE4DD813AD1733ACA7D4E8816888 (AbsoluteQuery_t9D91D43F5381D7C01E869F1FCA9B76333E29BFDE* __this, AbsoluteQuery_t9D91D43F5381D7C01E869F1FCA9B76333E29BFDE* ___other0, const RuntimeMethod* method)
{
{
AbsoluteQuery_t9D91D43F5381D7C01E869F1FCA9B76333E29BFDE* L_0 = ___other0;
ContextQuery__ctor_m2C617D7D709305EEB9CE48F9523E6610232FEDF7(__this, L_0, NULL);
return;
}
}
// System.Object MS.Internal.Xml.XPath.AbsoluteQuery::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AbsoluteQuery_Evaluate_m7F928D3D24E8C41DA0F0BC7765EC0BB9013F2C43 (AbsoluteQuery_t9D91D43F5381D7C01E869F1FCA9B76333E29BFDE* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___context0, const RuntimeMethod* method)
{
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_0 = ___context0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1;
L_1 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_0);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2;
L_2 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_1);
((ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2*)__this)->___contextNode_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2*)__this)->___contextNode_1), (void*)L_2);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3 = ((ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2*)__this)->___contextNode_1;
VirtualActionInvoker0::Invoke(41 /* System.Void System.Xml.XPath.XPathNavigator::MoveToRoot() */, L_3);
((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0 = 0;
return __this;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.AbsoluteQuery::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* AbsoluteQuery_Clone_mFAEE56F4421EB2F8EF695743AC8BB7B15B404CDF (AbsoluteQuery_t9D91D43F5381D7C01E869F1FCA9B76333E29BFDE* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AbsoluteQuery_t9D91D43F5381D7C01E869F1FCA9B76333E29BFDE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
AbsoluteQuery_t9D91D43F5381D7C01E869F1FCA9B76333E29BFDE* L_0 = (AbsoluteQuery_t9D91D43F5381D7C01E869F1FCA9B76333E29BFDE*)il2cpp_codegen_object_new(AbsoluteQuery_t9D91D43F5381D7C01E869F1FCA9B76333E29BFDE_il2cpp_TypeInfo_var);
AbsoluteQuery__ctor_m15E2723B91CCEE4DD813AD1733ACA7D4E8816888(L_0, __this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.AstNode::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AstNode__ctor_m8235007F8DEDCD82C2B85B1AA0E1AEF98B20A507 (AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, 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 MS.Internal.Xml.XPath.AttributeQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeQuery__ctor_m705083F8930832582DC3CB9607533EF3D11885E1 (AttributeQuery_tD1F8AEEC74375F52EF60F21A7B1591858C8D9683* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyParent0, String_t* ___Name1, String_t* ___Prefix2, int32_t ___Type3, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___qyParent0;
String_t* L_1 = ___Name1;
String_t* L_2 = ___Prefix2;
int32_t L_3 = ___Type3;
BaseAxisQuery__ctor_mF70CDA297A3F1DFECA6F2A0424312454AAA38735(__this, L_0, L_1, L_2, L_3, NULL);
return;
}
}
// System.Void MS.Internal.Xml.XPath.AttributeQuery::.ctor(MS.Internal.Xml.XPath.AttributeQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeQuery__ctor_m4462168725D51B398ADDD97CE53E178C8ABC46E3 (AttributeQuery_tD1F8AEEC74375F52EF60F21A7B1591858C8D9683* __this, AttributeQuery_tD1F8AEEC74375F52EF60F21A7B1591858C8D9683* ___other0, const RuntimeMethod* method)
{
{
AttributeQuery_tD1F8AEEC74375F52EF60F21A7B1591858C8D9683* L_0 = ___other0;
BaseAxisQuery__ctor_m2A07CCEF3415F39C4EC9291F343E044125EAF78F(__this, L_0, NULL);
AttributeQuery_tD1F8AEEC74375F52EF60F21A7B1591858C8D9683* L_1 = ___other0;
bool L_2 = L_1->____onAttribute_9;
__this->____onAttribute_9 = L_2;
return;
}
}
// System.Void MS.Internal.Xml.XPath.AttributeQuery::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeQuery_Reset_mA80C37ADFDDFDB0326482CC3171DB062157FC0C8 (AttributeQuery_tD1F8AEEC74375F52EF60F21A7B1591858C8D9683* __this, const RuntimeMethod* method)
{
{
__this->____onAttribute_9 = (bool)0;
BaseAxisQuery_Reset_mEDB4EECEF42EACBE6FD8B8AE35632466EC9EC2B3(__this, NULL);
return;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.AttributeQuery::Advance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* AttributeQuery_Advance_m5D045D8B84927694685BF2F53E3BECDDFEAEE5C5 (AttributeQuery_tD1F8AEEC74375F52EF60F21A7B1591858C8D9683* __this, const RuntimeMethod* method)
{
IL_0000:
{
bool L_0 = __this->____onAttribute_9;
if (L_0)
{
goto IL_004e;
}
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2;
L_2 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_1);
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7), (void*)L_2);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
if (L_3)
{
goto IL_0023;
}
}
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
IL_0023:
{
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = 0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_4 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5;
L_5 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_4);
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7), (void*)L_5);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_6 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
bool L_7;
L_7 = VirtualFuncInvoker0< bool >::Invoke(33 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstAttribute() */, L_6);
__this->____onAttribute_9 = L_7;
goto IL_005f;
}
IL_004e:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_8 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
bool L_9;
L_9 = VirtualFuncInvoker0< bool >::Invoke(34 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextAttribute() */, L_8);
__this->____onAttribute_9 = L_9;
}
IL_005f:
{
bool L_10 = __this->____onAttribute_9;
if (!L_10)
{
goto IL_0000;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_11 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
bool L_12;
L_12 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(18 /* System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::matches(System.Xml.XPath.XPathNavigator) */, __this, L_11);
if (!L_12)
{
goto IL_0000;
}
}
{
int32_t L_13 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8;
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = ((int32_t)il2cpp_codegen_add(L_13, 1));
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_14 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
return L_14;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.AttributeQuery::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* AttributeQuery_Clone_m2D21F73C206F594EE52CFD86F81893858051F360 (AttributeQuery_tD1F8AEEC74375F52EF60F21A7B1591858C8D9683* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeQuery_tD1F8AEEC74375F52EF60F21A7B1591858C8D9683_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
AttributeQuery_tD1F8AEEC74375F52EF60F21A7B1591858C8D9683* L_0 = (AttributeQuery_tD1F8AEEC74375F52EF60F21A7B1591858C8D9683*)il2cpp_codegen_object_new(AttributeQuery_tD1F8AEEC74375F52EF60F21A7B1591858C8D9683_il2cpp_TypeInfo_var);
AttributeQuery__ctor_m4462168725D51B398ADDD97CE53E178C8ABC46E3(L_0, __this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.Axis::.ctor(MS.Internal.Xml.XPath.Axis/AxisType,MS.Internal.Xml.XPath.AstNode,System.String,System.String,System.Xml.XPath.XPathNodeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Axis__ctor_m2704C3CF26377CC587654EC9DFEAFE3A5A964CD4 (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, int32_t ___axisType0, AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* ___input1, String_t* ___prefix2, String_t* ___name3, int32_t ___nodetype4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____urn_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____urn_6), (void*)L_0);
AstNode__ctor_m8235007F8DEDCD82C2B85B1AA0E1AEF98B20A507(__this, NULL);
int32_t L_1 = ___axisType0;
__this->____axisType_0 = L_1;
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_2 = ___input1;
__this->____input_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____input_1), (void*)L_2);
String_t* L_3 = ___prefix2;
__this->____prefix_2 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____prefix_2), (void*)L_3);
String_t* L_4 = ___name3;
__this->____name_3 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____name_3), (void*)L_4);
int32_t L_5 = ___nodetype4;
__this->____nodeType_4 = L_5;
return;
}
}
// System.Void MS.Internal.Xml.XPath.Axis::.ctor(MS.Internal.Xml.XPath.Axis/AxisType,MS.Internal.Xml.XPath.AstNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Axis__ctor_mE8689658A4D9B576990F85F4B5798510FA7E0941 (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, int32_t ___axisType0, AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* ___input1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___axisType0;
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_1 = ___input1;
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
Axis__ctor_m2704C3CF26377CC587654EC9DFEAFE3A5A964CD4(__this, L_0, L_1, L_2, L_3, ((int32_t)9), NULL);
__this->___abbrAxis_5 = (bool)1;
return;
}
}
// MS.Internal.Xml.XPath.AstNode/AstType MS.Internal.Xml.XPath.Axis::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Axis_get_Type_mF21B0034BA2FF1CD85F36363F7AE642E3F5F03D7 (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method)
{
{
return (int32_t)(0);
}
}
// System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Axis::get_ReturnType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Axis_get_ReturnType_m056CC3E4E5E9BCCE8063190BC642660EE22760DA (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method)
{
{
return (int32_t)(3);
}
}
// MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Axis::get_Input()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method)
{
{
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_0 = __this->____input_1;
return L_0;
}
}
// System.String MS.Internal.Xml.XPath.Axis::get_Prefix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Axis_get_Prefix_m64A07B240D8808DF74C748508FAB4792F78777E9 (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->____prefix_2;
return L_0;
}
}
// System.String MS.Internal.Xml.XPath.Axis::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Axis_get_Name_mCC800C219DC94CAF6906C947DBC0B6A0E8049FE5 (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->____name_3;
return L_0;
}
}
// System.Xml.XPath.XPathNodeType MS.Internal.Xml.XPath.Axis::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Axis_get_NodeType_m21DA32058DCC597CF78661C788B713EB0B05E98C (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____nodeType_4;
return L_0;
}
}
// MS.Internal.Xml.XPath.Axis/AxisType MS.Internal.Xml.XPath.Axis::get_TypeOfAxis()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Axis_get_TypeOfAxis_mC937F7732888322E11D54B66E3D3013B81129018 (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____axisType_0;
return L_0;
}
}
// System.Boolean MS.Internal.Xml.XPath.Axis::get_AbbrAxis()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Axis_get_AbbrAxis_m39030C864BA056B033F68DA0D202E4E9D90EDEA7 (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___abbrAxis_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 MS.Internal.Xml.XPath.BaseAxisQuery::.ctor(MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseAxisQuery__ctor_mC4B5EB3195F517A4130526FD32B095888F619897 (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyInput0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Query__ctor_mAF0DD1C254FE5063228B113D7C383305B86A1D66(__this, NULL);
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____name_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____name_3), (void*)L_0);
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____prefix_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____prefix_4), (void*)L_1);
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____nsUri_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nsUri_5), (void*)L_2);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_3 = ___qyInput0;
__this->___qyInput_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___qyInput_1), (void*)L_3);
return;
}
}
// System.Void MS.Internal.Xml.XPath.BaseAxisQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseAxisQuery__ctor_mF70CDA297A3F1DFECA6F2A0424312454AAA38735 (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___typeTest3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* G_B2_0 = NULL;
BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* G_B3_1 = NULL;
{
Query__ctor_mAF0DD1C254FE5063228B113D7C383305B86A1D66(__this, NULL);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___qyInput0;
__this->___qyInput_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___qyInput_1), (void*)L_0);
String_t* L_1 = ___name1;
__this->____name_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____name_3), (void*)L_1);
String_t* L_2 = ___prefix2;
__this->____prefix_4 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____prefix_4), (void*)L_2);
int32_t L_3 = ___typeTest3;
__this->____typeTest_6 = L_3;
String_t* L_4 = ___prefix2;
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
G_B1_0 = __this;
if (L_5)
{
G_B2_0 = __this;
goto IL_0037;
}
}
{
String_t* L_6 = ___name1;
int32_t L_7;
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
G_B3_0 = ((!(((uint32_t)L_7) <= ((uint32_t)0)))? 1 : 0);
G_B3_1 = G_B1_0;
goto IL_0038;
}
IL_0037:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
}
IL_0038:
{
G_B3_1->____nameTest_2 = (bool)G_B3_0;
String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
__this->____nsUri_5 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nsUri_5), (void*)L_8);
return;
}
}
// System.Void MS.Internal.Xml.XPath.BaseAxisQuery::.ctor(MS.Internal.Xml.XPath.BaseAxisQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseAxisQuery__ctor_m2A07CCEF3415F39C4EC9291F343E044125EAF78F (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* ___other0, const RuntimeMethod* method)
{
{
BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* L_0 = ___other0;
Query__ctor_mCFB7D1C0C2E82A57A63F55F32490FF5253D2A974(__this, L_0, NULL);
BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* L_1 = ___other0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_2 = L_1->___qyInput_1;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_3;
L_3 = Query_Clone_m0C3EB356B72B98E1D5312F8ED129AB1EEB10CFF2(L_2, NULL);
__this->___qyInput_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___qyInput_1), (void*)L_3);
BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* L_4 = ___other0;
String_t* L_5 = L_4->____name_3;
__this->____name_3 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->____name_3), (void*)L_5);
BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* L_6 = ___other0;
String_t* L_7 = L_6->____prefix_4;
__this->____prefix_4 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->____prefix_4), (void*)L_7);
BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* L_8 = ___other0;
String_t* L_9 = L_8->____nsUri_5;
__this->____nsUri_5 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nsUri_5), (void*)L_9);
BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* L_10 = ___other0;
int32_t L_11 = L_10->____typeTest_6;
__this->____typeTest_6 = L_11;
BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* L_12 = ___other0;
bool L_13 = L_12->____nameTest_2;
__this->____nameTest_2 = L_13;
BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* L_14 = ___other0;
int32_t L_15 = L_14->___position_8;
__this->___position_8 = L_15;
BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* L_16 = ___other0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_17 = L_16->___currentNode_7;
__this->___currentNode_7 = L_17;
Il2CppCodeGenWriteBarrier((void**)(&__this->___currentNode_7), (void*)L_17);
return;
}
}
// System.Void MS.Internal.Xml.XPath.BaseAxisQuery::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseAxisQuery_Reset_mEDB4EECEF42EACBE6FD8B8AE35632466EC9EC2B3 (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, const RuntimeMethod* method)
{
{
__this->___position_8 = 0;
__this->___currentNode_7 = (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___currentNode_7), (void*)(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->___qyInput_1;
VirtualActionInvoker0::Invoke(12 /* System.Void MS.Internal.Xml.XPath.ResetableIterator::Reset() */, L_0);
return;
}
}
// System.Void MS.Internal.Xml.XPath.BaseAxisQuery::SetXsltContext(System.Xml.Xsl.XsltContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseAxisQuery_SetXsltContext_m8D5671EE2884408D93A5F7133F341AD5CE1B1958 (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* ___context0, const RuntimeMethod* method)
{
{
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_0 = ___context0;
String_t* L_1 = __this->____prefix_4;
String_t* L_2;
L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(13 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_0, L_1);
__this->____nsUri_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nsUri_5), (void*)L_2);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_3 = __this->___qyInput_1;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_4 = ___context0;
VirtualActionInvoker1< XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_3, L_4);
return;
}
}
// System.String MS.Internal.Xml.XPath.BaseAxisQuery::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BaseAxisQuery_get_Name_mBEABA4E6CC92A6482D3DEE2EC3286B39954C30B3 (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->____name_3;
return L_0;
}
}
// System.String MS.Internal.Xml.XPath.BaseAxisQuery::get_Namespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BaseAxisQuery_get_Namespace_m8138C9592490E30BFA0E58BA4C32B0BD4EA93284 (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->____nsUri_5;
return L_0;
}
}
// System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::get_NameTest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseAxisQuery_get_NameTest_mAE6CBF115539F43041417CBF729A5824E218714B (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->____nameTest_2;
return L_0;
}
}
// System.Xml.XPath.XPathNodeType MS.Internal.Xml.XPath.BaseAxisQuery::get_TypeTest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BaseAxisQuery_get_TypeTest_m44DF1658CA42424AB6BD8976D00DE7B50FBEC1A5 (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____typeTest_6;
return L_0;
}
}
// System.Int32 MS.Internal.Xml.XPath.BaseAxisQuery::get_CurrentPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BaseAxisQuery_get_CurrentPosition_mC2B1BA64E817CD0397218C0776BE15B3B3176D3E (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___position_8;
return L_0;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.BaseAxisQuery::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* BaseAxisQuery_get_Current_m9A4A1B444BAB8D20434EDB6A4B23DF60C7581483 (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, const RuntimeMethod* method)
{
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0 = __this->___currentNode_7;
return L_0;
}
}
// System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::matches(System.Xml.XPath.XPathNavigator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseAxisQuery_matches_m303A0CB529C01244AFA7C27E6B24DCBEE3022546 (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___e0, const RuntimeMethod* method)
{
{
int32_t L_0;
L_0 = BaseAxisQuery_get_TypeTest_m44DF1658CA42424AB6BD8976D00DE7B50FBEC1A5_inline(__this, NULL);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1 = ___e0;
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_1);
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0033;
}
}
{
int32_t L_3;
L_3 = BaseAxisQuery_get_TypeTest_m44DF1658CA42424AB6BD8976D00DE7B50FBEC1A5_inline(__this, NULL);
if ((((int32_t)L_3) == ((int32_t)((int32_t)9))))
{
goto IL_0033;
}
}
{
int32_t L_4;
L_4 = BaseAxisQuery_get_TypeTest_m44DF1658CA42424AB6BD8976D00DE7B50FBEC1A5_inline(__this, NULL);
if ((!(((uint32_t)L_4) == ((uint32_t)4))))
{
goto IL_0072;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5 = ___e0;
int32_t L_6;
L_6 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_5);
if ((((int32_t)L_6) == ((int32_t)6)))
{
goto IL_0033;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_7 = ___e0;
int32_t L_8;
L_8 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_7);
if ((!(((uint32_t)L_8) == ((uint32_t)5))))
{
goto IL_0072;
}
}
IL_0033:
{
bool L_9;
L_9 = BaseAxisQuery_get_NameTest_mAE6CBF115539F43041417CBF729A5824E218714B_inline(__this, NULL);
if (!L_9)
{
goto IL_0070;
}
}
{
String_t* L_10 = __this->____name_3;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_11 = ___e0;
String_t* L_12;
L_12 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, L_11);
bool L_13;
L_13 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_10, L_12, NULL);
if (L_13)
{
goto IL_005b;
}
}
{
String_t* L_14 = __this->____name_3;
int32_t L_15;
L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_14, NULL);
if (L_15)
{
goto IL_0072;
}
}
IL_005b:
{
String_t* L_16 = __this->____nsUri_5;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_17 = ___e0;
String_t* L_18;
L_18 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XPath.XPathNavigator::get_NamespaceURI() */, L_17);
bool L_19;
L_19 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_16, L_18, NULL);
if (!L_19)
{
goto IL_0072;
}
}
{
return (bool)1;
}
IL_0070:
{
return (bool)1;
}
IL_0072:
{
return (bool)0;
}
}
// System.Object MS.Internal.Xml.XPath.BaseAxisQuery::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BaseAxisQuery_Evaluate_mD27078B6E0F6E0C8153A204E852E2875E1D7A615 (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method)
{
{
ResetableIterator_ResetCount_m7CF9DE8BB8A675B3FEAEAC20C7A51C1BFBB2EC2B(__this, NULL);
VirtualActionInvoker0::Invoke(12 /* System.Void MS.Internal.Xml.XPath.ResetableIterator::Reset() */, __this);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->___qyInput_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_1 = ___nodeIterator0;
RuntimeObject* L_2;
L_2 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_0, L_1);
return __this;
}
}
// System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.BaseAxisQuery::get_StaticType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BaseAxisQuery_get_StaticType_mA3E020E2D7917849433AA0F626C8CBB7A4F2733D (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, const RuntimeMethod* method)
{
{
return (int32_t)(3);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.BooleanExpr::.ctor(MS.Internal.Xml.XPath.Operator/Op,MS.Internal.Xml.XPath.Query,MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanExpr__ctor_mE37E0CFE0533FC77986FC6DCA376295B3D009CAD (BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA* __this, int32_t ___op0, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___opnd11, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___opnd22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ValueQuery__ctor_mACE967A0C92EFE64DDE6DBB7F195D0D6A42ACE8B(__this, NULL);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___opnd11;
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::get_StaticType() */, L_0);
if ((((int32_t)L_1) == ((int32_t)2)))
{
goto IL_0018;
}
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_2 = ___opnd11;
BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* L_3 = (BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0*)il2cpp_codegen_object_new(BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0_il2cpp_TypeInfo_var);
BooleanFunctions__ctor_mCFE5C5EF2263DFC3BF6142F19B48F4071BEBDC61(L_3, 8, L_2, NULL);
___opnd11 = L_3;
}
IL_0018:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_4 = ___opnd22;
int32_t L_5;
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::get_StaticType() */, L_4);
if ((((int32_t)L_5) == ((int32_t)2)))
{
goto IL_002a;
}
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_6 = ___opnd22;
BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* L_7 = (BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0*)il2cpp_codegen_object_new(BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0_il2cpp_TypeInfo_var);
BooleanFunctions__ctor_mCFE5C5EF2263DFC3BF6142F19B48F4071BEBDC61(L_7, 8, L_6, NULL);
___opnd22 = L_7;
}
IL_002a:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_8 = ___opnd11;
__this->____opnd1_1 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->____opnd1_1), (void*)L_8);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_9 = ___opnd22;
__this->____opnd2_2 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->____opnd2_2), (void*)L_9);
int32_t L_10 = ___op0;
__this->____isOr_3 = (bool)((((int32_t)L_10) == ((int32_t)1))? 1 : 0);
return;
}
}
// System.Void MS.Internal.Xml.XPath.BooleanExpr::.ctor(MS.Internal.Xml.XPath.BooleanExpr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanExpr__ctor_mA3D0367979103B8A5BD44E90884B774F1EC365E5 (BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA* __this, BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA* ___other0, const RuntimeMethod* method)
{
{
BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA* L_0 = ___other0;
ValueQuery__ctor_m28D743327D584AF6DCB48535D40D527A5D358B0A(__this, L_0, NULL);
BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA* L_1 = ___other0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_2 = L_1->____opnd1_1;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_3;
L_3 = Query_Clone_m0C3EB356B72B98E1D5312F8ED129AB1EEB10CFF2(L_2, NULL);
__this->____opnd1_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____opnd1_1), (void*)L_3);
BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA* L_4 = ___other0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_5 = L_4->____opnd2_2;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_6;
L_6 = Query_Clone_m0C3EB356B72B98E1D5312F8ED129AB1EEB10CFF2(L_5, NULL);
__this->____opnd2_2 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->____opnd2_2), (void*)L_6);
BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA* L_7 = ___other0;
bool L_8 = L_7->____isOr_3;
__this->____isOr_3 = L_8;
return;
}
}
// System.Void MS.Internal.Xml.XPath.BooleanExpr::SetXsltContext(System.Xml.Xsl.XsltContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanExpr_SetXsltContext_m8DAEB39BEE6B07B588E984B18C6827ECFE7166FA (BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA* __this, XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* ___context0, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____opnd1_1;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_1 = ___context0;
VirtualActionInvoker1< XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_0, L_1);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_2 = __this->____opnd2_2;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_3 = ___context0;
VirtualActionInvoker1< XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_2, L_3);
return;
}
}
// System.Object MS.Internal.Xml.XPath.BooleanExpr::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BooleanExpr_Evaluate_m11B8696BF2B5F445027B43C83E145D2E8CD03F46 (BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____opnd1_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_1 = ___nodeIterator0;
RuntimeObject* L_2;
L_2 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_0, L_1);
V_0 = L_2;
RuntimeObject* L_3 = V_0;
bool L_4 = __this->____isOr_3;
if ((!(((uint32_t)((*(bool*)((bool*)(bool*)UnBox(L_3, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))))) == ((uint32_t)L_4))))
{
goto IL_001d;
}
}
{
RuntimeObject* L_5 = V_0;
return L_5;
}
IL_001d:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_6 = __this->____opnd2_2;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_7 = ___nodeIterator0;
RuntimeObject* L_8;
L_8 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_6, L_7);
return L_8;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.BooleanExpr::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* BooleanExpr_Clone_mD4EEC1499259F73C3F54B312D9DEE5F6BB162AB1 (BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA* L_0 = (BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA*)il2cpp_codegen_object_new(BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA_il2cpp_TypeInfo_var);
BooleanExpr__ctor_mA3D0367979103B8A5BD44E90884B774F1EC365E5(L_0, __this, NULL);
return L_0;
}
}
// System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.BooleanExpr::get_StaticType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BooleanExpr_get_StaticType_mD682D3EEA6FBEC68746BAEC15F69DFE8B76FAFA1 (BooleanExpr_tE713665A9FE81BC69CD2843B58B0CC742271C1EA* __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.BooleanFunctions::.ctor(MS.Internal.Xml.XPath.Function/FunctionType,MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanFunctions__ctor_mCFE5C5EF2263DFC3BF6142F19B48F4071BEBDC61 (BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* __this, int32_t ___funcType0, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___arg1, const RuntimeMethod* method)
{
{
ValueQuery__ctor_mACE967A0C92EFE64DDE6DBB7F195D0D6A42ACE8B(__this, NULL);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___arg1;
__this->____arg_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg_1), (void*)L_0);
int32_t L_1 = ___funcType0;
__this->____funcType_2 = L_1;
return;
}
}
// System.Void MS.Internal.Xml.XPath.BooleanFunctions::.ctor(MS.Internal.Xml.XPath.BooleanFunctions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanFunctions__ctor_m6248E61F6449DEF38D2F135B42DB6DA5F241424A (BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* __this, BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* ___other0, const RuntimeMethod* method)
{
{
BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* L_0 = ___other0;
ValueQuery__ctor_m28D743327D584AF6DCB48535D40D527A5D358B0A(__this, L_0, NULL);
BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* L_1 = ___other0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_2 = L_1->____arg_1;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_3;
L_3 = Query_Clone_m0C3EB356B72B98E1D5312F8ED129AB1EEB10CFF2(L_2, NULL);
__this->____arg_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg_1), (void*)L_3);
BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* L_4 = ___other0;
int32_t L_5 = L_4->____funcType_2;
__this->____funcType_2 = L_5;
return;
}
}
// System.Void MS.Internal.Xml.XPath.BooleanFunctions::SetXsltContext(System.Xml.Xsl.XsltContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BooleanFunctions_SetXsltContext_mD1EA0069EB8D143C36088C1F276F1EC1445D960B (BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* __this, XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* ___context0, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____arg_1;
if (!L_0)
{
goto IL_0014;
}
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = __this->____arg_1;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_2 = ___context0;
VirtualActionInvoker1< XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_1, L_2);
}
IL_0014:
{
return;
}
}
// System.Object MS.Internal.Xml.XPath.BooleanFunctions::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BooleanFunctions_Evaluate_m15E0D2B554BC19F40B9B77D290924BC20D5364CD (BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->____funcType_2;
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 8)))
{
case 0:
{
goto IL_002a;
}
case 1:
{
goto IL_005f;
}
case 2:
{
goto IL_0044;
}
case 3:
{
goto IL_004b;
}
case 4:
{
goto IL_0037;
}
}
}
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)((int32_t)22))))
{
goto IL_0052;
}
}
{
goto IL_005f;
}
IL_002a:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_3 = ___nodeIterator0;
bool L_4;
L_4 = BooleanFunctions_toBoolean_mAA78DFB9675793D5FF147B451660983B5E13AB6D(__this, L_3, NULL);
bool L_5 = L_4;
RuntimeObject* L_6 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_5);
return L_6;
}
IL_0037:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_7 = ___nodeIterator0;
bool L_8;
L_8 = BooleanFunctions_Not_mD50C88109BE993D31F1931BDEE83D03392B7A2E0(__this, L_7, NULL);
bool L_9 = L_8;
RuntimeObject* L_10 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_9);
return L_10;
}
IL_0044:
{
bool L_11 = ((bool)1);
RuntimeObject* L_12 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_11);
return L_12;
}
IL_004b:
{
bool L_13 = ((bool)0);
RuntimeObject* L_14 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_13);
return L_14;
}
IL_0052:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_15 = ___nodeIterator0;
bool L_16;
L_16 = BooleanFunctions_Lang_m12477D0847CD654C3DAE85E167B0F72D60BBE123(__this, L_15, NULL);
bool L_17 = L_16;
RuntimeObject* L_18 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_17);
return L_18;
}
IL_005f:
{
bool L_19 = ((bool)0);
RuntimeObject* L_20 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_19);
return L_20;
}
}
// System.Boolean MS.Internal.Xml.XPath.BooleanFunctions::toBoolean(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanFunctions_toBoolean_mC02372A6C9E26CB6C6D9EDC4A926B933890AF81F (double ___number0, const RuntimeMethod* method)
{
{
double L_0 = ___number0;
if ((((double)L_0) == ((double)(0.0))))
{
goto IL_0016;
}
}
{
double L_1 = ___number0;
bool L_2;
L_2 = Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline(L_1, NULL);
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
}
IL_0016:
{
return (bool)0;
}
}
// System.Boolean MS.Internal.Xml.XPath.BooleanFunctions::toBoolean(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanFunctions_toBoolean_m83815A1578C7BE330BB60E0CCEFE887838087759 (String_t* ___str0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___str0;
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
return (bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0);
}
}
// System.Boolean MS.Internal.Xml.XPath.BooleanFunctions::toBoolean(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanFunctions_toBoolean_mAA78DFB9675793D5FF147B451660983B5E13AB6D (BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
String_t* V_1 = NULL;
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____arg_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_1 = ___nodeIterator0;
RuntimeObject* L_2;
L_2 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_0, L_1);
V_0 = L_2;
RuntimeObject* L_3 = V_0;
if (!((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)IsInstClass((RuntimeObject*)L_3, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B_il2cpp_TypeInfo_var)))
{
goto IL_0024;
}
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_4 = __this->____arg_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5;
L_5 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_4);
return (bool)((!(((RuntimeObject*)(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)L_5) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
}
IL_0024:
{
RuntimeObject* L_6 = V_0;
V_1 = ((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var));
String_t* L_7 = V_1;
if (!L_7)
{
goto IL_0035;
}
}
{
String_t* L_8 = V_1;
bool L_9;
L_9 = BooleanFunctions_toBoolean_m83815A1578C7BE330BB60E0CCEFE887838087759(L_8, NULL);
return L_9;
}
IL_0035:
{
RuntimeObject* L_10 = V_0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_10, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))
{
goto IL_0049;
}
}
{
RuntimeObject* L_11 = V_0;
bool L_12;
L_12 = BooleanFunctions_toBoolean_mC02372A6C9E26CB6C6D9EDC4A926B933890AF81F(((*(double*)((double*)(double*)UnBox(L_11, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))), NULL);
return L_12;
}
IL_0049:
{
RuntimeObject* L_13 = V_0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_13, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))
{
goto IL_0058;
}
}
{
RuntimeObject* L_14 = V_0;
return ((*(bool*)((bool*)(bool*)UnBox(L_14, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
}
IL_0058:
{
return (bool)1;
}
}
// System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.BooleanFunctions::get_StaticType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BooleanFunctions_get_StaticType_m9C96DEFCB3FE623F54EE8BCB3C9300B0EF5E7F63 (BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Boolean MS.Internal.Xml.XPath.BooleanFunctions::Not(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanFunctions_Not_mD50C88109BE993D31F1931BDEE83D03392B7A2E0 (BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____arg_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_1 = ___nodeIterator0;
RuntimeObject* L_2;
L_2 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_0, L_1);
return (bool)((((int32_t)((*(bool*)((bool*)(bool*)UnBox(L_2, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))))) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean MS.Internal.Xml.XPath.BooleanFunctions::Lang(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BooleanFunctions_Lang_m12477D0847CD654C3DAE85E167B0F72D60BBE123 (BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____arg_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_1 = ___nodeIterator0;
RuntimeObject* L_2;
L_2 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_0, L_1);
String_t* L_3;
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
V_0 = L_3;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_4 = ___nodeIterator0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5;
L_5 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_4);
String_t* L_6;
L_6 = VirtualFuncInvoker0< String_t* >::Invoke(30 /* System.String System.Xml.XPath.XPathNavigator::get_XmlLang() */, L_5);
V_1 = L_6;
String_t* L_7 = V_1;
String_t* L_8 = V_0;
bool L_9;
L_9 = String_StartsWith_mA2A4405B1B9F3653A6A9AA7F223F68D86A0C6264(L_7, L_8, 5, NULL);
if (!L_9)
{
goto IL_0049;
}
}
{
String_t* L_10 = V_1;
int32_t L_11;
L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_10, NULL);
String_t* L_12 = V_0;
int32_t L_13;
L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL);
if ((((int32_t)L_11) == ((int32_t)L_13)))
{
goto IL_0047;
}
}
{
String_t* L_14 = V_1;
String_t* L_15 = V_0;
int32_t L_16;
L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL);
Il2CppChar L_17;
L_17 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_14, L_16, NULL);
return (bool)((((int32_t)L_17) == ((int32_t)((int32_t)45)))? 1 : 0);
}
IL_0047:
{
return (bool)1;
}
IL_0049:
{
return (bool)0;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.BooleanFunctions::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* BooleanFunctions_Clone_mA50151063DA40B2AFDD440BA4A39F72F6EA7C7F2 (BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0* L_0 = (BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0*)il2cpp_codegen_object_new(BooleanFunctions_t859B70C09718F8E30EA8C25110384115275E9EB0_il2cpp_TypeInfo_var);
BooleanFunctions__ctor_m6248E61F6449DEF38D2F135B42DB6DA5F241424A(L_0, __this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.CacheAxisQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheAxisQuery__ctor_mF29EDB0855F9F6DC23EA709D32564466D4C1C532 (CacheAxisQuery_tCFF1CC8DE183EE8E2AE442258AD69D7DB3B05085* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___typeTest3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m5FDAAEC0B715FA1C85E3D8DEA35613EF51CBF0A3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___qyInput0;
String_t* L_1 = ___name1;
String_t* L_2 = ___prefix2;
int32_t L_3 = ___typeTest3;
BaseAxisQuery__ctor_mF70CDA297A3F1DFECA6F2A0424312454AAA38735(__this, L_0, L_1, L_2, L_3, NULL);
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_4 = (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7*)il2cpp_codegen_object_new(List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7_il2cpp_TypeInfo_var);
List_1__ctor_m5FDAAEC0B715FA1C85E3D8DEA35613EF51CBF0A3(L_4, List_1__ctor_m5FDAAEC0B715FA1C85E3D8DEA35613EF51CBF0A3_RuntimeMethod_var);
__this->___outputBuffer_9 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___outputBuffer_9), (void*)L_4);
((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0 = 0;
return;
}
}
// System.Void MS.Internal.Xml.XPath.CacheAxisQuery::.ctor(MS.Internal.Xml.XPath.CacheAxisQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheAxisQuery__ctor_mADFA21B9A21BABEFB2DFAFAB965F5CC8D1B84D7E (CacheAxisQuery_tCFF1CC8DE183EE8E2AE442258AD69D7DB3B05085* __this, CacheAxisQuery_tCFF1CC8DE183EE8E2AE442258AD69D7DB3B05085* ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m16F8F62149B0B0F12C7F6497E8F800BAA93DCE75_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
CacheAxisQuery_tCFF1CC8DE183EE8E2AE442258AD69D7DB3B05085* L_0 = ___other0;
BaseAxisQuery__ctor_m2A07CCEF3415F39C4EC9291F343E044125EAF78F(__this, L_0, NULL);
CacheAxisQuery_tCFF1CC8DE183EE8E2AE442258AD69D7DB3B05085* L_1 = ___other0;
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_2 = L_1->___outputBuffer_9;
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_3 = (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7*)il2cpp_codegen_object_new(List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7_il2cpp_TypeInfo_var);
List_1__ctor_m16F8F62149B0B0F12C7F6497E8F800BAA93DCE75(L_3, L_2, List_1__ctor_m16F8F62149B0B0F12C7F6497E8F800BAA93DCE75_RuntimeMethod_var);
__this->___outputBuffer_9 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___outputBuffer_9), (void*)L_3);
CacheAxisQuery_tCFF1CC8DE183EE8E2AE442258AD69D7DB3B05085* L_4 = ___other0;
int32_t L_5 = ((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)L_4)->___count_0;
((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0 = L_5;
return;
}
}
// System.Void MS.Internal.Xml.XPath.CacheAxisQuery::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheAxisQuery_Reset_m9950E9E6D82214B9DCB08300F864E7253E2A410A (CacheAxisQuery_tCFF1CC8DE183EE8E2AE442258AD69D7DB3B05085* __this, const RuntimeMethod* method)
{
{
((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0 = 0;
return;
}
}
// System.Object MS.Internal.Xml.XPath.CacheAxisQuery::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CacheAxisQuery_Evaluate_m578781FD2E8D7F2DAFA03EE4BC32301455326F23 (CacheAxisQuery_tCFF1CC8DE183EE8E2AE442258AD69D7DB3B05085* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m42D160830A60081C7477DDAA0D4523539171EF68_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_0 = ___context0;
RuntimeObject* L_1;
L_1 = BaseAxisQuery_Evaluate_mD27078B6E0F6E0C8153A204E852E2875E1D7A615(__this, L_0, NULL);
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_2 = __this->___outputBuffer_9;
List_1_Clear_m42D160830A60081C7477DDAA0D4523539171EF68_inline(L_2, List_1_Clear_m42D160830A60081C7477DDAA0D4523539171EF68_RuntimeMethod_var);
return __this;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.CacheAxisQuery::Advance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* CacheAxisQuery_Advance_m1D418B9C4FD9C4B0C2B477E242CB2F2F4964366D (CacheAxisQuery_tCFF1CC8DE183EE8E2AE442258AD69D7DB3B05085* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mC1FAE0FC5B6C378F8F0154E5BCB6821B87A59EE5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0;
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_1 = __this->___outputBuffer_9;
int32_t L_2;
L_2 = List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_inline(L_1, List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_RuntimeMethod_var);
if ((((int32_t)L_0) >= ((int32_t)L_2)))
{
goto IL_0030;
}
}
{
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_3 = __this->___outputBuffer_9;
int32_t L_4 = ((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0;
V_0 = L_4;
int32_t L_5 = V_0;
((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0 = ((int32_t)il2cpp_codegen_add(L_5, 1));
int32_t L_6 = V_0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_7;
L_7 = List_1_get_Item_mC1FAE0FC5B6C378F8F0154E5BCB6821B87A59EE5(L_3, L_6, List_1_get_Item_mC1FAE0FC5B6C378F8F0154E5BCB6821B87A59EE5_RuntimeMethod_var);
return L_7;
}
IL_0030:
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.CacheAxisQuery::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* CacheAxisQuery_get_Current_mB386880F8DFBE1E53C48FBCBD59DCEFF8217C444 (CacheAxisQuery_tCFF1CC8DE183EE8E2AE442258AD69D7DB3B05085* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mC1FAE0FC5B6C378F8F0154E5BCB6821B87A59EE5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0;
if (L_0)
{
goto IL_000a;
}
}
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
IL_000a:
{
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_1 = __this->___outputBuffer_9;
int32_t L_2 = ((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3;
L_3 = List_1_get_Item_mC1FAE0FC5B6C378F8F0154E5BCB6821B87A59EE5(L_1, ((int32_t)il2cpp_codegen_subtract(L_2, 1)), List_1_get_Item_mC1FAE0FC5B6C378F8F0154E5BCB6821B87A59EE5_RuntimeMethod_var);
return L_3;
}
}
// System.Int32 MS.Internal.Xml.XPath.CacheAxisQuery::get_CurrentPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CacheAxisQuery_get_CurrentPosition_m209C3EE444DAD692765629F97F94C5B5F70FFC04 (CacheAxisQuery_tCFF1CC8DE183EE8E2AE442258AD69D7DB3B05085* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = ((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0;
return L_0;
}
}
// System.Int32 MS.Internal.Xml.XPath.CacheAxisQuery::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CacheAxisQuery_get_Count_m549B3D54D587337AF9FDCA6EC04A555E2D409DDD (CacheAxisQuery_tCFF1CC8DE183EE8E2AE442258AD69D7DB3B05085* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_0 = __this->___outputBuffer_9;
int32_t L_1;
L_1 = List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_inline(L_0, List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_RuntimeMethod_var);
return L_1;
}
}
// MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.CacheAxisQuery::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CacheAxisQuery_get_Properties_m9251F63899EC7DA4CC9FED8F671C1EA124F83B72 (CacheAxisQuery_tCFF1CC8DE183EE8E2AE442258AD69D7DB3B05085* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)23));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.CacheChildrenQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheChildrenQuery__ctor_mFC6EE323AB70B44037EE4A69F749C7ECB693813C (CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___type3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1__ctor_m4F2EF698D12E4E5B0FED4298FB26311782035234_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1__ctor_mC18EFFAFE16CF3D20B6D07798787DBADC506AD7A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___qyInput0;
String_t* L_1 = ___name1;
String_t* L_2 = ___prefix2;
int32_t L_3 = ___type3;
ChildrenQuery__ctor_mA17B4C94EB9B83215ED434D668FD9EAFB67EEA93(__this, L_0, L_1, L_2, L_3, NULL);
ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* L_4 = (ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B*)il2cpp_codegen_object_new(ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B_il2cpp_TypeInfo_var);
ClonableStack_1__ctor_mC18EFFAFE16CF3D20B6D07798787DBADC506AD7A(L_4, ClonableStack_1__ctor_mC18EFFAFE16CF3D20B6D07798787DBADC506AD7A_RuntimeMethod_var);
__this->____elementStk_11 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____elementStk_11), (void*)L_4);
ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33* L_5 = (ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33*)il2cpp_codegen_object_new(ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33_il2cpp_TypeInfo_var);
ClonableStack_1__ctor_m4F2EF698D12E4E5B0FED4298FB26311782035234(L_5, ClonableStack_1__ctor_m4F2EF698D12E4E5B0FED4298FB26311782035234_RuntimeMethod_var);
__this->____positionStk_12 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->____positionStk_12), (void*)L_5);
__this->____needInput_13 = (bool)1;
return;
}
}
// System.Void MS.Internal.Xml.XPath.CacheChildrenQuery::.ctor(MS.Internal.Xml.XPath.CacheChildrenQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheChildrenQuery__ctor_mF06D3C20935D06D35B9AAED1F3AF557C7F7A1DD9 (CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B* __this, CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B* ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_Clone_m52420A2C704A67A68A14D612327E904C0DC1CE16_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_Clone_m561B4C80C7E986CD79D2662AFDF353F8AA795A91_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B* L_0 = ___other0;
ChildrenQuery__ctor_m054972A5F37090641CDA94A4379189DD292991B7(__this, L_0, NULL);
CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B* L_1 = ___other0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2 = L_1->____nextInput_10;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3;
L_3 = Query_Clone_m9FF7B46704165F9895FE34CA936CC11A3768833C(L_2, NULL);
__this->____nextInput_10 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nextInput_10), (void*)L_3);
CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B* L_4 = ___other0;
ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* L_5 = L_4->____elementStk_11;
ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* L_6;
L_6 = ClonableStack_1_Clone_m52420A2C704A67A68A14D612327E904C0DC1CE16(L_5, ClonableStack_1_Clone_m52420A2C704A67A68A14D612327E904C0DC1CE16_RuntimeMethod_var);
__this->____elementStk_11 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->____elementStk_11), (void*)L_6);
CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B* L_7 = ___other0;
ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33* L_8 = L_7->____positionStk_12;
ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33* L_9;
L_9 = ClonableStack_1_Clone_m561B4C80C7E986CD79D2662AFDF353F8AA795A91(L_8, ClonableStack_1_Clone_m561B4C80C7E986CD79D2662AFDF353F8AA795A91_RuntimeMethod_var);
__this->____positionStk_12 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->____positionStk_12), (void*)L_9);
CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B* L_10 = ___other0;
bool L_11 = L_10->____needInput_13;
__this->____needInput_13 = L_11;
return;
}
}
// System.Void MS.Internal.Xml.XPath.CacheChildrenQuery::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheChildrenQuery_Reset_m252FDB6A2C7A652E6ABCB17CB7CAE1DA1F07C46E (CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m42D160830A60081C7477DDAA0D4523539171EF68_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
__this->____nextInput_10 = (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nextInput_10), (void*)(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL);
ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* L_0 = __this->____elementStk_11;
List_1_Clear_m42D160830A60081C7477DDAA0D4523539171EF68_inline(L_0, List_1_Clear_m42D160830A60081C7477DDAA0D4523539171EF68_RuntimeMethod_var);
ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33* L_1 = __this->____positionStk_12;
List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_inline(L_1, List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_RuntimeMethod_var);
__this->____needInput_13 = (bool)1;
ChildrenQuery_Reset_m1C81A12CF31E8952D8E9707F1524E95911777BB2(__this, NULL);
return;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.CacheChildrenQuery::Advance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* CacheChildrenQuery_Advance_m24CD8B04661876C8562F79BA02C1155901E1D363 (CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_Pop_m710FF918275A4E7BB9D2EC6E310F9DA80D770588_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_Pop_mB6E8C78D5C2AFA9D21DC6C4BEA4C0077E0829D26_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
IL_0000:
{
bool L_0 = __this->____needInput_13;
if (!L_0)
{
goto IL_0074;
}
}
{
ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* L_1 = __this->____elementStk_11;
int32_t L_2;
L_2 = List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_inline(L_1, List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_RuntimeMethod_var);
if (L_2)
{
goto IL_0041;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3;
L_3 = CacheChildrenQuery_GetNextInput_m791621EA0BC22B69B4BA388C02FE136B38FED2F8(__this, NULL);
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7), (void*)L_3);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_4 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
if (L_4)
{
goto IL_002b;
}
}
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
IL_002b:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
bool L_6;
L_6 = VirtualFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, L_5);
if (!L_6)
{
goto IL_0000;
}
}
{
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = 0;
goto IL_006b;
}
IL_0041:
{
ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* L_7 = __this->____elementStk_11;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_8;
L_8 = ClonableStack_1_Pop_mB6E8C78D5C2AFA9D21DC6C4BEA4C0077E0829D26(L_7, ClonableStack_1_Pop_mB6E8C78D5C2AFA9D21DC6C4BEA4C0077E0829D26_RuntimeMethod_var);
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7), (void*)L_8);
ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33* L_9 = __this->____positionStk_12;
int32_t L_10;
L_10 = ClonableStack_1_Pop_m710FF918275A4E7BB9D2EC6E310F9DA80D770588(L_9, ClonableStack_1_Pop_m710FF918275A4E7BB9D2EC6E310F9DA80D770588_RuntimeMethod_var);
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = L_10;
bool L_11;
L_11 = CacheChildrenQuery_DecideNextNode_m8CF4B9A978746DA79A0B118F8D5E0AB27408CD12(__this, NULL);
if (!L_11)
{
goto IL_0000;
}
}
IL_006b:
{
__this->____needInput_13 = (bool)0;
goto IL_0095;
}
IL_0074:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_12 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
bool L_13;
L_13 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_12);
if (!L_13)
{
goto IL_0089;
}
}
{
bool L_14;
L_14 = CacheChildrenQuery_DecideNextNode_m8CF4B9A978746DA79A0B118F8D5E0AB27408CD12(__this, NULL);
if (L_14)
{
goto IL_0095;
}
}
IL_0089:
{
__this->____needInput_13 = (bool)1;
goto IL_0000;
}
IL_0095:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_15 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
bool L_16;
L_16 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(18 /* System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::matches(System.Xml.XPath.XPathNavigator) */, __this, L_15);
if (!L_16)
{
goto IL_0000;
}
}
{
int32_t L_17 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8;
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = ((int32_t)il2cpp_codegen_add(L_17, 1));
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_18 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
return L_18;
}
}
// System.Boolean MS.Internal.Xml.XPath.CacheChildrenQuery::DecideNextNode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CacheChildrenQuery_DecideNextNode_m8CF4B9A978746DA79A0B118F8D5E0AB27408CD12 (CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_Push_m1BC7B5D884ABCE10EBD7E6C79FC650D9E1ADD5AA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_Push_mF35DA7614F09A53EF575B806D330B18D34521E3C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0;
L_0 = CacheChildrenQuery_GetNextInput_m791621EA0BC22B69B4BA388C02FE136B38FED2F8(__this, NULL);
__this->____nextInput_10 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nextInput_10), (void*)L_0);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1 = __this->____nextInput_10;
if (!L_1)
{
goto IL_0073;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3 = __this->____nextInput_10;
int32_t L_4;
L_4 = Query_CompareNodes_m5FFEE6E8445C92F49DC8ABA6F0076E6503343987(L_2, L_3, NULL);
if ((!(((uint32_t)L_4) == ((uint32_t)1))))
{
goto IL_0073;
}
}
{
ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* L_5 = __this->____elementStk_11;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_6 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
ClonableStack_1_Push_m1BC7B5D884ABCE10EBD7E6C79FC650D9E1ADD5AA(L_5, L_6, ClonableStack_1_Push_m1BC7B5D884ABCE10EBD7E6C79FC650D9E1ADD5AA_RuntimeMethod_var);
ClonableStack_1_t96876CEB6738725AB4C5EC7D561D7B5E0F2D1A33* L_7 = __this->____positionStk_12;
int32_t L_8 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8;
ClonableStack_1_Push_mF35DA7614F09A53EF575B806D330B18D34521E3C(L_7, L_8, ClonableStack_1_Push_mF35DA7614F09A53EF575B806D330B18D34521E3C_RuntimeMethod_var);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_9 = __this->____nextInput_10;
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7), (void*)L_9);
__this->____nextInput_10 = (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nextInput_10), (void*)(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_10 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
bool L_11;
L_11 = VirtualFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, L_10);
if (L_11)
{
goto IL_006c;
}
}
{
return (bool)0;
}
IL_006c:
{
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = 0;
}
IL_0073:
{
return (bool)1;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.CacheChildrenQuery::GetNextInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* CacheChildrenQuery_GetNextInput_m791621EA0BC22B69B4BA388C02FE136B38FED2F8 (CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B* __this, const RuntimeMethod* method)
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL;
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0 = __this->____nextInput_10;
if (!L_0)
{
goto IL_0018;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1 = __this->____nextInput_10;
V_0 = L_1;
__this->____nextInput_10 = (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nextInput_10), (void*)(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL);
goto IL_002e;
}
IL_0018:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_2 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3;
L_3 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_2);
V_0 = L_3;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_4 = V_0;
if (!L_4)
{
goto IL_002e;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5 = V_0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_6;
L_6 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_5);
V_0 = L_6;
}
IL_002e:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_7 = V_0;
return L_7;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.CacheChildrenQuery::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* CacheChildrenQuery_Clone_m45D5F47D81DF7F82A7FC4F982B8F188C37F7EC69 (CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B* L_0 = (CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B*)il2cpp_codegen_object_new(CacheChildrenQuery_t0299A318B223A91AC52E0577D98AB60825697D6B_il2cpp_TypeInfo_var);
CacheChildrenQuery__ctor_mF06D3C20935D06D35B9AAED1F3AF557C7F7A1DD9(L_0, __this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.CacheOutputQuery::.ctor(MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheOutputQuery__ctor_mD04FADFD42AEBA47B220FC04375E6F089803EE94 (CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___input0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m5FDAAEC0B715FA1C85E3D8DEA35613EF51CBF0A3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Query__ctor_mAF0DD1C254FE5063228B113D7C383305B86A1D66(__this, NULL);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___input0;
__this->___input_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___input_1), (void*)L_0);
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_1 = (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7*)il2cpp_codegen_object_new(List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7_il2cpp_TypeInfo_var);
List_1__ctor_m5FDAAEC0B715FA1C85E3D8DEA35613EF51CBF0A3(L_1, List_1__ctor_m5FDAAEC0B715FA1C85E3D8DEA35613EF51CBF0A3_RuntimeMethod_var);
__this->___outputBuffer_2 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___outputBuffer_2), (void*)L_1);
((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0 = 0;
return;
}
}
// System.Void MS.Internal.Xml.XPath.CacheOutputQuery::.ctor(MS.Internal.Xml.XPath.CacheOutputQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheOutputQuery__ctor_m7F92B555C04220694F59ED09E1B92B12BCDC6990 (CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* __this, CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m16F8F62149B0B0F12C7F6497E8F800BAA93DCE75_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* L_0 = ___other0;
Query__ctor_mCFB7D1C0C2E82A57A63F55F32490FF5253D2A974(__this, L_0, NULL);
CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* L_1 = ___other0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_2 = L_1->___input_1;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_3;
L_3 = Query_Clone_m0C3EB356B72B98E1D5312F8ED129AB1EEB10CFF2(L_2, NULL);
__this->___input_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___input_1), (void*)L_3);
CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* L_4 = ___other0;
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_5 = L_4->___outputBuffer_2;
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_6 = (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7*)il2cpp_codegen_object_new(List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7_il2cpp_TypeInfo_var);
List_1__ctor_m16F8F62149B0B0F12C7F6497E8F800BAA93DCE75(L_6, L_5, List_1__ctor_m16F8F62149B0B0F12C7F6497E8F800BAA93DCE75_RuntimeMethod_var);
__this->___outputBuffer_2 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___outputBuffer_2), (void*)L_6);
CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* L_7 = ___other0;
int32_t L_8 = ((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)L_7)->___count_0;
((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0 = L_8;
return;
}
}
// System.Void MS.Internal.Xml.XPath.CacheOutputQuery::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheOutputQuery_Reset_m718DDAB2F5BFC66E2DAA14C8D3AB7D1C333518E0 (CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* __this, const RuntimeMethod* method)
{
{
((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0 = 0;
return;
}
}
// System.Void MS.Internal.Xml.XPath.CacheOutputQuery::SetXsltContext(System.Xml.Xsl.XsltContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CacheOutputQuery_SetXsltContext_mB846B6EED08A622A9E5E7273D87506D8484315F5 (CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* __this, XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* ___context0, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->___input_1;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_1 = ___context0;
VirtualActionInvoker1< XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_0, L_1);
return;
}
}
// System.Object MS.Internal.Xml.XPath.CacheOutputQuery::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CacheOutputQuery_Evaluate_m8D97CD67CC7F8BD8CA634C83A36313B0819933E6 (CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m42D160830A60081C7477DDAA0D4523539171EF68_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_0 = __this->___outputBuffer_2;
List_1_Clear_m42D160830A60081C7477DDAA0D4523539171EF68_inline(L_0, List_1_Clear_m42D160830A60081C7477DDAA0D4523539171EF68_RuntimeMethod_var);
((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0 = 0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = __this->___input_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_2 = ___context0;
RuntimeObject* L_3;
L_3 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_1, L_2);
return L_3;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.CacheOutputQuery::Advance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* CacheOutputQuery_Advance_m4A1F9887680581706FBE99329D9C1C99438EE995 (CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mC1FAE0FC5B6C378F8F0154E5BCB6821B87A59EE5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0;
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_1 = __this->___outputBuffer_2;
int32_t L_2;
L_2 = List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_inline(L_1, List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_RuntimeMethod_var);
if ((((int32_t)L_0) >= ((int32_t)L_2)))
{
goto IL_0030;
}
}
{
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_3 = __this->___outputBuffer_2;
int32_t L_4 = ((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0;
V_0 = L_4;
int32_t L_5 = V_0;
((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0 = ((int32_t)il2cpp_codegen_add(L_5, 1));
int32_t L_6 = V_0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_7;
L_7 = List_1_get_Item_mC1FAE0FC5B6C378F8F0154E5BCB6821B87A59EE5(L_3, L_6, List_1_get_Item_mC1FAE0FC5B6C378F8F0154E5BCB6821B87A59EE5_RuntimeMethod_var);
return L_7;
}
IL_0030:
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.CacheOutputQuery::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* CacheOutputQuery_get_Current_m3DCF5FADDEDC9207617E2845ADCB87B5E78FAED0 (CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mC1FAE0FC5B6C378F8F0154E5BCB6821B87A59EE5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0;
if (L_0)
{
goto IL_000a;
}
}
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
IL_000a:
{
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_1 = __this->___outputBuffer_2;
int32_t L_2 = ((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3;
L_3 = List_1_get_Item_mC1FAE0FC5B6C378F8F0154E5BCB6821B87A59EE5(L_1, ((int32_t)il2cpp_codegen_subtract(L_2, 1)), List_1_get_Item_mC1FAE0FC5B6C378F8F0154E5BCB6821B87A59EE5_RuntimeMethod_var);
return L_3;
}
}
// System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.CacheOutputQuery::get_StaticType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CacheOutputQuery_get_StaticType_mE82EAC40EA82B4CA027B4677FD0FA7E2DF94263E (CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* __this, const RuntimeMethod* method)
{
{
return (int32_t)(3);
}
}
// System.Int32 MS.Internal.Xml.XPath.CacheOutputQuery::get_CurrentPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CacheOutputQuery_get_CurrentPosition_mA7BC925F61B2969207DA0C70B5BFD26CF642372B (CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = ((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0;
return L_0;
}
}
// System.Int32 MS.Internal.Xml.XPath.CacheOutputQuery::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CacheOutputQuery_get_Count_m6E95FFFC1B2531300D492EA80754DE11ACC0F458 (CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_0 = __this->___outputBuffer_2;
int32_t L_1;
L_1 = List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_inline(L_0, List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_RuntimeMethod_var);
return L_1;
}
}
// MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.CacheOutputQuery::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CacheOutputQuery_get_Properties_m8CC8E80DCE223F8691995740A367CF8D6F3CF9C1 (CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)23));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.ChildrenQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChildrenQuery__ctor_mA17B4C94EB9B83215ED434D668FD9EAFB67EEA93 (ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___type3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_il2cpp_TypeInfo_var);
XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF* L_0 = ((XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_StaticFields*)il2cpp_codegen_static_fields_for(XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_il2cpp_TypeInfo_var))->___Instance_1;
__this->____iterator_9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____iterator_9), (void*)L_0);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = ___qyInput0;
String_t* L_2 = ___name1;
String_t* L_3 = ___prefix2;
int32_t L_4 = ___type3;
BaseAxisQuery__ctor_mF70CDA297A3F1DFECA6F2A0424312454AAA38735(__this, L_1, L_2, L_3, L_4, NULL);
return;
}
}
// System.Void MS.Internal.Xml.XPath.ChildrenQuery::.ctor(MS.Internal.Xml.XPath.ChildrenQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChildrenQuery__ctor_m054972A5F37090641CDA94A4379189DD292991B7 (ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39* __this, ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39* ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_il2cpp_TypeInfo_var);
XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF* L_0 = ((XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_StaticFields*)il2cpp_codegen_static_fields_for(XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_il2cpp_TypeInfo_var))->___Instance_1;
__this->____iterator_9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____iterator_9), (void*)L_0);
ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39* L_1 = ___other0;
BaseAxisQuery__ctor_m2A07CCEF3415F39C4EC9291F343E044125EAF78F(__this, L_1, NULL);
ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39* L_2 = ___other0;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_3 = L_2->____iterator_9;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_4;
L_4 = Query_Clone_m23957F953EEBD93366BF0039357BDDA154022EA6(L_3, NULL);
__this->____iterator_9 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____iterator_9), (void*)L_4);
return;
}
}
// System.Void MS.Internal.Xml.XPath.ChildrenQuery::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChildrenQuery_Reset_m1C81A12CF31E8952D8E9707F1524E95911777BB2 (ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_il2cpp_TypeInfo_var);
XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF* L_0 = ((XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_StaticFields*)il2cpp_codegen_static_fields_for(XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_il2cpp_TypeInfo_var))->___Instance_1;
__this->____iterator_9 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____iterator_9), (void*)L_0);
BaseAxisQuery_Reset_mEDB4EECEF42EACBE6FD8B8AE35632466EC9EC2B3(__this, NULL);
return;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.ChildrenQuery::Advance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ChildrenQuery_Advance_m7698B3D61F2A7569379AFBEEAB75EE8EA71DC743 (ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL;
{
goto IL_0076;
}
IL_0002:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1;
L_1 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_0);
V_0 = L_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2 = V_0;
if (L_2)
{
goto IL_0013;
}
}
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
IL_0013:
{
bool L_3;
L_3 = BaseAxisQuery_get_NameTest_mAE6CBF115539F43041417CBF729A5824E218714B_inline(__this, NULL);
if (!L_3)
{
goto IL_005d;
}
}
{
int32_t L_4;
L_4 = BaseAxisQuery_get_TypeTest_m44DF1658CA42424AB6BD8976D00DE7B50FBEC1A5_inline(__this, NULL);
if ((!(((uint32_t)L_4) == ((uint32_t)7))))
{
goto IL_0043;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5 = V_0;
int32_t L_6;
L_6 = BaseAxisQuery_get_TypeTest_m44DF1658CA42424AB6BD8976D00DE7B50FBEC1A5_inline(__this, NULL);
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_7;
L_7 = VirtualFuncInvoker1< XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*, int32_t >::Invoke(58 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectChildren(System.Xml.XPath.XPathNodeType) */, L_5, L_6);
String_t* L_8;
L_8 = BaseAxisQuery_get_Name_mBEABA4E6CC92A6482D3DEE2EC3286B39954C30B3_inline(__this, NULL);
IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1* L_9 = (IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1*)il2cpp_codegen_object_new(IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1_il2cpp_TypeInfo_var);
IteratorFilter__ctor_m609270BF602494F4E0865DC2DB509F721B875097(L_9, L_7, L_8, NULL);
__this->____iterator_9 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->____iterator_9), (void*)L_9);
goto IL_006f;
}
IL_0043:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_10 = V_0;
String_t* L_11;
L_11 = BaseAxisQuery_get_Name_mBEABA4E6CC92A6482D3DEE2EC3286B39954C30B3_inline(__this, NULL);
String_t* L_12;
L_12 = BaseAxisQuery_get_Namespace_m8138C9592490E30BFA0E58BA4C32B0BD4EA93284_inline(__this, NULL);
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_13;
L_13 = VirtualFuncInvoker2< XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*, String_t*, String_t* >::Invoke(59 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectChildren(System.String,System.String) */, L_10, L_11, L_12);
__this->____iterator_9 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&__this->____iterator_9), (void*)L_13);
goto IL_006f;
}
IL_005d:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_14 = V_0;
int32_t L_15;
L_15 = BaseAxisQuery_get_TypeTest_m44DF1658CA42424AB6BD8976D00DE7B50FBEC1A5_inline(__this, NULL);
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_16;
L_16 = VirtualFuncInvoker1< XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*, int32_t >::Invoke(58 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectChildren(System.Xml.XPath.XPathNodeType) */, L_14, L_15);
__this->____iterator_9 = L_16;
Il2CppCodeGenWriteBarrier((void**)(&__this->____iterator_9), (void*)L_16);
}
IL_006f:
{
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = 0;
}
IL_0076:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_17 = __this->____iterator_9;
bool L_18;
L_18 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.XPathNodeIterator::MoveNext() */, L_17);
if (!L_18)
{
goto IL_0002;
}
}
{
int32_t L_19 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8;
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = ((int32_t)il2cpp_codegen_add(L_19, 1));
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_20 = __this->____iterator_9;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_21;
L_21 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_20);
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7 = L_21;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7), (void*)L_21);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_22 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
return L_22;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.ChildrenQuery::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ChildrenQuery_Clone_m6E97219BC5D24E6EADDAF8032EBF0E68841961F8 (ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39* L_0 = (ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39*)il2cpp_codegen_object_new(ChildrenQuery_tB06C3FB62E162D0E7975B7AD15D0871488D5BC39_il2cpp_TypeInfo_var);
ChildrenQuery__ctor_m054972A5F37090641CDA94A4379189DD292991B7(L_0, __this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.CompiledXpathExpr::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompiledXpathExpr__ctor_m89CE15019D3241F450EB9699415482D4A8A1A83F (CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___query0, String_t* ___expression1, bool ___needContext2, const RuntimeMethod* method)
{
{
XPathExpression__ctor_m8CD20065E30D0DC30DA4B312B1AE63472064887A(__this, NULL);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___query0;
__this->____query_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____query_0), (void*)L_0);
String_t* L_1 = ___expression1;
__this->____expr_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____expr_1), (void*)L_1);
bool L_2 = ___needContext2;
__this->____needContext_2 = L_2;
return;
}
}
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.CompiledXpathExpr::get_QueryTree()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* CompiledXpathExpr_get_QueryTree_m0D8ED9C4C87032AC6BE036E4882264DAC3610A61 (CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->____needContext_2;
if (!L_0)
{
goto IL_0013;
}
}
{
XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* L_1;
L_1 = XPathException_Create_m823FEEDBF0AF2F0BAF71C56A7199E82D37FB9D82(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEEC7EDD445A803BF7283248C4CEA74FBAEF51A7D)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CompiledXpathExpr_get_QueryTree_m0D8ED9C4C87032AC6BE036E4882264DAC3610A61_RuntimeMethod_var)));
}
IL_0013:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_2 = __this->____query_0;
return L_2;
}
}
// System.Void MS.Internal.Xml.XPath.CompiledXpathExpr::SetContext(System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompiledXpathExpr_SetContext_m95234D93C51B740355D1FDD05AF4152F638086B9 (CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73* __this, RuntimeObject* ___nsResolver0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UndefinedXsltContext_tDA1405A3D4F1832649A7B8CB9531C78C633B88BD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* V_0 = NULL;
{
RuntimeObject* L_0 = ___nsResolver0;
V_0 = ((XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B*)IsInstClass((RuntimeObject*)L_0, XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B_il2cpp_TypeInfo_var));
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_1 = V_0;
if (L_1)
{
goto IL_0020;
}
}
{
RuntimeObject* L_2 = ___nsResolver0;
if (L_2)
{
goto IL_0019;
}
}
{
NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46* L_3 = (NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46*)il2cpp_codegen_object_new(NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var);
NameTable__ctor_mB02EE27092095D81E839D51519C4FBDA2227C261(L_3, NULL);
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_4 = (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F*)il2cpp_codegen_object_new(XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var);
XmlNamespaceManager__ctor_m18E69120CE5886E06630CCCC3215D2C67FC669DB(L_4, L_3, NULL);
___nsResolver0 = L_4;
}
IL_0019:
{
RuntimeObject* L_5 = ___nsResolver0;
UndefinedXsltContext_tDA1405A3D4F1832649A7B8CB9531C78C633B88BD* L_6 = (UndefinedXsltContext_tDA1405A3D4F1832649A7B8CB9531C78C633B88BD*)il2cpp_codegen_object_new(UndefinedXsltContext_tDA1405A3D4F1832649A7B8CB9531C78C633B88BD_il2cpp_TypeInfo_var);
UndefinedXsltContext__ctor_mAA445ACCAE41512572621C2434C212FA7C260E98(L_6, L_5, NULL);
V_0 = L_6;
}
IL_0020:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_7 = __this->____query_0;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_8 = V_0;
VirtualActionInvoker1< XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_7, L_8);
__this->____needContext_2 = (bool)0;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.CompiledXpathExpr/UndefinedXsltContext::.ctor(System.Xml.IXmlNamespaceResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UndefinedXsltContext__ctor_mAA445ACCAE41512572621C2434C212FA7C260E98 (UndefinedXsltContext_tDA1405A3D4F1832649A7B8CB9531C78C633B88BD* __this, RuntimeObject* ___nsResolver0, const RuntimeMethod* method)
{
{
XsltContext__ctor_m3512C20F502004B0EC2CC8EA53ED7A7E378BCC99(__this, (bool)0, NULL);
RuntimeObject* L_0 = ___nsResolver0;
__this->____nsResolver_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nsResolver_8), (void*)L_0);
return;
}
}
// System.String MS.Internal.Xml.XPath.CompiledXpathExpr/UndefinedXsltContext::get_DefaultNamespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UndefinedXsltContext_get_DefaultNamespace_mC610E542AE4B4B40D703E9762DD5CA7CA4799D0F (UndefinedXsltContext_tDA1405A3D4F1832649A7B8CB9531C78C633B88BD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_0;
}
}
// System.String MS.Internal.Xml.XPath.CompiledXpathExpr/UndefinedXsltContext::LookupNamespace(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UndefinedXsltContext_LookupNamespace_mC663ED618EC6E7499210E349F085B863FE4953C4 (UndefinedXsltContext_tDA1405A3D4F1832649A7B8CB9531C78C633B88BD* __this, String_t* ___prefix0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* G_B4_0 = NULL;
String_t* G_B3_0 = NULL;
{
String_t* L_0 = ___prefix0;
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
if (L_1)
{
goto IL_000e;
}
}
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_2;
}
IL_000e:
{
RuntimeObject* L_3 = __this->____nsResolver_8;
String_t* L_4 = ___prefix0;
String_t* L_5;
L_5 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(0 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var, L_3, L_4);
String_t* L_6 = L_5;
G_B3_0 = L_6;
if (L_6)
{
G_B4_0 = L_6;
goto IL_0029;
}
}
{
String_t* L_7 = ___prefix0;
XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* L_8;
L_8 = XPathException_Create_mCD60C456FBFFE42865EE9F1BA8F263EA25FACC71(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0571B0484D84D3D5A784EAFB605BF47420CD317C)), L_7, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UndefinedXsltContext_LookupNamespace_mC663ED618EC6E7499210E349F085B863FE4953C4_RuntimeMethod_var)));
}
IL_0029:
{
return G_B4_0;
}
}
// System.Xml.Xsl.IXsltContextVariable MS.Internal.Xml.XPath.CompiledXpathExpr/UndefinedXsltContext::ResolveVariable(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UndefinedXsltContext_ResolveVariable_m6C48EE4FD83FE5D028710EDF41732037A3ABC6FF (UndefinedXsltContext_tDA1405A3D4F1832649A7B8CB9531C78C633B88BD* __this, String_t* ___prefix0, String_t* ___name1, const RuntimeMethod* method)
{
{
XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* L_0;
L_0 = XPathException_Create_m823FEEDBF0AF2F0BAF71C56A7199E82D37FB9D82(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD9DA7E59DE10A66D178868A5ECCD5BAE478D7E0E)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UndefinedXsltContext_ResolveVariable_m6C48EE4FD83FE5D028710EDF41732037A3ABC6FF_RuntimeMethod_var)));
}
}
// System.Xml.Xsl.IXsltContextFunction MS.Internal.Xml.XPath.CompiledXpathExpr/UndefinedXsltContext::ResolveFunction(System.String,System.String,System.Xml.XPath.XPathResultType[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UndefinedXsltContext_ResolveFunction_m13A4546E7D9CB1C41F4BD3297B87CFD8CD97EE42 (UndefinedXsltContext_tDA1405A3D4F1832649A7B8CB9531C78C633B88BD* __this, String_t* ___prefix0, String_t* ___name1, XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931* ___ArgTypes2, const RuntimeMethod* method)
{
{
XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* L_0;
L_0 = XPathException_Create_m823FEEDBF0AF2F0BAF71C56A7199E82D37FB9D82(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD9DA7E59DE10A66D178868A5ECCD5BAE478D7E0E)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UndefinedXsltContext_ResolveFunction_m13A4546E7D9CB1C41F4BD3297B87CFD8CD97EE42_RuntimeMethod_var)));
}
}
// System.Boolean MS.Internal.Xml.XPath.CompiledXpathExpr/UndefinedXsltContext::get_Whitespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UndefinedXsltContext_get_Whitespace_mE7416EF82ACB4D16E12335380CBE32BA8A027D34 (UndefinedXsltContext_tDA1405A3D4F1832649A7B8CB9531C78C633B88BD* __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean MS.Internal.Xml.XPath.CompiledXpathExpr/UndefinedXsltContext::PreserveWhitespace(System.Xml.XPath.XPathNavigator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UndefinedXsltContext_PreserveWhitespace_m65DB5236D767401E1BCE9C766063653D9EEB1BE0 (UndefinedXsltContext_tDA1405A3D4F1832649A7B8CB9531C78C633B88BD* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___node0, 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.Void MS.Internal.Xml.XPath.ContextQuery::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextQuery__ctor_mE464112CF24EE31870A0182D07DF686271D7E107 (ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2* __this, const RuntimeMethod* method)
{
{
Query__ctor_mAF0DD1C254FE5063228B113D7C383305B86A1D66(__this, NULL);
((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0 = 0;
return;
}
}
// System.Void MS.Internal.Xml.XPath.ContextQuery::.ctor(MS.Internal.Xml.XPath.ContextQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextQuery__ctor_m2C617D7D709305EEB9CE48F9523E6610232FEDF7 (ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2* __this, ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2* ___other0, const RuntimeMethod* method)
{
{
ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2* L_0 = ___other0;
Query__ctor_mCFB7D1C0C2E82A57A63F55F32490FF5253D2A974(__this, L_0, NULL);
ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2* L_1 = ___other0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2 = L_1->___contextNode_1;
__this->___contextNode_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___contextNode_1), (void*)L_2);
return;
}
}
// System.Void MS.Internal.Xml.XPath.ContextQuery::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextQuery_Reset_m13CD29E360009DDFA4BC59EA52E7B70AD3707FFA (ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2* __this, const RuntimeMethod* method)
{
{
((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0 = 0;
return;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.ContextQuery::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ContextQuery_get_Current_m1071EB52C6CF59C58310E0DDCBC056B4D3FE731C (ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2* __this, const RuntimeMethod* method)
{
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0 = __this->___contextNode_1;
return L_0;
}
}
// System.Object MS.Internal.Xml.XPath.ContextQuery::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ContextQuery_Evaluate_m1CFF0A8DA7AC88852CCC0943F6A4025BD9DB412C (ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___context0, const RuntimeMethod* method)
{
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_0 = ___context0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1;
L_1 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_0);
__this->___contextNode_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___contextNode_1), (void*)L_1);
((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0 = 0;
return __this;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.ContextQuery::Advance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ContextQuery_Advance_m9441C9C4E20BCACC07FD8C12D14B78C1B0053AAF (ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = ((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0;
if (L_0)
{
goto IL_0016;
}
}
{
((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0 = 1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1 = __this->___contextNode_1;
return L_1;
}
IL_0016:
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.ContextQuery::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ContextQuery_Clone_m10B685773A9F9728A9BBDB679C848494884F2592 (ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2* L_0 = (ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2*)il2cpp_codegen_object_new(ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2_il2cpp_TypeInfo_var);
ContextQuery__ctor_m2C617D7D709305EEB9CE48F9523E6610232FEDF7(L_0, __this, NULL);
return L_0;
}
}
// System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.ContextQuery::get_StaticType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ContextQuery_get_StaticType_m6FA7CC0DFB0CB929029AFF5496BDD3A5C4FF9114 (ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2* __this, const RuntimeMethod* method)
{
{
return (int32_t)(3);
}
}
// System.Int32 MS.Internal.Xml.XPath.ContextQuery::get_CurrentPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ContextQuery_get_CurrentPosition_m5327820E302C5E816732363285B56E77A5C5B1E5 (ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = ((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)__this)->___count_0;
return L_0;
}
}
// System.Int32 MS.Internal.Xml.XPath.ContextQuery::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ContextQuery_get_Count_mBE0A9315252475F97E84C9152272E0BEB93C25F2 (ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2* __this, const RuntimeMethod* method)
{
{
return 1;
}
}
// MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.ContextQuery::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ContextQuery_get_Properties_m4E3B64F0C9D65CDCE17DD657B1EDEB1F0257A1C5 (ContextQuery_t26F3B26CF72A54B009154A1740249242C5B3C6D2* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)23));
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.DescendantBaseQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescendantBaseQuery__ctor_mF36BED955D0CB12892263E6C6A371F9C545640EA (DescendantBaseQuery_tC9436AA1E68A8D806FD6D18C9FD154D5A67C023C* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyParent0, String_t* ___Name1, String_t* ___Prefix2, int32_t ___Type3, bool ___matchSelf4, bool ___abbrAxis5, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___qyParent0;
String_t* L_1 = ___Name1;
String_t* L_2 = ___Prefix2;
int32_t L_3 = ___Type3;
BaseAxisQuery__ctor_mF70CDA297A3F1DFECA6F2A0424312454AAA38735(__this, L_0, L_1, L_2, L_3, NULL);
bool L_4 = ___matchSelf4;
__this->___matchSelf_9 = L_4;
bool L_5 = ___abbrAxis5;
__this->___abbrAxis_10 = L_5;
return;
}
}
// System.Void MS.Internal.Xml.XPath.DescendantBaseQuery::.ctor(MS.Internal.Xml.XPath.DescendantBaseQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescendantBaseQuery__ctor_mF6B0D9D70715DF83CC1FE985098F238F82911A7F (DescendantBaseQuery_tC9436AA1E68A8D806FD6D18C9FD154D5A67C023C* __this, DescendantBaseQuery_tC9436AA1E68A8D806FD6D18C9FD154D5A67C023C* ___other0, const RuntimeMethod* method)
{
{
DescendantBaseQuery_tC9436AA1E68A8D806FD6D18C9FD154D5A67C023C* L_0 = ___other0;
BaseAxisQuery__ctor_m2A07CCEF3415F39C4EC9291F343E044125EAF78F(__this, L_0, NULL);
DescendantBaseQuery_tC9436AA1E68A8D806FD6D18C9FD154D5A67C023C* L_1 = ___other0;
bool L_2 = L_1->___matchSelf_9;
__this->___matchSelf_9 = L_2;
DescendantBaseQuery_tC9436AA1E68A8D806FD6D18C9FD154D5A67C023C* L_3 = ___other0;
bool L_4 = L_3->___abbrAxis_10;
__this->___abbrAxis_10 = 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 MS.Internal.Xml.XPath.DescendantQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescendantQuery__ctor_m6903A008F864A65B59E1193E83075BA65C7D9C4F (DescendantQuery_t82623A55A8B0575728F3023138483D2F504F793C* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyParent0, String_t* ___Name1, String_t* ___Prefix2, int32_t ___Type3, bool ___matchSelf4, bool ___abbrAxis5, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___qyParent0;
String_t* L_1 = ___Name1;
String_t* L_2 = ___Prefix2;
int32_t L_3 = ___Type3;
bool L_4 = ___matchSelf4;
bool L_5 = ___abbrAxis5;
DescendantBaseQuery__ctor_mF36BED955D0CB12892263E6C6A371F9C545640EA(__this, L_0, L_1, L_2, L_3, L_4, L_5, NULL);
return;
}
}
// System.Void MS.Internal.Xml.XPath.DescendantQuery::.ctor(MS.Internal.Xml.XPath.DescendantQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescendantQuery__ctor_m7455AD95BD751E0BC4298D6BFB9ACEFDE79D9886 (DescendantQuery_t82623A55A8B0575728F3023138483D2F504F793C* __this, DescendantQuery_t82623A55A8B0575728F3023138483D2F504F793C* ___other0, const RuntimeMethod* method)
{
{
DescendantQuery_t82623A55A8B0575728F3023138483D2F504F793C* L_0 = ___other0;
DescendantBaseQuery__ctor_mF6B0D9D70715DF83CC1FE985098F238F82911A7F(__this, L_0, NULL);
DescendantQuery_t82623A55A8B0575728F3023138483D2F504F793C* L_1 = ___other0;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_2 = L_1->____nodeIterator_11;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_3;
L_3 = Query_Clone_m23957F953EEBD93366BF0039357BDDA154022EA6(L_2, NULL);
__this->____nodeIterator_11 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nodeIterator_11), (void*)L_3);
return;
}
}
// System.Void MS.Internal.Xml.XPath.DescendantQuery::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescendantQuery_Reset_mA33CC5D71206305DD17EDC7DE70E30F8C4670644 (DescendantQuery_t82623A55A8B0575728F3023138483D2F504F793C* __this, const RuntimeMethod* method)
{
{
__this->____nodeIterator_11 = (XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nodeIterator_11), (void*)(XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)NULL);
BaseAxisQuery_Reset_mEDB4EECEF42EACBE6FD8B8AE35632466EC9EC2B3(__this, NULL);
return;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.DescendantQuery::Advance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* DescendantQuery_Advance_mEE518DC240C03EE96EB49A3A88DD56C19B7C9C76 (DescendantQuery_t82623A55A8B0575728F3023138483D2F504F793C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL;
IL_0000:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_0 = __this->____nodeIterator_11;
if (L_0)
{
goto IL_0091;
}
}
{
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = 0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2;
L_2 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_1);
V_0 = L_2;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3 = V_0;
if (L_3)
{
goto IL_0023;
}
}
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
IL_0023:
{
bool L_4;
L_4 = BaseAxisQuery_get_NameTest_mAE6CBF115539F43041417CBF729A5824E218714B_inline(__this, NULL);
if (!L_4)
{
goto IL_0079;
}
}
{
int32_t L_5;
L_5 = BaseAxisQuery_get_TypeTest_m44DF1658CA42424AB6BD8976D00DE7B50FBEC1A5_inline(__this, NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)7))))
{
goto IL_0059;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_6 = V_0;
int32_t L_7;
L_7 = BaseAxisQuery_get_TypeTest_m44DF1658CA42424AB6BD8976D00DE7B50FBEC1A5_inline(__this, NULL);
bool L_8 = ((DescendantBaseQuery_tC9436AA1E68A8D806FD6D18C9FD154D5A67C023C*)__this)->___matchSelf_9;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_9;
L_9 = VirtualFuncInvoker2< XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*, int32_t, bool >::Invoke(60 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectDescendants(System.Xml.XPath.XPathNodeType,System.Boolean) */, L_6, L_7, L_8);
String_t* L_10;
L_10 = BaseAxisQuery_get_Name_mBEABA4E6CC92A6482D3DEE2EC3286B39954C30B3_inline(__this, NULL);
IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1* L_11 = (IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1*)il2cpp_codegen_object_new(IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1_il2cpp_TypeInfo_var);
IteratorFilter__ctor_m609270BF602494F4E0865DC2DB509F721B875097(L_11, L_9, L_10, NULL);
__this->____nodeIterator_11 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nodeIterator_11), (void*)L_11);
goto IL_0091;
}
IL_0059:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_12 = V_0;
String_t* L_13;
L_13 = BaseAxisQuery_get_Name_mBEABA4E6CC92A6482D3DEE2EC3286B39954C30B3_inline(__this, NULL);
String_t* L_14;
L_14 = BaseAxisQuery_get_Namespace_m8138C9592490E30BFA0E58BA4C32B0BD4EA93284_inline(__this, NULL);
bool L_15 = ((DescendantBaseQuery_tC9436AA1E68A8D806FD6D18C9FD154D5A67C023C*)__this)->___matchSelf_9;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_16;
L_16 = VirtualFuncInvoker3< XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*, String_t*, String_t*, bool >::Invoke(61 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectDescendants(System.String,System.String,System.Boolean) */, L_12, L_13, L_14, L_15);
__this->____nodeIterator_11 = L_16;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nodeIterator_11), (void*)L_16);
goto IL_0091;
}
IL_0079:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_17 = V_0;
int32_t L_18;
L_18 = BaseAxisQuery_get_TypeTest_m44DF1658CA42424AB6BD8976D00DE7B50FBEC1A5_inline(__this, NULL);
bool L_19 = ((DescendantBaseQuery_tC9436AA1E68A8D806FD6D18C9FD154D5A67C023C*)__this)->___matchSelf_9;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_20;
L_20 = VirtualFuncInvoker2< XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*, int32_t, bool >::Invoke(60 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectDescendants(System.Xml.XPath.XPathNodeType,System.Boolean) */, L_17, L_18, L_19);
__this->____nodeIterator_11 = L_20;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nodeIterator_11), (void*)L_20);
}
IL_0091:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_21 = __this->____nodeIterator_11;
bool L_22;
L_22 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.XPathNodeIterator::MoveNext() */, L_21);
if (!L_22)
{
goto IL_00c4;
}
}
{
int32_t L_23 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8;
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = ((int32_t)il2cpp_codegen_add(L_23, 1));
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_24 = __this->____nodeIterator_11;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_25;
L_25 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_24);
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7 = L_25;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7), (void*)L_25);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_26 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
return L_26;
}
IL_00c4:
{
__this->____nodeIterator_11 = (XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nodeIterator_11), (void*)(XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)NULL);
goto IL_0000;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.DescendantQuery::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* DescendantQuery_Clone_mDB41D5A2DB8A5B5D98C1E60B1D63FDA61DF57840 (DescendantQuery_t82623A55A8B0575728F3023138483D2F504F793C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DescendantQuery_t82623A55A8B0575728F3023138483D2F504F793C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DescendantQuery_t82623A55A8B0575728F3023138483D2F504F793C* L_0 = (DescendantQuery_t82623A55A8B0575728F3023138483D2F504F793C*)il2cpp_codegen_object_new(DescendantQuery_t82623A55A8B0575728F3023138483D2F504F793C_il2cpp_TypeInfo_var);
DescendantQuery__ctor_m7455AD95BD751E0BC4298D6BFB9ACEFDE79D9886(L_0, __this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.DescendantOverDescendantQuery::.ctor(MS.Internal.Xml.XPath.Query,System.Boolean,System.String,System.String,System.Xml.XPath.XPathNodeType,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescendantOverDescendantQuery__ctor_mBB13C5B33605E2AB202C1BF68FDA2B9E8AB5DF4B (DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyParent0, bool ___matchSelf1, String_t* ___name2, String_t* ___prefix3, int32_t ___typeTest4, bool ___abbrAxis5, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___qyParent0;
String_t* L_1 = ___name2;
String_t* L_2 = ___prefix3;
int32_t L_3 = ___typeTest4;
bool L_4 = ___matchSelf1;
bool L_5 = ___abbrAxis5;
DescendantBaseQuery__ctor_mF36BED955D0CB12892263E6C6A371F9C545640EA(__this, L_0, L_1, L_2, L_3, L_4, L_5, NULL);
return;
}
}
// System.Void MS.Internal.Xml.XPath.DescendantOverDescendantQuery::.ctor(MS.Internal.Xml.XPath.DescendantOverDescendantQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescendantOverDescendantQuery__ctor_m1006E6B2A1E093517000D81EA5B8CC26696EE9E6 (DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4* __this, DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4* ___other0, const RuntimeMethod* method)
{
{
DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4* L_0 = ___other0;
DescendantBaseQuery__ctor_mF6B0D9D70715DF83CC1FE985098F238F82911A7F(__this, L_0, NULL);
DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4* L_1 = ___other0;
int32_t L_2 = L_1->____level_11;
__this->____level_11 = L_2;
return;
}
}
// System.Void MS.Internal.Xml.XPath.DescendantOverDescendantQuery::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DescendantOverDescendantQuery_Reset_mBF221A8BBA5758FFE34F829351551A55347CF6A5 (DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4* __this, const RuntimeMethod* method)
{
{
__this->____level_11 = 0;
BaseAxisQuery_Reset_mEDB4EECEF42EACBE6FD8B8AE35632466EC9EC2B3(__this, NULL);
return;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.DescendantOverDescendantQuery::Advance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* DescendantOverDescendantQuery_Advance_m4F4789C55DC62ADD4D025D1F9D6CE1EBD25264FC (DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4* __this, const RuntimeMethod* method)
{
IL_0000:
{
int32_t L_0 = __this->____level_11;
if (L_0)
{
goto IL_0069;
}
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2;
L_2 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_1);
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7), (void*)L_2);
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = 0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
if (L_3)
{
goto IL_002a;
}
}
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
IL_002a:
{
bool L_4 = ((DescendantBaseQuery_tC9436AA1E68A8D806FD6D18C9FD154D5A67C023C*)__this)->___matchSelf_9;
if (!L_4)
{
goto IL_004e;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
bool L_6;
L_6 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(18 /* System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::matches(System.Xml.XPath.XPathNavigator) */, __this, L_5);
if (!L_6)
{
goto IL_004e;
}
}
{
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = 1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_7 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
return L_7;
}
IL_004e:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_8 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_9;
L_9 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_8);
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7), (void*)L_9);
bool L_10;
L_10 = DescendantOverDescendantQuery_MoveToFirstChild_mF452D05514C8A70EF990FAE5A1B2DB7804DE4C6D(__this, NULL);
if (L_10)
{
goto IL_0071;
}
}
{
goto IL_0000;
}
IL_0069:
{
bool L_11;
L_11 = DescendantOverDescendantQuery_MoveUpUntilNext_m3358C699F75AD6C9355F022671CA99D3F2907A9B(__this, NULL);
if (!L_11)
{
goto IL_0000;
}
}
IL_0071:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_12 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
bool L_13;
L_13 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(18 /* System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::matches(System.Xml.XPath.XPathNavigator) */, __this, L_12);
if (!L_13)
{
goto IL_0094;
}
}
{
int32_t L_14 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8;
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = ((int32_t)il2cpp_codegen_add(L_14, 1));
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_15 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
return L_15;
}
IL_0094:
{
bool L_16;
L_16 = DescendantOverDescendantQuery_MoveToFirstChild_mF452D05514C8A70EF990FAE5A1B2DB7804DE4C6D(__this, NULL);
if (L_16)
{
goto IL_0071;
}
}
{
goto IL_0000;
}
}
// System.Boolean MS.Internal.Xml.XPath.DescendantOverDescendantQuery::MoveToFirstChild()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DescendantOverDescendantQuery_MoveToFirstChild_mF452D05514C8A70EF990FAE5A1B2DB7804DE4C6D (DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4* __this, const RuntimeMethod* method)
{
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, L_0);
if (!L_1)
{
goto IL_001d;
}
}
{
int32_t L_2 = __this->____level_11;
__this->____level_11 = ((int32_t)il2cpp_codegen_add(L_2, 1));
return (bool)1;
}
IL_001d:
{
return (bool)0;
}
}
// System.Boolean MS.Internal.Xml.XPath.DescendantOverDescendantQuery::MoveUpUntilNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DescendantOverDescendantQuery_MoveUpUntilNext_m3358C699F75AD6C9355F022671CA99D3F2907A9B (DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4* __this, const RuntimeMethod* method)
{
{
goto IL_0026;
}
IL_0002:
{
int32_t L_0 = __this->____level_11;
__this->____level_11 = ((int32_t)il2cpp_codegen_subtract(L_0, 1));
int32_t L_1 = __this->____level_11;
if (L_1)
{
goto IL_001a;
}
}
{
return (bool)0;
}
IL_001a:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
bool L_3;
L_3 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_2);
}
IL_0026:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_4 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
bool L_5;
L_5 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_4);
if (!L_5)
{
goto IL_0002;
}
}
{
return (bool)1;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.DescendantOverDescendantQuery::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* DescendantOverDescendantQuery_Clone_mAEB0AEBE728BF2147F44D0097FEF373982D382DA (DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4* L_0 = (DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4*)il2cpp_codegen_object_new(DescendantOverDescendantQuery_tE7754844C2FB638D9D26A12249789F67ED6048B4_il2cpp_TypeInfo_var);
DescendantOverDescendantQuery__ctor_m1006E6B2A1E093517000D81EA5B8CC26696EE9E6(L_0, __this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.DocumentOrderQuery::.ctor(MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DocumentOrderQuery__ctor_m89745AEF996AC719078A8A238B9706D13B8B535C (DocumentOrderQuery_t37C750062C4040EA395B6A1E2BD4B34866EA4E79* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyParent0, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___qyParent0;
CacheOutputQuery__ctor_mD04FADFD42AEBA47B220FC04375E6F089803EE94(__this, L_0, NULL);
return;
}
}
// System.Void MS.Internal.Xml.XPath.DocumentOrderQuery::.ctor(MS.Internal.Xml.XPath.DocumentOrderQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DocumentOrderQuery__ctor_m221685FF96F2D1B48CEE6FE5B176FF7C3139EF28 (DocumentOrderQuery_t37C750062C4040EA395B6A1E2BD4B34866EA4E79* __this, DocumentOrderQuery_t37C750062C4040EA395B6A1E2BD4B34866EA4E79* ___other0, const RuntimeMethod* method)
{
{
DocumentOrderQuery_t37C750062C4040EA395B6A1E2BD4B34866EA4E79* L_0 = ___other0;
CacheOutputQuery__ctor_m7F92B555C04220694F59ED09E1B92B12BCDC6990(__this, L_0, NULL);
return;
}
}
// System.Object MS.Internal.Xml.XPath.DocumentOrderQuery::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DocumentOrderQuery_Evaluate_mEF0CFAF8B03A86A10B28D5147DEAACFD2077BFBD (DocumentOrderQuery_t37C750062C4040EA395B6A1E2BD4B34866EA4E79* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___context0, const RuntimeMethod* method)
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL;
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_0 = ___context0;
RuntimeObject* L_1;
L_1 = CacheOutputQuery_Evaluate_m8D97CD67CC7F8BD8CA634C83A36313B0819933E6(__this, L_0, NULL);
goto IL_0017;
}
IL_000a:
{
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_2 = ((CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5*)__this)->___outputBuffer_2;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3 = V_0;
bool L_4;
L_4 = Query_Insert_m484CA0C5A8A324A9EA9BAB97A7216898769D7EF4(L_2, L_3, NULL);
}
IL_0017:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_5 = ((CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5*)__this)->___input_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_6;
L_6 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_5);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_7 = L_6;
V_0 = L_7;
if (L_7)
{
goto IL_000a;
}
}
{
return __this;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.DocumentOrderQuery::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* DocumentOrderQuery_Clone_m9EA58E0E2489561484471ACDEAB8229DB8BA4E22 (DocumentOrderQuery_t37C750062C4040EA395B6A1E2BD4B34866EA4E79* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DocumentOrderQuery_t37C750062C4040EA395B6A1E2BD4B34866EA4E79_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
DocumentOrderQuery_t37C750062C4040EA395B6A1E2BD4B34866EA4E79* L_0 = (DocumentOrderQuery_t37C750062C4040EA395B6A1E2BD4B34866EA4E79*)il2cpp_codegen_object_new(DocumentOrderQuery_t37C750062C4040EA395B6A1E2BD4B34866EA4E79_il2cpp_TypeInfo_var);
DocumentOrderQuery__ctor_m221685FF96F2D1B48CEE6FE5B176FF7C3139EF28(L_0, __this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.EmptyQuery::Advance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* EmptyQuery_Advance_mBA9A787754FA6E15BB6543E4DE0C64673A173E76 (EmptyQuery_t9FC7465639660E1D50419B6887ADCE3B01230289* __this, const RuntimeMethod* method)
{
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.EmptyQuery::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* EmptyQuery_Clone_m2B8894696ACDD3ED45219185739A053E43C59DB4 (EmptyQuery_t9FC7465639660E1D50419B6887ADCE3B01230289* __this, const RuntimeMethod* method)
{
{
return __this;
}
}
// System.Object MS.Internal.Xml.XPath.EmptyQuery::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EmptyQuery_Evaluate_m2D8CBE27A1E2EC2086BF47C8ACA270BD8EF4D8F6 (EmptyQuery_t9FC7465639660E1D50419B6887ADCE3B01230289* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___context0, const RuntimeMethod* method)
{
{
return __this;
}
}
// System.Int32 MS.Internal.Xml.XPath.EmptyQuery::get_CurrentPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EmptyQuery_get_CurrentPosition_mB6E4BDD1291661805176A2AB0C97B6CDAF3AD09D (EmptyQuery_t9FC7465639660E1D50419B6887ADCE3B01230289* __this, const RuntimeMethod* method)
{
{
return 0;
}
}
// System.Int32 MS.Internal.Xml.XPath.EmptyQuery::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EmptyQuery_get_Count_mC587132DFC5846E1B51F241F892AF40EEB6071F8 (EmptyQuery_t9FC7465639660E1D50419B6887ADCE3B01230289* __this, const RuntimeMethod* method)
{
{
return 0;
}
}
// MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.EmptyQuery::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EmptyQuery_get_Properties_m8D326C469EC4447B9AF5A8700AC29E90E4B30E1D (EmptyQuery_t9FC7465639660E1D50419B6887ADCE3B01230289* __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)23));
}
}
// System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.EmptyQuery::get_StaticType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EmptyQuery_get_StaticType_m2A16CAB6E5696720CA07DD280D53B554703CD350 (EmptyQuery_t9FC7465639660E1D50419B6887ADCE3B01230289* __this, const RuntimeMethod* method)
{
{
return (int32_t)(3);
}
}
// System.Void MS.Internal.Xml.XPath.EmptyQuery::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyQuery_Reset_mD755BEC14A6A4E2AACCBB9E8E7F48BCBF2918645 (EmptyQuery_t9FC7465639660E1D50419B6887ADCE3B01230289* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.EmptyQuery::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* EmptyQuery_get_Current_mD8532AFFAAA897A2A74645081FEC00191C44D3B7 (EmptyQuery_t9FC7465639660E1D50419B6887ADCE3B01230289* __this, const RuntimeMethod* method)
{
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
}
// System.Void MS.Internal.Xml.XPath.EmptyQuery::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyQuery__ctor_m86A4AADF16F23A1AE45678D73814AC04B6051524 (EmptyQuery_t9FC7465639660E1D50419B6887ADCE3B01230289* __this, const RuntimeMethod* method)
{
{
Query__ctor_mAF0DD1C254FE5063228B113D7C383305B86A1D66(__this, 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 MS.Internal.Xml.XPath.ExtensionQuery::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionQuery__ctor_m34F5E546060A76294D1E7C42F946CE3B81DC74FA (ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* __this, String_t* ___prefix0, String_t* ___name1, const RuntimeMethod* method)
{
{
Query__ctor_mAF0DD1C254FE5063228B113D7C383305B86A1D66(__this, NULL);
String_t* L_0 = ___prefix0;
__this->___prefix_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___prefix_1), (void*)L_0);
String_t* L_1 = ___name1;
__this->___name_2 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___name_2), (void*)L_1);
return;
}
}
// System.Void MS.Internal.Xml.XPath.ExtensionQuery::.ctor(MS.Internal.Xml.XPath.ExtensionQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionQuery__ctor_m87321D47088B85BE363B6372FF3E45034A56302C (ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* __this, ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* L_0 = ___other0;
Query__ctor_mCFB7D1C0C2E82A57A63F55F32490FF5253D2A974(__this, L_0, NULL);
ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* L_1 = ___other0;
String_t* L_2 = L_1->___prefix_1;
__this->___prefix_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___prefix_1), (void*)L_2);
ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* L_3 = ___other0;
String_t* L_4 = L_3->___name_2;
__this->___name_2 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___name_2), (void*)L_4);
ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* L_5 = ___other0;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_6 = L_5->___xsltContext_3;
__this->___xsltContext_3 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___xsltContext_3), (void*)L_6);
ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* L_7 = ___other0;
ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08* L_8 = L_7->____queryIterator_4;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_9;
L_9 = Query_Clone_m23957F953EEBD93366BF0039357BDDA154022EA6(L_8, NULL);
__this->____queryIterator_4 = ((ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08*)CastclassClass((RuntimeObject*)L_9, ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(&__this->____queryIterator_4), (void*)((ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08*)CastclassClass((RuntimeObject*)L_9, ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08_il2cpp_TypeInfo_var)));
return;
}
}
// System.Void MS.Internal.Xml.XPath.ExtensionQuery::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExtensionQuery_Reset_mCD9E54157783D0C6BA62FA31A31051C2B4216C2F (ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* __this, const RuntimeMethod* method)
{
{
ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08* L_0 = __this->____queryIterator_4;
if (!L_0)
{
goto IL_0013;
}
}
{
ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08* L_1 = __this->____queryIterator_4;
VirtualActionInvoker0::Invoke(12 /* System.Void MS.Internal.Xml.XPath.ResetableIterator::Reset() */, L_1);
}
IL_0013:
{
return;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.ExtensionQuery::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ExtensionQuery_get_Current_m10DFE3EC174C8065E4AAA7070D08CC68BAA36B6E (ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* __this, const RuntimeMethod* method)
{
{
ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08* L_0 = __this->____queryIterator_4;
if (L_0)
{
goto IL_0013;
}
}
{
XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* L_1;
L_1 = XPathException_Create_m823FEEDBF0AF2F0BAF71C56A7199E82D37FB9D82(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB43AF7750517FC9C2883D18BF195926C1325D17)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExtensionQuery_get_Current_m10DFE3EC174C8065E4AAA7070D08CC68BAA36B6E_RuntimeMethod_var)));
}
IL_0013:
{
ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08* L_2 = __this->____queryIterator_4;
int32_t L_3;
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.XPath.XPathNodeIterator::get_CurrentPosition() */, L_2);
if (L_3)
{
goto IL_0027;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_4;
L_4 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, __this);
}
IL_0027:
{
ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08* L_5 = __this->____queryIterator_4;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_6;
L_6 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_5);
return L_6;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.ExtensionQuery::Advance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ExtensionQuery_Advance_m2BFFBAE2B794506009A6BDF80041320FBA41FFA6 (ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* __this, const RuntimeMethod* method)
{
{
ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08* L_0 = __this->____queryIterator_4;
if (L_0)
{
goto IL_0013;
}
}
{
XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* L_1;
L_1 = XPathException_Create_m823FEEDBF0AF2F0BAF71C56A7199E82D37FB9D82(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB43AF7750517FC9C2883D18BF195926C1325D17)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ExtensionQuery_Advance_m2BFFBAE2B794506009A6BDF80041320FBA41FFA6_RuntimeMethod_var)));
}
IL_0013:
{
ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08* L_2 = __this->____queryIterator_4;
bool L_3;
L_3 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.XPathNodeIterator::MoveNext() */, L_2);
if (!L_3)
{
goto IL_002c;
}
}
{
ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08* L_4 = __this->____queryIterator_4;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5;
L_5 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_4);
return L_5;
}
IL_002c:
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
}
// System.Int32 MS.Internal.Xml.XPath.ExtensionQuery::get_CurrentPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExtensionQuery_get_CurrentPosition_mC5E151E00EA9A3B871D5E9E74D78B41999662FA7 (ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* __this, const RuntimeMethod* method)
{
{
ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08* L_0 = __this->____queryIterator_4;
if (!L_0)
{
goto IL_0014;
}
}
{
ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08* L_1 = __this->____queryIterator_4;
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.XPath.XPathNodeIterator::get_CurrentPosition() */, L_1);
return L_2;
}
IL_0014:
{
return 0;
}
}
// System.Object MS.Internal.Xml.XPath.ExtensionQuery::ProcessResult(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ExtensionQuery_ProcessResult_mAE4279D04FC82809E149CCE8ACE01F530A1F32A5 (ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXPathNavigable_t7BF6ADB512E5C0F5D286F6EE65D1C0ED525098EA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathArrayIterator_t99C9BCCC2BA66B7E0246D8C84C6866DE8DC23979_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08* V_0 = NULL;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* V_1 = NULL;
RuntimeObject* V_2 = NULL;
{
RuntimeObject* L_0 = ___value0;
if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)))
{
goto IL_000a;
}
}
{
RuntimeObject* L_1 = ___value0;
return L_1;
}
IL_000a:
{
RuntimeObject* L_2 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_2, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))
{
goto IL_0014;
}
}
{
RuntimeObject* L_3 = ___value0;
return L_3;
}
IL_0014:
{
RuntimeObject* L_4 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_4, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))
{
goto IL_001e;
}
}
{
RuntimeObject* L_5 = ___value0;
return L_5;
}
IL_001e:
{
RuntimeObject* L_6 = ___value0;
if (!((XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)IsInstClass((RuntimeObject*)L_6, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var)))
{
goto IL_0028;
}
}
{
RuntimeObject* L_7 = ___value0;
return L_7;
}
IL_0028:
{
RuntimeObject* L_8 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_8, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))
{
goto IL_003d;
}
}
{
RuntimeObject* L_9 = ___value0;
double L_10 = ((double)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_9, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))));
RuntimeObject* L_11 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_10);
return L_11;
}
IL_003d:
{
RuntimeObject* L_12 = ___value0;
if (L_12)
{
goto IL_004d;
}
}
{
il2cpp_codegen_runtime_class_init_inline(XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_il2cpp_TypeInfo_var);
XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF* L_13 = ((XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_StaticFields*)il2cpp_codegen_static_fields_for(XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_il2cpp_TypeInfo_var))->___Instance_1;
__this->____queryIterator_4 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&__this->____queryIterator_4), (void*)L_13);
return __this;
}
IL_004d:
{
RuntimeObject* L_14 = ___value0;
V_0 = ((ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08*)IsInstClass((RuntimeObject*)L_14, ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08_il2cpp_TypeInfo_var));
ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08* L_15 = V_0;
if (!L_15)
{
goto IL_006a;
}
}
{
ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08* L_16 = V_0;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_17;
L_17 = VirtualFuncInvoker0< XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(6 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNodeIterator::Clone() */, L_16);
__this->____queryIterator_4 = ((ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08*)CastclassClass((RuntimeObject*)L_17, ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(&__this->____queryIterator_4), (void*)((ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08*)CastclassClass((RuntimeObject*)L_17, ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08_il2cpp_TypeInfo_var)));
return __this;
}
IL_006a:
{
RuntimeObject* L_18 = ___value0;
V_1 = ((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)IsInstClass((RuntimeObject*)L_18, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B_il2cpp_TypeInfo_var));
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_19 = V_1;
if (!L_19)
{
goto IL_0082;
}
}
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_20 = V_1;
XPathArrayIterator_t99C9BCCC2BA66B7E0246D8C84C6866DE8DC23979* L_21 = (XPathArrayIterator_t99C9BCCC2BA66B7E0246D8C84C6866DE8DC23979*)il2cpp_codegen_object_new(XPathArrayIterator_t99C9BCCC2BA66B7E0246D8C84C6866DE8DC23979_il2cpp_TypeInfo_var);
XPathArrayIterator__ctor_mDF760704E4B4DE012995C1D69FCC8CD92B0C87F7(L_21, L_20, NULL);
__this->____queryIterator_4 = L_21;
Il2CppCodeGenWriteBarrier((void**)(&__this->____queryIterator_4), (void*)L_21);
return __this;
}
IL_0082:
{
RuntimeObject* L_22 = ___value0;
V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_22, IXPathNavigable_t7BF6ADB512E5C0F5D286F6EE65D1C0ED525098EA_il2cpp_TypeInfo_var));
RuntimeObject* L_23 = V_2;
if (!L_23)
{
goto IL_0093;
}
}
{
RuntimeObject* L_24 = V_2;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_25;
L_25 = InterfaceFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(0 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.IXPathNavigable::CreateNavigator() */, IXPathNavigable_t7BF6ADB512E5C0F5D286F6EE65D1C0ED525098EA_il2cpp_TypeInfo_var, L_24);
return L_25;
}
IL_0093:
{
RuntimeObject* L_26 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_26, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))
{
goto IL_00a8;
}
}
{
RuntimeObject* L_27 = ___value0;
double L_28 = ((double)((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_27, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var)))));
RuntimeObject* L_29 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_28);
return L_29;
}
IL_00a8:
{
RuntimeObject* L_30 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_30, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))
{
goto IL_00bd;
}
}
{
RuntimeObject* L_31 = ___value0;
double L_32 = ((double)((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_31, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)))));
RuntimeObject* L_33 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_32);
return L_33;
}
IL_00bd:
{
RuntimeObject* L_34 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_34, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var)))
{
goto IL_00d3;
}
}
{
RuntimeObject* L_35 = ___value0;
double L_36 = ((double)((double)(uint32_t)((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_35, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))))));
RuntimeObject* L_37 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_36);
return L_37;
}
IL_00d3:
{
RuntimeObject* L_38 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_38, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))
{
goto IL_00e8;
}
}
{
RuntimeObject* L_39 = ___value0;
double L_40 = ((double)((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_39, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var)))));
RuntimeObject* L_41 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_40);
return L_41;
}
IL_00e8:
{
RuntimeObject* L_42 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_42, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var)))
{
goto IL_00fe;
}
}
{
RuntimeObject* L_43 = ___value0;
double L_44 = ((double)((double)(uint64_t)((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_43, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))))));
RuntimeObject* L_45 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_44);
return L_45;
}
IL_00fe:
{
RuntimeObject* L_46 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_46, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))
{
goto IL_0113;
}
}
{
RuntimeObject* L_47 = ___value0;
double L_48 = ((double)((*(float*)((float*)(float*)UnBox(L_47, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var)))));
RuntimeObject* L_49 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_48);
return L_49;
}
IL_0113:
{
RuntimeObject* L_50 = ___value0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_50, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var)))
{
goto IL_012d;
}
}
{
RuntimeObject* L_51 = ___value0;
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
double L_52;
L_52 = Decimal_op_Explicit_mA8577A95CD02E86110976D415CA149550AD5A6C0(((*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)UnBox(L_51, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var)))), NULL);
double L_53 = ((double)L_52);
RuntimeObject* L_54 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_53);
return L_54;
}
IL_012d:
{
RuntimeObject* L_55 = ___value0;
String_t* L_56;
L_56 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_55);
return L_56;
}
}
// System.String MS.Internal.Xml.XPath.ExtensionQuery::get_QName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ExtensionQuery_get_QName_mDEED41D3BE04522BE220BC0657EB1811564BB694 (ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->___prefix_1;
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
if (L_1)
{
goto IL_0014;
}
}
{
String_t* L_2 = __this->___name_2;
return L_2;
}
IL_0014:
{
String_t* L_3 = __this->___prefix_1;
String_t* L_4 = __this->___name_2;
String_t* L_5;
L_5 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_3, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_4, NULL);
return L_5;
}
}
// System.Int32 MS.Internal.Xml.XPath.ExtensionQuery::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExtensionQuery_get_Count_m926D67626468919F1AC168C944EA094BDDA1D2E9 (ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* __this, const RuntimeMethod* method)
{
{
ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08* L_0 = __this->____queryIterator_4;
if (!L_0)
{
goto IL_0014;
}
}
{
ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08* L_1 = __this->____queryIterator_4;
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Xml.XPath.XPathNodeIterator::get_Count() */, L_1);
return L_2;
}
IL_0014:
{
return 1;
}
}
// System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.ExtensionQuery::get_StaticType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ExtensionQuery_get_StaticType_m4FEC9A96B710AD0BE31062DC9EDD7FE018FD6EA4 (ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C* __this, const RuntimeMethod* method)
{
{
return (int32_t)(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.Void MS.Internal.Xml.XPath.Filter::.ctor(MS.Internal.Xml.XPath.AstNode,MS.Internal.Xml.XPath.AstNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Filter__ctor_mA0D253E4CA3199F983845C8ED47194F79F22486F (Filter_tBEC9F6ECE164B5586700CE8071CF0F499CF8A037* __this, AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* ___input0, AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* ___condition1, const RuntimeMethod* method)
{
{
AstNode__ctor_m8235007F8DEDCD82C2B85B1AA0E1AEF98B20A507(__this, NULL);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_0 = ___input0;
__this->____input_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____input_0), (void*)L_0);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_1 = ___condition1;
__this->____condition_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____condition_1), (void*)L_1);
return;
}
}
// MS.Internal.Xml.XPath.AstNode/AstType MS.Internal.Xml.XPath.Filter::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Filter_get_Type_mA1D38EAF10CE9014B4701860FF74F3BD51521A68 (Filter_tBEC9F6ECE164B5586700CE8071CF0F499CF8A037* __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Filter::get_ReturnType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Filter_get_ReturnType_m1DD2D3B172C15F219F48224B67F4D143FA05CE65 (Filter_tBEC9F6ECE164B5586700CE8071CF0F499CF8A037* __this, const RuntimeMethod* method)
{
{
return (int32_t)(3);
}
}
// MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Filter::get_Input()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* Filter_get_Input_m88A351545EDA48C6546E1A407DCD567C1CD5ACCC (Filter_tBEC9F6ECE164B5586700CE8071CF0F499CF8A037* __this, const RuntimeMethod* method)
{
{
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_0 = __this->____input_0;
return L_0;
}
}
// MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Filter::get_Condition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* Filter_get_Condition_m5E1739EC292E646CDDF5EC951F297A757E988A08 (Filter_tBEC9F6ECE164B5586700CE8071CF0F499CF8A037* __this, const RuntimeMethod* method)
{
{
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_0 = __this->____condition_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 MS.Internal.Xml.XPath.FilterQuery::.ctor(MS.Internal.Xml.XPath.Query,MS.Internal.Xml.XPath.Query,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterQuery__ctor_m2145E41A08988F61DA3D82EA267B53EB76421C11 (FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyParent0, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___cond1, bool ___noPosition2, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___qyParent0;
BaseAxisQuery__ctor_mC4B5EB3195F517A4130526FD32B095888F619897(__this, L_0, NULL);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = ___cond1;
__this->____cond_9 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____cond_9), (void*)L_1);
bool L_2 = ___noPosition2;
__this->____noPosition_10 = L_2;
return;
}
}
// System.Void MS.Internal.Xml.XPath.FilterQuery::.ctor(MS.Internal.Xml.XPath.FilterQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterQuery__ctor_m98145139A5164C395BD731549F85608978E2C446 (FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783* __this, FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783* ___other0, const RuntimeMethod* method)
{
{
FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783* L_0 = ___other0;
BaseAxisQuery__ctor_m2A07CCEF3415F39C4EC9291F343E044125EAF78F(__this, L_0, NULL);
FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783* L_1 = ___other0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_2 = L_1->____cond_9;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_3;
L_3 = Query_Clone_m0C3EB356B72B98E1D5312F8ED129AB1EEB10CFF2(L_2, NULL);
__this->____cond_9 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____cond_9), (void*)L_3);
FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783* L_4 = ___other0;
bool L_5 = L_4->____noPosition_10;
__this->____noPosition_10 = L_5;
return;
}
}
// System.Void MS.Internal.Xml.XPath.FilterQuery::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterQuery_Reset_m04F77EF35FA30AB7BC78271333613C3AA64DCCCC (FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783* __this, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____cond_9;
VirtualActionInvoker0::Invoke(12 /* System.Void MS.Internal.Xml.XPath.ResetableIterator::Reset() */, L_0);
BaseAxisQuery_Reset_mEDB4EECEF42EACBE6FD8B8AE35632466EC9EC2B3(__this, NULL);
return;
}
}
// MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.FilterQuery::get_Condition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* FilterQuery_get_Condition_mAAF80FF704AAF8D0283DC58BCF5ED0ECE9CD99EE (FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783* __this, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____cond_9;
return L_0;
}
}
// System.Void MS.Internal.Xml.XPath.FilterQuery::SetXsltContext(System.Xml.Xsl.XsltContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FilterQuery_SetXsltContext_m083899FA6CB096C15866D0AA81CF5A5CF8B3ED25 (FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783* __this, XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* ___input0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReversePositionQuery_t914EB0996279C92F919954E9D4377972A7486AF4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ReversePositionQuery_t914EB0996279C92F919954E9D4377972A7486AF4* V_0 = NULL;
{
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_0 = ___input0;
BaseAxisQuery_SetXsltContext_m8D5671EE2884408D93A5F7133F341AD5CE1B1958(__this, L_0, NULL);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = __this->____cond_9;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_2 = ___input0;
VirtualActionInvoker1< XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_1, L_2);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_3 = __this->____cond_9;
int32_t L_4;
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::get_StaticType() */, L_3);
if (!L_4)
{
goto IL_0051;
}
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_5 = __this->____cond_9;
int32_t L_6;
L_6 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::get_StaticType() */, L_5);
if ((((int32_t)L_6) == ((int32_t)5)))
{
goto IL_0051;
}
}
{
bool L_7 = __this->____noPosition_10;
if (!L_7)
{
goto IL_0051;
}
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_8 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1;
V_0 = ((ReversePositionQuery_t914EB0996279C92F919954E9D4377972A7486AF4*)IsInstSealed((RuntimeObject*)L_8, ReversePositionQuery_t914EB0996279C92F919954E9D4377972A7486AF4_il2cpp_TypeInfo_var));
ReversePositionQuery_t914EB0996279C92F919954E9D4377972A7486AF4* L_9 = V_0;
if (!L_9)
{
goto IL_0051;
}
}
{
ReversePositionQuery_t914EB0996279C92F919954E9D4377972A7486AF4* L_10 = V_0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_11 = ((CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5*)L_10)->___input_1;
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1), (void*)L_11);
}
IL_0051:
{
return;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.FilterQuery::Advance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* FilterQuery_Advance_mE396CBB63B64B2F404162943F87FA6DB20FBE244 (FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783* __this, const RuntimeMethod* method)
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL;
{
goto IL_001f;
}
IL_0002:
{
bool L_0;
L_0 = FilterQuery_EvaluatePredicate_m66F38C168BFFF91F9765885012687C6EDC9A24B7(__this, NULL);
if (!L_0)
{
goto IL_001f;
}
}
{
int32_t L_1 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8;
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = ((int32_t)il2cpp_codegen_add(L_1, 1));
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
return L_2;
}
IL_001f:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_3 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_4;
L_4 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_3);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5 = L_4;
V_0 = L_5;
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7), (void*)L_5);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_6 = V_0;
if (L_6)
{
goto IL_0002;
}
}
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
}
// System.Boolean MS.Internal.Xml.XPath.FilterQuery::EvaluatePredicate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FilterQuery_EvaluatePredicate_m66F38C168BFFF91F9765885012687C6EDC9A24B7 (FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____cond_9;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1;
RuntimeObject* L_2;
L_2 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_0, L_1);
V_0 = L_2;
RuntimeObject* L_3 = V_0;
if (!((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)IsInstClass((RuntimeObject*)L_3, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B_il2cpp_TypeInfo_var)))
{
goto IL_0029;
}
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_4 = __this->____cond_9;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5;
L_5 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_4);
return (bool)((!(((RuntimeObject*)(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)L_5) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
}
IL_0029:
{
RuntimeObject* L_6 = V_0;
if (!((String_t*)IsInstSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)))
{
goto IL_0040;
}
}
{
RuntimeObject* L_7 = V_0;
int32_t L_8;
L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(((String_t*)CastclassSealed((RuntimeObject*)L_7, String_t_il2cpp_TypeInfo_var)), NULL);
return (bool)((!(((uint32_t)L_8) <= ((uint32_t)0)))? 1 : 0);
}
IL_0040:
{
RuntimeObject* L_9 = V_0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_9, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))
{
goto IL_005d;
}
}
{
RuntimeObject* L_10 = V_0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_11 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1;
int32_t L_12;
L_12 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.XPath.XPathNodeIterator::get_CurrentPosition() */, L_11);
return (bool)((((double)((*(double*)((double*)(double*)UnBox(L_10, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))))) == ((double)((double)L_12)))? 1 : 0);
}
IL_005d:
{
RuntimeObject* L_13 = V_0;
if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_13, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))
{
goto IL_006c;
}
}
{
RuntimeObject* L_14 = V_0;
return ((*(bool*)((bool*)(bool*)UnBox(L_14, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
}
IL_006c:
{
return (bool)1;
}
}
// MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.FilterQuery::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FilterQuery_get_Properties_mE76DB26CA30BE2AE3846F54974A248A57167AE39 (FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783* __this, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1;
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(17 /* MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.Query::get_Properties() */, L_0);
return (int32_t)(((int32_t)(1|((int32_t)((int32_t)L_1&((int32_t)24))))));
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.FilterQuery::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* FilterQuery_Clone_m4A3E30A44AC73D483F237020ABCFF3CD350CAE7A (FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783* L_0 = (FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783*)il2cpp_codegen_object_new(FilterQuery_tBFA0408FFB0832290421960E971AF2F68C60A783_il2cpp_TypeInfo_var);
FilterQuery__ctor_m98145139A5164C395BD731549F85608978E2C446(L_0, __this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.FollSiblingQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FollSiblingQuery__ctor_m835D20BD30070E91D295CB9BBD2492FC7CA55879 (FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___type3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1__ctor_mC18EFFAFE16CF3D20B6D07798787DBADC506AD7A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m5FDAAEC0B715FA1C85E3D8DEA35613EF51CBF0A3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___qyInput0;
String_t* L_1 = ___name1;
String_t* L_2 = ___prefix2;
int32_t L_3 = ___type3;
BaseAxisQuery__ctor_mF70CDA297A3F1DFECA6F2A0424312454AAA38735(__this, L_0, L_1, L_2, L_3, NULL);
ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* L_4 = (ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B*)il2cpp_codegen_object_new(ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B_il2cpp_TypeInfo_var);
ClonableStack_1__ctor_mC18EFFAFE16CF3D20B6D07798787DBADC506AD7A(L_4, ClonableStack_1__ctor_mC18EFFAFE16CF3D20B6D07798787DBADC506AD7A_RuntimeMethod_var);
__this->____elementStk_9 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____elementStk_9), (void*)L_4);
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_5 = (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7*)il2cpp_codegen_object_new(List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7_il2cpp_TypeInfo_var);
List_1__ctor_m5FDAAEC0B715FA1C85E3D8DEA35613EF51CBF0A3(L_5, List_1__ctor_m5FDAAEC0B715FA1C85E3D8DEA35613EF51CBF0A3_RuntimeMethod_var);
__this->____parentStk_10 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->____parentStk_10), (void*)L_5);
return;
}
}
// System.Void MS.Internal.Xml.XPath.FollSiblingQuery::.ctor(MS.Internal.Xml.XPath.FollSiblingQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FollSiblingQuery__ctor_m4A78B810F83B266BB6D4D43EA7529DD3AE39ECA2 (FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053* __this, FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053* ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_Clone_m52420A2C704A67A68A14D612327E904C0DC1CE16_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m16F8F62149B0B0F12C7F6497E8F800BAA93DCE75_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053* L_0 = ___other0;
BaseAxisQuery__ctor_m2A07CCEF3415F39C4EC9291F343E044125EAF78F(__this, L_0, NULL);
FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053* L_1 = ___other0;
ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* L_2 = L_1->____elementStk_9;
ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* L_3;
L_3 = ClonableStack_1_Clone_m52420A2C704A67A68A14D612327E904C0DC1CE16(L_2, ClonableStack_1_Clone_m52420A2C704A67A68A14D612327E904C0DC1CE16_RuntimeMethod_var);
__this->____elementStk_9 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____elementStk_9), (void*)L_3);
FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053* L_4 = ___other0;
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_5 = L_4->____parentStk_10;
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_6 = (List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7*)il2cpp_codegen_object_new(List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7_il2cpp_TypeInfo_var);
List_1__ctor_m16F8F62149B0B0F12C7F6497E8F800BAA93DCE75(L_6, L_5, List_1__ctor_m16F8F62149B0B0F12C7F6497E8F800BAA93DCE75_RuntimeMethod_var);
__this->____parentStk_10 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->____parentStk_10), (void*)L_6);
FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053* L_7 = ___other0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_8 = L_7->____nextInput_11;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_9;
L_9 = Query_Clone_m9FF7B46704165F9895FE34CA936CC11A3768833C(L_8, NULL);
__this->____nextInput_11 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nextInput_11), (void*)L_9);
return;
}
}
// System.Void MS.Internal.Xml.XPath.FollSiblingQuery::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FollSiblingQuery_Reset_mF24D8E24F6A9A462D0929CD595D2B8C5B149E2D7 (FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m42D160830A60081C7477DDAA0D4523539171EF68_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* L_0 = __this->____elementStk_9;
List_1_Clear_m42D160830A60081C7477DDAA0D4523539171EF68_inline(L_0, List_1_Clear_m42D160830A60081C7477DDAA0D4523539171EF68_RuntimeMethod_var);
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_1 = __this->____parentStk_10;
List_1_Clear_m42D160830A60081C7477DDAA0D4523539171EF68_inline(L_1, List_1_Clear_m42D160830A60081C7477DDAA0D4523539171EF68_RuntimeMethod_var);
__this->____nextInput_11 = (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nextInput_11), (void*)(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL);
BaseAxisQuery_Reset_mEDB4EECEF42EACBE6FD8B8AE35632466EC9EC2B3(__this, NULL);
return;
}
}
// System.Boolean MS.Internal.Xml.XPath.FollSiblingQuery::Visited(System.Xml.XPath.XPathNavigator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FollSiblingQuery_Visited_m4775F92EA0E96971DC1D0AA71631D3D2A3375ECB (FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___nav0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA2A1846EC873247D15A24C6C08397B06C831477A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mC1FAE0FC5B6C378F8F0154E5BCB6821B87A59EE5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL;
int32_t V_1 = 0;
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0 = ___nav0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1;
L_1 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_0);
V_0 = L_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2 = V_0;
bool L_3;
L_3 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_2);
V_1 = 0;
goto IL_002c;
}
IL_0012:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_4 = V_0;
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_5 = __this->____parentStk_10;
int32_t L_6 = V_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_7;
L_7 = List_1_get_Item_mC1FAE0FC5B6C378F8F0154E5BCB6821B87A59EE5(L_5, L_6, List_1_get_Item_mC1FAE0FC5B6C378F8F0154E5BCB6821B87A59EE5_RuntimeMethod_var);
bool L_8;
L_8 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_4, L_7);
if (!L_8)
{
goto IL_0028;
}
}
{
return (bool)1;
}
IL_0028:
{
int32_t L_9 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_9, 1));
}
IL_002c:
{
int32_t L_10 = V_1;
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_11 = __this->____parentStk_10;
int32_t L_12;
L_12 = List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_inline(L_11, List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_RuntimeMethod_var);
if ((((int32_t)L_10) < ((int32_t)L_12)))
{
goto IL_0012;
}
}
{
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_13 = __this->____parentStk_10;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_14 = V_0;
List_1_Add_mA2A1846EC873247D15A24C6C08397B06C831477A_inline(L_13, L_14, List_1_Add_mA2A1846EC873247D15A24C6C08397B06C831477A_RuntimeMethod_var);
return (bool)0;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.FollSiblingQuery::FetchInput()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* FollSiblingQuery_FetchInput_mA9179ACAFF64556EC88249596A6DC867A061AE23 (FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053* __this, const RuntimeMethod* method)
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL;
IL_0000:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1;
L_1 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_0);
V_0 = L_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2 = V_0;
if (L_2)
{
goto IL_0011;
}
}
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
IL_0011:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3 = V_0;
bool L_4;
L_4 = FollSiblingQuery_Visited_m4775F92EA0E96971DC1D0AA71631D3D2A3375ECB(__this, L_3, NULL);
if (L_4)
{
goto IL_0000;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5 = V_0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_6;
L_6 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_5);
return L_6;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.FollSiblingQuery::Advance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* FollSiblingQuery_Advance_mACD9875DD2206E90A93CFAB423D10439BC8E5E4E (FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_Pop_mB6E8C78D5C2AFA9D21DC6C4BEA4C0077E0829D26_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClonableStack_1_Push_m1BC7B5D884ABCE10EBD7E6C79FC650D9E1ADD5AA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
IL_0000:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
if (L_0)
{
goto IL_00aa;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1 = __this->____nextInput_11;
if (L_1)
{
goto IL_001f;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2;
L_2 = FollSiblingQuery_FetchInput_mA9179ACAFF64556EC88249596A6DC867A061AE23(__this, NULL);
__this->____nextInput_11 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nextInput_11), (void*)L_2);
}
IL_001f:
{
ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* L_3 = __this->____elementStk_9;
int32_t L_4;
L_4 = List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_inline(L_3, List_1_get_Count_m794F3A090D2F6A9EC97CC91567E93FA578451B95_RuntimeMethod_var);
if (L_4)
{
goto IL_0050;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5 = __this->____nextInput_11;
if (L_5)
{
goto IL_0036;
}
}
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
IL_0036:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_6 = __this->____nextInput_11;
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7), (void*)L_6);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_7;
L_7 = FollSiblingQuery_FetchInput_mA9179ACAFF64556EC88249596A6DC867A061AE23(__this, NULL);
__this->____nextInput_11 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nextInput_11), (void*)L_7);
goto IL_00aa;
}
IL_0050:
{
ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* L_8 = __this->____elementStk_9;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_9;
L_9 = ClonableStack_1_Pop_mB6E8C78D5C2AFA9D21DC6C4BEA4C0077E0829D26(L_8, ClonableStack_1_Pop_mB6E8C78D5C2AFA9D21DC6C4BEA4C0077E0829D26_RuntimeMethod_var);
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7), (void*)L_9);
goto IL_00aa;
}
IL_0063:
{
ClonableStack_1_t66FE661DFC2254B1D21C055E30E1C57F7140609B* L_10 = __this->____elementStk_9;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_11 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
ClonableStack_1_Push_m1BC7B5D884ABCE10EBD7E6C79FC650D9E1ADD5AA(L_10, L_11, ClonableStack_1_Push_m1BC7B5D884ABCE10EBD7E6C79FC650D9E1ADD5AA_RuntimeMethod_var);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_12 = __this->____nextInput_11;
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7), (void*)L_12);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_13 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_14;
L_14 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_13);
__this->____nextInput_11 = L_14;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nextInput_11), (void*)L_14);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_15 = __this->____nextInput_11;
if (!L_15)
{
goto IL_00aa;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_16 = __this->____nextInput_11;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_17;
L_17 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_16);
__this->____nextInput_11 = L_17;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nextInput_11), (void*)L_17);
}
IL_00aa:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_18 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_19 = __this->____nextInput_11;
bool L_20;
L_20 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(51 /* System.Boolean System.Xml.XPath.XPathNavigator::IsDescendant(System.Xml.XPath.XPathNavigator) */, L_18, L_19);
if (L_20)
{
goto IL_0063;
}
}
{
goto IL_00e2;
}
IL_00bf:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_21 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
bool L_22;
L_22 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(18 /* System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::matches(System.Xml.XPath.XPathNavigator) */, __this, L_21);
if (!L_22)
{
goto IL_00e2;
}
}
{
int32_t L_23 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8;
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = ((int32_t)il2cpp_codegen_add(L_23, 1));
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_24 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
return L_24;
}
IL_00e2:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_25 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
bool L_26;
L_26 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_25);
if (L_26)
{
goto IL_00bf;
}
}
{
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7 = (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7), (void*)(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL);
goto IL_0000;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.FollSiblingQuery::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* FollSiblingQuery_Clone_m873BA0E842689D673578584B79D475EA961A027F (FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053* L_0 = (FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053*)il2cpp_codegen_object_new(FollSiblingQuery_tB9F0BE0E8B9BAF356FA4ECD62D49988A3D64C053_il2cpp_TypeInfo_var);
FollSiblingQuery__ctor_m4A78B810F83B266BB6D4D43EA7529DD3AE39ECA2(L_0, __this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.FollowingQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FollowingQuery__ctor_m811076E90AE1CD68C09A00C03D68BDB8F1009A08 (FollowingQuery_tA0CD0BCC24C281020CEB9407F650E3520633E891* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyInput0, String_t* ___name1, String_t* ___prefix2, int32_t ___typeTest3, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___qyInput0;
String_t* L_1 = ___name1;
String_t* L_2 = ___prefix2;
int32_t L_3 = ___typeTest3;
BaseAxisQuery__ctor_mF70CDA297A3F1DFECA6F2A0424312454AAA38735(__this, L_0, L_1, L_2, L_3, NULL);
return;
}
}
// System.Void MS.Internal.Xml.XPath.FollowingQuery::.ctor(MS.Internal.Xml.XPath.FollowingQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FollowingQuery__ctor_mEB4262CA5B52A8975D1D0E3B3590AE99DBAD403D (FollowingQuery_tA0CD0BCC24C281020CEB9407F650E3520633E891* __this, FollowingQuery_tA0CD0BCC24C281020CEB9407F650E3520633E891* ___other0, const RuntimeMethod* method)
{
{
FollowingQuery_tA0CD0BCC24C281020CEB9407F650E3520633E891* L_0 = ___other0;
BaseAxisQuery__ctor_m2A07CCEF3415F39C4EC9291F343E044125EAF78F(__this, L_0, NULL);
FollowingQuery_tA0CD0BCC24C281020CEB9407F650E3520633E891* L_1 = ___other0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2 = L_1->____input_9;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3;
L_3 = Query_Clone_m9FF7B46704165F9895FE34CA936CC11A3768833C(L_2, NULL);
__this->____input_9 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____input_9), (void*)L_3);
FollowingQuery_tA0CD0BCC24C281020CEB9407F650E3520633E891* L_4 = ___other0;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_5 = L_4->____iterator_10;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_6;
L_6 = Query_Clone_m23957F953EEBD93366BF0039357BDDA154022EA6(L_5, NULL);
__this->____iterator_10 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->____iterator_10), (void*)L_6);
return;
}
}
// System.Void MS.Internal.Xml.XPath.FollowingQuery::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FollowingQuery_Reset_m402C15F479CF4E565FCD2A54B4BD3167A0720E62 (FollowingQuery_tA0CD0BCC24C281020CEB9407F650E3520633E891* __this, const RuntimeMethod* method)
{
{
__this->____iterator_10 = (XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->____iterator_10), (void*)(XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)NULL);
BaseAxisQuery_Reset_mEDB4EECEF42EACBE6FD8B8AE35632466EC9EC2B3(__this, NULL);
return;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.FollowingQuery::Advance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* FollowingQuery_Advance_mB1FB509E012AF443774D451958CD2701E02E86B0 (FollowingQuery_tA0CD0BCC24C281020CEB9407F650E3520633E891* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL;
bool V_1 = false;
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_0 = __this->____iterator_10;
if (L_0)
{
goto IL_00f2;
}
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2;
L_2 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_1);
__this->____input_9 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____input_9), (void*)L_2);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3 = __this->____input_9;
if (L_3)
{
goto IL_0026;
}
}
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
IL_0026:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_4 = __this->____input_9;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5;
L_5 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_4);
V_0 = L_5;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_6 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_7;
L_7 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_6);
__this->____input_9 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->____input_9), (void*)L_7);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_8 = V_0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_9 = __this->____input_9;
bool L_10;
L_10 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(51 /* System.Boolean System.Xml.XPath.XPathNavigator::IsDescendant(System.Xml.XPath.XPathNavigator) */, L_8, L_9);
if (L_10)
{
goto IL_0026;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_11 = V_0;
__this->____input_9 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->____input_9), (void*)L_11);
il2cpp_codegen_runtime_class_init_inline(XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_il2cpp_TypeInfo_var);
XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF* L_12 = ((XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_StaticFields*)il2cpp_codegen_static_fields_for(XPathEmptyIterator_t1F22C459047A00765A814DA5E489486395E975FF_il2cpp_TypeInfo_var))->___Instance_1;
__this->____iterator_10 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->____iterator_10), (void*)L_12);
goto IL_00f2;
}
IL_0068:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_13 = __this->____input_9;
int32_t L_14;
L_14 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_13);
if ((((int32_t)L_14) == ((int32_t)2)))
{
goto IL_0084;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_15 = __this->____input_9;
int32_t L_16;
L_16 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_15);
if ((!(((uint32_t)L_16) == ((uint32_t)3))))
{
goto IL_00a3;
}
}
IL_0084:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_17 = __this->____input_9;
bool L_18;
L_18 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_17);
V_1 = (bool)0;
goto IL_00b2;
}
IL_0094:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_19 = __this->____input_9;
bool L_20;
L_20 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_19);
if (L_20)
{
goto IL_00a3;
}
}
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
IL_00a3:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_21 = __this->____input_9;
bool L_22;
L_22 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_21);
if (!L_22)
{
goto IL_0094;
}
}
{
V_1 = (bool)1;
}
IL_00b2:
{
bool L_23;
L_23 = BaseAxisQuery_get_NameTest_mAE6CBF115539F43041417CBF729A5824E218714B_inline(__this, NULL);
if (!L_23)
{
goto IL_00da;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_24 = __this->____input_9;
String_t* L_25;
L_25 = BaseAxisQuery_get_Name_mBEABA4E6CC92A6482D3DEE2EC3286B39954C30B3_inline(__this, NULL);
String_t* L_26;
L_26 = BaseAxisQuery_get_Namespace_m8138C9592490E30BFA0E58BA4C32B0BD4EA93284_inline(__this, NULL);
bool L_27 = V_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_28;
L_28 = VirtualFuncInvoker3< XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*, String_t*, String_t*, bool >::Invoke(61 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectDescendants(System.String,System.String,System.Boolean) */, L_24, L_25, L_26, L_27);
__this->____iterator_10 = L_28;
Il2CppCodeGenWriteBarrier((void**)(&__this->____iterator_10), (void*)L_28);
goto IL_00f2;
}
IL_00da:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_29 = __this->____input_9;
int32_t L_30;
L_30 = BaseAxisQuery_get_TypeTest_m44DF1658CA42424AB6BD8976D00DE7B50FBEC1A5_inline(__this, NULL);
bool L_31 = V_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_32;
L_32 = VirtualFuncInvoker2< XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*, int32_t, bool >::Invoke(60 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectDescendants(System.Xml.XPath.XPathNodeType,System.Boolean) */, L_29, L_30, L_31);
__this->____iterator_10 = L_32;
Il2CppCodeGenWriteBarrier((void**)(&__this->____iterator_10), (void*)L_32);
}
IL_00f2:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_33 = __this->____iterator_10;
bool L_34;
L_34 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.XPathNodeIterator::MoveNext() */, L_33);
if (!L_34)
{
goto IL_0068;
}
}
{
int32_t L_35 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8;
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = ((int32_t)il2cpp_codegen_add(L_35, 1));
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_36 = __this->____iterator_10;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_37;
L_37 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_36);
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7 = L_37;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7), (void*)L_37);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_38 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
return L_38;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.FollowingQuery::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* FollowingQuery_Clone_m7F86DD1FA743700BB093BDCFB4FD790595C55A5E (FollowingQuery_tA0CD0BCC24C281020CEB9407F650E3520633E891* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FollowingQuery_tA0CD0BCC24C281020CEB9407F650E3520633E891_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
FollowingQuery_tA0CD0BCC24C281020CEB9407F650E3520633E891* L_0 = (FollowingQuery_tA0CD0BCC24C281020CEB9407F650E3520633E891*)il2cpp_codegen_object_new(FollowingQuery_tA0CD0BCC24C281020CEB9407F650E3520633E891_il2cpp_TypeInfo_var);
FollowingQuery__ctor_mEB4262CA5B52A8975D1D0E3B3590AE99DBAD403D(L_0, __this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.ForwardPositionQuery::.ctor(MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardPositionQuery__ctor_mEE04AF8A00FA763082738B4E01B659E91D5C0488 (ForwardPositionQuery_t7C0027AE6FA6AFD08222554F4DBDBC7FAA7D9AF9* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___input0, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___input0;
CacheOutputQuery__ctor_mD04FADFD42AEBA47B220FC04375E6F089803EE94(__this, L_0, NULL);
return;
}
}
// System.Void MS.Internal.Xml.XPath.ForwardPositionQuery::.ctor(MS.Internal.Xml.XPath.ForwardPositionQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardPositionQuery__ctor_m5017EEAB03D99B06F13DC56549590655B79232E4 (ForwardPositionQuery_t7C0027AE6FA6AFD08222554F4DBDBC7FAA7D9AF9* __this, ForwardPositionQuery_t7C0027AE6FA6AFD08222554F4DBDBC7FAA7D9AF9* ___other0, const RuntimeMethod* method)
{
{
ForwardPositionQuery_t7C0027AE6FA6AFD08222554F4DBDBC7FAA7D9AF9* L_0 = ___other0;
CacheOutputQuery__ctor_m7F92B555C04220694F59ED09E1B92B12BCDC6990(__this, L_0, NULL);
return;
}
}
// System.Object MS.Internal.Xml.XPath.ForwardPositionQuery::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ForwardPositionQuery_Evaluate_mE7AAC29A0ABA150C667CA4F684EB88CE6F5B664B (ForwardPositionQuery_t7C0027AE6FA6AFD08222554F4DBDBC7FAA7D9AF9* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mA2A1846EC873247D15A24C6C08397B06C831477A_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL;
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_0 = ___context0;
RuntimeObject* L_1;
L_1 = CacheOutputQuery_Evaluate_m8D97CD67CC7F8BD8CA634C83A36313B0819933E6(__this, L_0, NULL);
goto IL_001b;
}
IL_000a:
{
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_2 = ((CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5*)__this)->___outputBuffer_2;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3 = V_0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_4;
L_4 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_3);
List_1_Add_mA2A1846EC873247D15A24C6C08397B06C831477A_inline(L_2, L_4, List_1_Add_mA2A1846EC873247D15A24C6C08397B06C831477A_RuntimeMethod_var);
}
IL_001b:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_5 = ((CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5*)__this)->___input_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_6;
L_6 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_5);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_7 = L_6;
V_0 = L_7;
if (L_7)
{
goto IL_000a;
}
}
{
return __this;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.ForwardPositionQuery::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ForwardPositionQuery_Clone_m8FE61808E40B009BD7D083E5C480BE849135C804 (ForwardPositionQuery_t7C0027AE6FA6AFD08222554F4DBDBC7FAA7D9AF9* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ForwardPositionQuery_t7C0027AE6FA6AFD08222554F4DBDBC7FAA7D9AF9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ForwardPositionQuery_t7C0027AE6FA6AFD08222554F4DBDBC7FAA7D9AF9* L_0 = (ForwardPositionQuery_t7C0027AE6FA6AFD08222554F4DBDBC7FAA7D9AF9*)il2cpp_codegen_object_new(ForwardPositionQuery_t7C0027AE6FA6AFD08222554F4DBDBC7FAA7D9AF9_il2cpp_TypeInfo_var);
ForwardPositionQuery__ctor_m5017EEAB03D99B06F13DC56549590655B79232E4(L_0, __this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.Function::.ctor(MS.Internal.Xml.XPath.Function/FunctionType,System.Collections.Generic.List`1<MS.Internal.Xml.XPath.AstNode>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Function__ctor_m778CF75142E2CCA7D8E4225B40D6413613387674 (Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067* __this, int32_t ___ftype0, List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E* ___argumentList1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4E8C14E21790E3F050037E5F570A2BA9F02CFF08_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
AstNode__ctor_m8235007F8DEDCD82C2B85B1AA0E1AEF98B20A507(__this, NULL);
int32_t L_0 = ___ftype0;
__this->____functionType_0 = L_0;
List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E* L_1 = ___argumentList1;
List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E* L_2 = (List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E*)il2cpp_codegen_object_new(List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E_il2cpp_TypeInfo_var);
List_1__ctor_m4E8C14E21790E3F050037E5F570A2BA9F02CFF08(L_2, L_1, List_1__ctor_m4E8C14E21790E3F050037E5F570A2BA9F02CFF08_RuntimeMethod_var);
__this->____argumentList_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____argumentList_1), (void*)L_2);
return;
}
}
// System.Void MS.Internal.Xml.XPath.Function::.ctor(System.String,System.String,System.Collections.Generic.List`1<MS.Internal.Xml.XPath.AstNode>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Function__ctor_m812A01497452A70CAE505E2836AC3425389BDF10 (Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067* __this, String_t* ___prefix0, String_t* ___name1, List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E* ___argumentList2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4E8C14E21790E3F050037E5F570A2BA9F02CFF08_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
AstNode__ctor_m8235007F8DEDCD82C2B85B1AA0E1AEF98B20A507(__this, NULL);
__this->____functionType_0 = ((int32_t)27);
String_t* L_0 = ___prefix0;
__this->____prefix_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____prefix_3), (void*)L_0);
String_t* L_1 = ___name1;
__this->____name_2 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____name_2), (void*)L_1);
List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E* L_2 = ___argumentList2;
List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E* L_3 = (List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E*)il2cpp_codegen_object_new(List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E_il2cpp_TypeInfo_var);
List_1__ctor_m4E8C14E21790E3F050037E5F570A2BA9F02CFF08(L_3, L_2, List_1__ctor_m4E8C14E21790E3F050037E5F570A2BA9F02CFF08_RuntimeMethod_var);
__this->____argumentList_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____argumentList_1), (void*)L_3);
return;
}
}
// System.Void MS.Internal.Xml.XPath.Function::.ctor(MS.Internal.Xml.XPath.Function/FunctionType,MS.Internal.Xml.XPath.AstNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Function__ctor_m460A9906779DE17F5D10DB37ED7B2AC9F438076D (Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067* __this, int32_t ___ftype0, AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* ___arg1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m44E83B573115448D2E3DDE8AAA4CFEDB1DFE3DE1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m58DD5788D841C08F26C608DA036E7032E3B6CF74_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
AstNode__ctor_m8235007F8DEDCD82C2B85B1AA0E1AEF98B20A507(__this, NULL);
int32_t L_0 = ___ftype0;
__this->____functionType_0 = L_0;
List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E* L_1 = (List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E*)il2cpp_codegen_object_new(List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E_il2cpp_TypeInfo_var);
List_1__ctor_m58DD5788D841C08F26C608DA036E7032E3B6CF74(L_1, List_1__ctor_m58DD5788D841C08F26C608DA036E7032E3B6CF74_RuntimeMethod_var);
__this->____argumentList_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____argumentList_1), (void*)L_1);
List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E* L_2 = __this->____argumentList_1;
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_3 = ___arg1;
List_1_Add_m44E83B573115448D2E3DDE8AAA4CFEDB1DFE3DE1_inline(L_2, L_3, List_1_Add_m44E83B573115448D2E3DDE8AAA4CFEDB1DFE3DE1_RuntimeMethod_var);
return;
}
}
// MS.Internal.Xml.XPath.AstNode/AstType MS.Internal.Xml.XPath.Function::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Function_get_Type_mFEE4BF7BFFFA6D75C0F5BB94A298D7AA2D73BEDB (Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067* __this, const RuntimeMethod* method)
{
{
return (int32_t)(4);
}
}
// System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Function::get_ReturnType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Function_get_ReturnType_mDA219B79F30CE78ABED399B92998FA4224E9C2D3 (Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067_il2cpp_TypeInfo_var);
XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931* L_0 = ((Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067_StaticFields*)il2cpp_codegen_static_fields_for(Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067_il2cpp_TypeInfo_var))->___ReturnTypes_4;
int32_t L_1 = __this->____functionType_0;
int32_t L_2 = L_1;
int32_t L_3 = (int32_t)(L_0)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_2));
return (int32_t)(L_3);
}
}
// MS.Internal.Xml.XPath.Function/FunctionType MS.Internal.Xml.XPath.Function::get_TypeOfFunction()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Function_get_TypeOfFunction_m3E327F4F6771A4FEDF3872A4F68CD38E645140F8 (Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____functionType_0;
return L_0;
}
}
// System.Collections.Generic.List`1<MS.Internal.Xml.XPath.AstNode> MS.Internal.Xml.XPath.Function::get_ArgumentList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E* Function_get_ArgumentList_m36AC025CB4C15818F84E54ACF33B3CBF95B245DC (Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067* __this, const RuntimeMethod* method)
{
{
List_1_tB2CD0B5E33C4E6DDE7002DA31EDEDB5EF41EE91E* L_0 = __this->____argumentList_1;
return L_0;
}
}
// System.String MS.Internal.Xml.XPath.Function::get_Prefix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Function_get_Prefix_m584182C91508C6EED8554922464D690BF34A7FA7 (Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->____prefix_3;
return L_0;
}
}
// System.String MS.Internal.Xml.XPath.Function::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Function_get_Name_mDA85C6AE933F85722CC8FA81A23F8EAD5D7325A6 (Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->____name_2;
return L_0;
}
}
// System.Void MS.Internal.Xml.XPath.Function::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Function__cctor_mAFA29B0B2DC940CC036D69B6CB1AFC8B344AA80F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____28057B619BAF672A05E1585ED28F174E67FE946D81BDAA0691F07AB772057B02_2_FieldInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931* L_0 = (XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931*)(XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931*)SZArrayNew(XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931_il2cpp_TypeInfo_var, (uint32_t)((int32_t)28));
XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931* L_1 = L_0;
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____28057B619BAF672A05E1585ED28F174E67FE946D81BDAA0691F07AB772057B02_2_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_1, L_2, NULL);
((Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067_StaticFields*)il2cpp_codegen_static_fields_for(Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067_il2cpp_TypeInfo_var))->___ReturnTypes_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067_StaticFields*)il2cpp_codegen_static_fields_for(Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067_il2cpp_TypeInfo_var))->___ReturnTypes_4), (void*)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 MS.Internal.Xml.XPath.FunctionQuery::.ctor(System.String,System.String,System.Collections.Generic.List`1<MS.Internal.Xml.XPath.Query>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FunctionQuery__ctor_m2A47A5894A34675E16175730BB20001F451569AD (FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A* __this, String_t* ___prefix0, String_t* ___name1, List_1_tA3AA27DFE035DEEB1487CD496C96E659234C1FC0* ___args2, const RuntimeMethod* method)
{
{
String_t* L_0 = ___prefix0;
String_t* L_1 = ___name1;
ExtensionQuery__ctor_m34F5E546060A76294D1E7C42F946CE3B81DC74FA(__this, L_0, L_1, NULL);
List_1_tA3AA27DFE035DEEB1487CD496C96E659234C1FC0* L_2 = ___args2;
__this->____args_5 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____args_5), (void*)L_2);
return;
}
}
// System.Void MS.Internal.Xml.XPath.FunctionQuery::.ctor(MS.Internal.Xml.XPath.FunctionQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FunctionQuery__ctor_mE550219AE7F45DC2DA75A3726981D7CAFF792BD6 (FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A* __this, FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A* ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tBB5AACD01A66412BD9753026E2EF053F8D930B62_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t1F460823CD2D96B0A95277E81DA4B02EE627B89E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QueryU5BU5D_t7ED57A55B43C27603E54BC882A3906317539AFBE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
QueryU5BU5D_t7ED57A55B43C27603E54BC882A3906317539AFBE* V_0 = NULL;
int32_t V_1 = 0;
{
FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A* L_0 = ___other0;
ExtensionQuery__ctor_m87321D47088B85BE363B6372FF3E45034A56302C(__this, L_0, NULL);
FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A* L_1 = ___other0;
RuntimeObject* L_2 = L_1->____function_6;
__this->____function_6 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____function_6), (void*)L_2);
FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A* L_3 = ___other0;
RuntimeObject* L_4 = L_3->____args_5;
int32_t L_5;
L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<MS.Internal.Xml.XPath.Query>::get_Count() */, ICollection_1_tBB5AACD01A66412BD9753026E2EF053F8D930B62_il2cpp_TypeInfo_var, L_4);
QueryU5BU5D_t7ED57A55B43C27603E54BC882A3906317539AFBE* L_6 = (QueryU5BU5D_t7ED57A55B43C27603E54BC882A3906317539AFBE*)(QueryU5BU5D_t7ED57A55B43C27603E54BC882A3906317539AFBE*)SZArrayNew(QueryU5BU5D_t7ED57A55B43C27603E54BC882A3906317539AFBE_il2cpp_TypeInfo_var, (uint32_t)L_5);
V_0 = L_6;
V_1 = 0;
goto IL_0040;
}
IL_0028:
{
QueryU5BU5D_t7ED57A55B43C27603E54BC882A3906317539AFBE* L_7 = V_0;
int32_t L_8 = V_1;
FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A* L_9 = ___other0;
RuntimeObject* L_10 = L_9->____args_5;
int32_t L_11 = V_1;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_12;
L_12 = InterfaceFuncInvoker1< Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6*, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1<MS.Internal.Xml.XPath.Query>::get_Item(System.Int32) */, IList_1_t1F460823CD2D96B0A95277E81DA4B02EE627B89E_il2cpp_TypeInfo_var, L_10, L_11);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_13;
L_13 = Query_Clone_m0C3EB356B72B98E1D5312F8ED129AB1EEB10CFF2(L_12, NULL);
ArrayElementTypeCheck (L_7, L_13);
(L_7)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_8), (Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6*)L_13);
int32_t L_14 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_14, 1));
}
IL_0040:
{
int32_t L_15 = V_1;
QueryU5BU5D_t7ED57A55B43C27603E54BC882A3906317539AFBE* L_16 = V_0;
if ((((int32_t)L_15) < ((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))
{
goto IL_0028;
}
}
{
QueryU5BU5D_t7ED57A55B43C27603E54BC882A3906317539AFBE* L_17 = V_0;
__this->____args_5 = (RuntimeObject*)L_17;
Il2CppCodeGenWriteBarrier((void**)(&__this->____args_5), (void*)(RuntimeObject*)L_17);
QueryU5BU5D_t7ED57A55B43C27603E54BC882A3906317539AFBE* L_18 = V_0;
__this->____args_5 = (RuntimeObject*)L_18;
Il2CppCodeGenWriteBarrier((void**)(&__this->____args_5), (void*)(RuntimeObject*)L_18);
return;
}
}
// System.Void MS.Internal.Xml.XPath.FunctionQuery::SetXsltContext(System.Xml.Xsl.XsltContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FunctionQuery_SetXsltContext_m09CAC8AFE533EB9B9F3B73437500ACE061495CD2 (FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A* __this, XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tBB5AACD01A66412BD9753026E2EF053F8D930B62_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tAEC2B5C75DCB497389E13D8CCBDD2B46DA4E6C15_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tAABA4B28A834C7B2EF1AEC2246108D99FB15316E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t1F460823CD2D96B0A95277E81DA4B02EE627B89E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931* V_0 = NULL;
RuntimeObject* V_1 = NULL;
int32_t V_2 = 0;
{
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_0 = ___context0;
if (L_0)
{
goto IL_000e;
}
}
{
XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* L_1;
L_1 = XPathException_Create_m823FEEDBF0AF2F0BAF71C56A7199E82D37FB9D82(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEEC7EDD445A803BF7283248C4CEA74FBAEF51A7D)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FunctionQuery_SetXsltContext_m09CAC8AFE533EB9B9F3B73437500ACE061495CD2_RuntimeMethod_var)));
}
IL_000e:
{
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_2 = ((ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C*)__this)->___xsltContext_3;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_3 = ___context0;
if ((((RuntimeObject*)(XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B*)L_2) == ((RuntimeObject*)(XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B*)L_3)))
{
goto IL_00c1;
}
}
{
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_4 = ___context0;
((ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C*)__this)->___xsltContext_3 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&((ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C*)__this)->___xsltContext_3), (void*)L_4);
RuntimeObject* L_5 = __this->____args_5;
RuntimeObject* L_6;
L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<MS.Internal.Xml.XPath.Query>::GetEnumerator() */, IEnumerable_1_tAEC2B5C75DCB497389E13D8CCBDD2B46DA4E6C15_il2cpp_TypeInfo_var, L_5);
V_1 = L_6;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0045:
{// begin finally (depth: 1)
{
RuntimeObject* L_7 = V_1;
if (!L_7)
{
goto IL_004e;
}
}
{
RuntimeObject* L_8 = V_1;
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_8);
}
IL_004e:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_003b_1;
}
IL_002f_1:
{
RuntimeObject* L_9 = V_1;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_10;
L_10 = InterfaceFuncInvoker0< Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<MS.Internal.Xml.XPath.Query>::get_Current() */, IEnumerator_1_tAABA4B28A834C7B2EF1AEC2246108D99FB15316E_il2cpp_TypeInfo_var, L_9);
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_11 = ___context0;
VirtualActionInvoker1< XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_10, L_11);
}
IL_003b_1:
{
RuntimeObject* L_12 = V_1;
bool L_13;
L_13 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_12);
if (L_13)
{
goto IL_002f_1;
}
}
{
goto IL_004f;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_004f:
{
RuntimeObject* L_14 = __this->____args_5;
int32_t L_15;
L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<MS.Internal.Xml.XPath.Query>::get_Count() */, ICollection_1_tBB5AACD01A66412BD9753026E2EF053F8D930B62_il2cpp_TypeInfo_var, L_14);
XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931* L_16 = (XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931*)(XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931*)SZArrayNew(XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931_il2cpp_TypeInfo_var, (uint32_t)L_15);
V_0 = L_16;
V_2 = 0;
goto IL_007c;
}
IL_0064:
{
XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931* L_17 = V_0;
int32_t L_18 = V_2;
RuntimeObject* L_19 = __this->____args_5;
int32_t L_20 = V_2;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_21;
L_21 = InterfaceFuncInvoker1< Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6*, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1<MS.Internal.Xml.XPath.Query>::get_Item(System.Int32) */, IList_1_t1F460823CD2D96B0A95277E81DA4B02EE627B89E_il2cpp_TypeInfo_var, L_19, L_20);
int32_t L_22;
L_22 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::get_StaticType() */, L_21);
(L_17)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_18), (int32_t)L_22);
int32_t L_23 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_23, 1));
}
IL_007c:
{
int32_t L_24 = V_2;
RuntimeObject* L_25 = __this->____args_5;
int32_t L_26;
L_26 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<MS.Internal.Xml.XPath.Query>::get_Count() */, ICollection_1_tBB5AACD01A66412BD9753026E2EF053F8D930B62_il2cpp_TypeInfo_var, L_25);
if ((((int32_t)L_24) < ((int32_t)L_26)))
{
goto IL_0064;
}
}
{
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_27 = ((ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C*)__this)->___xsltContext_3;
String_t* L_28 = ((ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C*)__this)->___prefix_1;
String_t* L_29 = ((ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C*)__this)->___name_2;
XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931* L_30 = V_0;
RuntimeObject* L_31;
L_31 = VirtualFuncInvoker3< RuntimeObject*, String_t*, String_t*, XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931* >::Invoke(16 /* System.Xml.Xsl.IXsltContextFunction System.Xml.Xsl.XsltContext::ResolveFunction(System.String,System.String,System.Xml.XPath.XPathResultType[]) */, L_27, L_28, L_29, L_30);
__this->____function_6 = L_31;
Il2CppCodeGenWriteBarrier((void**)(&__this->____function_6), (void*)L_31);
RuntimeObject* L_32 = __this->____function_6;
if (L_32)
{
goto IL_00c1;
}
}
{
String_t* L_33;
L_33 = ExtensionQuery_get_QName_mDEED41D3BE04522BE220BC0657EB1811564BB694(__this, NULL);
XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* L_34;
L_34 = XPathException_Create_mCD60C456FBFFE42865EE9F1BA8F263EA25FACC71(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE6EBCEA500627777D442B13852AA318A24E7519B)), L_33, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FunctionQuery_SetXsltContext_m09CAC8AFE533EB9B9F3B73437500ACE061495CD2_RuntimeMethod_var)));
}
IL_00c1:
{
return;
}
}
// System.Object MS.Internal.Xml.XPath.FunctionQuery::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FunctionQuery_Evaluate_m8BDA6583D92C34A4545534194C85020E8FF7ED98 (FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tBB5AACD01A66412BD9753026E2EF053F8D930B62_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t1F460823CD2D96B0A95277E81DA4B02EE627B89E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXsltContextFunction_t97AB21230C8EFED32B7BF9F30F2AA010634A15DD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathSelectionIterator_tD21F19BD736F5146B9C468681C99C8FC432BCBF6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
int32_t V_1 = 0;
RuntimeObject* V_2 = NULL;
Exception_t* V_3 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_0 = ((ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C*)__this)->___xsltContext_3;
if (L_0)
{
goto IL_0013;
}
}
{
XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* L_1;
L_1 = XPathException_Create_m823FEEDBF0AF2F0BAF71C56A7199E82D37FB9D82(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEEC7EDD445A803BF7283248C4CEA74FBAEF51A7D)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FunctionQuery_Evaluate_m8BDA6583D92C34A4545534194C85020E8FF7ED98_RuntimeMethod_var)));
}
IL_0013:
{
RuntimeObject* L_2 = __this->____args_5;
int32_t L_3;
L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<MS.Internal.Xml.XPath.Query>::get_Count() */, ICollection_1_tBB5AACD01A66412BD9753026E2EF053F8D930B62_il2cpp_TypeInfo_var, L_2);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)L_3);
V_0 = L_4;
V_1 = 0;
goto IL_0065;
}
IL_0028:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = V_0;
int32_t L_6 = V_1;
RuntimeObject* L_7 = __this->____args_5;
int32_t L_8 = V_1;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_9;
L_9 = InterfaceFuncInvoker1< Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6*, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1<MS.Internal.Xml.XPath.Query>::get_Item(System.Int32) */, IList_1_t1F460823CD2D96B0A95277E81DA4B02EE627B89E_il2cpp_TypeInfo_var, L_7, L_8);
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_10 = ___nodeIterator0;
RuntimeObject* L_11;
L_11 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_9, L_10);
ArrayElementTypeCheck (L_5, L_11);
(L_5)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_6), (RuntimeObject*)L_11);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = V_0;
int32_t L_13 = V_1;
int32_t L_14 = L_13;
RuntimeObject* L_15 = (L_12)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_14));
if (!((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)IsInstClass((RuntimeObject*)L_15, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B_il2cpp_TypeInfo_var)))
{
goto IL_0061;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = V_0;
int32_t L_17 = V_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_18 = ___nodeIterator0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_19;
L_19 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_18);
RuntimeObject* L_20 = __this->____args_5;
int32_t L_21 = V_1;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_22;
L_22 = InterfaceFuncInvoker1< Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6*, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1<MS.Internal.Xml.XPath.Query>::get_Item(System.Int32) */, IList_1_t1F460823CD2D96B0A95277E81DA4B02EE627B89E_il2cpp_TypeInfo_var, L_20, L_21);
XPathSelectionIterator_tD21F19BD736F5146B9C468681C99C8FC432BCBF6* L_23 = (XPathSelectionIterator_tD21F19BD736F5146B9C468681C99C8FC432BCBF6*)il2cpp_codegen_object_new(XPathSelectionIterator_tD21F19BD736F5146B9C468681C99C8FC432BCBF6_il2cpp_TypeInfo_var);
XPathSelectionIterator__ctor_m1DCBC76CE4179D10C5A3244E6C4ABED6F977FE20(L_23, L_19, L_22, NULL);
ArrayElementTypeCheck (L_16, L_23);
(L_16)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_17), (RuntimeObject*)L_23);
}
IL_0061:
{
int32_t L_24 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_24, 1));
}
IL_0065:
{
int32_t L_25 = V_1;
RuntimeObject* L_26 = __this->____args_5;
int32_t L_27;
L_27 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<MS.Internal.Xml.XPath.Query>::get_Count() */, ICollection_1_tBB5AACD01A66412BD9753026E2EF053F8D930B62_il2cpp_TypeInfo_var, L_26);
if ((((int32_t)L_25) < ((int32_t)L_27)))
{
goto IL_0028;
}
}
{
}
try
{// begin try (depth: 1)
RuntimeObject* L_28 = __this->____function_6;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_29 = ((ExtensionQuery_tF55E1733437BCC4352AEFE75AEB08201B968509C*)__this)->___xsltContext_3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_30 = V_0;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_31 = ___nodeIterator0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_32;
L_32 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_31);
RuntimeObject* L_33;
L_33 = InterfaceFuncInvoker3< RuntimeObject*, XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(1 /* System.Object System.Xml.Xsl.IXsltContextFunction::Invoke(System.Xml.Xsl.XsltContext,System.Object[],System.Xml.XPath.XPathNavigator) */, IXsltContextFunction_t97AB21230C8EFED32B7BF9F30F2AA010634A15DD_il2cpp_TypeInfo_var, L_28, L_29, L_30, L_32);
RuntimeObject* L_34;
L_34 = ExtensionQuery_ProcessResult_mAE4279D04FC82809E149CCE8ACE01F530A1F32A5(__this, L_33, NULL);
V_2 = L_34;
goto IL_00a8;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0095;
}
throw e;
}
CATCH_0095:
{// begin catch(System.Exception)
V_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
String_t* L_35;
L_35 = ExtensionQuery_get_QName_mDEED41D3BE04522BE220BC0657EB1811564BB694(__this, NULL);
Exception_t* L_36 = V_3;
XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* L_37;
L_37 = XPathException_Create_mF24AE2DB80E5AB091C688ED0D093167CEF5AFE5A(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1132B9DCD66F9A9E0A49EFD74412A40CA04058D8)), L_35, L_36, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FunctionQuery_Evaluate_m8BDA6583D92C34A4545534194C85020E8FF7ED98_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_00a8:
{
RuntimeObject* L_38 = V_2;
return L_38;
}
}
// System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.FunctionQuery::get_StaticType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FunctionQuery_get_StaticType_mFF3B9D2C8D987C2455C963A37C70095C703B2151 (FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXsltContextFunction_t97AB21230C8EFED32B7BF9F30F2AA010634A15DD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t G_B3_0 = 0;
{
RuntimeObject* L_0 = __this->____function_6;
if (L_0)
{
goto IL_000b;
}
}
{
G_B3_0 = 5;
goto IL_0016;
}
IL_000b:
{
RuntimeObject* L_1 = __this->____function_6;
int32_t L_2;
L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.XPath.XPathResultType System.Xml.Xsl.IXsltContextFunction::get_ReturnType() */, IXsltContextFunction_t97AB21230C8EFED32B7BF9F30F2AA010634A15DD_il2cpp_TypeInfo_var, L_1);
G_B3_0 = ((int32_t)(L_2));
}
IL_0016:
{
V_0 = G_B3_0;
int32_t L_3 = V_0;
if ((!(((uint32_t)L_3) == ((uint32_t)6))))
{
goto IL_001d;
}
}
{
V_0 = 5;
}
IL_001d:
{
int32_t L_4 = V_0;
return L_4;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.FunctionQuery::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* FunctionQuery_Clone_mE45849CF89E7811683581387019B6E0BF2F6C31A (FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A* L_0 = (FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A*)il2cpp_codegen_object_new(FunctionQuery_tB9DBAF862D85327A06C5BD4A57ED78937F80B71A_il2cpp_TypeInfo_var);
FunctionQuery__ctor_mE550219AE7F45DC2DA75A3726981D7CAFF792BD6(L_0, __this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.Group::.ctor(MS.Internal.Xml.XPath.AstNode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Group__ctor_mF03B416CE2E54E45B9ED174739EF890A6F383B7A (Group_t422900FBF4CC87409B16802F41344C0772AF95A4* __this, AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* ___groupNode0, const RuntimeMethod* method)
{
{
AstNode__ctor_m8235007F8DEDCD82C2B85B1AA0E1AEF98B20A507(__this, NULL);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_0 = ___groupNode0;
__this->____groupNode_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____groupNode_0), (void*)L_0);
return;
}
}
// MS.Internal.Xml.XPath.AstNode/AstType MS.Internal.Xml.XPath.Group::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Group_get_Type_mD50EABBAF0372F71824ACB4E4641D0BD5EC6AA13 (Group_t422900FBF4CC87409B16802F41344C0772AF95A4* __this, const RuntimeMethod* method)
{
{
return (int32_t)(5);
}
}
// System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Group::get_ReturnType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Group_get_ReturnType_mA280F0F1954B46D63B12712B3B3EF1125F414475 (Group_t422900FBF4CC87409B16802F41344C0772AF95A4* __this, const RuntimeMethod* method)
{
{
return (int32_t)(3);
}
}
// MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Group::get_GroupNode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* Group_get_GroupNode_m53031280FE44BCCCDFD2C8F5AB89F89FCCBC7CFC (Group_t422900FBF4CC87409B16802F41344C0772AF95A4* __this, const RuntimeMethod* method)
{
{
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_0 = __this->____groupNode_0;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.GroupQuery::.ctor(MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GroupQuery__ctor_m26F3A77E5CC58D7FCE06317175A10784F378BA88 (GroupQuery_t6A2579F6ACC30B53BB286D3BB9793C9899042D9D* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qy0, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___qy0;
BaseAxisQuery__ctor_mC4B5EB3195F517A4130526FD32B095888F619897(__this, L_0, NULL);
return;
}
}
// System.Void MS.Internal.Xml.XPath.GroupQuery::.ctor(MS.Internal.Xml.XPath.GroupQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GroupQuery__ctor_mBDA1E557640E576B4E8BCE9B1F17A16CEA5B4B05 (GroupQuery_t6A2579F6ACC30B53BB286D3BB9793C9899042D9D* __this, GroupQuery_t6A2579F6ACC30B53BB286D3BB9793C9899042D9D* ___other0, const RuntimeMethod* method)
{
{
GroupQuery_t6A2579F6ACC30B53BB286D3BB9793C9899042D9D* L_0 = ___other0;
BaseAxisQuery__ctor_m2A07CCEF3415F39C4EC9291F343E044125EAF78F(__this, L_0, NULL);
return;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.GroupQuery::Advance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* GroupQuery_Advance_m266E83C0DE86CDA3D82C4B2C33715D734A5A261B (GroupQuery_t6A2579F6ACC30B53BB286D3BB9793C9899042D9D* __this, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1;
L_1 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_0);
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7), (void*)L_1);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
if (!L_2)
{
goto IL_0027;
}
}
{
int32_t L_3 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8;
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = ((int32_t)il2cpp_codegen_add(L_3, 1));
}
IL_0027:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_4 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
return L_4;
}
}
// System.Object MS.Internal.Xml.XPath.GroupQuery::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GroupQuery_Evaluate_mA7361E58B8789F18092D02315A2EE9434DE5FDB0 (GroupQuery_t6A2579F6ACC30B53BB286D3BB9793C9899042D9D* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_1 = ___nodeIterator0;
RuntimeObject* L_2;
L_2 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_0, L_1);
return L_2;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.GroupQuery::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* GroupQuery_Clone_mF511E359D14C457E81DC4710C1BEC6105D7D3DE1 (GroupQuery_t6A2579F6ACC30B53BB286D3BB9793C9899042D9D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GroupQuery_t6A2579F6ACC30B53BB286D3BB9793C9899042D9D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
GroupQuery_t6A2579F6ACC30B53BB286D3BB9793C9899042D9D* L_0 = (GroupQuery_t6A2579F6ACC30B53BB286D3BB9793C9899042D9D*)il2cpp_codegen_object_new(GroupQuery_t6A2579F6ACC30B53BB286D3BB9793C9899042D9D_il2cpp_TypeInfo_var);
GroupQuery__ctor_mBDA1E557640E576B4E8BCE9B1F17A16CEA5B4B05(L_0, __this, NULL);
return L_0;
}
}
// System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.GroupQuery::get_StaticType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GroupQuery_get_StaticType_mC68984D21A7BC64BE4A3FC1A81EB75B0736F5193 (GroupQuery_t6A2579F6ACC30B53BB286D3BB9793C9899042D9D* __this, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1;
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::get_StaticType() */, L_0);
return L_1;
}
}
// MS.Internal.Xml.XPath.QueryProps MS.Internal.Xml.XPath.GroupQuery::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GroupQuery_get_Properties_mA3F8CFB364B2255D8182B73FE81BA2FE57248780 (GroupQuery_t6A2579F6ACC30B53BB286D3BB9793C9899042D9D* __this, const RuntimeMethod* method)
{
{
return (int32_t)(1);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.IDQuery::.ctor(MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IDQuery__ctor_mCBBB06A081B3BAF922EC54BFAB925AEB81E1DEBA (IDQuery_t3ADA30B4FBC8F74FAB53A9558F94D5B69BD96FAB* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___arg0, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___arg0;
CacheOutputQuery__ctor_mD04FADFD42AEBA47B220FC04375E6F089803EE94(__this, L_0, NULL);
return;
}
}
// System.Void MS.Internal.Xml.XPath.IDQuery::.ctor(MS.Internal.Xml.XPath.IDQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IDQuery__ctor_mACCC3E6A420E5E773C5353DA1259A5A3EB540BBB (IDQuery_t3ADA30B4FBC8F74FAB53A9558F94D5B69BD96FAB* __this, IDQuery_t3ADA30B4FBC8F74FAB53A9558F94D5B69BD96FAB* ___other0, const RuntimeMethod* method)
{
{
IDQuery_t3ADA30B4FBC8F74FAB53A9558F94D5B69BD96FAB* L_0 = ___other0;
CacheOutputQuery__ctor_m7F92B555C04220694F59ED09E1B92B12BCDC6990(__this, L_0, NULL);
return;
}
}
// System.Object MS.Internal.Xml.XPath.IDQuery::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* IDQuery_Evaluate_mC61D9AC9B6318FAFB6E9DE612B15E6E24ED2257F (IDQuery_t3ADA30B4FBC8F74FAB53A9558F94D5B69BD96FAB* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringFunctions_t46C9229E031209FAA465BAC56334DBE0190024EA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_1 = NULL;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_2 = NULL;
int32_t V_3 = 0;
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_0 = ___context0;
RuntimeObject* L_1;
L_1 = CacheOutputQuery_Evaluate_m8D97CD67CC7F8BD8CA634C83A36313B0819933E6(__this, L_0, NULL);
V_0 = L_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_2 = ___context0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3;
L_3 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_2);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_4;
L_4 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_3);
V_1 = L_4;
RuntimeObject* L_5 = V_0;
int32_t L_6;
L_6 = Query_GetXPathType_m5F68ED00914FA000C99403E1B92EE7A158808B01(__this, L_5, NULL);
V_3 = L_6;
int32_t L_7 = V_3;
switch (L_7)
{
case 0:
{
goto IL_0065;
}
case 1:
{
goto IL_0056;
}
case 2:
{
goto IL_0079;
}
case 3:
{
goto IL_0045;
}
case 4:
{
goto IL_008d;
}
}
}
{
goto IL_009f;
}
IL_0038:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_8 = V_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_9 = V_2;
String_t* L_10;
L_10 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_9);
IDQuery_ProcessIds_m1A94B8930088D01A8F002063946B2C7D9E2B9697(__this, L_8, L_10, NULL);
}
IL_0045:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_11 = ((CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5*)__this)->___input_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_12;
L_12 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_11);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_13 = L_12;
V_2 = L_13;
if (L_13)
{
goto IL_0038;
}
}
{
goto IL_009f;
}
IL_0056:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_14 = V_1;
RuntimeObject* L_15 = V_0;
IDQuery_ProcessIds_m1A94B8930088D01A8F002063946B2C7D9E2B9697(__this, L_14, ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)), NULL);
goto IL_009f;
}
IL_0065:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_16 = V_1;
RuntimeObject* L_17 = V_0;
il2cpp_codegen_runtime_class_init_inline(StringFunctions_t46C9229E031209FAA465BAC56334DBE0190024EA_il2cpp_TypeInfo_var);
String_t* L_18;
L_18 = StringFunctions_toString_mD7EA52841DF249114B516B8B5A55D7E9AE9AC426(((*(double*)((double*)(double*)UnBox(L_17, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))), NULL);
IDQuery_ProcessIds_m1A94B8930088D01A8F002063946B2C7D9E2B9697(__this, L_16, L_18, NULL);
goto IL_009f;
}
IL_0079:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_19 = V_1;
RuntimeObject* L_20 = V_0;
il2cpp_codegen_runtime_class_init_inline(StringFunctions_t46C9229E031209FAA465BAC56334DBE0190024EA_il2cpp_TypeInfo_var);
String_t* L_21;
L_21 = StringFunctions_toString_m84A92E247CA6A8B8A697F03C8A3F961407B66F80(((*(bool*)((bool*)(bool*)UnBox(L_20, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))), NULL);
IDQuery_ProcessIds_m1A94B8930088D01A8F002063946B2C7D9E2B9697(__this, L_19, L_21, NULL);
goto IL_009f;
}
IL_008d:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_22 = V_1;
RuntimeObject* L_23 = V_0;
String_t* L_24;
L_24 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)CastclassClass((RuntimeObject*)L_23, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var)));
IDQuery_ProcessIds_m1A94B8930088D01A8F002063946B2C7D9E2B9697(__this, L_22, L_24, NULL);
}
IL_009f:
{
return __this;
}
}
// System.Void MS.Internal.Xml.XPath.IDQuery::ProcessIds(System.Xml.XPath.XPathNavigator,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IDQuery_ProcessIds_m1A94B8930088D01A8F002063946B2C7D9E2B9697 (IDQuery_t3ADA30B4FBC8F74FAB53A9558F94D5B69BD96FAB* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___contextNode0, String_t* ___val1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL;
int32_t V_1 = 0;
{
String_t* L_0 = ___val1;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1;
L_1 = XmlConvert_SplitString_mA7AA35B88D14E59B173FCA6406B408EF3C83F02D(L_0, NULL);
V_0 = L_1;
V_1 = 0;
goto IL_0027;
}
IL_000b:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2 = ___contextNode0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = V_0;
int32_t L_4 = V_1;
int32_t L_5 = L_4;
String_t* L_6 = (L_3)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_5));
bool L_7;
L_7 = VirtualFuncInvoker1< bool, String_t* >::Invoke(43 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToId(System.String) */, L_2, L_6);
if (!L_7)
{
goto IL_0023;
}
}
{
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_8 = ((CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5*)__this)->___outputBuffer_2;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_9 = ___contextNode0;
bool L_10;
L_10 = Query_Insert_m484CA0C5A8A324A9EA9BAB97A7216898769D7EF4(L_8, L_9, NULL);
}
IL_0023:
{
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_0027:
{
int32_t L_12 = V_1;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = V_0;
if ((((int32_t)L_12) < ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))
{
goto IL_000b;
}
}
{
return;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.IDQuery::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* IDQuery_Clone_mAA87ABD7128214160A616D387D3E914426C63538 (IDQuery_t3ADA30B4FBC8F74FAB53A9558F94D5B69BD96FAB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDQuery_t3ADA30B4FBC8F74FAB53A9558F94D5B69BD96FAB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
IDQuery_t3ADA30B4FBC8F74FAB53A9558F94D5B69BD96FAB* L_0 = (IDQuery_t3ADA30B4FBC8F74FAB53A9558F94D5B69BD96FAB*)il2cpp_codegen_object_new(IDQuery_t3ADA30B4FBC8F74FAB53A9558F94D5B69BD96FAB_il2cpp_TypeInfo_var);
IDQuery__ctor_mACCC3E6A420E5E773C5353DA1259A5A3EB540BBB(L_0, __this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.IteratorFilter::.ctor(System.Xml.XPath.XPathNodeIterator,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IteratorFilter__ctor_m609270BF602494F4E0865DC2DB509F721B875097 (IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___innerIterator0, String_t* ___name1, const RuntimeMethod* method)
{
{
XPathNodeIterator__ctor_mD2548ACBDDDAD6C11151A9E6BCA675A1BC9F87F3(__this, NULL);
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_0 = ___innerIterator0;
__this->____innerIterator_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____innerIterator_1), (void*)L_0);
String_t* L_1 = ___name1;
__this->____name_2 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____name_2), (void*)L_1);
return;
}
}
// System.Void MS.Internal.Xml.XPath.IteratorFilter::.ctor(MS.Internal.Xml.XPath.IteratorFilter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IteratorFilter__ctor_mD030899ED05CA8CAE5F3F97EA6706E785D815684 (IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1* __this, IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1* ___it0, const RuntimeMethod* method)
{
{
XPathNodeIterator__ctor_mD2548ACBDDDAD6C11151A9E6BCA675A1BC9F87F3(__this, NULL);
IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1* L_0 = ___it0;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_1 = L_0->____innerIterator_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_2;
L_2 = VirtualFuncInvoker0< XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(6 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNodeIterator::Clone() */, L_1);
__this->____innerIterator_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____innerIterator_1), (void*)L_2);
IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1* L_3 = ___it0;
String_t* L_4 = L_3->____name_2;
__this->____name_2 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____name_2), (void*)L_4);
IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1* L_5 = ___it0;
int32_t L_6 = L_5->____position_3;
__this->____position_3 = L_6;
return;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.IteratorFilter::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* IteratorFilter_Clone_m1AB2219CFBB3B714713182990DE107F5E52C66A7 (IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1* L_0 = (IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1*)il2cpp_codegen_object_new(IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1_il2cpp_TypeInfo_var);
IteratorFilter__ctor_mD030899ED05CA8CAE5F3F97EA6706E785D815684(L_0, __this, NULL);
return L_0;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.IteratorFilter::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* IteratorFilter_get_Current_m43F806EE7E0836462AB99AAB31A7DA50E394A384 (IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1* __this, const RuntimeMethod* method)
{
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_0 = __this->____innerIterator_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1;
L_1 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_0);
return L_1;
}
}
// System.Int32 MS.Internal.Xml.XPath.IteratorFilter::get_CurrentPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IteratorFilter_get_CurrentPosition_mF13E9012048D4D23EE8E94E3E286B537CE6E5511 (IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____position_3;
return L_0;
}
}
// System.Boolean MS.Internal.Xml.XPath.IteratorFilter::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IteratorFilter_MoveNext_m20856172D987E2ABCABEB933D623D83640CB7B37 (IteratorFilter_tD7AF756AB291316510395F2BCA963B79CAFE3FA1* __this, const RuntimeMethod* method)
{
{
goto IL_002f;
}
IL_0002:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_0 = __this->____innerIterator_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1;
L_1 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_0);
String_t* L_2;
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, L_1);
String_t* L_3 = __this->____name_2;
bool L_4;
L_4 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, L_3, NULL);
if (!L_4)
{
goto IL_002f;
}
}
{
int32_t L_5 = __this->____position_3;
__this->____position_3 = ((int32_t)il2cpp_codegen_add(L_5, 1));
return (bool)1;
}
IL_002f:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_6 = __this->____innerIterator_1;
bool L_7;
L_7 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.XPath.XPathNodeIterator::MoveNext() */, L_6);
if (L_7)
{
goto IL_0002;
}
}
{
return (bool)0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.LogicalExpr::.ctor(MS.Internal.Xml.XPath.Operator/Op,MS.Internal.Xml.XPath.Query,MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalExpr__ctor_m7628711F6D0FF7E1F4EDEB5824A1BD415BAFCCA9 (LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D* __this, int32_t ___op0, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___opnd11, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___opnd22, const RuntimeMethod* method)
{
{
ValueQuery__ctor_mACE967A0C92EFE64DDE6DBB7F195D0D6A42ACE8B(__this, NULL);
int32_t L_0 = ___op0;
__this->____op_1 = L_0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = ___opnd11;
__this->____opnd1_2 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____opnd1_2), (void*)L_1);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_2 = ___opnd22;
__this->____opnd2_3 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____opnd2_3), (void*)L_2);
return;
}
}
// System.Void MS.Internal.Xml.XPath.LogicalExpr::.ctor(MS.Internal.Xml.XPath.LogicalExpr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalExpr__ctor_mF627DBB674699FF721B95D3AA3B39847973093B5 (LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D* __this, LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D* ___other0, const RuntimeMethod* method)
{
{
LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D* L_0 = ___other0;
ValueQuery__ctor_m28D743327D584AF6DCB48535D40D527A5D358B0A(__this, L_0, NULL);
LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D* L_1 = ___other0;
int32_t L_2 = L_1->____op_1;
__this->____op_1 = L_2;
LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D* L_3 = ___other0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_4 = L_3->____opnd1_2;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_5;
L_5 = Query_Clone_m0C3EB356B72B98E1D5312F8ED129AB1EEB10CFF2(L_4, NULL);
__this->____opnd1_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->____opnd1_2), (void*)L_5);
LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D* L_6 = ___other0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_7 = L_6->____opnd2_3;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_8;
L_8 = Query_Clone_m0C3EB356B72B98E1D5312F8ED129AB1EEB10CFF2(L_7, NULL);
__this->____opnd2_3 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->____opnd2_3), (void*)L_8);
return;
}
}
// System.Void MS.Internal.Xml.XPath.LogicalExpr::SetXsltContext(System.Xml.Xsl.XsltContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalExpr_SetXsltContext_m819588EC4544EDB61D3B456D56E425A1EF70C16B (LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D* __this, XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* ___context0, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____opnd1_2;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_1 = ___context0;
VirtualActionInvoker1< XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_0, L_1);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_2 = __this->____opnd2_3;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_3 = ___context0;
VirtualActionInvoker1< XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_2, L_3);
return;
}
}
// System.Object MS.Internal.Xml.XPath.LogicalExpr::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LogicalExpr_Evaluate_m5A3127E7E815D94095DE031C951DA36E5D752AA2 (LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Operator_tA3FECDFCD42EF0851969EE5D3295C0CDA457BADE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject* V_1 = NULL;
RuntimeObject* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
int32_t L_0 = __this->____op_1;
V_0 = L_0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = __this->____opnd1_2;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_2 = ___nodeIterator0;
RuntimeObject* L_3;
L_3 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_1, L_2);
V_1 = L_3;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_4 = __this->____opnd2_3;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_5 = ___nodeIterator0;
RuntimeObject* L_6;
L_6 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_4, L_5);
V_2 = L_6;
RuntimeObject* L_7 = V_1;
int32_t L_8;
L_8 = Query_GetXPathType_m5F68ED00914FA000C99403E1B92EE7A158808B01(__this, L_7, NULL);
V_3 = L_8;
RuntimeObject* L_9 = V_2;
int32_t L_10;
L_10 = Query_GetXPathType_m5F68ED00914FA000C99403E1B92EE7A158808B01(__this, L_9, NULL);
V_4 = L_10;
int32_t L_11 = V_3;
int32_t L_12 = V_4;
if ((((int32_t)L_11) >= ((int32_t)L_12)))
{
goto IL_0048;
}
}
{
int32_t L_13 = V_0;
il2cpp_codegen_runtime_class_init_inline(Operator_tA3FECDFCD42EF0851969EE5D3295C0CDA457BADE_il2cpp_TypeInfo_var);
int32_t L_14;
L_14 = Operator_InvertOperator_mD97006E40BAA80DE854513FC03E1E1953D50A23E(L_13, NULL);
V_0 = L_14;
RuntimeObject* L_15 = V_1;
RuntimeObject* L_16 = V_2;
V_1 = L_16;
V_2 = L_15;
int32_t L_17 = V_3;
int32_t L_18 = V_4;
V_3 = L_18;
V_4 = L_17;
}
IL_0048:
{
int32_t L_19 = V_0;
if ((((int32_t)L_19) == ((int32_t)3)))
{
goto IL_0050;
}
}
{
int32_t L_20 = V_0;
if ((!(((uint32_t)L_20) == ((uint32_t)4))))
{
goto IL_0068;
}
}
IL_0050:
{
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5* L_21 = ((LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_StaticFields*)il2cpp_codegen_static_fields_for(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var))->___s_CompXsltE_4;
int32_t L_22 = V_3;
int32_t L_23 = L_22;
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_24 = (L_21)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_23));
int32_t L_25 = V_4;
int32_t L_26 = L_25;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_27 = (L_24)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_26));
int32_t L_28 = V_0;
RuntimeObject* L_29 = V_1;
RuntimeObject* L_30 = V_2;
bool L_31;
L_31 = cmpXslt_Invoke_mD7EEC554FBA42E4F39456D394AD9574C7E33C79D_inline(L_27, L_28, L_29, L_30, NULL);
bool L_32 = L_31;
RuntimeObject* L_33 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_32);
return L_33;
}
IL_0068:
{
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5* L_34 = ((LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_StaticFields*)il2cpp_codegen_static_fields_for(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var))->___s_CompXsltO_5;
int32_t L_35 = V_3;
int32_t L_36 = L_35;
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_37 = (L_34)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_36));
int32_t L_38 = V_4;
int32_t L_39 = L_38;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_40 = (L_37)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_39));
int32_t L_41 = V_0;
RuntimeObject* L_42 = V_1;
RuntimeObject* L_43 = V_2;
bool L_44;
L_44 = cmpXslt_Invoke_mD7EEC554FBA42E4F39456D394AD9574C7E33C79D_inline(L_40, L_41, L_42, L_43, NULL);
bool L_45 = L_44;
RuntimeObject* L_46 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_45);
return L_46;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpQueryQueryE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpQueryQueryE_m7BC3116FE75068834F139B427D37AF3D78448131 (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
bool V_0 = false;
NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D V_1;
memset((&V_1), 0, sizeof(V_1));
NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D V_2;
memset((&V_2), 0, sizeof(V_2));
String_t* V_3 = NULL;
{
int32_t L_0 = ___op0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)3))? 1 : 0);
RuntimeObject* L_1 = ___val11;
NodeSet__ctor_m4E0FD2A226E503DE9FFC05792C17B6B2105D57F8((&V_1), L_1, NULL);
RuntimeObject* L_2 = ___val22;
NodeSet__ctor_m4E0FD2A226E503DE9FFC05792C17B6B2105D57F8((&V_2), L_2, NULL);
}
IL_0015:
{
bool L_3;
L_3 = NodeSet_MoveNext_m0A9E25262C766B1FAF49224B0DAE2EE475C69526((&V_1), NULL);
if (L_3)
{
goto IL_0020;
}
}
{
return (bool)0;
}
IL_0020:
{
bool L_4;
L_4 = NodeSet_MoveNext_m0A9E25262C766B1FAF49224B0DAE2EE475C69526((&V_2), NULL);
if (L_4)
{
goto IL_002b;
}
}
{
return (bool)0;
}
IL_002b:
{
String_t* L_5;
L_5 = NodeSet_get_Value_mD83B04747815D80BC3D6859E711488D5A9F3337E((&V_1), NULL);
V_3 = L_5;
}
IL_0033:
{
String_t* L_6 = V_3;
String_t* L_7;
L_7 = NodeSet_get_Value_mD83B04747815D80BC3D6859E711488D5A9F3337E((&V_2), NULL);
bool L_8;
L_8 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_6, L_7, NULL);
bool L_9 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)L_9))))
{
goto IL_0045;
}
}
{
return (bool)1;
}
IL_0045:
{
bool L_10;
L_10 = NodeSet_MoveNext_m0A9E25262C766B1FAF49224B0DAE2EE475C69526((&V_2), NULL);
if (L_10)
{
goto IL_0033;
}
}
{
NodeSet_Reset_mAEEE5EAAA3B645458DEC62E2AFA80973B21A793C((&V_2), NULL);
goto IL_0015;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpQueryQueryO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpQueryQueryO_m0AE8ACE6C30C0570AD90826423E80B61F787D78E (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D V_0;
memset((&V_0), 0, sizeof(V_0));
NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D V_1;
memset((&V_1), 0, sizeof(V_1));
double V_2 = 0.0;
{
RuntimeObject* L_0 = ___val11;
NodeSet__ctor_m4E0FD2A226E503DE9FFC05792C17B6B2105D57F8((&V_0), L_0, NULL);
RuntimeObject* L_1 = ___val22;
NodeSet__ctor_m4E0FD2A226E503DE9FFC05792C17B6B2105D57F8((&V_1), L_1, NULL);
}
IL_0010:
{
bool L_2;
L_2 = NodeSet_MoveNext_m0A9E25262C766B1FAF49224B0DAE2EE475C69526((&V_0), NULL);
if (L_2)
{
goto IL_001b;
}
}
{
return (bool)0;
}
IL_001b:
{
bool L_3;
L_3 = NodeSet_MoveNext_m0A9E25262C766B1FAF49224B0DAE2EE475C69526((&V_1), NULL);
if (L_3)
{
goto IL_0026;
}
}
{
return (bool)0;
}
IL_0026:
{
String_t* L_4;
L_4 = NodeSet_get_Value_mD83B04747815D80BC3D6859E711488D5A9F3337E((&V_0), NULL);
double L_5;
L_5 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(L_4, NULL);
V_2 = L_5;
}
IL_0033:
{
int32_t L_6 = ___op0;
double L_7 = V_2;
String_t* L_8;
L_8 = NodeSet_get_Value_mD83B04747815D80BC3D6859E711488D5A9F3337E((&V_1), NULL);
double L_9;
L_9 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(L_8, NULL);
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
bool L_10;
L_10 = LogicalExpr_cmpNumberNumber_mE769D4CA46234BE41ABE5DC6AA22FF0127D3087E(L_6, L_7, L_9, NULL);
if (!L_10)
{
goto IL_004a;
}
}
{
return (bool)1;
}
IL_004a:
{
bool L_11;
L_11 = NodeSet_MoveNext_m0A9E25262C766B1FAF49224B0DAE2EE475C69526((&V_1), NULL);
if (L_11)
{
goto IL_0033;
}
}
{
NodeSet_Reset_mAEEE5EAAA3B645458DEC62E2AFA80973B21A793C((&V_1), NULL);
goto IL_0010;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpQueryNumber(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpQueryNumber_m1A1365FEF236C338AC1CE07D4E8DFB8B90990345 (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D V_0;
memset((&V_0), 0, sizeof(V_0));
double V_1 = 0.0;
{
RuntimeObject* L_0 = ___val11;
NodeSet__ctor_m4E0FD2A226E503DE9FFC05792C17B6B2105D57F8((&V_0), L_0, NULL);
RuntimeObject* L_1 = ___val22;
V_1 = ((*(double*)((double*)(double*)UnBox(L_1, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))));
goto IL_0028;
}
IL_0011:
{
int32_t L_2 = ___op0;
String_t* L_3;
L_3 = NodeSet_get_Value_mD83B04747815D80BC3D6859E711488D5A9F3337E((&V_0), NULL);
double L_4;
L_4 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(L_3, NULL);
double L_5 = V_1;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
bool L_6;
L_6 = LogicalExpr_cmpNumberNumber_mE769D4CA46234BE41ABE5DC6AA22FF0127D3087E(L_2, L_4, L_5, NULL);
if (!L_6)
{
goto IL_0028;
}
}
{
return (bool)1;
}
IL_0028:
{
bool L_7;
L_7 = NodeSet_MoveNext_m0A9E25262C766B1FAF49224B0DAE2EE475C69526((&V_0), NULL);
if (L_7)
{
goto IL_0011;
}
}
{
return (bool)0;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpQueryStringE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpQueryStringE_m4140D7EC0217B7B962A6209B2F3F58E4AE66900A (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D V_0;
memset((&V_0), 0, sizeof(V_0));
String_t* V_1 = NULL;
{
RuntimeObject* L_0 = ___val11;
NodeSet__ctor_m4E0FD2A226E503DE9FFC05792C17B6B2105D57F8((&V_0), L_0, NULL);
RuntimeObject* L_1 = ___val22;
V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var));
goto IL_0023;
}
IL_0011:
{
int32_t L_2 = ___op0;
String_t* L_3;
L_3 = NodeSet_get_Value_mD83B04747815D80BC3D6859E711488D5A9F3337E((&V_0), NULL);
String_t* L_4 = V_1;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
bool L_5;
L_5 = LogicalExpr_cmpStringStringE_m1FC89B6CEAC6BF1D1AADA459A5392DE8B5E8F8FE(L_2, L_3, L_4, NULL);
if (!L_5)
{
goto IL_0023;
}
}
{
return (bool)1;
}
IL_0023:
{
bool L_6;
L_6 = NodeSet_MoveNext_m0A9E25262C766B1FAF49224B0DAE2EE475C69526((&V_0), NULL);
if (L_6)
{
goto IL_0011;
}
}
{
return (bool)0;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpQueryStringO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpQueryStringO_m647591F5F6934898634F35C4BC13CA215D061543 (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D V_0;
memset((&V_0), 0, sizeof(V_0));
double V_1 = 0.0;
{
RuntimeObject* L_0 = ___val11;
NodeSet__ctor_m4E0FD2A226E503DE9FFC05792C17B6B2105D57F8((&V_0), L_0, NULL);
RuntimeObject* L_1 = ___val22;
double L_2;
L_2 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), NULL);
V_1 = L_2;
goto IL_002d;
}
IL_0016:
{
int32_t L_3 = ___op0;
String_t* L_4;
L_4 = NodeSet_get_Value_mD83B04747815D80BC3D6859E711488D5A9F3337E((&V_0), NULL);
double L_5;
L_5 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(L_4, NULL);
double L_6 = V_1;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
bool L_7;
L_7 = LogicalExpr_cmpNumberNumberO_m7C4CF7D280C8E648676A0B08198B5CBBF851E6BD(L_3, L_5, L_6, NULL);
if (!L_7)
{
goto IL_002d;
}
}
{
return (bool)1;
}
IL_002d:
{
bool L_8;
L_8 = NodeSet_MoveNext_m0A9E25262C766B1FAF49224B0DAE2EE475C69526((&V_0), NULL);
if (L_8)
{
goto IL_0016;
}
}
{
return (bool)0;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpRtfQueryE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpRtfQueryE_m86BE322CD4DABED9BA852FD545F64B0FDE895163 (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D V_1;
memset((&V_1), 0, sizeof(V_1));
{
RuntimeObject* L_0 = ___val11;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = LogicalExpr_Rtf_mEABE4E2EF9F83F2D3D63DE437B571BC3C0BB8AEF(L_0, NULL);
V_0 = L_1;
RuntimeObject* L_2 = ___val22;
NodeSet__ctor_m4E0FD2A226E503DE9FFC05792C17B6B2105D57F8((&V_1), L_2, NULL);
goto IL_0023;
}
IL_0011:
{
int32_t L_3 = ___op0;
String_t* L_4 = V_0;
String_t* L_5;
L_5 = NodeSet_get_Value_mD83B04747815D80BC3D6859E711488D5A9F3337E((&V_1), NULL);
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
bool L_6;
L_6 = LogicalExpr_cmpStringStringE_m1FC89B6CEAC6BF1D1AADA459A5392DE8B5E8F8FE(L_3, L_4, L_5, NULL);
if (!L_6)
{
goto IL_0023;
}
}
{
return (bool)1;
}
IL_0023:
{
bool L_7;
L_7 = NodeSet_MoveNext_m0A9E25262C766B1FAF49224B0DAE2EE475C69526((&V_1), NULL);
if (L_7)
{
goto IL_0011;
}
}
{
return (bool)0;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpRtfQueryO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpRtfQueryO_m2CFB867D89B515D03CAB9CC0D8DE0BB400FE2C94 (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D V_1;
memset((&V_1), 0, sizeof(V_1));
{
RuntimeObject* L_0 = ___val11;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = LogicalExpr_Rtf_mEABE4E2EF9F83F2D3D63DE437B571BC3C0BB8AEF(L_0, NULL);
double L_2;
L_2 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(L_1, NULL);
V_0 = L_2;
RuntimeObject* L_3 = ___val22;
NodeSet__ctor_m4E0FD2A226E503DE9FFC05792C17B6B2105D57F8((&V_1), L_3, NULL);
goto IL_002d;
}
IL_0016:
{
int32_t L_4 = ___op0;
double L_5 = V_0;
String_t* L_6;
L_6 = NodeSet_get_Value_mD83B04747815D80BC3D6859E711488D5A9F3337E((&V_1), NULL);
double L_7;
L_7 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(L_6, NULL);
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
bool L_8;
L_8 = LogicalExpr_cmpNumberNumberO_m7C4CF7D280C8E648676A0B08198B5CBBF851E6BD(L_4, L_5, L_7, NULL);
if (!L_8)
{
goto IL_002d;
}
}
{
return (bool)1;
}
IL_002d:
{
bool L_9;
L_9 = NodeSet_MoveNext_m0A9E25262C766B1FAF49224B0DAE2EE475C69526((&V_1), NULL);
if (L_9)
{
goto IL_0016;
}
}
{
return (bool)0;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpQueryBoolE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpQueryBoolE_m1CF3A0A91D1D01773307FDEB7EE489F0E1581DD7 (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
{
RuntimeObject* L_0 = ___val11;
NodeSet__ctor_m4E0FD2A226E503DE9FFC05792C17B6B2105D57F8((&V_0), L_0, NULL);
bool L_1;
L_1 = NodeSet_MoveNext_m0A9E25262C766B1FAF49224B0DAE2EE475C69526((&V_0), NULL);
V_1 = L_1;
RuntimeObject* L_2 = ___val22;
V_2 = ((*(bool*)((bool*)(bool*)UnBox(L_2, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
int32_t L_3 = ___op0;
bool L_4 = V_1;
bool L_5 = V_2;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
bool L_6;
L_6 = LogicalExpr_cmpBoolBoolE_m3FC1764FBDADD38CE2CEE3AFA6425ECE2F25CE81(L_3, L_4, L_5, NULL);
return L_6;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpQueryBoolO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpQueryBoolO_m2D362D25DA8B4F680B16EF5BDAFB5939EDC6D190 (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D V_0;
memset((&V_0), 0, sizeof(V_0));
double V_1 = 0.0;
double V_2 = 0.0;
double G_B3_0 = 0.0;
{
RuntimeObject* L_0 = ___val11;
NodeSet__ctor_m4E0FD2A226E503DE9FFC05792C17B6B2105D57F8((&V_0), L_0, NULL);
bool L_1;
L_1 = NodeSet_MoveNext_m0A9E25262C766B1FAF49224B0DAE2EE475C69526((&V_0), NULL);
if (L_1)
{
goto IL_001c;
}
}
{
G_B3_0 = (0.0);
goto IL_0025;
}
IL_001c:
{
G_B3_0 = (1.0);
}
IL_0025:
{
V_1 = G_B3_0;
RuntimeObject* L_2 = ___val22;
double L_3;
L_3 = NumberFunctions_Number_m1217E71096AAE0E0668596C72E0AF7462572849B(((*(bool*)((bool*)(bool*)UnBox(L_2, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))), NULL);
V_2 = L_3;
int32_t L_4 = ___op0;
double L_5 = V_1;
double L_6 = V_2;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
bool L_7;
L_7 = LogicalExpr_cmpNumberNumberO_m7C4CF7D280C8E648676A0B08198B5CBBF851E6BD(L_4, L_5, L_6, NULL);
return L_7;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpBoolBoolE(MS.Internal.Xml.XPath.Operator/Op,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpBoolBoolE_m3FC1764FBDADD38CE2CEE3AFA6425ECE2F25CE81 (int32_t ___op0, bool ___n11, bool ___n22, const RuntimeMethod* method)
{
{
int32_t L_0 = ___op0;
bool L_1 = ___n11;
bool L_2 = ___n22;
return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)3))? 1 : 0)) == ((int32_t)((((int32_t)L_1) == ((int32_t)L_2))? 1 : 0)))? 1 : 0);
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpBoolBoolE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpBoolBoolE_mE85DD2C13B99D5F8712A63D18AE62F1702A37B5A (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
RuntimeObject* L_0 = ___val11;
V_0 = ((*(bool*)((bool*)(bool*)UnBox(L_0, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
RuntimeObject* L_1 = ___val22;
V_1 = ((*(bool*)((bool*)(bool*)UnBox(L_1, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
int32_t L_2 = ___op0;
bool L_3 = V_0;
bool L_4 = V_1;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
bool L_5;
L_5 = LogicalExpr_cmpBoolBoolE_m3FC1764FBDADD38CE2CEE3AFA6425ECE2F25CE81(L_2, L_3, L_4, NULL);
return L_5;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpBoolBoolO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpBoolBoolO_mC9166CD551A2339365490F18DDDE5B3A49F67B1F (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
double V_1 = 0.0;
{
RuntimeObject* L_0 = ___val11;
double L_1;
L_1 = NumberFunctions_Number_m1217E71096AAE0E0668596C72E0AF7462572849B(((*(bool*)((bool*)(bool*)UnBox(L_0, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))), NULL);
V_0 = L_1;
RuntimeObject* L_2 = ___val22;
double L_3;
L_3 = NumberFunctions_Number_m1217E71096AAE0E0668596C72E0AF7462572849B(((*(bool*)((bool*)(bool*)UnBox(L_2, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))), NULL);
V_1 = L_3;
int32_t L_4 = ___op0;
double L_5 = V_0;
double L_6 = V_1;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
bool L_7;
L_7 = LogicalExpr_cmpNumberNumberO_m7C4CF7D280C8E648676A0B08198B5CBBF851E6BD(L_4, L_5, L_6, NULL);
return L_7;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpBoolNumberE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpBoolNumberE_m35876C051B44DADA3EC3E2092CD583965B69CCF7 (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
RuntimeObject* L_0 = ___val11;
V_0 = ((*(bool*)((bool*)(bool*)UnBox(L_0, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
RuntimeObject* L_1 = ___val22;
bool L_2;
L_2 = BooleanFunctions_toBoolean_mC02372A6C9E26CB6C6D9EDC4A926B933890AF81F(((*(double*)((double*)(double*)UnBox(L_1, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))), NULL);
V_1 = L_2;
int32_t L_3 = ___op0;
bool L_4 = V_0;
bool L_5 = V_1;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
bool L_6;
L_6 = LogicalExpr_cmpBoolBoolE_m3FC1764FBDADD38CE2CEE3AFA6425ECE2F25CE81(L_3, L_4, L_5, NULL);
return L_6;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpBoolNumberO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpBoolNumberO_mD33D7985BE950F4872EE1DDCBAC81D0479834514 (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
double V_1 = 0.0;
{
RuntimeObject* L_0 = ___val11;
double L_1;
L_1 = NumberFunctions_Number_m1217E71096AAE0E0668596C72E0AF7462572849B(((*(bool*)((bool*)(bool*)UnBox(L_0, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))), NULL);
V_0 = L_1;
RuntimeObject* L_2 = ___val22;
V_1 = ((*(double*)((double*)(double*)UnBox(L_2, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))));
int32_t L_3 = ___op0;
double L_4 = V_0;
double L_5 = V_1;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
bool L_6;
L_6 = LogicalExpr_cmpNumberNumberO_m7C4CF7D280C8E648676A0B08198B5CBBF851E6BD(L_3, L_4, L_5, NULL);
return L_6;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpBoolStringE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpBoolStringE_m6631CFE64543E948CAFB112C0E31B63A6BDDD415 (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
RuntimeObject* L_0 = ___val11;
V_0 = ((*(bool*)((bool*)(bool*)UnBox(L_0, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
RuntimeObject* L_1 = ___val22;
bool L_2;
L_2 = BooleanFunctions_toBoolean_m83815A1578C7BE330BB60E0CCEFE887838087759(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), NULL);
V_1 = L_2;
int32_t L_3 = ___op0;
bool L_4 = V_0;
bool L_5 = V_1;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
bool L_6;
L_6 = LogicalExpr_cmpBoolBoolE_m3FC1764FBDADD38CE2CEE3AFA6425ECE2F25CE81(L_3, L_4, L_5, NULL);
return L_6;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpRtfBoolE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpRtfBoolE_m1AD873295CF721E3D76328C9A4F8FD7305B66E5D (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
RuntimeObject* L_0 = ___val11;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = LogicalExpr_Rtf_mEABE4E2EF9F83F2D3D63DE437B571BC3C0BB8AEF(L_0, NULL);
bool L_2;
L_2 = BooleanFunctions_toBoolean_m83815A1578C7BE330BB60E0CCEFE887838087759(L_1, NULL);
V_0 = L_2;
RuntimeObject* L_3 = ___val22;
V_1 = ((*(bool*)((bool*)(bool*)UnBox(L_3, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
int32_t L_4 = ___op0;
bool L_5 = V_0;
bool L_6 = V_1;
bool L_7;
L_7 = LogicalExpr_cmpBoolBoolE_m3FC1764FBDADD38CE2CEE3AFA6425ECE2F25CE81(L_4, L_5, L_6, NULL);
return L_7;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpBoolStringO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpBoolStringO_m3B2580919B8AA0DB9527A988A68D7C234FDE85E7 (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___op0;
RuntimeObject* L_1 = ___val11;
double L_2;
L_2 = NumberFunctions_Number_m1217E71096AAE0E0668596C72E0AF7462572849B(((*(bool*)((bool*)(bool*)UnBox(L_1, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))), NULL);
RuntimeObject* L_3 = ___val22;
double L_4;
L_4 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)), NULL);
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
bool L_5;
L_5 = LogicalExpr_cmpNumberNumberO_m7C4CF7D280C8E648676A0B08198B5CBBF851E6BD(L_0, L_2, L_4, NULL);
return L_5;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpRtfBoolO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpRtfBoolO_m7659341B21FF9EE81A2BF12E9EC45B57D6C38C25 (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___op0;
RuntimeObject* L_1 = ___val11;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = LogicalExpr_Rtf_mEABE4E2EF9F83F2D3D63DE437B571BC3C0BB8AEF(L_1, NULL);
double L_3;
L_3 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(L_2, NULL);
RuntimeObject* L_4 = ___val22;
double L_5;
L_5 = NumberFunctions_Number_m1217E71096AAE0E0668596C72E0AF7462572849B(((*(bool*)((bool*)(bool*)UnBox(L_4, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))), NULL);
bool L_6;
L_6 = LogicalExpr_cmpNumberNumberO_m7C4CF7D280C8E648676A0B08198B5CBBF851E6BD(L_0, L_3, L_5, NULL);
return L_6;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpNumberNumber(MS.Internal.Xml.XPath.Operator/Op,System.Double,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpNumberNumber_mE769D4CA46234BE41ABE5DC6AA22FF0127D3087E (int32_t ___op0, double ___n11, double ___n22, const RuntimeMethod* method)
{
{
int32_t L_0 = ___op0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, 3)))
{
case 0:
{
goto IL_003c;
}
case 1:
{
goto IL_0041;
}
case 2:
{
goto IL_0022;
}
case 3:
{
goto IL_002c;
}
case 4:
{
goto IL_0027;
}
case 5:
{
goto IL_0034;
}
}
}
{
goto IL_0049;
}
IL_0022:
{
double L_1 = ___n11;
double L_2 = ___n22;
return (bool)((((double)L_1) < ((double)L_2))? 1 : 0);
}
IL_0027:
{
double L_3 = ___n11;
double L_4 = ___n22;
return (bool)((((double)L_3) > ((double)L_4))? 1 : 0);
}
IL_002c:
{
double L_5 = ___n11;
double L_6 = ___n22;
return (bool)((((int32_t)((!(((double)L_5) <= ((double)L_6)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0034:
{
double L_7 = ___n11;
double L_8 = ___n22;
return (bool)((((int32_t)((!(((double)L_7) >= ((double)L_8)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_003c:
{
double L_9 = ___n11;
double L_10 = ___n22;
return (bool)((((double)L_9) == ((double)L_10))? 1 : 0);
}
IL_0041:
{
double L_11 = ___n11;
double L_12 = ___n22;
return (bool)((((int32_t)((((double)L_11) == ((double)L_12))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0049:
{
return (bool)0;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpNumberNumberO(MS.Internal.Xml.XPath.Operator/Op,System.Double,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpNumberNumberO_m7C4CF7D280C8E648676A0B08198B5CBBF851E6BD (int32_t ___op0, double ___n11, double ___n22, const RuntimeMethod* method)
{
{
int32_t L_0 = ___op0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, 5)))
{
case 0:
{
goto IL_001a;
}
case 1:
{
goto IL_0024;
}
case 2:
{
goto IL_001f;
}
case 3:
{
goto IL_002c;
}
}
}
{
goto IL_0034;
}
IL_001a:
{
double L_1 = ___n11;
double L_2 = ___n22;
return (bool)((((double)L_1) < ((double)L_2))? 1 : 0);
}
IL_001f:
{
double L_3 = ___n11;
double L_4 = ___n22;
return (bool)((((double)L_3) > ((double)L_4))? 1 : 0);
}
IL_0024:
{
double L_5 = ___n11;
double L_6 = ___n22;
return (bool)((((int32_t)((!(((double)L_5) <= ((double)L_6)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_002c:
{
double L_7 = ___n11;
double L_8 = ___n22;
return (bool)((((int32_t)((!(((double)L_7) >= ((double)L_8)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0034:
{
return (bool)0;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpNumberNumber(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpNumberNumber_m9B8FFB19DDEBD0D6AC356D845444573D839F266E (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
double V_1 = 0.0;
{
RuntimeObject* L_0 = ___val11;
V_0 = ((*(double*)((double*)(double*)UnBox(L_0, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))));
RuntimeObject* L_1 = ___val22;
V_1 = ((*(double*)((double*)(double*)UnBox(L_1, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))));
int32_t L_2 = ___op0;
double L_3 = V_0;
double L_4 = V_1;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
bool L_5;
L_5 = LogicalExpr_cmpNumberNumber_mE769D4CA46234BE41ABE5DC6AA22FF0127D3087E(L_2, L_3, L_4, NULL);
return L_5;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpStringNumber(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpStringNumber_mE3CD768E67DD63AB5C2262C83466A475050CB11F (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
double V_1 = 0.0;
{
RuntimeObject* L_0 = ___val22;
V_0 = ((*(double*)((double*)(double*)UnBox(L_0, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))));
RuntimeObject* L_1 = ___val11;
double L_2;
L_2 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), NULL);
V_1 = L_2;
int32_t L_3 = ___op0;
double L_4 = V_1;
double L_5 = V_0;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
bool L_6;
L_6 = LogicalExpr_cmpNumberNumber_mE769D4CA46234BE41ABE5DC6AA22FF0127D3087E(L_3, L_4, L_5, NULL);
return L_6;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpRtfNumber(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpRtfNumber_m283D2226B9A0E1AA624E4B980D8B7E942C014AAA (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
double V_1 = 0.0;
{
RuntimeObject* L_0 = ___val22;
V_0 = ((*(double*)((double*)(double*)UnBox(L_0, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))));
RuntimeObject* L_1 = ___val11;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
String_t* L_2;
L_2 = LogicalExpr_Rtf_mEABE4E2EF9F83F2D3D63DE437B571BC3C0BB8AEF(L_1, NULL);
double L_3;
L_3 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(L_2, NULL);
V_1 = L_3;
int32_t L_4 = ___op0;
double L_5 = V_1;
double L_6 = V_0;
bool L_7;
L_7 = LogicalExpr_cmpNumberNumber_mE769D4CA46234BE41ABE5DC6AA22FF0127D3087E(L_4, L_5, L_6, NULL);
return L_7;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpStringStringE(MS.Internal.Xml.XPath.Operator/Op,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpStringStringE_m1FC89B6CEAC6BF1D1AADA459A5392DE8B5E8F8FE (int32_t ___op0, String_t* ___n11, String_t* ___n22, const RuntimeMethod* method)
{
{
int32_t L_0 = ___op0;
String_t* L_1 = ___n11;
String_t* L_2 = ___n22;
bool L_3;
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, L_2, NULL);
return (bool)((((int32_t)((((int32_t)L_0) == ((int32_t)3))? 1 : 0)) == ((int32_t)L_3))? 1 : 0);
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpStringStringE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpStringStringE_m294AD3EADBEAB69F93D136BF28134D313374E2B1 (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
RuntimeObject* L_0 = ___val11;
V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var));
RuntimeObject* L_1 = ___val22;
V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var));
int32_t L_2 = ___op0;
String_t* L_3 = V_0;
String_t* L_4 = V_1;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
bool L_5;
L_5 = LogicalExpr_cmpStringStringE_m1FC89B6CEAC6BF1D1AADA459A5392DE8B5E8F8FE(L_2, L_3, L_4, NULL);
return L_5;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpRtfStringE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpRtfStringE_m9FB8C043DCC54107B2A255EB1DE1A7861A6A4E52 (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
RuntimeObject* L_0 = ___val11;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = LogicalExpr_Rtf_mEABE4E2EF9F83F2D3D63DE437B571BC3C0BB8AEF(L_0, NULL);
V_0 = L_1;
RuntimeObject* L_2 = ___val22;
V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var));
int32_t L_3 = ___op0;
String_t* L_4 = V_0;
String_t* L_5 = V_1;
bool L_6;
L_6 = LogicalExpr_cmpStringStringE_m1FC89B6CEAC6BF1D1AADA459A5392DE8B5E8F8FE(L_3, L_4, L_5, NULL);
return L_6;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpRtfRtfE(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpRtfRtfE_mFCEB0CACBDA4E76E66B77BD31B2A8F0451E3B921 (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
RuntimeObject* L_0 = ___val11;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = LogicalExpr_Rtf_mEABE4E2EF9F83F2D3D63DE437B571BC3C0BB8AEF(L_0, NULL);
V_0 = L_1;
RuntimeObject* L_2 = ___val22;
String_t* L_3;
L_3 = LogicalExpr_Rtf_mEABE4E2EF9F83F2D3D63DE437B571BC3C0BB8AEF(L_2, NULL);
V_1 = L_3;
int32_t L_4 = ___op0;
String_t* L_5 = V_0;
String_t* L_6 = V_1;
bool L_7;
L_7 = LogicalExpr_cmpStringStringE_m1FC89B6CEAC6BF1D1AADA459A5392DE8B5E8F8FE(L_4, L_5, L_6, NULL);
return L_7;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpStringStringO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpStringStringO_m299B241C281C0A4D7E6AB0755692727CEB54069A (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
double V_1 = 0.0;
{
RuntimeObject* L_0 = ___val11;
double L_1;
L_1 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), NULL);
V_0 = L_1;
RuntimeObject* L_2 = ___val22;
double L_3;
L_3 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)), NULL);
V_1 = L_3;
int32_t L_4 = ___op0;
double L_5 = V_0;
double L_6 = V_1;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
bool L_7;
L_7 = LogicalExpr_cmpNumberNumberO_m7C4CF7D280C8E648676A0B08198B5CBBF851E6BD(L_4, L_5, L_6, NULL);
return L_7;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpRtfStringO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpRtfStringO_mD68EA2B4E9FAEBF91D7B2F1D2D34086B0836E58E (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
double V_1 = 0.0;
{
RuntimeObject* L_0 = ___val11;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = LogicalExpr_Rtf_mEABE4E2EF9F83F2D3D63DE437B571BC3C0BB8AEF(L_0, NULL);
double L_2;
L_2 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(L_1, NULL);
V_0 = L_2;
RuntimeObject* L_3 = ___val22;
double L_4;
L_4 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(((String_t*)CastclassSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var)), NULL);
V_1 = L_4;
int32_t L_5 = ___op0;
double L_6 = V_0;
double L_7 = V_1;
bool L_8;
L_8 = LogicalExpr_cmpNumberNumberO_m7C4CF7D280C8E648676A0B08198B5CBBF851E6BD(L_5, L_6, L_7, NULL);
return L_8;
}
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr::cmpRtfRtfO(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LogicalExpr_cmpRtfRtfO_m8CFA004A1647C6530D034323A858862F3BA63E37 (int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
double V_1 = 0.0;
{
RuntimeObject* L_0 = ___val11;
il2cpp_codegen_runtime_class_init_inline(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
String_t* L_1;
L_1 = LogicalExpr_Rtf_mEABE4E2EF9F83F2D3D63DE437B571BC3C0BB8AEF(L_0, NULL);
double L_2;
L_2 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(L_1, NULL);
V_0 = L_2;
RuntimeObject* L_3 = ___val22;
String_t* L_4;
L_4 = LogicalExpr_Rtf_mEABE4E2EF9F83F2D3D63DE437B571BC3C0BB8AEF(L_3, NULL);
double L_5;
L_5 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(L_4, NULL);
V_1 = L_5;
int32_t L_6 = ___op0;
double L_7 = V_0;
double L_8 = V_1;
bool L_9;
L_9 = LogicalExpr_cmpNumberNumberO_m7C4CF7D280C8E648676A0B08198B5CBBF851E6BD(L_6, L_7, L_8, NULL);
return L_9;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.LogicalExpr::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* LogicalExpr_Clone_mA09D76019283523F7E249AD2EE2B18AFD4FD0512 (LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D* L_0 = (LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D*)il2cpp_codegen_object_new(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
LogicalExpr__ctor_mF627DBB674699FF721B95D3AA3B39847973093B5(L_0, __this, NULL);
return L_0;
}
}
// System.String MS.Internal.Xml.XPath.LogicalExpr::Rtf(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* LogicalExpr_Rtf_mEABE4E2EF9F83F2D3D63DE437B571BC3C0BB8AEF (RuntimeObject* ___o0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___o0;
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)CastclassClass((RuntimeObject*)L_0, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var)));
return L_1;
}
}
// System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.LogicalExpr::get_StaticType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LogicalExpr_get_StaticType_m863D55DEDEEFC1DCE7590B7AC9D4B6F184A4F41B (LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D* __this, const RuntimeMethod* method)
{
{
return (int32_t)(2);
}
}
// System.Void MS.Internal.Xml.XPath.LogicalExpr::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LogicalExpr__cctor_mFE3045004457A82183B43ECBC15F6642C19E5414 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpBoolBoolE_mE85DD2C13B99D5F8712A63D18AE62F1702A37B5A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpBoolBoolO_mC9166CD551A2339365490F18DDDE5B3A49F67B1F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpBoolNumberE_m35876C051B44DADA3EC3E2092CD583965B69CCF7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpBoolNumberO_mD33D7985BE950F4872EE1DDCBAC81D0479834514_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpBoolStringE_m6631CFE64543E948CAFB112C0E31B63A6BDDD415_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpBoolStringO_m3B2580919B8AA0DB9527A988A68D7C234FDE85E7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpNumberNumber_m9B8FFB19DDEBD0D6AC356D845444573D839F266E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpQueryBoolE_m1CF3A0A91D1D01773307FDEB7EE489F0E1581DD7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpQueryBoolO_m2D362D25DA8B4F680B16EF5BDAFB5939EDC6D190_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpQueryNumber_m1A1365FEF236C338AC1CE07D4E8DFB8B90990345_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpQueryQueryE_m7BC3116FE75068834F139B427D37AF3D78448131_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpQueryQueryO_m0AE8ACE6C30C0570AD90826423E80B61F787D78E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpQueryStringE_m4140D7EC0217B7B962A6209B2F3F58E4AE66900A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpQueryStringO_m647591F5F6934898634F35C4BC13CA215D061543_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpRtfBoolE_m1AD873295CF721E3D76328C9A4F8FD7305B66E5D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpRtfBoolO_m7659341B21FF9EE81A2BF12E9EC45B57D6C38C25_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpRtfNumber_m283D2226B9A0E1AA624E4B980D8B7E942C014AAA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpRtfQueryE_m86BE322CD4DABED9BA852FD545F64B0FDE895163_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpRtfQueryO_m2CFB867D89B515D03CAB9CC0D8DE0BB400FE2C94_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpRtfRtfE_mFCEB0CACBDA4E76E66B77BD31B2A8F0451E3B921_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpRtfRtfO_m8CFA004A1647C6530D034323A858862F3BA63E37_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpRtfStringE_m9FB8C043DCC54107B2A255EB1DE1A7861A6A4E52_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpRtfStringO_mD68EA2B4E9FAEBF91D7B2F1D2D34086B0836E58E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpStringNumber_mE3CD768E67DD63AB5C2262C83466A475050CB11F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpStringStringE_m294AD3EADBEAB69F93D136BF28134D313374E2B1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_cmpStringStringO_m299B241C281C0A4D7E6AB0755692727CEB54069A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5* L_0 = (cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5*)(cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5*)SZArrayNew(cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5_il2cpp_TypeInfo_var, (uint32_t)5);
cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5* L_1 = L_0;
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_2 = (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)SZArrayNew(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A_il2cpp_TypeInfo_var, (uint32_t)5);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_3 = L_2;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_4 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_4, NULL, (intptr_t)((void*)LogicalExpr_cmpNumberNumber_m9B8FFB19DDEBD0D6AC356D845444573D839F266E_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_3, L_4);
(L_3)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_4);
ArrayElementTypeCheck (L_1, L_3);
(L_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)L_3);
cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5* L_5 = L_1;
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_6 = (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)SZArrayNew(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A_il2cpp_TypeInfo_var, (uint32_t)5);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_7 = L_6;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_8 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_8, NULL, (intptr_t)((void*)LogicalExpr_cmpStringNumber_mE3CD768E67DD63AB5C2262C83466A475050CB11F_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_7, L_8);
(L_7)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_8);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_9 = L_7;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_10 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_10, NULL, (intptr_t)((void*)LogicalExpr_cmpStringStringE_m294AD3EADBEAB69F93D136BF28134D313374E2B1_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_9, L_10);
(L_9)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_10);
ArrayElementTypeCheck (L_5, L_9);
(L_5)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)L_9);
cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5* L_11 = L_5;
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_12 = (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)SZArrayNew(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A_il2cpp_TypeInfo_var, (uint32_t)5);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_13 = L_12;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_14 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_14, NULL, (intptr_t)((void*)LogicalExpr_cmpBoolNumberE_m35876C051B44DADA3EC3E2092CD583965B69CCF7_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_13, L_14);
(L_13)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_14);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_15 = L_13;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_16 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_16, NULL, (intptr_t)((void*)LogicalExpr_cmpBoolStringE_m6631CFE64543E948CAFB112C0E31B63A6BDDD415_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_15, L_16);
(L_15)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_16);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_17 = L_15;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_18 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_18, NULL, (intptr_t)((void*)LogicalExpr_cmpBoolBoolE_mE85DD2C13B99D5F8712A63D18AE62F1702A37B5A_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_17, L_18);
(L_17)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(2), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_18);
ArrayElementTypeCheck (L_11, L_17);
(L_11)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(2), (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)L_17);
cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5* L_19 = L_11;
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_20 = (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)SZArrayNew(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A_il2cpp_TypeInfo_var, (uint32_t)5);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_21 = L_20;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_22 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_22, NULL, (intptr_t)((void*)LogicalExpr_cmpQueryNumber_m1A1365FEF236C338AC1CE07D4E8DFB8B90990345_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_21, L_22);
(L_21)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_22);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_23 = L_21;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_24 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_24, NULL, (intptr_t)((void*)LogicalExpr_cmpQueryStringE_m4140D7EC0217B7B962A6209B2F3F58E4AE66900A_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_23, L_24);
(L_23)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_24);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_25 = L_23;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_26 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_26, NULL, (intptr_t)((void*)LogicalExpr_cmpQueryBoolE_m1CF3A0A91D1D01773307FDEB7EE489F0E1581DD7_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_25, L_26);
(L_25)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(2), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_26);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_27 = L_25;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_28 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_28, NULL, (intptr_t)((void*)LogicalExpr_cmpQueryQueryE_m7BC3116FE75068834F139B427D37AF3D78448131_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_27, L_28);
(L_27)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(3), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_28);
ArrayElementTypeCheck (L_19, L_27);
(L_19)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(3), (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)L_27);
cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5* L_29 = L_19;
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_30 = (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)SZArrayNew(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A_il2cpp_TypeInfo_var, (uint32_t)5);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_31 = L_30;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_32 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_32, NULL, (intptr_t)((void*)LogicalExpr_cmpRtfNumber_m283D2226B9A0E1AA624E4B980D8B7E942C014AAA_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_31, L_32);
(L_31)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_32);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_33 = L_31;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_34 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_34, NULL, (intptr_t)((void*)LogicalExpr_cmpRtfStringE_m9FB8C043DCC54107B2A255EB1DE1A7861A6A4E52_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_33, L_34);
(L_33)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_34);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_35 = L_33;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_36 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_36, NULL, (intptr_t)((void*)LogicalExpr_cmpRtfBoolE_m1AD873295CF721E3D76328C9A4F8FD7305B66E5D_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_35, L_36);
(L_35)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(2), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_36);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_37 = L_35;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_38 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_38, NULL, (intptr_t)((void*)LogicalExpr_cmpRtfQueryE_m86BE322CD4DABED9BA852FD545F64B0FDE895163_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_37, L_38);
(L_37)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(3), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_38);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_39 = L_37;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_40 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_40, NULL, (intptr_t)((void*)LogicalExpr_cmpRtfRtfE_mFCEB0CACBDA4E76E66B77BD31B2A8F0451E3B921_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_39, L_40);
(L_39)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(4), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_40);
ArrayElementTypeCheck (L_29, L_39);
(L_29)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(4), (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)L_39);
((LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_StaticFields*)il2cpp_codegen_static_fields_for(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var))->___s_CompXsltE_4 = L_29;
Il2CppCodeGenWriteBarrier((void**)(&((LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_StaticFields*)il2cpp_codegen_static_fields_for(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var))->___s_CompXsltE_4), (void*)L_29);
cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5* L_41 = (cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5*)(cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5*)SZArrayNew(cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5_il2cpp_TypeInfo_var, (uint32_t)5);
cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5* L_42 = L_41;
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_43 = (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)SZArrayNew(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A_il2cpp_TypeInfo_var, (uint32_t)5);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_44 = L_43;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_45 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_45, NULL, (intptr_t)((void*)LogicalExpr_cmpNumberNumber_m9B8FFB19DDEBD0D6AC356D845444573D839F266E_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_44, L_45);
(L_44)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_45);
ArrayElementTypeCheck (L_42, L_44);
(L_42)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)L_44);
cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5* L_46 = L_42;
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_47 = (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)SZArrayNew(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A_il2cpp_TypeInfo_var, (uint32_t)5);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_48 = L_47;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_49 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_49, NULL, (intptr_t)((void*)LogicalExpr_cmpStringNumber_mE3CD768E67DD63AB5C2262C83466A475050CB11F_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_48, L_49);
(L_48)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_49);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_50 = L_48;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_51 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_51, NULL, (intptr_t)((void*)LogicalExpr_cmpStringStringO_m299B241C281C0A4D7E6AB0755692727CEB54069A_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_50, L_51);
(L_50)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_51);
ArrayElementTypeCheck (L_46, L_50);
(L_46)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)L_50);
cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5* L_52 = L_46;
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_53 = (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)SZArrayNew(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A_il2cpp_TypeInfo_var, (uint32_t)5);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_54 = L_53;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_55 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_55, NULL, (intptr_t)((void*)LogicalExpr_cmpBoolNumberO_mD33D7985BE950F4872EE1DDCBAC81D0479834514_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_54, L_55);
(L_54)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_55);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_56 = L_54;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_57 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_57, NULL, (intptr_t)((void*)LogicalExpr_cmpBoolStringO_m3B2580919B8AA0DB9527A988A68D7C234FDE85E7_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_56, L_57);
(L_56)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_57);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_58 = L_56;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_59 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_59, NULL, (intptr_t)((void*)LogicalExpr_cmpBoolBoolO_mC9166CD551A2339365490F18DDDE5B3A49F67B1F_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_58, L_59);
(L_58)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(2), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_59);
ArrayElementTypeCheck (L_52, L_58);
(L_52)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(2), (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)L_58);
cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5* L_60 = L_52;
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_61 = (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)SZArrayNew(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A_il2cpp_TypeInfo_var, (uint32_t)5);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_62 = L_61;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_63 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_63, NULL, (intptr_t)((void*)LogicalExpr_cmpQueryNumber_m1A1365FEF236C338AC1CE07D4E8DFB8B90990345_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_62, L_63);
(L_62)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_63);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_64 = L_62;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_65 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_65, NULL, (intptr_t)((void*)LogicalExpr_cmpQueryStringO_m647591F5F6934898634F35C4BC13CA215D061543_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_64, L_65);
(L_64)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_65);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_66 = L_64;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_67 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_67, NULL, (intptr_t)((void*)LogicalExpr_cmpQueryBoolO_m2D362D25DA8B4F680B16EF5BDAFB5939EDC6D190_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_66, L_67);
(L_66)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(2), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_67);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_68 = L_66;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_69 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_69, NULL, (intptr_t)((void*)LogicalExpr_cmpQueryQueryO_m0AE8ACE6C30C0570AD90826423E80B61F787D78E_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_68, L_69);
(L_68)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(3), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_69);
ArrayElementTypeCheck (L_60, L_68);
(L_60)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(3), (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)L_68);
cmpXsltU5BU5DU5BU5D_tEE950454299A12B32A17E748F06BBCBDC0F98BC5* L_70 = L_60;
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_71 = (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)SZArrayNew(cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A_il2cpp_TypeInfo_var, (uint32_t)5);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_72 = L_71;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_73 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_73, NULL, (intptr_t)((void*)LogicalExpr_cmpRtfNumber_m283D2226B9A0E1AA624E4B980D8B7E942C014AAA_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_72, L_73);
(L_72)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_73);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_74 = L_72;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_75 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_75, NULL, (intptr_t)((void*)LogicalExpr_cmpRtfStringO_mD68EA2B4E9FAEBF91D7B2F1D2D34086B0836E58E_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_74, L_75);
(L_74)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_75);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_76 = L_74;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_77 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_77, NULL, (intptr_t)((void*)LogicalExpr_cmpRtfBoolO_m7659341B21FF9EE81A2BF12E9EC45B57D6C38C25_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_76, L_77);
(L_76)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(2), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_77);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_78 = L_76;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_79 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_79, NULL, (intptr_t)((void*)LogicalExpr_cmpRtfQueryO_m2CFB867D89B515D03CAB9CC0D8DE0BB400FE2C94_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_78, L_79);
(L_78)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(3), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_79);
cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A* L_80 = L_78;
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* L_81 = (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)il2cpp_codegen_object_new(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21_il2cpp_TypeInfo_var);
cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80(L_81, NULL, (intptr_t)((void*)LogicalExpr_cmpRtfRtfO_m8CFA004A1647C6530D034323A858862F3BA63E37_RuntimeMethod_var), NULL);
ArrayElementTypeCheck (L_80, L_81);
(L_80)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(4), (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*)L_81);
ArrayElementTypeCheck (L_70, L_80);
(L_70)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(4), (cmpXsltU5BU5D_tD2C532C5D9F11CCCFCD32AB1F7064A6A5FD3DF4A*)L_80);
((LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_StaticFields*)il2cpp_codegen_static_fields_for(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var))->___s_CompXsltO_5 = L_70;
Il2CppCodeGenWriteBarrier((void**)(&((LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_StaticFields*)il2cpp_codegen_static_fields_for(LogicalExpr_t49D4ABBAEA7DFF6B3253111E7EA18289AC3E1C1D_il2cpp_TypeInfo_var))->___s_CompXsltO_5), (void*)L_70);
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
bool cmpXslt_Invoke_mD7EEC554FBA42E4F39456D394AD9574C7E33C79D_Multicast(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* __this, int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
bool retVal = false;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* currentDelegate = reinterpret_cast<cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21*>(delegatesToInvoke[i]);
typedef bool (*FunctionPointerType) (RuntimeObject*, int32_t, RuntimeObject*, RuntimeObject*, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___op0, ___val11, ___val22, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
bool cmpXslt_Invoke_mD7EEC554FBA42E4F39456D394AD9574C7E33C79D_OpenInst(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* __this, int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
typedef bool (*FunctionPointerType) (int32_t, RuntimeObject*, RuntimeObject*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___op0, ___val11, ___val22, method);
}
bool cmpXslt_Invoke_mD7EEC554FBA42E4F39456D394AD9574C7E33C79D_OpenStatic(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* __this, int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
typedef bool (*FunctionPointerType) (int32_t, RuntimeObject*, RuntimeObject*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___op0, ___val11, ___val22, method);
}
bool cmpXslt_Invoke_mD7EEC554FBA42E4F39456D394AD9574C7E33C79D_OpenStaticInvoker(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* __this, int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
return InvokerFuncInvoker3< bool, int32_t, RuntimeObject*, RuntimeObject* >::Invoke(__this->___method_ptr_0, method, NULL, ___op0, ___val11, ___val22);
}
bool cmpXslt_Invoke_mD7EEC554FBA42E4F39456D394AD9574C7E33C79D_ClosedStaticInvoker(cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* __this, int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
return InvokerFuncInvoker4< bool, RuntimeObject*, int32_t, RuntimeObject*, RuntimeObject* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___op0, ___val11, ___val22);
}
// System.Void MS.Internal.Xml.XPath.LogicalExpr/cmpXslt::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void cmpXslt__ctor_m5BBFF8780205F76F61A91CE36D235F73FD401D80 (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___method1);
__this->___method_3 = ___method1;
__this->___m_target_2 = ___object0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___object0);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___method1);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___method1))
{
bool isOpen = parameterCount == 3;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___method1))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&cmpXslt_Invoke_mD7EEC554FBA42E4F39456D394AD9574C7E33C79D_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&cmpXslt_Invoke_mD7EEC554FBA42E4F39456D394AD9574C7E33C79D_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&cmpXslt_Invoke_mD7EEC554FBA42E4F39456D394AD9574C7E33C79D_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
if (___object0 == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
__this->___extra_arg_5 = (intptr_t)&cmpXslt_Invoke_mD7EEC554FBA42E4F39456D394AD9574C7E33C79D_Multicast;
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr/cmpXslt::Invoke(MS.Internal.Xml.XPath.Operator/Op,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool cmpXslt_Invoke_mD7EEC554FBA42E4F39456D394AD9574C7E33C79D (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* __this, int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
typedef bool (*FunctionPointerType) (RuntimeObject*, int32_t, RuntimeObject*, RuntimeObject*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___op0, ___val11, ___val22, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: MS.Internal.Xml.XPath.LogicalExpr/NodeSet
IL2CPP_EXTERN_C void NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D_marshal_pinvoke(const NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D& unmarshaled, NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D_marshaled_pinvoke& marshaled)
{
Exception_t* ____opnd_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_opnd' of type 'NodeSet': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(____opnd_0Exception, NULL);
}
IL2CPP_EXTERN_C void NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D_marshal_pinvoke_back(const NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D_marshaled_pinvoke& marshaled, NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D& unmarshaled)
{
Exception_t* ____opnd_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_opnd' of type 'NodeSet': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(____opnd_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: MS.Internal.Xml.XPath.LogicalExpr/NodeSet
IL2CPP_EXTERN_C void NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D_marshal_pinvoke_cleanup(NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: MS.Internal.Xml.XPath.LogicalExpr/NodeSet
IL2CPP_EXTERN_C void NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D_marshal_com(const NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D& unmarshaled, NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D_marshaled_com& marshaled)
{
Exception_t* ____opnd_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_opnd' of type 'NodeSet': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(____opnd_0Exception, NULL);
}
IL2CPP_EXTERN_C void NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D_marshal_com_back(const NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D_marshaled_com& marshaled, NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D& unmarshaled)
{
Exception_t* ____opnd_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '_opnd' of type 'NodeSet': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(____opnd_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: MS.Internal.Xml.XPath.LogicalExpr/NodeSet
IL2CPP_EXTERN_C void NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D_marshal_com_cleanup(NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D_marshaled_com& marshaled)
{
}
// System.Void MS.Internal.Xml.XPath.LogicalExpr/NodeSet::.ctor(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeSet__ctor_m4E0FD2A226E503DE9FFC05792C17B6B2105D57F8 (NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D* __this, RuntimeObject* ___opnd0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___opnd0;
__this->____opnd_0 = ((Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6*)CastclassClass((RuntimeObject*)L_0, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(&__this->____opnd_0), (void*)((Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6*)CastclassClass((RuntimeObject*)L_0, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6_il2cpp_TypeInfo_var)));
__this->____current_1 = (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->____current_1), (void*)(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL);
return;
}
}
IL2CPP_EXTERN_C void NodeSet__ctor_m4E0FD2A226E503DE9FFC05792C17B6B2105D57F8_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___opnd0, const RuntimeMethod* method)
{
NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D*>(__this + _offset);
NodeSet__ctor_m4E0FD2A226E503DE9FFC05792C17B6B2105D57F8(_thisAdjusted, ___opnd0, method);
}
// System.Boolean MS.Internal.Xml.XPath.LogicalExpr/NodeSet::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NodeSet_MoveNext_m0A9E25262C766B1FAF49224B0DAE2EE475C69526 (NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D* __this, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____opnd_0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1;
L_1 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_0);
__this->____current_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____current_1), (void*)L_1);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2 = __this->____current_1;
return (bool)((!(((RuntimeObject*)(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool NodeSet_MoveNext_m0A9E25262C766B1FAF49224B0DAE2EE475C69526_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D*>(__this + _offset);
bool _returnValue;
_returnValue = NodeSet_MoveNext_m0A9E25262C766B1FAF49224B0DAE2EE475C69526(_thisAdjusted, method);
return _returnValue;
}
// System.Void MS.Internal.Xml.XPath.LogicalExpr/NodeSet::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeSet_Reset_mAEEE5EAAA3B645458DEC62E2AFA80973B21A793C (NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D* __this, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____opnd_0;
VirtualActionInvoker0::Invoke(12 /* System.Void MS.Internal.Xml.XPath.ResetableIterator::Reset() */, L_0);
return;
}
}
IL2CPP_EXTERN_C void NodeSet_Reset_mAEEE5EAAA3B645458DEC62E2AFA80973B21A793C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D*>(__this + _offset);
NodeSet_Reset_mAEEE5EAAA3B645458DEC62E2AFA80973B21A793C(_thisAdjusted, method);
}
// System.String MS.Internal.Xml.XPath.LogicalExpr/NodeSet::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NodeSet_get_Value_mD83B04747815D80BC3D6859E711488D5A9F3337E (NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D* __this, const RuntimeMethod* method)
{
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0 = __this->____current_1;
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_0);
return L_1;
}
}
IL2CPP_EXTERN_C String_t* NodeSet_get_Value_mD83B04747815D80BC3D6859E711488D5A9F3337E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<NodeSet_t4E58B231194EA433FFFB271A7FA4FF83CA4C965D*>(__this + _offset);
String_t* _returnValue;
_returnValue = NodeSet_get_Value_mD83B04747815D80BC3D6859E711488D5A9F3337E(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.MergeFilterQuery::.ctor(MS.Internal.Xml.XPath.Query,MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MergeFilterQuery__ctor_mD8595B80F6EA64D7610199D8E5BF3A25E3DA0AF6 (MergeFilterQuery_tC01FA87A40BE3A7334BEF6092226EE94A63A4D8B* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___input0, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___child1, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___input0;
CacheOutputQuery__ctor_mD04FADFD42AEBA47B220FC04375E6F089803EE94(__this, L_0, NULL);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = ___child1;
__this->____child_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____child_3), (void*)L_1);
return;
}
}
// System.Void MS.Internal.Xml.XPath.MergeFilterQuery::.ctor(MS.Internal.Xml.XPath.MergeFilterQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MergeFilterQuery__ctor_mE4304213DB32B6F212748EC62A8DC15DF8858DF6 (MergeFilterQuery_tC01FA87A40BE3A7334BEF6092226EE94A63A4D8B* __this, MergeFilterQuery_tC01FA87A40BE3A7334BEF6092226EE94A63A4D8B* ___other0, const RuntimeMethod* method)
{
{
MergeFilterQuery_tC01FA87A40BE3A7334BEF6092226EE94A63A4D8B* L_0 = ___other0;
CacheOutputQuery__ctor_m7F92B555C04220694F59ED09E1B92B12BCDC6990(__this, L_0, NULL);
MergeFilterQuery_tC01FA87A40BE3A7334BEF6092226EE94A63A4D8B* L_1 = ___other0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_2 = L_1->____child_3;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_3;
L_3 = Query_Clone_m0C3EB356B72B98E1D5312F8ED129AB1EEB10CFF2(L_2, NULL);
__this->____child_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____child_3), (void*)L_3);
return;
}
}
// System.Void MS.Internal.Xml.XPath.MergeFilterQuery::SetXsltContext(System.Xml.Xsl.XsltContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MergeFilterQuery_SetXsltContext_m83963FF19DD2608C5E95C20B3D3FEEDADE29DA96 (MergeFilterQuery_tC01FA87A40BE3A7334BEF6092226EE94A63A4D8B* __this, XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* ___xsltContext0, const RuntimeMethod* method)
{
{
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_0 = ___xsltContext0;
CacheOutputQuery_SetXsltContext_mB846B6EED08A622A9E5E7273D87506D8484315F5(__this, L_0, NULL);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = __this->____child_3;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_2 = ___xsltContext0;
VirtualActionInvoker1< XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_1, L_2);
return;
}
}
// System.Object MS.Internal.Xml.XPath.MergeFilterQuery::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MergeFilterQuery_Evaluate_m21D74F83D2ED7EBDE129674E4400B44C5BCFB1FB (MergeFilterQuery_tC01FA87A40BE3A7334BEF6092226EE94A63A4D8B* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method)
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL;
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_0 = ___nodeIterator0;
RuntimeObject* L_1;
L_1 = CacheOutputQuery_Evaluate_m8D97CD67CC7F8BD8CA634C83A36313B0819933E6(__this, L_0, NULL);
goto IL_003a;
}
IL_000a:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_2 = __this->____child_3;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_3 = ((CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5*)__this)->___input_1;
RuntimeObject* L_4;
L_4 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_2, L_3);
goto IL_002b;
}
IL_001e:
{
List_1_tDF099FDF4A3E636CBF04C60F6071075174D2A5A7* L_5 = ((CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5*)__this)->___outputBuffer_2;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_6 = V_0;
bool L_7;
L_7 = Query_Insert_m484CA0C5A8A324A9EA9BAB97A7216898769D7EF4(L_5, L_6, NULL);
}
IL_002b:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_8 = __this->____child_3;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_9;
L_9 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_8);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_10 = L_9;
V_0 = L_10;
if (L_10)
{
goto IL_001e;
}
}
IL_003a:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_11 = ((CacheOutputQuery_tC0F6E106F47061371207B840727832E2EDFDF8B5*)__this)->___input_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_12;
L_12 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_11);
if (L_12)
{
goto IL_000a;
}
}
{
return __this;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.MergeFilterQuery::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* MergeFilterQuery_Clone_m7DD3CD0B689C861B12B65C9715090BEC7059C35F (MergeFilterQuery_tC01FA87A40BE3A7334BEF6092226EE94A63A4D8B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MergeFilterQuery_tC01FA87A40BE3A7334BEF6092226EE94A63A4D8B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
MergeFilterQuery_tC01FA87A40BE3A7334BEF6092226EE94A63A4D8B* L_0 = (MergeFilterQuery_tC01FA87A40BE3A7334BEF6092226EE94A63A4D8B*)il2cpp_codegen_object_new(MergeFilterQuery_tC01FA87A40BE3A7334BEF6092226EE94A63A4D8B_il2cpp_TypeInfo_var);
MergeFilterQuery__ctor_mE4304213DB32B6F212748EC62A8DC15DF8858DF6(L_0, __this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.NamespaceQuery::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.String,System.Xml.XPath.XPathNodeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceQuery__ctor_mA120EEC310A45012F3AB24453099CE0642620EAA (NamespaceQuery_tAC24CBCCC56F436A3BBF597BC1CB60CC691C90D7* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___qyParent0, String_t* ___Name1, String_t* ___Prefix2, int32_t ___Type3, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___qyParent0;
String_t* L_1 = ___Name1;
String_t* L_2 = ___Prefix2;
int32_t L_3 = ___Type3;
BaseAxisQuery__ctor_mF70CDA297A3F1DFECA6F2A0424312454AAA38735(__this, L_0, L_1, L_2, L_3, NULL);
return;
}
}
// System.Void MS.Internal.Xml.XPath.NamespaceQuery::.ctor(MS.Internal.Xml.XPath.NamespaceQuery)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceQuery__ctor_m25694E813EFBFF5FF1AF5647EC0D9A7794ECD1B9 (NamespaceQuery_tAC24CBCCC56F436A3BBF597BC1CB60CC691C90D7* __this, NamespaceQuery_tAC24CBCCC56F436A3BBF597BC1CB60CC691C90D7* ___other0, const RuntimeMethod* method)
{
{
NamespaceQuery_tAC24CBCCC56F436A3BBF597BC1CB60CC691C90D7* L_0 = ___other0;
BaseAxisQuery__ctor_m2A07CCEF3415F39C4EC9291F343E044125EAF78F(__this, L_0, NULL);
NamespaceQuery_tAC24CBCCC56F436A3BBF597BC1CB60CC691C90D7* L_1 = ___other0;
bool L_2 = L_1->____onNamespace_9;
__this->____onNamespace_9 = L_2;
return;
}
}
// System.Void MS.Internal.Xml.XPath.NamespaceQuery::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceQuery_Reset_mB9783B5F81652D70E980DB2026AEEA597C7A99D2 (NamespaceQuery_tAC24CBCCC56F436A3BBF597BC1CB60CC691C90D7* __this, const RuntimeMethod* method)
{
{
__this->____onNamespace_9 = (bool)0;
BaseAxisQuery_Reset_mEDB4EECEF42EACBE6FD8B8AE35632466EC9EC2B3(__this, NULL);
return;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.NamespaceQuery::Advance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* NamespaceQuery_Advance_m85BE139BF38F669C3985A5AFFEB09B7D8291F84C (NamespaceQuery_tAC24CBCCC56F436A3BBF597BC1CB60CC691C90D7* __this, const RuntimeMethod* method)
{
IL_0000:
{
bool L_0 = __this->____onNamespace_9;
if (L_0)
{
goto IL_004e;
}
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___qyInput_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2;
L_2 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_1);
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7), (void*)L_2);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
if (L_3)
{
goto IL_0023;
}
}
{
return (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)NULL;
}
IL_0023:
{
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = 0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_4 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5;
L_5 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(23 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_4);
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7), (void*)L_5);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_6 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
bool L_7;
L_7 = XPathNavigator_MoveToFirstNamespace_mAB5E988D08695706AC774BF9CC080D0BBE87D7F3(L_6, NULL);
__this->____onNamespace_9 = L_7;
goto IL_005f;
}
IL_004e:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_8 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
bool L_9;
L_9 = XPathNavigator_MoveToNextNamespace_mCFC0E397E3FDF324C07601ED923DBDD9475163E7(L_8, NULL);
__this->____onNamespace_9 = L_9;
}
IL_005f:
{
bool L_10 = __this->____onNamespace_9;
if (!L_10)
{
goto IL_0000;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_11 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
bool L_12;
L_12 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(18 /* System.Boolean MS.Internal.Xml.XPath.BaseAxisQuery::matches(System.Xml.XPath.XPathNavigator) */, __this, L_11);
if (!L_12)
{
goto IL_0000;
}
}
{
int32_t L_13 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8;
((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___position_8 = ((int32_t)il2cpp_codegen_add(L_13, 1));
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_14 = ((BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A*)__this)->___currentNode_7;
return L_14;
}
}
// System.Boolean MS.Internal.Xml.XPath.NamespaceQuery::matches(System.Xml.XPath.XPathNavigator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamespaceQuery_matches_mBFF2D173F9B0C66B8919CD16659B5C85D9FE1D51 (NamespaceQuery_tAC24CBCCC56F436A3BBF597BC1CB60CC691C90D7* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___e0, const RuntimeMethod* method)
{
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0 = ___e0;
String_t* L_1;
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_0);
int32_t L_2;
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
if (L_2)
{
goto IL_000f;
}
}
{
return (bool)0;
}
IL_000f:
{
bool L_3;
L_3 = BaseAxisQuery_get_NameTest_mAE6CBF115539F43041417CBF729A5824E218714B_inline(__this, NULL);
if (!L_3)
{
goto IL_0029;
}
}
{
String_t* L_4;
L_4 = BaseAxisQuery_get_Name_mBEABA4E6CC92A6482D3DEE2EC3286B39954C30B3_inline(__this, NULL);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5 = ___e0;
String_t* L_6;
L_6 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, L_5);
bool L_7;
L_7 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_4, L_6, NULL);
return L_7;
}
IL_0029:
{
return (bool)1;
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.NamespaceQuery::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* NamespaceQuery_Clone_m9B77591825091AE3FCC46C5B64D6E2900A2942A7 (NamespaceQuery_tAC24CBCCC56F436A3BBF597BC1CB60CC691C90D7* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceQuery_tAC24CBCCC56F436A3BBF597BC1CB60CC691C90D7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
NamespaceQuery_tAC24CBCCC56F436A3BBF597BC1CB60CC691C90D7* L_0 = (NamespaceQuery_tAC24CBCCC56F436A3BBF597BC1CB60CC691C90D7*)il2cpp_codegen_object_new(NamespaceQuery_tAC24CBCCC56F436A3BBF597BC1CB60CC691C90D7_il2cpp_TypeInfo_var);
NamespaceQuery__ctor_m25694E813EFBFF5FF1AF5647EC0D9A7794ECD1B9(L_0, __this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.NodeFunctions::.ctor(MS.Internal.Xml.XPath.Function/FunctionType,MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeFunctions__ctor_m37766AE7D88FE9B66ED7000D548C13A2662963AF (NodeFunctions_tDCAB2279163508D63430575403B4F84364742427* __this, int32_t ___funcType0, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___arg1, const RuntimeMethod* method)
{
{
ValueQuery__ctor_mACE967A0C92EFE64DDE6DBB7F195D0D6A42ACE8B(__this, NULL);
int32_t L_0 = ___funcType0;
__this->____funcType_2 = L_0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = ___arg1;
__this->____arg_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg_1), (void*)L_1);
return;
}
}
// System.Void MS.Internal.Xml.XPath.NodeFunctions::SetXsltContext(System.Xml.Xsl.XsltContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeFunctions_SetXsltContext_mE33569633C5E80E50C97510999079F6EE50A33F8 (NodeFunctions_tDCAB2279163508D63430575403B4F84364742427* __this, XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* ___context0, const RuntimeMethod* method)
{
NodeFunctions_tDCAB2279163508D63430575403B4F84364742427* G_B2_0 = NULL;
NodeFunctions_tDCAB2279163508D63430575403B4F84364742427* G_B1_0 = NULL;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* G_B3_0 = NULL;
NodeFunctions_tDCAB2279163508D63430575403B4F84364742427* G_B3_1 = NULL;
{
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_0 = ___context0;
bool L_1;
L_1 = VirtualFuncInvoker0< bool >::Invoke(17 /* System.Boolean System.Xml.Xsl.XsltContext::get_Whitespace() */, L_0);
G_B1_0 = __this;
if (L_1)
{
G_B2_0 = __this;
goto IL_000c;
}
}
{
G_B3_0 = ((XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B*)(NULL));
G_B3_1 = G_B1_0;
goto IL_000d;
}
IL_000c:
{
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_2 = ___context0;
G_B3_0 = L_2;
G_B3_1 = G_B2_0;
}
IL_000d:
{
G_B3_1->____xsltContext_3 = G_B3_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B3_1->____xsltContext_3), (void*)G_B3_0);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_3 = __this->____arg_1;
if (!L_3)
{
goto IL_0026;
}
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_4 = __this->____arg_1;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_5 = ___context0;
VirtualActionInvoker1< XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_4, L_5);
}
IL_0026:
{
return;
}
}
// System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.NodeFunctions::EvaluateArg(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* NodeFunctions_EvaluateArg_mA290C32C09BF0EDDDC2E72994669259ABE95E5C5 (NodeFunctions_tDCAB2279163508D63430575403B4F84364742427* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___context0, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____arg_1;
if (L_0)
{
goto IL_000f;
}
}
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_1 = ___context0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2;
L_2 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_1);
return L_2;
}
IL_000f:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_3 = __this->____arg_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_4 = ___context0;
RuntimeObject* L_5;
L_5 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_3, L_4);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_6 = __this->____arg_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_7;
L_7 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_6);
return L_7;
}
}
// System.Object MS.Internal.Xml.XPath.NodeFunctions::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NodeFunctions_Evaluate_mB13EAF9223CA06F784CD62CDD7E18AFA5231E3C7 (NodeFunctions_tDCAB2279163508D63430575403B4F84364742427* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___context0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_3 = NULL;
{
int32_t L_0 = __this->____funcType_2;
V_2 = L_0;
int32_t L_1 = V_2;
switch (L_1)
{
case 0:
{
goto IL_003b;
}
case 1:
{
goto IL_002e;
}
case 2:
{
goto IL_0081;
}
case 3:
{
goto IL_00df;
}
case 4:
{
goto IL_005d;
}
case 5:
{
goto IL_0048;
}
case 6:
{
goto IL_006f;
}
}
}
{
goto IL_00df;
}
IL_002e:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_2 = ___context0;
int32_t L_3;
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.XPath.XPathNodeIterator::get_CurrentPosition() */, L_2);
double L_4 = ((double)L_3);
RuntimeObject* L_5 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_4);
return L_5;
}
IL_003b:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_6 = ___context0;
int32_t L_7;
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Xml.XPath.XPathNodeIterator::get_Count() */, L_6);
double L_8 = ((double)L_7);
RuntimeObject* L_9 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_8);
return L_9;
}
IL_0048:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_10 = ___context0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_11;
L_11 = NodeFunctions_EvaluateArg_mA290C32C09BF0EDDDC2E72994669259ABE95E5C5(__this, L_10, NULL);
V_0 = L_11;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_12 = V_0;
if (!L_12)
{
goto IL_00df;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_13 = V_0;
String_t* L_14;
L_14 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XPath.XPathNavigator::get_NamespaceURI() */, L_13);
return L_14;
}
IL_005d:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_15 = ___context0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_16;
L_16 = NodeFunctions_EvaluateArg_mA290C32C09BF0EDDDC2E72994669259ABE95E5C5(__this, L_15, NULL);
V_0 = L_16;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_17 = V_0;
if (!L_17)
{
goto IL_00df;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_18 = V_0;
String_t* L_19;
L_19 = VirtualFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, L_18);
return L_19;
}
IL_006f:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_20 = ___context0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_21;
L_21 = NodeFunctions_EvaluateArg_mA290C32C09BF0EDDDC2E72994669259ABE95E5C5(__this, L_20, NULL);
V_0 = L_21;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_22 = V_0;
if (!L_22)
{
goto IL_00df;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_23 = V_0;
String_t* L_24;
L_24 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XPath.XPathNavigator::get_Name() */, L_23);
return L_24;
}
IL_0081:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_25 = __this->____arg_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_26 = ___context0;
RuntimeObject* L_27;
L_27 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_25, L_26);
V_1 = 0;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_28 = __this->____xsltContext_3;
if (!L_28)
{
goto IL_00ca;
}
}
{
goto IL_00b5;
}
IL_009a:
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_29 = V_3;
int32_t L_30;
L_30 = VirtualFuncInvoker0< int32_t >::Invoke(24 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_29);
if ((!(((uint32_t)L_30) == ((uint32_t)6))))
{
goto IL_00b1;
}
}
{
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_31 = __this->____xsltContext_3;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_32 = V_3;
bool L_33;
L_33 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(18 /* System.Boolean System.Xml.Xsl.XsltContext::PreserveWhitespace(System.Xml.XPath.XPathNavigator) */, L_31, L_32);
if (!L_33)
{
goto IL_00b5;
}
}
IL_00b1:
{
int32_t L_34 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_34, 1));
}
IL_00b5:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_35 = __this->____arg_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_36;
L_36 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_35);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_37 = L_36;
V_3 = L_37;
if (L_37)
{
goto IL_009a;
}
}
{
goto IL_00d7;
}
IL_00c6:
{
int32_t L_38 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_38, 1));
}
IL_00ca:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_39 = __this->____arg_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_40;
L_40 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_39);
if (L_40)
{
goto IL_00c6;
}
}
IL_00d7:
{
int32_t L_41 = V_1;
double L_42 = ((double)L_41);
RuntimeObject* L_43 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_42);
return L_43;
}
IL_00df:
{
String_t* L_44 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_44;
}
}
// System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.NodeFunctions::get_StaticType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NodeFunctions_get_StaticType_mAEFCD782302F8FEF7D30BEE8E6AC58B00DA8ED6E (NodeFunctions_tDCAB2279163508D63430575403B4F84364742427* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067_il2cpp_TypeInfo_var);
XPathResultTypeU5BU5D_t072DB988E3427EBD6BC43F6ADA351F97B562C931* L_0 = ((Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067_StaticFields*)il2cpp_codegen_static_fields_for(Function_t6CE63ACFABF6DFCC4CDAB514828BD5E6EE6AB067_il2cpp_TypeInfo_var))->___ReturnTypes_4;
int32_t L_1 = __this->____funcType_2;
int32_t L_2 = L_1;
int32_t L_3 = (int32_t)(L_0)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_2));
return (int32_t)(L_3);
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.NodeFunctions::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* NodeFunctions_Clone_m23D237B8DB609C69220A69A759CBFDA58E997D96 (NodeFunctions_tDCAB2279163508D63430575403B4F84364742427* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeFunctions_tDCAB2279163508D63430575403B4F84364742427_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->____funcType_2;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = __this->____arg_1;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_2;
L_2 = Query_Clone_m0C3EB356B72B98E1D5312F8ED129AB1EEB10CFF2(L_1, NULL);
NodeFunctions_tDCAB2279163508D63430575403B4F84364742427* L_3 = (NodeFunctions_tDCAB2279163508D63430575403B4F84364742427*)il2cpp_codegen_object_new(NodeFunctions_tDCAB2279163508D63430575403B4F84364742427_il2cpp_TypeInfo_var);
NodeFunctions__ctor_m37766AE7D88FE9B66ED7000D548C13A2662963AF(L_3, L_0, L_2, NULL);
NodeFunctions_tDCAB2279163508D63430575403B4F84364742427* L_4 = L_3;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_5 = __this->____xsltContext_3;
L_4->____xsltContext_3 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&L_4->____xsltContext_3), (void*)L_5);
return L_4;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.NumberFunctions::.ctor(MS.Internal.Xml.XPath.Function/FunctionType,MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFunctions__ctor_mBFA1EB61CB51B183C8BB1273957700917A3D83F9 (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* __this, int32_t ___ftype0, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___arg1, const RuntimeMethod* method)
{
{
ValueQuery__ctor_mACE967A0C92EFE64DDE6DBB7F195D0D6A42ACE8B(__this, NULL);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___arg1;
__this->____arg_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg_1), (void*)L_0);
int32_t L_1 = ___ftype0;
__this->____ftype_2 = L_1;
return;
}
}
// System.Void MS.Internal.Xml.XPath.NumberFunctions::.ctor(MS.Internal.Xml.XPath.NumberFunctions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFunctions__ctor_m238FF1760B73D538B17BDBF95CA1DC8EE994E774 (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* __this, NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* ___other0, const RuntimeMethod* method)
{
{
NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* L_0 = ___other0;
ValueQuery__ctor_m28D743327D584AF6DCB48535D40D527A5D358B0A(__this, L_0, NULL);
NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* L_1 = ___other0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_2 = L_1->____arg_1;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_3;
L_3 = Query_Clone_m0C3EB356B72B98E1D5312F8ED129AB1EEB10CFF2(L_2, NULL);
__this->____arg_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____arg_1), (void*)L_3);
NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* L_4 = ___other0;
int32_t L_5 = L_4->____ftype_2;
__this->____ftype_2 = L_5;
return;
}
}
// System.Void MS.Internal.Xml.XPath.NumberFunctions::SetXsltContext(System.Xml.Xsl.XsltContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumberFunctions_SetXsltContext_m84D39313E857B8491446B36DFCDEE3BF614AF0F4 (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* __this, XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* ___context0, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____arg_1;
if (!L_0)
{
goto IL_0014;
}
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = __this->____arg_1;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_2 = ___context0;
VirtualActionInvoker1< XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_1, L_2);
}
IL_0014:
{
return;
}
}
// System.Double MS.Internal.Xml.XPath.NumberFunctions::Number(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Number_m1217E71096AAE0E0668596C72E0AF7462572849B (bool ___arg0, const RuntimeMethod* method)
{
{
bool L_0 = ___arg0;
if (L_0)
{
goto IL_000d;
}
}
{
return (0.0);
}
IL_000d:
{
return (1.0);
}
}
// System.Double MS.Internal.Xml.XPath.NumberFunctions::Number(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929 (String_t* ___arg0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___arg0;
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
double L_1;
L_1 = XmlConvert_ToXPathDouble_m31244C938BE5A7810F178E55D272CF3C04AF2C12(L_0, NULL);
return L_1;
}
}
// System.Object MS.Internal.Xml.XPath.NumberFunctions::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NumberFunctions_Evaluate_m8DC7B77C69AEE92E917230C39BCEBB2D17A667CF (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->____ftype_2;
V_0 = L_0;
int32_t L_1 = V_0;
if ((((int32_t)L_1) == ((int32_t)((int32_t)9))))
{
goto IL_0027;
}
}
{
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, ((int32_t)23))))
{
case 0:
{
goto IL_0034;
}
case 1:
{
goto IL_0041;
}
case 2:
{
goto IL_004e;
}
case 3:
{
goto IL_005b;
}
}
}
{
goto IL_0068;
}
IL_0027:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_3 = ___nodeIterator0;
double L_4;
L_4 = NumberFunctions_Number_mBA5813FBDC7A43EBB6F3E869283C63F6601F68A7(__this, L_3, NULL);
double L_5 = L_4;
RuntimeObject* L_6 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_5);
return L_6;
}
IL_0034:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_7 = ___nodeIterator0;
double L_8;
L_8 = NumberFunctions_Sum_m115BC373BA4550343BDE33CB39A70DD8C89D310C(__this, L_7, NULL);
double L_9 = L_8;
RuntimeObject* L_10 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_9);
return L_10;
}
IL_0041:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_11 = ___nodeIterator0;
double L_12;
L_12 = NumberFunctions_Floor_mB06DE736DB5E323D9D9F51496CC490E8BBF1CAE0(__this, L_11, NULL);
double L_13 = L_12;
RuntimeObject* L_14 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_13);
return L_14;
}
IL_004e:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_15 = ___nodeIterator0;
double L_16;
L_16 = NumberFunctions_Ceiling_mE717270E1ADD7B6FB1C89075F34AE6CF851F0FDC(__this, L_15, NULL);
double L_17 = L_16;
RuntimeObject* L_18 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_17);
return L_18;
}
IL_005b:
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_19 = ___nodeIterator0;
double L_20;
L_20 = NumberFunctions_Round_m85FE26477E989675052E34E0A710EFA6B04D566D(__this, L_19, NULL);
double L_21 = L_20;
RuntimeObject* L_22 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_21);
return L_22;
}
IL_0068:
{
return NULL;
}
}
// System.Double MS.Internal.Xml.XPath.NumberFunctions::Number(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Number_mBA5813FBDC7A43EBB6F3E869283C63F6601F68A7 (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_1 = NULL;
int32_t V_2 = 0;
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____arg_1;
if (L_0)
{
goto IL_0019;
}
}
{
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_1 = ___nodeIterator0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2;
L_2 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_1);
String_t* L_3;
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_2);
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
double L_4;
L_4 = XmlConvert_ToXPathDouble_m31244C938BE5A7810F178E55D272CF3C04AF2C12(L_3, NULL);
return L_4;
}
IL_0019:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_5 = __this->____arg_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_6 = ___nodeIterator0;
RuntimeObject* L_7;
L_7 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_5, L_6);
V_0 = L_7;
RuntimeObject* L_8 = V_0;
int32_t L_9;
L_9 = Query_GetXPathType_m5F68ED00914FA000C99403E1B92EE7A158808B01(__this, L_8, NULL);
V_2 = L_9;
int32_t L_10 = V_2;
switch (L_10)
{
case 0:
{
goto IL_007d;
}
case 1:
{
goto IL_0065;
}
case 2:
{
goto IL_0071;
}
case 3:
{
goto IL_004a;
}
case 4:
{
goto IL_0084;
}
}
}
{
goto IL_0095;
}
IL_004a:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_11 = __this->____arg_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_12;
L_12 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_11);
V_1 = L_12;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_13 = V_1;
if (!L_13)
{
goto IL_0095;
}
}
{
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_14 = V_1;
String_t* L_15;
L_15 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_14);
double L_16;
L_16 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(L_15, NULL);
return L_16;
}
IL_0065:
{
RuntimeObject* L_17 = V_0;
double L_18;
L_18 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(((String_t*)CastclassSealed((RuntimeObject*)L_17, String_t_il2cpp_TypeInfo_var)), NULL);
return L_18;
}
IL_0071:
{
RuntimeObject* L_19 = V_0;
double L_20;
L_20 = NumberFunctions_Number_m1217E71096AAE0E0668596C72E0AF7462572849B(((*(bool*)((bool*)(bool*)UnBox(L_19, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var)))), NULL);
return L_20;
}
IL_007d:
{
RuntimeObject* L_21 = V_0;
return ((*(double*)((double*)(double*)UnBox(L_21, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))));
}
IL_0084:
{
RuntimeObject* L_22 = V_0;
String_t* L_23;
L_23 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, ((XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13*)CastclassClass((RuntimeObject*)L_22, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var)));
double L_24;
L_24 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(L_23, NULL);
return L_24;
}
IL_0095:
{
return (std::numeric_limits<double>::quiet_NaN());
}
}
// System.Double MS.Internal.Xml.XPath.NumberFunctions::Sum(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Sum_m115BC373BA4550343BDE33CB39A70DD8C89D310C (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method)
{
double V_0 = 0.0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_1 = NULL;
{
V_0 = (0.0);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____arg_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_1 = ___nodeIterator0;
RuntimeObject* L_2;
L_2 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_0, L_1);
goto IL_0027;
}
IL_0019:
{
double L_3 = V_0;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_4 = V_1;
String_t* L_5;
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_4);
double L_6;
L_6 = NumberFunctions_Number_m883F33B05A8699DD70458B22CA45EA2860D7E929(L_5, NULL);
V_0 = ((double)il2cpp_codegen_add(L_3, L_6));
}
IL_0027:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_7 = __this->____arg_1;
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_8;
L_8 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(15 /* System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.Query::Advance() */, L_7);
XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_9 = L_8;
V_1 = L_9;
if (L_9)
{
goto IL_0019;
}
}
{
double L_10 = V_0;
return L_10;
}
}
// System.Double MS.Internal.Xml.XPath.NumberFunctions::Floor(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Floor_mB06DE736DB5E323D9D9F51496CC490E8BBF1CAE0 (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____arg_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_1 = ___nodeIterator0;
RuntimeObject* L_2;
L_2 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_0, L_1);
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
double L_3;
L_3 = floor(((*(double*)((double*)(double*)UnBox(L_2, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))));
return L_3;
}
}
// System.Double MS.Internal.Xml.XPath.NumberFunctions::Ceiling(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Ceiling_mE717270E1ADD7B6FB1C89075F34AE6CF851F0FDC (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____arg_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_1 = ___nodeIterator0;
RuntimeObject* L_2;
L_2 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_0, L_1);
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
double L_3;
L_3 = ceil(((*(double*)((double*)(double*)UnBox(L_2, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))));
return L_3;
}
}
// System.Double MS.Internal.Xml.XPath.NumberFunctions::Round(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumberFunctions_Round_m85FE26477E989675052E34E0A710EFA6B04D566D (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____arg_1;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_1 = ___nodeIterator0;
RuntimeObject* L_2;
L_2 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_0, L_1);
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
double L_3;
L_3 = XmlConvert_ToXPathDouble_m31244C938BE5A7810F178E55D272CF3C04AF2C12(L_2, NULL);
double L_4;
L_4 = XmlConvert_XPathRound_m8EBBBE505D68CD34430228909B4F73BC367C9391(L_3, NULL);
return L_4;
}
}
// System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.NumberFunctions::get_StaticType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumberFunctions_get_StaticType_mC4A790F0E0FA898DA542E13DE196B901C0C24206 (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* __this, const RuntimeMethod* method)
{
{
return (int32_t)(0);
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.NumberFunctions::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* NumberFunctions_Clone_m75343CB3840139CD5C656C2D62804B94FB5B67E3 (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* L_0 = (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3*)il2cpp_codegen_object_new(NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3_il2cpp_TypeInfo_var);
NumberFunctions__ctor_m238FF1760B73D538B17BDBF95CA1DC8EE994E774(L_0, __this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void MS.Internal.Xml.XPath.NumericExpr::.ctor(MS.Internal.Xml.XPath.Operator/Op,MS.Internal.Xml.XPath.Query,MS.Internal.Xml.XPath.Query)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumericExpr__ctor_m1BB58144F4B2C9EB9CC4A95C3CFE44CE940B3D93 (NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9* __this, int32_t ___op0, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___opnd11, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___opnd22, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
ValueQuery__ctor_mACE967A0C92EFE64DDE6DBB7F195D0D6A42ACE8B(__this, NULL);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = ___opnd11;
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::get_StaticType() */, L_0);
if (!L_1)
{
goto IL_0018;
}
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_2 = ___opnd11;
NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* L_3 = (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3*)il2cpp_codegen_object_new(NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3_il2cpp_TypeInfo_var);
NumberFunctions__ctor_mBFA1EB61CB51B183C8BB1273957700917A3D83F9(L_3, ((int32_t)9), L_2, NULL);
___opnd11 = L_3;
}
IL_0018:
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_4 = ___opnd22;
int32_t L_5;
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(16 /* System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.Query::get_StaticType() */, L_4);
if (!L_5)
{
goto IL_002a;
}
}
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_6 = ___opnd22;
NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3* L_7 = (NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3*)il2cpp_codegen_object_new(NumberFunctions_t106A307A8C55BFD655BF121B271A156ED1227AE3_il2cpp_TypeInfo_var);
NumberFunctions__ctor_mBFA1EB61CB51B183C8BB1273957700917A3D83F9(L_7, ((int32_t)9), L_6, NULL);
___opnd22 = L_7;
}
IL_002a:
{
int32_t L_8 = ___op0;
__this->____op_1 = L_8;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_9 = ___opnd11;
__this->____opnd1_2 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->____opnd1_2), (void*)L_9);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_10 = ___opnd22;
__this->____opnd2_3 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&__this->____opnd2_3), (void*)L_10);
return;
}
}
// System.Void MS.Internal.Xml.XPath.NumericExpr::.ctor(MS.Internal.Xml.XPath.NumericExpr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumericExpr__ctor_mFB0D3B5952C2A6C71ABB0EC057715B53D04FCFF4 (NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9* __this, NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9* ___other0, const RuntimeMethod* method)
{
{
NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9* L_0 = ___other0;
ValueQuery__ctor_m28D743327D584AF6DCB48535D40D527A5D358B0A(__this, L_0, NULL);
NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9* L_1 = ___other0;
int32_t L_2 = L_1->____op_1;
__this->____op_1 = L_2;
NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9* L_3 = ___other0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_4 = L_3->____opnd1_2;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_5;
L_5 = Query_Clone_m0C3EB356B72B98E1D5312F8ED129AB1EEB10CFF2(L_4, NULL);
__this->____opnd1_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->____opnd1_2), (void*)L_5);
NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9* L_6 = ___other0;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_7 = L_6->____opnd2_3;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_8;
L_8 = Query_Clone_m0C3EB356B72B98E1D5312F8ED129AB1EEB10CFF2(L_7, NULL);
__this->____opnd2_3 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->____opnd2_3), (void*)L_8);
return;
}
}
// System.Void MS.Internal.Xml.XPath.NumericExpr::SetXsltContext(System.Xml.Xsl.XsltContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NumericExpr_SetXsltContext_m64F303F1D43C3A3409ADA9BD5991CBE6C951ACB8 (NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9* __this, XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* ___context0, const RuntimeMethod* method)
{
{
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_0 = __this->____opnd1_2;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_1 = ___context0;
VirtualActionInvoker1< XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_0, L_1);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_2 = __this->____opnd2_3;
XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* L_3 = ___context0;
VirtualActionInvoker1< XsltContext_tF2EF16CAEEBE0A1639BEED02DB3FE1058E19CD8B* >::Invoke(13 /* System.Void MS.Internal.Xml.XPath.Query::SetXsltContext(System.Xml.Xsl.XsltContext) */, L_2, L_3);
return;
}
}
// System.Object MS.Internal.Xml.XPath.NumericExpr::Evaluate(System.Xml.XPath.XPathNodeIterator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NumericExpr_Evaluate_m2FC10E8915B8F0D939A3EB747F18A511F917A212 (NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9* __this, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___nodeIterator0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->____op_1;
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_1 = __this->____opnd1_2;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_2 = ___nodeIterator0;
RuntimeObject* L_3;
L_3 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_1, L_2);
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
double L_4;
L_4 = XmlConvert_ToXPathDouble_m31244C938BE5A7810F178E55D272CF3C04AF2C12(L_3, NULL);
Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_5 = __this->____opnd2_3;
XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_6 = ___nodeIterator0;
RuntimeObject* L_7;
L_7 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_5, L_6);
double L_8;
L_8 = XmlConvert_ToXPathDouble_m31244C938BE5A7810F178E55D272CF3C04AF2C12(L_7, NULL);
double L_9;
L_9 = NumericExpr_GetValue_m6945AFC7F8BD14387C19F78DA79F53F11D235A1E(L_0, L_4, L_8, NULL);
double L_10 = L_9;
RuntimeObject* L_11 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_10);
return L_11;
}
}
// System.Double MS.Internal.Xml.XPath.NumericExpr::GetValue(MS.Internal.Xml.XPath.Operator/Op,System.Double,System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double NumericExpr_GetValue_m6945AFC7F8BD14387C19F78DA79F53F11D235A1E (int32_t ___op0, double ___n11, double ___n22, const RuntimeMethod* method)
{
{
int32_t L_0 = ___op0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, ((int32_t)9))))
{
case 0:
{
goto IL_001f;
}
case 1:
{
goto IL_0023;
}
case 2:
{
goto IL_002f;
}
case 3:
{
goto IL_002b;
}
case 4:
{
goto IL_0027;
}
}
}
{
goto IL_0033;
}
IL_001f:
{
double L_1 = ___n11;
double L_2 = ___n22;
return ((double)il2cpp_codegen_add(L_1, L_2));
}
IL_0023:
{
double L_3 = ___n11;
double L_4 = ___n22;
return ((double)il2cpp_codegen_subtract(L_3, L_4));
}
IL_0027:
{
double L_5 = ___n11;
double L_6 = ___n22;
return (fmod(L_5, L_6));
}
IL_002b:
{
double L_7 = ___n11;
double L_8 = ___n22;
return ((double)(L_7/L_8));
}
IL_002f:
{
double L_9 = ___n11;
double L_10 = ___n22;
return ((double)il2cpp_codegen_multiply(L_9, L_10));
}
IL_0033:
{
return (0.0);
}
}
// System.Xml.XPath.XPathResultType MS.Internal.Xml.XPath.NumericExpr::get_StaticType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NumericExpr_get_StaticType_m0F1CD9D44173DCA76750DFA7F193C9A47B6CF660 (NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9* __this, const RuntimeMethod* method)
{
{
return (int32_t)(0);
}
}
// System.Xml.XPath.XPathNodeIterator MS.Internal.Xml.XPath.NumericExpr::Clone()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* NumericExpr_Clone_mE6ACAEAED7FA128672F5C864AAF9E5D89B9ABC31 (NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9* L_0 = (NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9*)il2cpp_codegen_object_new(NumericExpr_tEE66DD612E089C0C25BDD3E52A7D18F452AAD3D9_il2cpp_TypeInfo_var);
NumericExpr__ctor_mFB0D3B5952C2A6C71ABB0EC057715B53D04FCFF4(L_0, __this, NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* XmlBaseConverter_get_DefaultClrType_mE8954A45D93CC608AEC14D795E83104D0F7BDCDF_inline (XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* __this, const RuntimeMethod* method)
{
{
Type_t* L_0 = __this->___clrTypeDefault_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* XmlBaseConverter_get_SchemaType_mE2E6F52784E6E3CFCC579184B8E593F62BE9651B_inline (XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* __this, const RuntimeMethod* method)
{
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = __this->___schemaType_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* DatatypeImplementation_get_UntypedAtomicType_mD791D792B0200F4E629CCB570A3ECCCE30E6E4FA_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___untypedAtomicType_9;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlBaseConverter_get_TypeCode_m98913E941A638BF19A0DC21AA9B7C48E1FF19CF5_inline (XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___typeCode_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method)
{
{
int64_t L_0 = __this->____ticks_22;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TimeSpan__ctor_m061B122FA11D2063FE751C1F1D019DF1C8B10B1F_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, int64_t ___ticks0, const RuntimeMethod* method)
{
{
int64_t L_0 = ___ticks0;
__this->____ticks_22 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____stringLength_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Years_m2F16DEE4EB28A914B6C03A462BF6DE16079AEC5E_inline (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___years_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Months_m2003B42F20229209D88FFA62D3BAED1BF0E1A851_inline (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___months_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Days_m7A66E8270BF719AC95604AD58AD2B9E35A47046A_inline (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___days_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Hours_m7390FD426C288A52C27DF12F034F29AC746BF1EF_inline (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___hours_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Minutes_mB74DF6E89566B10A2AD63E88A4DF462B06B9548C_inline (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___minutes_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XsdDuration_get_Seconds_m9F35896B9EF01634C2C584D89A5901A20D5F728C_inline (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___seconds_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BaseAxisQuery_get_TypeTest_m44DF1658CA42424AB6BD8976D00DE7B50FBEC1A5_inline (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____typeTest_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool BaseAxisQuery_get_NameTest_mAE6CBF115539F43041417CBF729A5824E218714B_inline (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->____nameTest_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline (double ___d0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___d0;
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
int64_t L_1;
L_1 = BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline(L_0, NULL);
return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits<int64_t>::max)())))) > ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 0);
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BaseAxisQuery_get_Name_mBEABA4E6CC92A6482D3DEE2EC3286B39954C30B3_inline (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->____name_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* BaseAxisQuery_get_Namespace_m8138C9592490E30BFA0E58BA4C32B0BD4EA93284_inline (BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->____nsUri_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool cmpXslt_Invoke_mD7EEC554FBA42E4F39456D394AD9574C7E33C79D_inline (cmpXslt_t881AC1EFB5569090773DEBA1A1B201967870DF21* __this, int32_t ___op0, RuntimeObject* ___val11, RuntimeObject* ___val22, const RuntimeMethod* method)
{
typedef bool (*FunctionPointerType) (RuntimeObject*, int32_t, RuntimeObject*, RuntimeObject*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___op0, ___val11, ___val22, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
int32_t L_7 = V_1;
RuntimeObject* L_8 = ___item0;
(L_6)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
return;
}
IL_0034:
{
RuntimeObject* L_9 = ___item0;
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_m16C1F2C61FED5955F10EB36BC1CB2DF34B128994_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
if (!true)
{
goto IL_0035;
}
}
{
int32_t L_1 = (int32_t)__this->____size_2;
V_0 = L_1;
__this->____size_2 = 0;
int32_t L_2 = V_0;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_003c;
}
}
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
int32_t L_4 = V_0;
Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_3, 0, L_4, NULL);
return;
}
IL_0035:
{
__this->____size_2 = 0;
}
IL_003c:
{
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mF6795DE5F49C1D0B91D6A0955F448B22970D67A9_gshared_inline (List_1_t05915E9237850A58106982B7FE4BC5DA4E872E73* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
if (!false)
{
goto IL_0035;
}
}
{
int32_t L_1 = (int32_t)__this->____size_2;
V_0 = L_1;
__this->____size_2 = 0;
int32_t L_2 = V_0;
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_003c;
}
}
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)__this->____items_1;
int32_t L_4 = V_0;
Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_3, 0, L_4, NULL);
return;
}
IL_0035:
{
__this->____size_2 = 0;
}
IL_003c:
{
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline (double ___value0, const RuntimeMethod* method)
{
{
int64_t L_0 = *((int64_t*)((uintptr_t)(&___value0)));
return L_0;
}
}