#include "il2cpp-config.h" #ifndef _MSC_VER # include #else # include #endif #include #include #include #include #include #include #include #include "il2cpp-class-internals.h" #include "codegen/il2cpp-codegen.h" #include "il2cpp-object-internals.h" template struct VirtFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; struct VirtActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct 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 struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // System.Xml.XPath.NodeTypeTest struct NodeTypeTest_t4287533341; // System.Xml.XPath.NodeTest struct NodeTest_t747859056; // System.Xml.XPath.AxisSpecifier struct AxisSpecifier_t40435393; // System.String struct String_t; // System.Xml.XPath.XPathException struct XPathException_t2107611652; // System.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_t535375154; // System.Xml.XPath.XPathNavigator struct XPathNavigator_t787956054; // System.Xml.XPath.NullIterator struct NullIterator_t2630925529; // System.Xml.XPath.BaseIterator struct BaseIterator_t4168896842; // System.Xml.XPath.SelfIterator struct SelfIterator_t907214; // System.Xml.XPath.XPathNodeIterator struct XPathNodeIterator_t3667290188; // System.Xml.XPath.ParensIterator struct ParensIterator_t4020310733; // System.Xml.XPath.ParentIterator struct ParentIterator_t3536730964; // System.Xml.XPath.SimpleIterator struct SimpleIterator_t809567201; // System.Xml.XPath.PrecedingIterator struct PrecedingIterator_t2452812266; // System.Xml.XPath.PrecedingSiblingIterator struct PrecedingSiblingIterator_t3231156185; // System.Xml.XPath.PredicateIterator struct PredicateIterator_t4231391432; // System.Xml.XPath.Expression struct Expression_t1452783009; // System.Type struct Type_t; // System.Xml.XPath.RelationalExpr struct RelationalExpr_t3307137467; // System.Xml.XPath.ExprBoolean struct ExprBoolean_t3855188593; // System.Collections.ArrayList struct ArrayList_t2718874744; // System.Xml.XPath.SimpleSlashIterator struct SimpleSlashIterator_t3611200333; // System.Xml.XPath.NodeSet struct NodeSet_t3272593155; // System.Xml.XPath.SlashIterator struct SlashIterator_t2421034408; // System.Collections.SortedList struct SortedList_t2427694641; // System.Collections.IComparer struct IComparer_t1540313114; // System.Xml.XPath.SortedIterator struct SortedIterator_t2904376427; // System.Xml.XPath.UnionIterator struct UnionIterator_t312972106; // System.InvalidOperationException struct InvalidOperationException_t56020091; // System.Xml.XPath.WrapperIterator struct WrapperIterator_t1258076988; // System.Xml.XPath.XPathBooleanFunction struct XPathBooleanFunction_t57991257; // System.Xml.XPath.FunctionArguments struct FunctionArguments_t3573450773; // System.Xml.XPath.XPathFunction struct XPathFunction_t857746608; // System.SystemException struct SystemException_t176217640; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179; // System.Exception struct Exception_t; // System.Xml.XPath.XPathExpression struct XPathExpression_t1723793351; // System.Xml.Xsl.IStaticXsltContext struct IStaticXsltContext_t1496336571; // Mono.Xml.XPath.XPathParser struct XPathParser_t4136515887; // System.Xml.XPath.CompiledExpression struct CompiledExpression_t4018285681; // System.Xml.XPath.XPathFunctionBoolean struct XPathFunctionBoolean_t2892373420; // System.String[] struct StringU5BU5D_t1281789340; // System.Xml.XPath.XPathFunctionCeil struct XPathFunctionCeil_t4176839285; // System.Xml.XPath.XPathNumericFunction struct XPathNumericFunction_t307051317; // System.Xml.XPath.XPathFunctionConcat struct XPathFunctionConcat_t3351639595; // System.Text.StringBuilder struct StringBuilder_t; // System.Globalization.CultureInfo struct CultureInfo_t4157843068; // System.IFormatProvider struct IFormatProvider_t2518567562; // System.Object[] struct ObjectU5BU5D_t2843939325; // System.Xml.XPath.XPathFunctionContains struct XPathFunctionContains_t678583606; // System.Xml.XPath.XPathFunctionCount struct XPathFunctionCount_t4174407007; // System.Xml.XPath.XPathFunctionFalse struct XPathFunctionFalse_t1021066162; // System.Xml.XPath.XPathFunctionFloor struct XPathFunctionFloor_t3617095014; // System.Xml.XPath.XPathFunctionId struct XPathFunctionId_t1670301333; // System.Char[] struct CharU5BU5D_t3528271667; // System.Xml.XPath.ListIterator struct ListIterator_t3066609410; // System.Collections.IList struct IList_t2094931216; // System.Xml.XPath.XPathFunctionLang struct XPathFunctionLang_t242671679; // System.Xml.XPath.XPathFunctionLast struct XPathFunctionLast_t241688620; // System.Xml.XPath.XPathFunctionLocalName struct XPathFunctionLocalName_t1807446049; // System.Xml.XPath.XPathFunctionName struct XPathFunctionName_t1405602168; // System.Xml.XPath.XPathFunctionNamespaceUri struct XPathFunctionNamespaceUri_t4077891083; // System.Xml.XPath.XPathFunctionNormalizeSpace struct XPathFunctionNormalizeSpace_t379159227; // System.Xml.XPath.XPathFunctionNot struct XPathFunctionNot_t3025979743; // System.Xml.XPath.XPathFunctionNumber struct XPathFunctionNumber_t699684043; // System.Xml.XPath.ExprNumber struct ExprNumber_t3483239576; // System.Xml.XPath.XPathFunctionPosition struct XPathFunctionPosition_t1996792158; // System.Xml.XPath.XPathFunctionRound struct XPathFunctionRound_t2668931994; // System.ArgumentNullException struct ArgumentNullException_t1615371798; // System.ArgumentException struct ArgumentException_t132251570; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138; // System.Xml.XPath.XPathFunctionStartsWith struct XPathFunctionStartsWith_t3734288208; // System.Xml.XPath.XPathFunctionString struct XPathFunctionString_t3820712894; // System.Xml.XPath.XPathFunctionStringLength struct XPathFunctionStringLength_t1686187666; // System.Xml.XPath.XPathFunctionSubstring struct XPathFunctionSubstring_t3677332116; // System.Xml.XPath.XPathFunctionSubstringAfter struct XPathFunctionSubstringAfter_t2254953802; // System.Xml.XPath.XPathFunctionSubstringBefore struct XPathFunctionSubstringBefore_t3299707364; // System.Xml.XPath.XPathFunctionSum struct XPathFunctionSum_t2229418177; // System.Xml.XPath.XPathFunctionTranslate struct XPathFunctionTranslate_t1071508611; // System.Xml.XPath.XPathFunctionTrue struct XPathFunctionTrue_t3806785954; // System.Xml.XPath.XPathItem struct XPathItem_t4250588140; // System.Xml.XPath.XPathIteratorComparer struct XPathIteratorComparer_t1799213572; // System.Collections.IEnumerable struct IEnumerable_t1941168011; // System.Xml.XPath.XPathNavigator/c__Iterator0 struct U3CEnumerateChildrenU3Ec__Iterator0_t404642154; // System.Xml.XPath.XPathNavigator/EnumerableIterator struct EnumerableIterator_t1590428576; // System.Collections.IEnumerator struct IEnumerator_t1853284238; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t3512676632; // System.NotSupportedException struct NotSupportedException_t1314879016; // System.Xml.XPath.XPathNavigatorComparer struct XPathNavigatorComparer_t2421573191; // System.Xml.XPath.XPathNodeIterator/c__Iterator2 struct U3CGetEnumeratorU3Ec__Iterator2_t90454087; // System.Xml.XPath.XPathSortElement struct XPathSortElement_t4237073177; // System.Xml.XPath.XPathSorter struct XPathSorter_t36376808; // System.Xml.XPath.XPathSorters struct XPathSorters_t698127628; // System.Xml.Xsl.XsltContext struct XsltContext_t2039362735; // System.Xml.Xsl.IXsltContextVariable struct IXsltContextVariable_t1240308286; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t2760654312; // System.Xml.Xsl.IXsltContextFunction struct IXsltContextFunction_t969044578; // System.Xml.XPath.XPathResultType[] struct XPathResultTypeU5BU5D_t1515527577; // System.Collections.SortedList/Slot[] struct SlotU5BU5D_t227397015; // System.Int32[] struct Int32U5BU5D_t385246372; // System.Byte[] struct ByteU5BU5D_t4116647657; // System.UInt32[] struct UInt32U5BU5D_t2770800703; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t2736202052; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t2405853701; // System.Globalization.TextInfo struct TextInfo_t3810425522; // System.Globalization.CompareInfo struct CompareInfo_t1092934962; // System.Globalization.Calendar[] struct CalendarU5BU5D_t3985046076; // System.Globalization.Calendar struct Calendar_t1661121569; // System.Collections.Hashtable struct Hashtable_t1853889766; // System.Int32 struct Int32_t2950945753; // System.Void struct Void_t1185182177; // System.IO.TextWriter struct TextWriter_t3478189236; // Mono.Xml.XPath.yydebug.yyDebug struct yyDebug_t2316493473; // System.Int16[] struct Int16U5BU5D_t3686840178; // System.IntPtr[] struct IntPtrU5BU5D_t4013366056; // System.Collections.IDictionary struct IDictionary_t1363984059; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2171992254; // System.Xml.XmlNamespaceManager/NsDecl[] struct NsDeclU5BU5D_t2116608150; // System.Xml.XmlNamespaceManager/NsScope[] struct NsScopeU5BU5D_t382374428; // System.Xml.XmlNameTable struct XmlNameTable_t71772148; // System.Byte struct Byte_t1134296376; // System.Double struct Double_t594665363; // System.UInt16 struct UInt16_t2177724958; // System.Type[] struct TypeU5BU5D_t3940880105; // System.Reflection.MemberFilter struct MemberFilter_t426314064; extern RuntimeClass* String_t_il2cpp_TypeInfo_var; extern RuntimeClass* XPathException_t2107611652_il2cpp_TypeInfo_var; extern const RuntimeMethod* NodeTypeTest__ctor_m2727277921_RuntimeMethod_var; extern String_t* _stringLiteral1120425571; extern String_t* _stringLiteral486602797; extern const uint32_t NodeTypeTest__ctor_m2727277921_MetadataUsageId; extern String_t* _stringLiteral3450058632; extern String_t* _stringLiteral3450976121; extern String_t* _stringLiteral3450976136; extern String_t* _stringLiteral3451959190; extern const uint32_t NodeTypeTest_ToString_m2738627077_MetadataUsageId; extern RuntimeClass* XPathNodeType_t3031007223_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3796263715; extern String_t* _stringLiteral3987835854; extern String_t* _stringLiteral2364716187; extern String_t* _stringLiteral1985170616; extern String_t* _stringLiteral2215548584; extern String_t* _stringLiteral3452614643; extern const uint32_t NodeTypeTest_ToString_m2891207610_MetadataUsageId; extern const uint32_t NodeTypeTest_Match_m2984330370_MetadataUsageId; extern RuntimeClass* NullIterator_t2630925529_il2cpp_TypeInfo_var; extern const uint32_t NullIterator_Clone_m3684891503_MetadataUsageId; extern RuntimeClass* BaseIterator_t4168896842_il2cpp_TypeInfo_var; extern const uint32_t ParensIterator__ctor_m1023359346_MetadataUsageId; extern RuntimeClass* ParensIterator_t4020310733_il2cpp_TypeInfo_var; extern const uint32_t ParensIterator_Clone_m2390936304_MetadataUsageId; extern RuntimeClass* ParentIterator_t3536730964_il2cpp_TypeInfo_var; extern const uint32_t ParentIterator_Clone_m2327552165_MetadataUsageId; extern RuntimeClass* PrecedingIterator_t2452812266_il2cpp_TypeInfo_var; extern const uint32_t PrecedingIterator_Clone_m2554062412_MetadataUsageId; extern RuntimeClass* PrecedingSiblingIterator_t3231156185_il2cpp_TypeInfo_var; extern const uint32_t PrecedingSiblingIterator_Clone_m1574796750_MetadataUsageId; extern const uint32_t PredicateIterator__ctor_m1118843382_MetadataUsageId; extern RuntimeClass* PredicateIterator_t4231391432_il2cpp_TypeInfo_var; extern const uint32_t PredicateIterator_Clone_m3671183366_MetadataUsageId; extern RuntimeClass* Double_t594665363_il2cpp_TypeInfo_var; extern const uint32_t PredicateIterator_MoveNextCore_m1873396483_MetadataUsageId; extern RuntimeClass* Convert_t2465617642_il2cpp_TypeInfo_var; extern RuntimeClass* ArrayList_t2718874744_il2cpp_TypeInfo_var; extern const uint32_t RelationalExpr_EvaluateBoolean_m1723564559_MetadataUsageId; extern RuntimeClass* SelfIterator_t907214_il2cpp_TypeInfo_var; extern const uint32_t SelfIterator_Clone_m363020126_MetadataUsageId; extern const uint32_t SimpleSlashIterator__ctor_m1892241149_MetadataUsageId; extern RuntimeClass* SimpleSlashIterator_t3611200333_il2cpp_TypeInfo_var; extern const uint32_t SimpleSlashIterator_Clone_m2503466294_MetadataUsageId; extern RuntimeClass* SortedList_t2427694641_il2cpp_TypeInfo_var; extern const uint32_t SlashIterator__ctor_m3733877240_MetadataUsageId; extern RuntimeClass* SlashIterator_t2421034408_il2cpp_TypeInfo_var; extern const uint32_t SlashIterator_Clone_m3200560096_MetadataUsageId; extern RuntimeClass* XPathIteratorComparer_t1799213572_il2cpp_TypeInfo_var; extern const uint32_t SlashIterator_MoveNextCore_m1334516283_MetadataUsageId; extern RuntimeClass* XPathNavigator_t787956054_il2cpp_TypeInfo_var; extern RuntimeClass* XPathNavigatorComparer_t2421573191_il2cpp_TypeInfo_var; extern const uint32_t SortedIterator__ctor_m4010031056_MetadataUsageId; extern RuntimeClass* SortedIterator_t2904376427_il2cpp_TypeInfo_var; extern const uint32_t SortedIterator_Clone_m2329222376_MetadataUsageId; extern const uint32_t SortedIterator_get_Current_m1244162618_MetadataUsageId; extern const uint32_t UnionIterator__ctor_m2440644929_MetadataUsageId; extern RuntimeClass* UnionIterator_t312972106_il2cpp_TypeInfo_var; extern const uint32_t UnionIterator_Clone_m3744435168_MetadataUsageId; extern RuntimeClass* InvalidOperationException_t56020091_il2cpp_TypeInfo_var; extern const RuntimeMethod* UnionIterator_MoveNextCore_m1828747080_RuntimeMethod_var; extern String_t* _stringLiteral731907236; extern const uint32_t UnionIterator_MoveNextCore_m1828747080_MetadataUsageId; extern RuntimeClass* WrapperIterator_t1258076988_il2cpp_TypeInfo_var; extern const uint32_t WrapperIterator_Clone_m4079939635_MetadataUsageId; extern RuntimeClass* Boolean_t97287965_il2cpp_TypeInfo_var; extern const uint32_t XPathBooleanFunction_get_StaticValue_m3226145284_MetadataUsageId; extern const uint32_t XPathException__ctor_m1135220926_MetadataUsageId; extern RuntimeClass* XPathParser_t4136515887_il2cpp_TypeInfo_var; extern RuntimeClass* CompiledExpression_t4018285681_il2cpp_TypeInfo_var; extern const uint32_t XPathExpression_Compile_m2626621118_MetadataUsageId; extern const RuntimeMethod* XPathFunctionBoolean__ctor_m3229475651_RuntimeMethod_var; extern String_t* _stringLiteral570152571; extern const uint32_t XPathFunctionBoolean__ctor_m3229475651_MetadataUsageId; extern const uint32_t XPathFunctionBoolean_Evaluate_m2289105876_MetadataUsageId; extern RuntimeClass* StringU5BU5D_t1281789340_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3580302926; extern String_t* _stringLiteral3452614535; extern const uint32_t XPathFunctionBoolean_ToString_m4112843319_MetadataUsageId; extern const RuntimeMethod* XPathFunctionCeil__ctor_m376275260_RuntimeMethod_var; extern String_t* _stringLiteral1990462270; extern const uint32_t XPathFunctionCeil__ctor_m376275260_MetadataUsageId; extern const uint32_t XPathFunctionCeil_Evaluate_m1281608090_MetadataUsageId; extern String_t* _stringLiteral402588248; extern const uint32_t XPathFunctionCeil_ToString_m1707757497_MetadataUsageId; extern const RuntimeMethod* XPathFunctionConcat__ctor_m4049947836_RuntimeMethod_var; extern String_t* _stringLiteral2208932330; extern const uint32_t XPathFunctionConcat__ctor_m4049947836_MetadataUsageId; extern RuntimeClass* Expression_t1452783009_il2cpp_TypeInfo_var; extern const uint32_t XPathFunctionConcat_get_Peer_m3688240146_MetadataUsageId; extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; extern const uint32_t XPathFunctionConcat_Evaluate_m3524587377_MetadataUsageId; extern RuntimeClass* CultureInfo_t4157843068_il2cpp_TypeInfo_var; extern RuntimeClass* ObjectU5BU5D_t2843939325_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2112246478; extern String_t* _stringLiteral628085470; extern const uint32_t XPathFunctionConcat_ToString_m1643488270_MetadataUsageId; extern const RuntimeMethod* XPathFunctionContains__ctor_m3471873644_RuntimeMethod_var; extern String_t* _stringLiteral1275394025; extern const uint32_t XPathFunctionContains__ctor_m3471873644_MetadataUsageId; extern const uint32_t XPathFunctionContains_Evaluate_m3281520038_MetadataUsageId; extern String_t* _stringLiteral354353333; extern String_t* _stringLiteral3452614532; extern const uint32_t XPathFunctionContains_ToString_m2562516465_MetadataUsageId; extern const RuntimeMethod* XPathFunctionCount__ctor_m2746453153_RuntimeMethod_var; extern String_t* _stringLiteral3652175584; extern const uint32_t XPathFunctionCount__ctor_m2746453153_MetadataUsageId; extern const uint32_t XPathFunctionCount_Evaluate_m3112142283_MetadataUsageId; extern String_t* _stringLiteral2004168744; extern const uint32_t XPathFunctionCount_ToString_m3421511805_MetadataUsageId; extern const RuntimeMethod* XPathFunctionFalse__ctor_m2774750232_RuntimeMethod_var; extern String_t* _stringLiteral3380512006; extern const uint32_t XPathFunctionFalse__ctor_m2774750232_MetadataUsageId; extern const uint32_t XPathFunctionFalse_Evaluate_m3397563611_MetadataUsageId; extern String_t* _stringLiteral824284122; extern const uint32_t XPathFunctionFalse_ToString_m1579023707_MetadataUsageId; extern const RuntimeMethod* XPathFunctionFloor__ctor_m3054856969_RuntimeMethod_var; extern String_t* _stringLiteral700017691; extern const uint32_t XPathFunctionFloor__ctor_m3054856969_MetadataUsageId; extern const uint32_t XPathFunctionFloor_Evaluate_m2151195456_MetadataUsageId; extern String_t* _stringLiteral1192082829; extern const uint32_t XPathFunctionFloor_ToString_m734499080_MetadataUsageId; extern const RuntimeMethod* XPathFunctionId__ctor_m1323120206_RuntimeMethod_var; extern String_t* _stringLiteral3339079113; extern const uint32_t XPathFunctionId__ctor_m1323120206_MetadataUsageId; extern RuntimeClass* CharU5BU5D_t3528271667_il2cpp_TypeInfo_var; extern RuntimeClass* XPathFunctionId_t1670301333_il2cpp_TypeInfo_var; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D42_16_FieldInfo_var; extern const uint32_t XPathFunctionId__cctor_m2442060195_MetadataUsageId; extern RuntimeClass* XPathNodeIterator_t3667290188_il2cpp_TypeInfo_var; extern RuntimeClass* ListIterator_t3066609410_il2cpp_TypeInfo_var; extern String_t* _stringLiteral3452614528; extern const uint32_t XPathFunctionId_Evaluate_m1064534490_MetadataUsageId; extern String_t* _stringLiteral3433757753; extern const uint32_t XPathFunctionId_ToString_m618647469_MetadataUsageId; extern const RuntimeMethod* XPathFunctionLang__ctor_m322832727_RuntimeMethod_var; extern String_t* _stringLiteral1394669554; extern const uint32_t XPathFunctionLang__ctor_m322832727_MetadataUsageId; extern const uint32_t XPathFunctionLang_Evaluate_m2296780426_MetadataUsageId; extern const uint32_t XPathFunctionLang_EvaluateBoolean_m3046588839_MetadataUsageId; extern String_t* _stringLiteral1215384150; extern const uint32_t XPathFunctionLang_ToString_m3645362443_MetadataUsageId; extern const RuntimeMethod* XPathFunctionLast__ctor_m3671084286_RuntimeMethod_var; extern String_t* _stringLiteral4051814725; extern const uint32_t XPathFunctionLast__ctor_m3671084286_MetadataUsageId; extern const uint32_t XPathFunctionLast_Evaluate_m2799614158_MetadataUsageId; extern String_t* _stringLiteral2748663725; extern const uint32_t XPathFunctionLast_ToString_m2613003041_MetadataUsageId; extern const RuntimeMethod* XPathFunctionLocalName__ctor_m3048811622_RuntimeMethod_var; extern String_t* _stringLiteral651562640; extern const uint32_t XPathFunctionLocalName__ctor_m3048811622_MetadataUsageId; extern const uint32_t XPathFunctionLocalName_Evaluate_m1552558236_MetadataUsageId; extern String_t* _stringLiteral3768247012; extern const uint32_t XPathFunctionLocalName_ToString_m1679557188_MetadataUsageId; extern const RuntimeMethod* XPathFunctionName__ctor_m4109215838_RuntimeMethod_var; extern String_t* _stringLiteral1942329497; extern const uint32_t XPathFunctionName__ctor_m4109215838_MetadataUsageId; extern const uint32_t XPathFunctionName_Evaluate_m2337717151_MetadataUsageId; extern String_t* _stringLiteral3163805097; extern const uint32_t XPathFunctionName_ToString_m3643370704_MetadataUsageId; extern const RuntimeMethod* XPathFunctionNamespaceUri__ctor_m3651514132_RuntimeMethod_var; extern String_t* _stringLiteral971094376; extern const uint32_t XPathFunctionNamespaceUri__ctor_m3651514132_MetadataUsageId; extern const uint32_t XPathFunctionNamespaceUri_Evaluate_m2542015761_MetadataUsageId; extern String_t* _stringLiteral991322771; extern const uint32_t XPathFunctionNamespaceUri_ToString_m3306076830_MetadataUsageId; extern const RuntimeMethod* XPathFunctionNormalizeSpace__ctor_m1765405179_RuntimeMethod_var; extern String_t* _stringLiteral3250925953; extern const uint32_t XPathFunctionNormalizeSpace__ctor_m1765405179_MetadataUsageId; extern const uint32_t XPathFunctionNormalizeSpace_Evaluate_m2606127027_MetadataUsageId; extern String_t* _stringLiteral2910145985; extern const uint32_t XPathFunctionNormalizeSpace_ToString_m4050287499_MetadataUsageId; extern const RuntimeMethod* XPathFunctionNot__ctor_m861869352_RuntimeMethod_var; extern String_t* _stringLiteral1092937409; extern const uint32_t XPathFunctionNot__ctor_m861869352_MetadataUsageId; extern const uint32_t XPathFunctionNot_Evaluate_m1944058261_MetadataUsageId; extern String_t* _stringLiteral2260534024; extern const uint32_t XPathFunctionNot_ToString_m1470843148_MetadataUsageId; extern const RuntimeMethod* XPathFunctionNumber__ctor_m2085021148_RuntimeMethod_var; extern String_t* _stringLiteral3525153269; extern const uint32_t XPathFunctionNumber__ctor_m2085021148_MetadataUsageId; extern RuntimeClass* ExprNumber_t3483239576_il2cpp_TypeInfo_var; extern const uint32_t XPathFunctionNumber_Optimize_m2214207374_MetadataUsageId; extern const uint32_t XPathFunctionNumber_Evaluate_m4083039742_MetadataUsageId; extern String_t* _stringLiteral1435369858; extern const uint32_t XPathFunctionNumber_ToString_m2497384949_MetadataUsageId; extern const RuntimeMethod* XPathFunctionPosition__ctor_m1805758189_RuntimeMethod_var; extern String_t* _stringLiteral993845230; extern const uint32_t XPathFunctionPosition__ctor_m1805758189_MetadataUsageId; extern const uint32_t XPathFunctionPosition_Evaluate_m1513540976_MetadataUsageId; extern String_t* _stringLiteral3566002631; extern const uint32_t XPathFunctionPosition_ToString_m3335228426_MetadataUsageId; extern const RuntimeMethod* XPathFunctionRound__ctor_m2382310794_RuntimeMethod_var; extern String_t* _stringLiteral2636821636; extern const uint32_t XPathFunctionRound__ctor_m2382310794_MetadataUsageId; extern const uint32_t XPathFunctionRound_Evaluate_m3101793594_MetadataUsageId; extern String_t* _stringLiteral2004169193; extern const uint32_t XPathFunctionRound_ToString_m3048388152_MetadataUsageId; extern RuntimeClass* ArgumentNullException_t1615371798_il2cpp_TypeInfo_var; extern RuntimeClass* ArgumentException_t132251570_il2cpp_TypeInfo_var; extern const RuntimeMethod* XPathFunctions_ToBoolean_m1843756110_RuntimeMethod_var; extern const uint32_t XPathFunctions_ToBoolean_m1843756110_MetadataUsageId; extern const RuntimeMethod* XPathFunctions_ToString_m4087755365_RuntimeMethod_var; extern String_t* _stringLiteral4002445229; extern String_t* _stringLiteral3875954633; extern const uint32_t XPathFunctions_ToString_m4087755365_MetadataUsageId; extern RuntimeClass* NumberFormatInfo_t435877138_il2cpp_TypeInfo_var; extern String_t* _stringLiteral2385296252; extern String_t* _stringLiteral670053913; extern String_t* _stringLiteral3452614638; extern const uint32_t XPathFunctions_ToString_m1095398116_MetadataUsageId; extern const RuntimeMethod* XPathFunctions_ToNumber_m1425546570_RuntimeMethod_var; extern const uint32_t XPathFunctions_ToNumber_m1425546570_MetadataUsageId; extern RuntimeClass* XmlChar_t3816087079_il2cpp_TypeInfo_var; extern RuntimeClass* Char_t3634460470_il2cpp_TypeInfo_var; extern RuntimeClass* OverflowException_t2020128637_il2cpp_TypeInfo_var; extern RuntimeClass* FormatException_t154580423_il2cpp_TypeInfo_var; extern const RuntimeMethod* XPathFunctions_ToNumber_m2526127645_RuntimeMethod_var; extern const uint32_t XPathFunctions_ToNumber_m2526127645_MetadataUsageId; extern const RuntimeMethod* XPathFunctionStartsWith__ctor_m2801198720_RuntimeMethod_var; extern String_t* _stringLiteral2794776271; extern const uint32_t XPathFunctionStartsWith__ctor_m2801198720_MetadataUsageId; extern const uint32_t XPathFunctionStartsWith_Evaluate_m3179096284_MetadataUsageId; extern String_t* _stringLiteral1831540344; extern const uint32_t XPathFunctionStartsWith_ToString_m2048890216_MetadataUsageId; extern const RuntimeMethod* XPathFunctionString__ctor_m3331743563_RuntimeMethod_var; extern String_t* _stringLiteral3943582860; extern const uint32_t XPathFunctionString__ctor_m3331743563_MetadataUsageId; extern String_t* _stringLiteral1047468947; extern const uint32_t XPathFunctionString_ToString_m2320118772_MetadataUsageId; extern const RuntimeMethod* XPathFunctionStringLength__ctor_m11633624_RuntimeMethod_var; extern String_t* _stringLiteral806674141; extern const uint32_t XPathFunctionStringLength__ctor_m11633624_MetadataUsageId; extern const uint32_t XPathFunctionStringLength_Evaluate_m2365164079_MetadataUsageId; extern String_t* _stringLiteral2935813745; extern const uint32_t XPathFunctionStringLength_ToString_m4264241574_MetadataUsageId; extern const RuntimeMethod* XPathFunctionSubstring__ctor_m2264598349_RuntimeMethod_var; extern String_t* _stringLiteral3298025644; extern const uint32_t XPathFunctionSubstring__ctor_m2264598349_MetadataUsageId; extern const uint32_t XPathFunctionSubstring_Evaluate_m515645369_MetadataUsageId; extern String_t* _stringLiteral2886408229; extern const uint32_t XPathFunctionSubstring_ToString_m2628232305_MetadataUsageId; extern const RuntimeMethod* XPathFunctionSubstringAfter__ctor_m3597395567_RuntimeMethod_var; extern String_t* _stringLiteral3682020502; extern const uint32_t XPathFunctionSubstringAfter__ctor_m3597395567_MetadataUsageId; extern const uint32_t XPathFunctionSubstringAfter_Evaluate_m3144494021_MetadataUsageId; extern String_t* _stringLiteral3739159295; extern const uint32_t XPathFunctionSubstringAfter_ToString_m508113573_MetadataUsageId; extern const RuntimeMethod* XPathFunctionSubstringBefore__ctor_m91696614_RuntimeMethod_var; extern String_t* _stringLiteral1496220073; extern const uint32_t XPathFunctionSubstringBefore__ctor_m91696614_MetadataUsageId; extern const uint32_t XPathFunctionSubstringBefore_Evaluate_m1178380643_MetadataUsageId; extern String_t* _stringLiteral3263930909; extern const uint32_t XPathFunctionSubstringBefore_ToString_m713324320_MetadataUsageId; extern const RuntimeMethod* XPathFunctionSum__ctor_m1838306581_RuntimeMethod_var; extern String_t* _stringLiteral1453273811; extern const uint32_t XPathFunctionSum__ctor_m1838306581_MetadataUsageId; extern const uint32_t XPathFunctionSum_Evaluate_m1100496780_MetadataUsageId; extern String_t* _stringLiteral1051335814; extern const uint32_t XPathFunctionSum_ToString_m476682059_MetadataUsageId; extern const RuntimeMethod* XPathFunctionTranslate__ctor_m1010373577_RuntimeMethod_var; extern String_t* _stringLiteral2740254051; extern const uint32_t XPathFunctionTranslate__ctor_m1010373577_MetadataUsageId; extern const uint32_t XPathFunctionTranslate_Evaluate_m2771955553_MetadataUsageId; extern const uint32_t XPathFunctionTranslate_ToString_m3251102428_MetadataUsageId; extern const RuntimeMethod* XPathFunctionTrue__ctor_m1481356079_RuntimeMethod_var; extern String_t* _stringLiteral2025439055; extern const uint32_t XPathFunctionTrue__ctor_m1481356079_MetadataUsageId; extern const uint32_t XPathFunctionTrue_Evaluate_m3384943708_MetadataUsageId; extern String_t* _stringLiteral2841653723; extern const uint32_t XPathFunctionTrue_ToString_m484229129_MetadataUsageId; extern const uint32_t XPathIteratorComparer__cctor_m1335301739_MetadataUsageId; extern const uint32_t XPathIteratorComparer_Compare_m3538210468_MetadataUsageId; extern RuntimeField* U3CPrivateImplementationDetailsU3E_t3057255363____U24U24fieldU2D18_9_FieldInfo_var; extern const uint32_t XPathNavigator__cctor_m1289292593_MetadataUsageId; extern String_t* _stringLiteral2409271576; extern String_t* _stringLiteral2984480440; extern const uint32_t XPathNavigator_get_XmlLang_m2712668103_MetadataUsageId; extern const uint32_t XPathNavigator_MoveToAttribute_m1636857949_MetadataUsageId; extern const uint32_t XPathNavigator_MoveToNamespace_m392163016_MetadataUsageId; extern const uint32_t XPathNavigator_Select_m776519727_MetadataUsageId; extern RuntimeClass* U3CEnumerateChildrenU3Ec__Iterator0_t404642154_il2cpp_TypeInfo_var; extern const uint32_t XPathNavigator_EnumerateChildren_m3848257610_MetadataUsageId; extern RuntimeClass* EnumerableIterator_t1590428576_il2cpp_TypeInfo_var; extern const uint32_t XPathNavigator_SelectChildren_m3002173731_MetadataUsageId; extern const uint32_t XPathNavigator_LookupPrefix_m1297855475_MetadataUsageId; extern RuntimeClass* XmlConvert_t1981561327_il2cpp_TypeInfo_var; extern const uint32_t XPathNavigator_get_ValueAsDateTime_m664694067_MetadataUsageId; extern const uint32_t U3CEnumerateChildrenU3Ec__Iterator0_System_Collections_Generic_IEnumerableU3CobjectU3E_GetEnumerator_m2664109754_MetadataUsageId; extern RuntimeClass* NotSupportedException_t1314879016_il2cpp_TypeInfo_var; extern const RuntimeMethod* U3CEnumerateChildrenU3Ec__Iterator0_Reset_m3568231604_RuntimeMethod_var; extern const uint32_t U3CEnumerateChildrenU3Ec__Iterator0_Reset_m3568231604_MetadataUsageId; extern const uint32_t EnumerableIterator_Clone_m1053335037_MetadataUsageId; extern RuntimeClass* IEnumerable_t1941168011_il2cpp_TypeInfo_var; extern RuntimeClass* IEnumerator_t1853284238_il2cpp_TypeInfo_var; extern const uint32_t EnumerableIterator_MoveNext_m1390725293_MetadataUsageId; extern const uint32_t EnumerableIterator_get_Current_m2416282970_MetadataUsageId; extern const uint32_t XPathNavigatorComparer__cctor_m3115965016_MetadataUsageId; extern const uint32_t XPathNavigatorComparer_System_Collections_IEqualityComparer_Equals_m4007475784_MetadataUsageId; extern const uint32_t XPathNavigatorComparer_Compare_m812493843_MetadataUsageId; extern RuntimeClass* U3CGetEnumeratorU3Ec__Iterator2_t90454087_il2cpp_TypeInfo_var; extern const uint32_t XPathNodeIterator_GetEnumerator_m117094251_MetadataUsageId; extern const RuntimeMethod* U3CGetEnumeratorU3Ec__Iterator2_Reset_m3606261836_RuntimeMethod_var; extern const uint32_t U3CGetEnumeratorU3Ec__Iterator2_Reset_m3606261836_MetadataUsageId; extern const uint32_t XPathNumericFunction_get_StaticValue_m673646255_MetadataUsageId; extern const uint32_t XPathSorter_Evaluate_m2305850354_MetadataUsageId; extern RuntimeClass* IComparer_t1540313114_il2cpp_TypeInfo_var; extern const uint32_t XPathSorter_Compare_m1410690161_MetadataUsageId; extern RuntimeClass* XPathSortElement_t4237073177_il2cpp_TypeInfo_var; extern RuntimeClass* XPathSorter_t36376808_il2cpp_TypeInfo_var; extern const uint32_t XPathSorters_System_Collections_IComparer_Compare_m3602250543_MetadataUsageId; extern const uint32_t XPathSorters_ToSortElementList_m992101952_MetadataUsageId; extern RuntimeClass* XPathNavigatorU5BU5D_t3671675027_il2cpp_TypeInfo_var; extern const uint32_t XPathSorters_Sort_m148301611_MetadataUsageId; extern const uint32_t XQueryConvert_BooleanToDouble_m3264703653_MetadataUsageId; extern const uint32_t XQueryConvert_BooleanToInt_m923205647_MetadataUsageId; extern const uint32_t XQueryConvert_BooleanToInteger_m1475222156_MetadataUsageId; extern const uint32_t XQueryConvert_BooleanToString_m1246398600_MetadataUsageId; extern const uint32_t XQueryConvert_DateTimeToString_m3419669089_MetadataUsageId; extern RuntimeClass* Decimal_t2948259380_il2cpp_TypeInfo_var; extern const uint32_t XQueryConvert_DecimalToBoolean_m1434077073_MetadataUsageId; extern const uint32_t XQueryConvert_DecimalToDouble_m1986311801_MetadataUsageId; extern const uint32_t XQueryConvert_DecimalToInt_m850401348_MetadataUsageId; extern const uint32_t XQueryConvert_DecimalToInteger_m433136421_MetadataUsageId; extern const uint32_t XQueryConvert_DecimalToString_m603199621_MetadataUsageId; extern const uint32_t XQueryConvert_DoubleToInt_m1008191687_MetadataUsageId; extern const uint32_t XQueryConvert_DoubleToInteger_m1961635078_MetadataUsageId; extern const uint32_t XQueryConvert_DoubleToString_m3397435802_MetadataUsageId; extern const uint32_t XQueryConvert_FloatToDouble_m1056356666_MetadataUsageId; extern const uint32_t XQueryConvert_FloatToInt_m1276914392_MetadataUsageId; extern const uint32_t XQueryConvert_FloatToInteger_m2026094839_MetadataUsageId; extern const uint32_t XQueryConvert_FloatToString_m18943831_MetadataUsageId; extern const uint32_t XQueryConvert_IntegerToDouble_m3919208762_MetadataUsageId; extern const uint32_t XQueryConvert_IntegerToInt_m3303545509_MetadataUsageId; extern const uint32_t XQueryConvert_IntegerToString_m438592566_MetadataUsageId; extern const uint32_t XQueryConvert_IntToDouble_m328705259_MetadataUsageId; extern const uint32_t XQueryConvert_IntToString_m3128239816_MetadataUsageId; extern const uint32_t XQueryConvert_StringToBoolean_m1546556753_MetadataUsageId; extern const uint32_t XQueryConvert_StringToDateTime_m2390548143_MetadataUsageId; extern const uint32_t XQueryConvert_StringToDouble_m2283484990_MetadataUsageId; extern const uint32_t XQueryConvert_StringToInt_m1486500011_MetadataUsageId; extern const uint32_t XQueryConvert_StringToInteger_m2833755124_MetadataUsageId; struct StringU5BU5D_t1281789340; struct ObjectU5BU5D_t2843939325; struct CharU5BU5D_t3528271667; struct XPathNavigatorU5BU5D_t3671675027; struct XPathResultTypeU5BU5D_t1515527577; #ifndef RUNTIMEOBJECT_H #define RUNTIMEOBJECT_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEOBJECT_H struct Il2CppArrayBounds; #ifndef RUNTIMEARRAY_H #define RUNTIMEARRAY_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Array #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEARRAY_H #ifndef XPATHSORTELEMENT_T4237073177_H #define XPATHSORTELEMENT_T4237073177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathSortElement struct XPathSortElement_t4237073177 : public RuntimeObject { public: // System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathSortElement::Navigator XPathNavigator_t787956054 * ___Navigator_0; // System.Object[] System.Xml.XPath.XPathSortElement::Values ObjectU5BU5D_t2843939325* ___Values_1; public: inline static int32_t get_offset_of_Navigator_0() { return static_cast(offsetof(XPathSortElement_t4237073177, ___Navigator_0)); } inline XPathNavigator_t787956054 * get_Navigator_0() const { return ___Navigator_0; } inline XPathNavigator_t787956054 ** get_address_of_Navigator_0() { return &___Navigator_0; } inline void set_Navigator_0(XPathNavigator_t787956054 * value) { ___Navigator_0 = value; Il2CppCodeGenWriteBarrier((&___Navigator_0), value); } inline static int32_t get_offset_of_Values_1() { return static_cast(offsetof(XPathSortElement_t4237073177, ___Values_1)); } inline ObjectU5BU5D_t2843939325* get_Values_1() const { return ___Values_1; } inline ObjectU5BU5D_t2843939325** get_address_of_Values_1() { return &___Values_1; } inline void set_Values_1(ObjectU5BU5D_t2843939325* value) { ___Values_1 = value; Il2CppCodeGenWriteBarrier((&___Values_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHSORTELEMENT_T4237073177_H #ifndef XPATHITERATORCOMPARER_T1799213572_H #define XPATHITERATORCOMPARER_T1799213572_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathIteratorComparer struct XPathIteratorComparer_t1799213572 : public RuntimeObject { public: public: }; struct XPathIteratorComparer_t1799213572_StaticFields { public: // System.Xml.XPath.XPathIteratorComparer System.Xml.XPath.XPathIteratorComparer::Instance XPathIteratorComparer_t1799213572 * ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(XPathIteratorComparer_t1799213572_StaticFields, ___Instance_0)); } inline XPathIteratorComparer_t1799213572 * get_Instance_0() const { return ___Instance_0; } inline XPathIteratorComparer_t1799213572 ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(XPathIteratorComparer_t1799213572 * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((&___Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHITERATORCOMPARER_T1799213572_H #ifndef SORTEDLIST_T2427694641_H #define SORTEDLIST_T2427694641_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.SortedList struct SortedList_t2427694641 : public RuntimeObject { public: // System.Int32 System.Collections.SortedList::inUse int32_t ___inUse_1; // System.Int32 System.Collections.SortedList::modificationCount int32_t ___modificationCount_2; // System.Collections.SortedList/Slot[] System.Collections.SortedList::table SlotU5BU5D_t227397015* ___table_3; // System.Collections.IComparer System.Collections.SortedList::comparer RuntimeObject* ___comparer_4; // System.Int32 System.Collections.SortedList::defaultCapacity int32_t ___defaultCapacity_5; public: inline static int32_t get_offset_of_inUse_1() { return static_cast(offsetof(SortedList_t2427694641, ___inUse_1)); } inline int32_t get_inUse_1() const { return ___inUse_1; } inline int32_t* get_address_of_inUse_1() { return &___inUse_1; } inline void set_inUse_1(int32_t value) { ___inUse_1 = value; } inline static int32_t get_offset_of_modificationCount_2() { return static_cast(offsetof(SortedList_t2427694641, ___modificationCount_2)); } inline int32_t get_modificationCount_2() const { return ___modificationCount_2; } inline int32_t* get_address_of_modificationCount_2() { return &___modificationCount_2; } inline void set_modificationCount_2(int32_t value) { ___modificationCount_2 = value; } inline static int32_t get_offset_of_table_3() { return static_cast(offsetof(SortedList_t2427694641, ___table_3)); } inline SlotU5BU5D_t227397015* get_table_3() const { return ___table_3; } inline SlotU5BU5D_t227397015** get_address_of_table_3() { return &___table_3; } inline void set_table_3(SlotU5BU5D_t227397015* value) { ___table_3 = value; Il2CppCodeGenWriteBarrier((&___table_3), value); } inline static int32_t get_offset_of_comparer_4() { return static_cast(offsetof(SortedList_t2427694641, ___comparer_4)); } inline RuntimeObject* get_comparer_4() const { return ___comparer_4; } inline RuntimeObject** get_address_of_comparer_4() { return &___comparer_4; } inline void set_comparer_4(RuntimeObject* value) { ___comparer_4 = value; Il2CppCodeGenWriteBarrier((&___comparer_4), value); } inline static int32_t get_offset_of_defaultCapacity_5() { return static_cast(offsetof(SortedList_t2427694641, ___defaultCapacity_5)); } inline int32_t get_defaultCapacity_5() const { return ___defaultCapacity_5; } inline int32_t* get_address_of_defaultCapacity_5() { return &___defaultCapacity_5; } inline void set_defaultCapacity_5(int32_t value) { ___defaultCapacity_5 = value; } }; struct SortedList_t2427694641_StaticFields { public: // System.Int32 System.Collections.SortedList::INITIAL_SIZE int32_t ___INITIAL_SIZE_0; public: inline static int32_t get_offset_of_INITIAL_SIZE_0() { return static_cast(offsetof(SortedList_t2427694641_StaticFields, ___INITIAL_SIZE_0)); } inline int32_t get_INITIAL_SIZE_0() const { return ___INITIAL_SIZE_0; } inline int32_t* get_address_of_INITIAL_SIZE_0() { return &___INITIAL_SIZE_0; } inline void set_INITIAL_SIZE_0(int32_t value) { ___INITIAL_SIZE_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SORTEDLIST_T2427694641_H #ifndef XPATHSORTERS_T698127628_H #define XPATHSORTERS_T698127628_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathSorters struct XPathSorters_t698127628 : public RuntimeObject { public: // System.Collections.ArrayList System.Xml.XPath.XPathSorters::_rgSorters ArrayList_t2718874744 * ____rgSorters_0; public: inline static int32_t get_offset_of__rgSorters_0() { return static_cast(offsetof(XPathSorters_t698127628, ____rgSorters_0)); } inline ArrayList_t2718874744 * get__rgSorters_0() const { return ____rgSorters_0; } inline ArrayList_t2718874744 ** get_address_of__rgSorters_0() { return &____rgSorters_0; } inline void set__rgSorters_0(ArrayList_t2718874744 * value) { ____rgSorters_0 = value; Il2CppCodeGenWriteBarrier((&____rgSorters_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHSORTERS_T698127628_H #ifndef XQUERYCONVERT_T2841811029_H #define XQUERYCONVERT_T2841811029_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XQueryConvert struct XQueryConvert_t2841811029 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XQUERYCONVERT_T2841811029_H #ifndef XPATHITEM_T4250588140_H #define XPATHITEM_T4250588140_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathItem struct XPathItem_t4250588140 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHITEM_T4250588140_H #ifndef ARRAYLIST_T2718874744_H #define ARRAYLIST_T2718874744_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.ArrayList struct ArrayList_t2718874744 : public RuntimeObject { public: // System.Int32 System.Collections.ArrayList::_size int32_t ____size_1; // System.Object[] System.Collections.ArrayList::_items ObjectU5BU5D_t2843939325* ____items_2; // System.Int32 System.Collections.ArrayList::_version int32_t ____version_3; public: inline static int32_t get_offset_of__size_1() { return static_cast(offsetof(ArrayList_t2718874744, ____size_1)); } inline int32_t get__size_1() const { return ____size_1; } inline int32_t* get_address_of__size_1() { return &____size_1; } inline void set__size_1(int32_t value) { ____size_1 = value; } inline static int32_t get_offset_of__items_2() { return static_cast(offsetof(ArrayList_t2718874744, ____items_2)); } inline ObjectU5BU5D_t2843939325* get__items_2() const { return ____items_2; } inline ObjectU5BU5D_t2843939325** get_address_of__items_2() { return &____items_2; } inline void set__items_2(ObjectU5BU5D_t2843939325* value) { ____items_2 = value; Il2CppCodeGenWriteBarrier((&____items_2), value); } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(ArrayList_t2718874744, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } }; struct ArrayList_t2718874744_StaticFields { public: // System.Object[] System.Collections.ArrayList::EmptyArray ObjectU5BU5D_t2843939325* ___EmptyArray_4; public: inline static int32_t get_offset_of_EmptyArray_4() { return static_cast(offsetof(ArrayList_t2718874744_StaticFields, ___EmptyArray_4)); } inline ObjectU5BU5D_t2843939325* get_EmptyArray_4() const { return ___EmptyArray_4; } inline ObjectU5BU5D_t2843939325** get_address_of_EmptyArray_4() { return &___EmptyArray_4; } inline void set_EmptyArray_4(ObjectU5BU5D_t2843939325* value) { ___EmptyArray_4 = value; Il2CppCodeGenWriteBarrier((&___EmptyArray_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARRAYLIST_T2718874744_H #ifndef XMLQUALIFIEDNAME_T2760654312_H #define XMLQUALIFIEDNAME_T2760654312_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlQualifiedName struct XmlQualifiedName_t2760654312 : public RuntimeObject { public: // System.String System.Xml.XmlQualifiedName::name String_t* ___name_1; // System.String System.Xml.XmlQualifiedName::ns String_t* ___ns_2; // System.Int32 System.Xml.XmlQualifiedName::hash int32_t ___hash_3; public: inline static int32_t get_offset_of_name_1() { return static_cast(offsetof(XmlQualifiedName_t2760654312, ___name_1)); } inline String_t* get_name_1() const { return ___name_1; } inline String_t** get_address_of_name_1() { return &___name_1; } inline void set_name_1(String_t* value) { ___name_1 = value; Il2CppCodeGenWriteBarrier((&___name_1), value); } inline static int32_t get_offset_of_ns_2() { return static_cast(offsetof(XmlQualifiedName_t2760654312, ___ns_2)); } inline String_t* get_ns_2() const { return ___ns_2; } inline String_t** get_address_of_ns_2() { return &___ns_2; } inline void set_ns_2(String_t* value) { ___ns_2 = value; Il2CppCodeGenWriteBarrier((&___ns_2), value); } inline static int32_t get_offset_of_hash_3() { return static_cast(offsetof(XmlQualifiedName_t2760654312, ___hash_3)); } inline int32_t get_hash_3() const { return ___hash_3; } inline int32_t* get_address_of_hash_3() { return &___hash_3; } inline void set_hash_3(int32_t value) { ___hash_3 = value; } }; struct XmlQualifiedName_t2760654312_StaticFields { public: // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Empty XmlQualifiedName_t2760654312 * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(XmlQualifiedName_t2760654312_StaticFields, ___Empty_0)); } inline XmlQualifiedName_t2760654312 * get_Empty_0() const { return ___Empty_0; } inline XmlQualifiedName_t2760654312 ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(XmlQualifiedName_t2760654312 * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((&___Empty_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLQUALIFIEDNAME_T2760654312_H #ifndef EXPRESSION_T1452783009_H #define EXPRESSION_T1452783009_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.Expression struct Expression_t1452783009 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRESSION_T1452783009_H #ifndef XPATHNAVIGATORCOMPARER_T2421573191_H #define XPATHNAVIGATORCOMPARER_T2421573191_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathNavigatorComparer struct XPathNavigatorComparer_t2421573191 : public RuntimeObject { public: public: }; struct XPathNavigatorComparer_t2421573191_StaticFields { public: // System.Xml.XPath.XPathNavigatorComparer System.Xml.XPath.XPathNavigatorComparer::Instance XPathNavigatorComparer_t2421573191 * ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(XPathNavigatorComparer_t2421573191_StaticFields, ___Instance_0)); } inline XPathNavigatorComparer_t2421573191 * get_Instance_0() const { return ___Instance_0; } inline XPathNavigatorComparer_t2421573191 ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(XPathNavigatorComparer_t2421573191 * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((&___Instance_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHNAVIGATORCOMPARER_T2421573191_H #ifndef XPATHFUNCTIONS_T1481462947_H #define XPATHFUNCTIONS_T1481462947_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctions struct XPathFunctions_t1481462947 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONS_T1481462947_H #ifndef NUMBERFORMATINFO_T435877138_H #define NUMBERFORMATINFO_T435877138_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t435877138 : public RuntimeObject { public: // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_0; // System.String System.Globalization.NumberFormatInfo::decimalFormats String_t* ___decimalFormats_1; // System.String System.Globalization.NumberFormatInfo::currencyFormats String_t* ___currencyFormats_2; // System.String System.Globalization.NumberFormatInfo::percentFormats String_t* ___percentFormats_3; // System.String System.Globalization.NumberFormatInfo::digitPattern String_t* ___digitPattern_4; // System.String System.Globalization.NumberFormatInfo::zeroPattern String_t* ___zeroPattern_5; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_6; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t385246372* ___currencyGroupSizes_9; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_10; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_11; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_12; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_15; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_16; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_17; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_18; // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t385246372* ___numberGroupSizes_19; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_20; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_21; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_22; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_23; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t385246372* ___percentGroupSizes_24; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_27; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_28; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_29; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_30; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_31; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_32; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_34; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_35; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_t1281789340* ___nativeDigits_36; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_37; public: inline static int32_t get_offset_of_isReadOnly_0() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___isReadOnly_0)); } inline bool get_isReadOnly_0() const { return ___isReadOnly_0; } inline bool* get_address_of_isReadOnly_0() { return &___isReadOnly_0; } inline void set_isReadOnly_0(bool value) { ___isReadOnly_0 = value; } inline static int32_t get_offset_of_decimalFormats_1() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___decimalFormats_1)); } inline String_t* get_decimalFormats_1() const { return ___decimalFormats_1; } inline String_t** get_address_of_decimalFormats_1() { return &___decimalFormats_1; } inline void set_decimalFormats_1(String_t* value) { ___decimalFormats_1 = value; Il2CppCodeGenWriteBarrier((&___decimalFormats_1), value); } inline static int32_t get_offset_of_currencyFormats_2() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyFormats_2)); } inline String_t* get_currencyFormats_2() const { return ___currencyFormats_2; } inline String_t** get_address_of_currencyFormats_2() { return &___currencyFormats_2; } inline void set_currencyFormats_2(String_t* value) { ___currencyFormats_2 = value; Il2CppCodeGenWriteBarrier((&___currencyFormats_2), value); } inline static int32_t get_offset_of_percentFormats_3() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentFormats_3)); } inline String_t* get_percentFormats_3() const { return ___percentFormats_3; } inline String_t** get_address_of_percentFormats_3() { return &___percentFormats_3; } inline void set_percentFormats_3(String_t* value) { ___percentFormats_3 = value; Il2CppCodeGenWriteBarrier((&___percentFormats_3), value); } inline static int32_t get_offset_of_digitPattern_4() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___digitPattern_4)); } inline String_t* get_digitPattern_4() const { return ___digitPattern_4; } inline String_t** get_address_of_digitPattern_4() { return &___digitPattern_4; } inline void set_digitPattern_4(String_t* value) { ___digitPattern_4 = value; Il2CppCodeGenWriteBarrier((&___digitPattern_4), value); } inline static int32_t get_offset_of_zeroPattern_5() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___zeroPattern_5)); } inline String_t* get_zeroPattern_5() const { return ___zeroPattern_5; } inline String_t** get_address_of_zeroPattern_5() { return &___zeroPattern_5; } inline void set_zeroPattern_5(String_t* value) { ___zeroPattern_5 = value; Il2CppCodeGenWriteBarrier((&___zeroPattern_5), value); } inline static int32_t get_offset_of_currencyDecimalDigits_6() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyDecimalDigits_6)); } inline int32_t get_currencyDecimalDigits_6() const { return ___currencyDecimalDigits_6; } inline int32_t* get_address_of_currencyDecimalDigits_6() { return &___currencyDecimalDigits_6; } inline void set_currencyDecimalDigits_6(int32_t value) { ___currencyDecimalDigits_6 = value; } inline static int32_t get_offset_of_currencyDecimalSeparator_7() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyDecimalSeparator_7)); } inline String_t* get_currencyDecimalSeparator_7() const { return ___currencyDecimalSeparator_7; } inline String_t** get_address_of_currencyDecimalSeparator_7() { return &___currencyDecimalSeparator_7; } inline void set_currencyDecimalSeparator_7(String_t* value) { ___currencyDecimalSeparator_7 = value; Il2CppCodeGenWriteBarrier((&___currencyDecimalSeparator_7), value); } inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyGroupSeparator_8)); } inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; } inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; } inline void set_currencyGroupSeparator_8(String_t* value) { ___currencyGroupSeparator_8 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSeparator_8), value); } inline static int32_t get_offset_of_currencyGroupSizes_9() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyGroupSizes_9)); } inline Int32U5BU5D_t385246372* get_currencyGroupSizes_9() const { return ___currencyGroupSizes_9; } inline Int32U5BU5D_t385246372** get_address_of_currencyGroupSizes_9() { return &___currencyGroupSizes_9; } inline void set_currencyGroupSizes_9(Int32U5BU5D_t385246372* value) { ___currencyGroupSizes_9 = value; Il2CppCodeGenWriteBarrier((&___currencyGroupSizes_9), value); } inline static int32_t get_offset_of_currencyNegativePattern_10() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyNegativePattern_10)); } inline int32_t get_currencyNegativePattern_10() const { return ___currencyNegativePattern_10; } inline int32_t* get_address_of_currencyNegativePattern_10() { return &___currencyNegativePattern_10; } inline void set_currencyNegativePattern_10(int32_t value) { ___currencyNegativePattern_10 = value; } inline static int32_t get_offset_of_currencyPositivePattern_11() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencyPositivePattern_11)); } inline int32_t get_currencyPositivePattern_11() const { return ___currencyPositivePattern_11; } inline int32_t* get_address_of_currencyPositivePattern_11() { return &___currencyPositivePattern_11; } inline void set_currencyPositivePattern_11(int32_t value) { ___currencyPositivePattern_11 = value; } inline static int32_t get_offset_of_currencySymbol_12() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___currencySymbol_12)); } inline String_t* get_currencySymbol_12() const { return ___currencySymbol_12; } inline String_t** get_address_of_currencySymbol_12() { return &___currencySymbol_12; } inline void set_currencySymbol_12(String_t* value) { ___currencySymbol_12 = value; Il2CppCodeGenWriteBarrier((&___currencySymbol_12), value); } inline static int32_t get_offset_of_nanSymbol_13() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___nanSymbol_13)); } inline String_t* get_nanSymbol_13() const { return ___nanSymbol_13; } inline String_t** get_address_of_nanSymbol_13() { return &___nanSymbol_13; } inline void set_nanSymbol_13(String_t* value) { ___nanSymbol_13 = value; Il2CppCodeGenWriteBarrier((&___nanSymbol_13), value); } inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___negativeInfinitySymbol_14)); } inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; } inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; } inline void set_negativeInfinitySymbol_14(String_t* value) { ___negativeInfinitySymbol_14 = value; Il2CppCodeGenWriteBarrier((&___negativeInfinitySymbol_14), value); } inline static int32_t get_offset_of_negativeSign_15() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___negativeSign_15)); } inline String_t* get_negativeSign_15() const { return ___negativeSign_15; } inline String_t** get_address_of_negativeSign_15() { return &___negativeSign_15; } inline void set_negativeSign_15(String_t* value) { ___negativeSign_15 = value; Il2CppCodeGenWriteBarrier((&___negativeSign_15), value); } inline static int32_t get_offset_of_numberDecimalDigits_16() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberDecimalDigits_16)); } inline int32_t get_numberDecimalDigits_16() const { return ___numberDecimalDigits_16; } inline int32_t* get_address_of_numberDecimalDigits_16() { return &___numberDecimalDigits_16; } inline void set_numberDecimalDigits_16(int32_t value) { ___numberDecimalDigits_16 = value; } inline static int32_t get_offset_of_numberDecimalSeparator_17() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberDecimalSeparator_17)); } inline String_t* get_numberDecimalSeparator_17() const { return ___numberDecimalSeparator_17; } inline String_t** get_address_of_numberDecimalSeparator_17() { return &___numberDecimalSeparator_17; } inline void set_numberDecimalSeparator_17(String_t* value) { ___numberDecimalSeparator_17 = value; Il2CppCodeGenWriteBarrier((&___numberDecimalSeparator_17), value); } inline static int32_t get_offset_of_numberGroupSeparator_18() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberGroupSeparator_18)); } inline String_t* get_numberGroupSeparator_18() const { return ___numberGroupSeparator_18; } inline String_t** get_address_of_numberGroupSeparator_18() { return &___numberGroupSeparator_18; } inline void set_numberGroupSeparator_18(String_t* value) { ___numberGroupSeparator_18 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSeparator_18), value); } inline static int32_t get_offset_of_numberGroupSizes_19() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberGroupSizes_19)); } inline Int32U5BU5D_t385246372* get_numberGroupSizes_19() const { return ___numberGroupSizes_19; } inline Int32U5BU5D_t385246372** get_address_of_numberGroupSizes_19() { return &___numberGroupSizes_19; } inline void set_numberGroupSizes_19(Int32U5BU5D_t385246372* value) { ___numberGroupSizes_19 = value; Il2CppCodeGenWriteBarrier((&___numberGroupSizes_19), value); } inline static int32_t get_offset_of_numberNegativePattern_20() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___numberNegativePattern_20)); } inline int32_t get_numberNegativePattern_20() const { return ___numberNegativePattern_20; } inline int32_t* get_address_of_numberNegativePattern_20() { return &___numberNegativePattern_20; } inline void set_numberNegativePattern_20(int32_t value) { ___numberNegativePattern_20 = value; } inline static int32_t get_offset_of_percentDecimalDigits_21() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentDecimalDigits_21)); } inline int32_t get_percentDecimalDigits_21() const { return ___percentDecimalDigits_21; } inline int32_t* get_address_of_percentDecimalDigits_21() { return &___percentDecimalDigits_21; } inline void set_percentDecimalDigits_21(int32_t value) { ___percentDecimalDigits_21 = value; } inline static int32_t get_offset_of_percentDecimalSeparator_22() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentDecimalSeparator_22)); } inline String_t* get_percentDecimalSeparator_22() const { return ___percentDecimalSeparator_22; } inline String_t** get_address_of_percentDecimalSeparator_22() { return &___percentDecimalSeparator_22; } inline void set_percentDecimalSeparator_22(String_t* value) { ___percentDecimalSeparator_22 = value; Il2CppCodeGenWriteBarrier((&___percentDecimalSeparator_22), value); } inline static int32_t get_offset_of_percentGroupSeparator_23() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentGroupSeparator_23)); } inline String_t* get_percentGroupSeparator_23() const { return ___percentGroupSeparator_23; } inline String_t** get_address_of_percentGroupSeparator_23() { return &___percentGroupSeparator_23; } inline void set_percentGroupSeparator_23(String_t* value) { ___percentGroupSeparator_23 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSeparator_23), value); } inline static int32_t get_offset_of_percentGroupSizes_24() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentGroupSizes_24)); } inline Int32U5BU5D_t385246372* get_percentGroupSizes_24() const { return ___percentGroupSizes_24; } inline Int32U5BU5D_t385246372** get_address_of_percentGroupSizes_24() { return &___percentGroupSizes_24; } inline void set_percentGroupSizes_24(Int32U5BU5D_t385246372* value) { ___percentGroupSizes_24 = value; Il2CppCodeGenWriteBarrier((&___percentGroupSizes_24), value); } inline static int32_t get_offset_of_percentNegativePattern_25() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentNegativePattern_25)); } inline int32_t get_percentNegativePattern_25() const { return ___percentNegativePattern_25; } inline int32_t* get_address_of_percentNegativePattern_25() { return &___percentNegativePattern_25; } inline void set_percentNegativePattern_25(int32_t value) { ___percentNegativePattern_25 = value; } inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentPositivePattern_26)); } inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; } inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; } inline void set_percentPositivePattern_26(int32_t value) { ___percentPositivePattern_26 = value; } inline static int32_t get_offset_of_percentSymbol_27() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___percentSymbol_27)); } inline String_t* get_percentSymbol_27() const { return ___percentSymbol_27; } inline String_t** get_address_of_percentSymbol_27() { return &___percentSymbol_27; } inline void set_percentSymbol_27(String_t* value) { ___percentSymbol_27 = value; Il2CppCodeGenWriteBarrier((&___percentSymbol_27), value); } inline static int32_t get_offset_of_perMilleSymbol_28() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___perMilleSymbol_28)); } inline String_t* get_perMilleSymbol_28() const { return ___perMilleSymbol_28; } inline String_t** get_address_of_perMilleSymbol_28() { return &___perMilleSymbol_28; } inline void set_perMilleSymbol_28(String_t* value) { ___perMilleSymbol_28 = value; Il2CppCodeGenWriteBarrier((&___perMilleSymbol_28), value); } inline static int32_t get_offset_of_positiveInfinitySymbol_29() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___positiveInfinitySymbol_29)); } inline String_t* get_positiveInfinitySymbol_29() const { return ___positiveInfinitySymbol_29; } inline String_t** get_address_of_positiveInfinitySymbol_29() { return &___positiveInfinitySymbol_29; } inline void set_positiveInfinitySymbol_29(String_t* value) { ___positiveInfinitySymbol_29 = value; Il2CppCodeGenWriteBarrier((&___positiveInfinitySymbol_29), value); } inline static int32_t get_offset_of_positiveSign_30() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___positiveSign_30)); } inline String_t* get_positiveSign_30() const { return ___positiveSign_30; } inline String_t** get_address_of_positiveSign_30() { return &___positiveSign_30; } inline void set_positiveSign_30(String_t* value) { ___positiveSign_30 = value; Il2CppCodeGenWriteBarrier((&___positiveSign_30), value); } inline static int32_t get_offset_of_ansiCurrencySymbol_31() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___ansiCurrencySymbol_31)); } inline String_t* get_ansiCurrencySymbol_31() const { return ___ansiCurrencySymbol_31; } inline String_t** get_address_of_ansiCurrencySymbol_31() { return &___ansiCurrencySymbol_31; } inline void set_ansiCurrencySymbol_31(String_t* value) { ___ansiCurrencySymbol_31 = value; Il2CppCodeGenWriteBarrier((&___ansiCurrencySymbol_31), value); } inline static int32_t get_offset_of_m_dataItem_32() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___m_dataItem_32)); } inline int32_t get_m_dataItem_32() const { return ___m_dataItem_32; } inline int32_t* get_address_of_m_dataItem_32() { return &___m_dataItem_32; } inline void set_m_dataItem_32(int32_t value) { ___m_dataItem_32 = value; } inline static int32_t get_offset_of_m_useUserOverride_33() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___m_useUserOverride_33)); } inline bool get_m_useUserOverride_33() const { return ___m_useUserOverride_33; } inline bool* get_address_of_m_useUserOverride_33() { return &___m_useUserOverride_33; } inline void set_m_useUserOverride_33(bool value) { ___m_useUserOverride_33 = value; } inline static int32_t get_offset_of_validForParseAsNumber_34() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___validForParseAsNumber_34)); } inline bool get_validForParseAsNumber_34() const { return ___validForParseAsNumber_34; } inline bool* get_address_of_validForParseAsNumber_34() { return &___validForParseAsNumber_34; } inline void set_validForParseAsNumber_34(bool value) { ___validForParseAsNumber_34 = value; } inline static int32_t get_offset_of_validForParseAsCurrency_35() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___validForParseAsCurrency_35)); } inline bool get_validForParseAsCurrency_35() const { return ___validForParseAsCurrency_35; } inline bool* get_address_of_validForParseAsCurrency_35() { return &___validForParseAsCurrency_35; } inline void set_validForParseAsCurrency_35(bool value) { ___validForParseAsCurrency_35 = value; } inline static int32_t get_offset_of_nativeDigits_36() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___nativeDigits_36)); } inline StringU5BU5D_t1281789340* get_nativeDigits_36() const { return ___nativeDigits_36; } inline StringU5BU5D_t1281789340** get_address_of_nativeDigits_36() { return &___nativeDigits_36; } inline void set_nativeDigits_36(StringU5BU5D_t1281789340* value) { ___nativeDigits_36 = value; Il2CppCodeGenWriteBarrier((&___nativeDigits_36), value); } inline static int32_t get_offset_of_digitSubstitution_37() { return static_cast(offsetof(NumberFormatInfo_t435877138, ___digitSubstitution_37)); } inline int32_t get_digitSubstitution_37() const { return ___digitSubstitution_37; } inline int32_t* get_address_of_digitSubstitution_37() { return &___digitSubstitution_37; } inline void set_digitSubstitution_37(int32_t value) { ___digitSubstitution_37 = value; } }; struct NumberFormatInfo_t435877138_StaticFields { public: // System.String[] System.Globalization.NumberFormatInfo::invariantNativeDigits StringU5BU5D_t1281789340* ___invariantNativeDigits_38; public: inline static int32_t get_offset_of_invariantNativeDigits_38() { return static_cast(offsetof(NumberFormatInfo_t435877138_StaticFields, ___invariantNativeDigits_38)); } inline StringU5BU5D_t1281789340* get_invariantNativeDigits_38() const { return ___invariantNativeDigits_38; } inline StringU5BU5D_t1281789340** get_address_of_invariantNativeDigits_38() { return &___invariantNativeDigits_38; } inline void set_invariantNativeDigits_38(StringU5BU5D_t1281789340* value) { ___invariantNativeDigits_38 = value; Il2CppCodeGenWriteBarrier((&___invariantNativeDigits_38), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERFORMATINFO_T435877138_H #ifndef XMLCHAR_T3816087079_H #define XMLCHAR_T3816087079_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlChar struct XmlChar_t3816087079 : public RuntimeObject { public: public: }; struct XmlChar_t3816087079_StaticFields { public: // System.Char[] System.Xml.XmlChar::WhitespaceChars CharU5BU5D_t3528271667* ___WhitespaceChars_0; // System.Byte[] System.Xml.XmlChar::firstNamePages ByteU5BU5D_t4116647657* ___firstNamePages_1; // System.Byte[] System.Xml.XmlChar::namePages ByteU5BU5D_t4116647657* ___namePages_2; // System.UInt32[] System.Xml.XmlChar::nameBitmap UInt32U5BU5D_t2770800703* ___nameBitmap_3; // System.Collections.Generic.Dictionary`2 System.Xml.XmlChar::<>f__switch$map2F Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map2F_4; public: inline static int32_t get_offset_of_WhitespaceChars_0() { return static_cast(offsetof(XmlChar_t3816087079_StaticFields, ___WhitespaceChars_0)); } inline CharU5BU5D_t3528271667* get_WhitespaceChars_0() const { return ___WhitespaceChars_0; } inline CharU5BU5D_t3528271667** get_address_of_WhitespaceChars_0() { return &___WhitespaceChars_0; } inline void set_WhitespaceChars_0(CharU5BU5D_t3528271667* value) { ___WhitespaceChars_0 = value; Il2CppCodeGenWriteBarrier((&___WhitespaceChars_0), value); } inline static int32_t get_offset_of_firstNamePages_1() { return static_cast(offsetof(XmlChar_t3816087079_StaticFields, ___firstNamePages_1)); } inline ByteU5BU5D_t4116647657* get_firstNamePages_1() const { return ___firstNamePages_1; } inline ByteU5BU5D_t4116647657** get_address_of_firstNamePages_1() { return &___firstNamePages_1; } inline void set_firstNamePages_1(ByteU5BU5D_t4116647657* value) { ___firstNamePages_1 = value; Il2CppCodeGenWriteBarrier((&___firstNamePages_1), value); } inline static int32_t get_offset_of_namePages_2() { return static_cast(offsetof(XmlChar_t3816087079_StaticFields, ___namePages_2)); } inline ByteU5BU5D_t4116647657* get_namePages_2() const { return ___namePages_2; } inline ByteU5BU5D_t4116647657** get_address_of_namePages_2() { return &___namePages_2; } inline void set_namePages_2(ByteU5BU5D_t4116647657* value) { ___namePages_2 = value; Il2CppCodeGenWriteBarrier((&___namePages_2), value); } inline static int32_t get_offset_of_nameBitmap_3() { return static_cast(offsetof(XmlChar_t3816087079_StaticFields, ___nameBitmap_3)); } inline UInt32U5BU5D_t2770800703* get_nameBitmap_3() const { return ___nameBitmap_3; } inline UInt32U5BU5D_t2770800703** get_address_of_nameBitmap_3() { return &___nameBitmap_3; } inline void set_nameBitmap_3(UInt32U5BU5D_t2770800703* value) { ___nameBitmap_3 = value; Il2CppCodeGenWriteBarrier((&___nameBitmap_3), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map2F_4() { return static_cast(offsetof(XmlChar_t3816087079_StaticFields, ___U3CU3Ef__switchU24map2F_4)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map2F_4() const { return ___U3CU3Ef__switchU24map2F_4; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map2F_4() { return &___U3CU3Ef__switchU24map2F_4; } inline void set_U3CU3Ef__switchU24map2F_4(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map2F_4 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map2F_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLCHAR_T3816087079_H #ifndef CULTUREINFO_T4157843068_H #define CULTUREINFO_T4157843068_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.CultureInfo struct CultureInfo_t4157843068 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_7; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_8; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_9; // System.Int32 System.Globalization.CultureInfo::specific_lcid int32_t ___specific_lcid_10; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_11; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_12; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_13; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t435877138 * ___numInfo_14; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t2405853701 * ___dateTimeInfo_15; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_t3810425522 * ___textInfo_16; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_17; // System.String System.Globalization.CultureInfo::displayname String_t* ___displayname_18; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_19; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_20; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_21; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_22; // System.String System.Globalization.CultureInfo::icu_name String_t* ___icu_name_23; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_24; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_25; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1092934962 * ___compareInfo_26; // System.Int32* System.Globalization.CultureInfo::calendar_data int32_t* ___calendar_data_27; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_28; // System.Globalization.Calendar[] System.Globalization.CultureInfo::optional_calendars CalendarU5BU5D_t3985046076* ___optional_calendars_29; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t4157843068 * ___parent_culture_30; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_31; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t1661121569 * ___calendar_32; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_33; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_t4116647657* ___cached_serialized_form_34; public: inline static int32_t get_offset_of_m_isReadOnly_7() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_isReadOnly_7)); } inline bool get_m_isReadOnly_7() const { return ___m_isReadOnly_7; } inline bool* get_address_of_m_isReadOnly_7() { return &___m_isReadOnly_7; } inline void set_m_isReadOnly_7(bool value) { ___m_isReadOnly_7 = value; } inline static int32_t get_offset_of_cultureID_8() { return static_cast(offsetof(CultureInfo_t4157843068, ___cultureID_8)); } inline int32_t get_cultureID_8() const { return ___cultureID_8; } inline int32_t* get_address_of_cultureID_8() { return &___cultureID_8; } inline void set_cultureID_8(int32_t value) { ___cultureID_8 = value; } inline static int32_t get_offset_of_parent_lcid_9() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_lcid_9)); } inline int32_t get_parent_lcid_9() const { return ___parent_lcid_9; } inline int32_t* get_address_of_parent_lcid_9() { return &___parent_lcid_9; } inline void set_parent_lcid_9(int32_t value) { ___parent_lcid_9 = value; } inline static int32_t get_offset_of_specific_lcid_10() { return static_cast(offsetof(CultureInfo_t4157843068, ___specific_lcid_10)); } inline int32_t get_specific_lcid_10() const { return ___specific_lcid_10; } inline int32_t* get_address_of_specific_lcid_10() { return &___specific_lcid_10; } inline void set_specific_lcid_10(int32_t value) { ___specific_lcid_10 = value; } inline static int32_t get_offset_of_datetime_index_11() { return static_cast(offsetof(CultureInfo_t4157843068, ___datetime_index_11)); } inline int32_t get_datetime_index_11() const { return ___datetime_index_11; } inline int32_t* get_address_of_datetime_index_11() { return &___datetime_index_11; } inline void set_datetime_index_11(int32_t value) { ___datetime_index_11 = value; } inline static int32_t get_offset_of_number_index_12() { return static_cast(offsetof(CultureInfo_t4157843068, ___number_index_12)); } inline int32_t get_number_index_12() const { return ___number_index_12; } inline int32_t* get_address_of_number_index_12() { return &___number_index_12; } inline void set_number_index_12(int32_t value) { ___number_index_12 = value; } inline static int32_t get_offset_of_m_useUserOverride_13() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_useUserOverride_13)); } inline bool get_m_useUserOverride_13() const { return ___m_useUserOverride_13; } inline bool* get_address_of_m_useUserOverride_13() { return &___m_useUserOverride_13; } inline void set_m_useUserOverride_13(bool value) { ___m_useUserOverride_13 = value; } inline static int32_t get_offset_of_numInfo_14() { return static_cast(offsetof(CultureInfo_t4157843068, ___numInfo_14)); } inline NumberFormatInfo_t435877138 * get_numInfo_14() const { return ___numInfo_14; } inline NumberFormatInfo_t435877138 ** get_address_of_numInfo_14() { return &___numInfo_14; } inline void set_numInfo_14(NumberFormatInfo_t435877138 * value) { ___numInfo_14 = value; Il2CppCodeGenWriteBarrier((&___numInfo_14), value); } inline static int32_t get_offset_of_dateTimeInfo_15() { return static_cast(offsetof(CultureInfo_t4157843068, ___dateTimeInfo_15)); } inline DateTimeFormatInfo_t2405853701 * get_dateTimeInfo_15() const { return ___dateTimeInfo_15; } inline DateTimeFormatInfo_t2405853701 ** get_address_of_dateTimeInfo_15() { return &___dateTimeInfo_15; } inline void set_dateTimeInfo_15(DateTimeFormatInfo_t2405853701 * value) { ___dateTimeInfo_15 = value; Il2CppCodeGenWriteBarrier((&___dateTimeInfo_15), value); } inline static int32_t get_offset_of_textInfo_16() { return static_cast(offsetof(CultureInfo_t4157843068, ___textInfo_16)); } inline TextInfo_t3810425522 * get_textInfo_16() const { return ___textInfo_16; } inline TextInfo_t3810425522 ** get_address_of_textInfo_16() { return &___textInfo_16; } inline void set_textInfo_16(TextInfo_t3810425522 * value) { ___textInfo_16 = value; Il2CppCodeGenWriteBarrier((&___textInfo_16), value); } inline static int32_t get_offset_of_m_name_17() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_name_17)); } inline String_t* get_m_name_17() const { return ___m_name_17; } inline String_t** get_address_of_m_name_17() { return &___m_name_17; } inline void set_m_name_17(String_t* value) { ___m_name_17 = value; Il2CppCodeGenWriteBarrier((&___m_name_17), value); } inline static int32_t get_offset_of_displayname_18() { return static_cast(offsetof(CultureInfo_t4157843068, ___displayname_18)); } inline String_t* get_displayname_18() const { return ___displayname_18; } inline String_t** get_address_of_displayname_18() { return &___displayname_18; } inline void set_displayname_18(String_t* value) { ___displayname_18 = value; Il2CppCodeGenWriteBarrier((&___displayname_18), value); } inline static int32_t get_offset_of_englishname_19() { return static_cast(offsetof(CultureInfo_t4157843068, ___englishname_19)); } inline String_t* get_englishname_19() const { return ___englishname_19; } inline String_t** get_address_of_englishname_19() { return &___englishname_19; } inline void set_englishname_19(String_t* value) { ___englishname_19 = value; Il2CppCodeGenWriteBarrier((&___englishname_19), value); } inline static int32_t get_offset_of_nativename_20() { return static_cast(offsetof(CultureInfo_t4157843068, ___nativename_20)); } inline String_t* get_nativename_20() const { return ___nativename_20; } inline String_t** get_address_of_nativename_20() { return &___nativename_20; } inline void set_nativename_20(String_t* value) { ___nativename_20 = value; Il2CppCodeGenWriteBarrier((&___nativename_20), value); } inline static int32_t get_offset_of_iso3lang_21() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso3lang_21)); } inline String_t* get_iso3lang_21() const { return ___iso3lang_21; } inline String_t** get_address_of_iso3lang_21() { return &___iso3lang_21; } inline void set_iso3lang_21(String_t* value) { ___iso3lang_21 = value; Il2CppCodeGenWriteBarrier((&___iso3lang_21), value); } inline static int32_t get_offset_of_iso2lang_22() { return static_cast(offsetof(CultureInfo_t4157843068, ___iso2lang_22)); } inline String_t* get_iso2lang_22() const { return ___iso2lang_22; } inline String_t** get_address_of_iso2lang_22() { return &___iso2lang_22; } inline void set_iso2lang_22(String_t* value) { ___iso2lang_22 = value; Il2CppCodeGenWriteBarrier((&___iso2lang_22), value); } inline static int32_t get_offset_of_icu_name_23() { return static_cast(offsetof(CultureInfo_t4157843068, ___icu_name_23)); } inline String_t* get_icu_name_23() const { return ___icu_name_23; } inline String_t** get_address_of_icu_name_23() { return &___icu_name_23; } inline void set_icu_name_23(String_t* value) { ___icu_name_23 = value; Il2CppCodeGenWriteBarrier((&___icu_name_23), value); } inline static int32_t get_offset_of_win3lang_24() { return static_cast(offsetof(CultureInfo_t4157843068, ___win3lang_24)); } inline String_t* get_win3lang_24() const { return ___win3lang_24; } inline String_t** get_address_of_win3lang_24() { return &___win3lang_24; } inline void set_win3lang_24(String_t* value) { ___win3lang_24 = value; Il2CppCodeGenWriteBarrier((&___win3lang_24), value); } inline static int32_t get_offset_of_territory_25() { return static_cast(offsetof(CultureInfo_t4157843068, ___territory_25)); } inline String_t* get_territory_25() const { return ___territory_25; } inline String_t** get_address_of_territory_25() { return &___territory_25; } inline void set_territory_25(String_t* value) { ___territory_25 = value; Il2CppCodeGenWriteBarrier((&___territory_25), value); } inline static int32_t get_offset_of_compareInfo_26() { return static_cast(offsetof(CultureInfo_t4157843068, ___compareInfo_26)); } inline CompareInfo_t1092934962 * get_compareInfo_26() const { return ___compareInfo_26; } inline CompareInfo_t1092934962 ** get_address_of_compareInfo_26() { return &___compareInfo_26; } inline void set_compareInfo_26(CompareInfo_t1092934962 * value) { ___compareInfo_26 = value; Il2CppCodeGenWriteBarrier((&___compareInfo_26), value); } inline static int32_t get_offset_of_calendar_data_27() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_data_27)); } inline int32_t* get_calendar_data_27() const { return ___calendar_data_27; } inline int32_t** get_address_of_calendar_data_27() { return &___calendar_data_27; } inline void set_calendar_data_27(int32_t* value) { ___calendar_data_27 = value; } inline static int32_t get_offset_of_textinfo_data_28() { return static_cast(offsetof(CultureInfo_t4157843068, ___textinfo_data_28)); } inline void* get_textinfo_data_28() const { return ___textinfo_data_28; } inline void** get_address_of_textinfo_data_28() { return &___textinfo_data_28; } inline void set_textinfo_data_28(void* value) { ___textinfo_data_28 = value; } inline static int32_t get_offset_of_optional_calendars_29() { return static_cast(offsetof(CultureInfo_t4157843068, ___optional_calendars_29)); } inline CalendarU5BU5D_t3985046076* get_optional_calendars_29() const { return ___optional_calendars_29; } inline CalendarU5BU5D_t3985046076** get_address_of_optional_calendars_29() { return &___optional_calendars_29; } inline void set_optional_calendars_29(CalendarU5BU5D_t3985046076* value) { ___optional_calendars_29 = value; Il2CppCodeGenWriteBarrier((&___optional_calendars_29), value); } inline static int32_t get_offset_of_parent_culture_30() { return static_cast(offsetof(CultureInfo_t4157843068, ___parent_culture_30)); } inline CultureInfo_t4157843068 * get_parent_culture_30() const { return ___parent_culture_30; } inline CultureInfo_t4157843068 ** get_address_of_parent_culture_30() { return &___parent_culture_30; } inline void set_parent_culture_30(CultureInfo_t4157843068 * value) { ___parent_culture_30 = value; Il2CppCodeGenWriteBarrier((&___parent_culture_30), value); } inline static int32_t get_offset_of_m_dataItem_31() { return static_cast(offsetof(CultureInfo_t4157843068, ___m_dataItem_31)); } inline int32_t get_m_dataItem_31() const { return ___m_dataItem_31; } inline int32_t* get_address_of_m_dataItem_31() { return &___m_dataItem_31; } inline void set_m_dataItem_31(int32_t value) { ___m_dataItem_31 = value; } inline static int32_t get_offset_of_calendar_32() { return static_cast(offsetof(CultureInfo_t4157843068, ___calendar_32)); } inline Calendar_t1661121569 * get_calendar_32() const { return ___calendar_32; } inline Calendar_t1661121569 ** get_address_of_calendar_32() { return &___calendar_32; } inline void set_calendar_32(Calendar_t1661121569 * value) { ___calendar_32 = value; Il2CppCodeGenWriteBarrier((&___calendar_32), value); } inline static int32_t get_offset_of_constructed_33() { return static_cast(offsetof(CultureInfo_t4157843068, ___constructed_33)); } inline bool get_constructed_33() const { return ___constructed_33; } inline bool* get_address_of_constructed_33() { return &___constructed_33; } inline void set_constructed_33(bool value) { ___constructed_33 = value; } inline static int32_t get_offset_of_cached_serialized_form_34() { return static_cast(offsetof(CultureInfo_t4157843068, ___cached_serialized_form_34)); } inline ByteU5BU5D_t4116647657* get_cached_serialized_form_34() const { return ___cached_serialized_form_34; } inline ByteU5BU5D_t4116647657** get_address_of_cached_serialized_form_34() { return &___cached_serialized_form_34; } inline void set_cached_serialized_form_34(ByteU5BU5D_t4116647657* value) { ___cached_serialized_form_34 = value; Il2CppCodeGenWriteBarrier((&___cached_serialized_form_34), value); } }; struct CultureInfo_t4157843068_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t4157843068 * ___invariant_culture_info_4; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_5; // System.Int32 System.Globalization.CultureInfo::BootstrapCultureID int32_t ___BootstrapCultureID_6; // System.String System.Globalization.CultureInfo::MSG_READONLY String_t* ___MSG_READONLY_35; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_number Hashtable_t1853889766 * ___shared_by_number_36; // System.Collections.Hashtable System.Globalization.CultureInfo::shared_by_name Hashtable_t1853889766 * ___shared_by_name_37; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map19 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map19_38; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1A Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1A_39; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1B Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1B_40; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::<>f__switch$map1C Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map1C_41; public: inline static int32_t get_offset_of_invariant_culture_info_4() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___invariant_culture_info_4)); } inline CultureInfo_t4157843068 * get_invariant_culture_info_4() const { return ___invariant_culture_info_4; } inline CultureInfo_t4157843068 ** get_address_of_invariant_culture_info_4() { return &___invariant_culture_info_4; } inline void set_invariant_culture_info_4(CultureInfo_t4157843068 * value) { ___invariant_culture_info_4 = value; Il2CppCodeGenWriteBarrier((&___invariant_culture_info_4), value); } inline static int32_t get_offset_of_shared_table_lock_5() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_table_lock_5)); } inline RuntimeObject * get_shared_table_lock_5() const { return ___shared_table_lock_5; } inline RuntimeObject ** get_address_of_shared_table_lock_5() { return &___shared_table_lock_5; } inline void set_shared_table_lock_5(RuntimeObject * value) { ___shared_table_lock_5 = value; Il2CppCodeGenWriteBarrier((&___shared_table_lock_5), value); } inline static int32_t get_offset_of_BootstrapCultureID_6() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___BootstrapCultureID_6)); } inline int32_t get_BootstrapCultureID_6() const { return ___BootstrapCultureID_6; } inline int32_t* get_address_of_BootstrapCultureID_6() { return &___BootstrapCultureID_6; } inline void set_BootstrapCultureID_6(int32_t value) { ___BootstrapCultureID_6 = value; } inline static int32_t get_offset_of_MSG_READONLY_35() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___MSG_READONLY_35)); } inline String_t* get_MSG_READONLY_35() const { return ___MSG_READONLY_35; } inline String_t** get_address_of_MSG_READONLY_35() { return &___MSG_READONLY_35; } inline void set_MSG_READONLY_35(String_t* value) { ___MSG_READONLY_35 = value; Il2CppCodeGenWriteBarrier((&___MSG_READONLY_35), value); } inline static int32_t get_offset_of_shared_by_number_36() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_number_36)); } inline Hashtable_t1853889766 * get_shared_by_number_36() const { return ___shared_by_number_36; } inline Hashtable_t1853889766 ** get_address_of_shared_by_number_36() { return &___shared_by_number_36; } inline void set_shared_by_number_36(Hashtable_t1853889766 * value) { ___shared_by_number_36 = value; Il2CppCodeGenWriteBarrier((&___shared_by_number_36), value); } inline static int32_t get_offset_of_shared_by_name_37() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___shared_by_name_37)); } inline Hashtable_t1853889766 * get_shared_by_name_37() const { return ___shared_by_name_37; } inline Hashtable_t1853889766 ** get_address_of_shared_by_name_37() { return &___shared_by_name_37; } inline void set_shared_by_name_37(Hashtable_t1853889766 * value) { ___shared_by_name_37 = value; Il2CppCodeGenWriteBarrier((&___shared_by_name_37), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map19_38() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map19_38)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map19_38() const { return ___U3CU3Ef__switchU24map19_38; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map19_38() { return &___U3CU3Ef__switchU24map19_38; } inline void set_U3CU3Ef__switchU24map19_38(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map19_38 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map19_38), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1A_39() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1A_39)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1A_39() const { return ___U3CU3Ef__switchU24map1A_39; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1A_39() { return &___U3CU3Ef__switchU24map1A_39; } inline void set_U3CU3Ef__switchU24map1A_39(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1A_39 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1A_39), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1B_40() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1B_40)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1B_40() const { return ___U3CU3Ef__switchU24map1B_40; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1B_40() { return &___U3CU3Ef__switchU24map1B_40; } inline void set_U3CU3Ef__switchU24map1B_40(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1B_40 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1B_40), value); } inline static int32_t get_offset_of_U3CU3Ef__switchU24map1C_41() { return static_cast(offsetof(CultureInfo_t4157843068_StaticFields, ___U3CU3Ef__switchU24map1C_41)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map1C_41() const { return ___U3CU3Ef__switchU24map1C_41; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map1C_41() { return &___U3CU3Ef__switchU24map1C_41; } inline void set_U3CU3Ef__switchU24map1C_41(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map1C_41 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map1C_41), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CULTUREINFO_T4157843068_H #ifndef STRINGBUILDER_T_H #define STRINGBUILDER_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Int32 System.Text.StringBuilder::_length int32_t ____length_1; // System.String System.Text.StringBuilder::_str String_t* ____str_2; // System.String System.Text.StringBuilder::_cached_str String_t* ____cached_str_3; // System.Int32 System.Text.StringBuilder::_maxCapacity int32_t ____maxCapacity_4; public: inline static int32_t get_offset_of__length_1() { return static_cast(offsetof(StringBuilder_t, ____length_1)); } inline int32_t get__length_1() const { return ____length_1; } inline int32_t* get_address_of__length_1() { return &____length_1; } inline void set__length_1(int32_t value) { ____length_1 = value; } inline static int32_t get_offset_of__str_2() { return static_cast(offsetof(StringBuilder_t, ____str_2)); } inline String_t* get__str_2() const { return ____str_2; } inline String_t** get_address_of__str_2() { return &____str_2; } inline void set__str_2(String_t* value) { ____str_2 = value; Il2CppCodeGenWriteBarrier((&____str_2), value); } inline static int32_t get_offset_of__cached_str_3() { return static_cast(offsetof(StringBuilder_t, ____cached_str_3)); } inline String_t* get__cached_str_3() const { return ____cached_str_3; } inline String_t** get_address_of__cached_str_3() { return &____cached_str_3; } inline void set__cached_str_3(String_t* value) { ____cached_str_3 = value; Il2CppCodeGenWriteBarrier((&____cached_str_3), value); } inline static int32_t get_offset_of__maxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ____maxCapacity_4)); } inline int32_t get__maxCapacity_4() const { return ____maxCapacity_4; } inline int32_t* get_address_of__maxCapacity_4() { return &____maxCapacity_4; } inline void set__maxCapacity_4(int32_t value) { ____maxCapacity_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRINGBUILDER_T_H #ifndef XPATHPARSER_T4136515887_H #define XPATHPARSER_T4136515887_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Mono.Xml.XPath.XPathParser struct XPathParser_t4136515887 : public RuntimeObject { public: // System.Xml.Xsl.IStaticXsltContext Mono.Xml.XPath.XPathParser::Context RuntimeObject* ___Context_0; // System.IO.TextWriter Mono.Xml.XPath.XPathParser::ErrorOutput TextWriter_t3478189236 * ___ErrorOutput_1; // System.Int32 Mono.Xml.XPath.XPathParser::eof_token int32_t ___eof_token_2; // Mono.Xml.XPath.yydebug.yyDebug Mono.Xml.XPath.XPathParser::debug RuntimeObject* ___debug_3; // System.Int32 Mono.Xml.XPath.XPathParser::yyExpectingState int32_t ___yyExpectingState_6; // System.Int32 Mono.Xml.XPath.XPathParser::yyMax int32_t ___yyMax_7; public: inline static int32_t get_offset_of_Context_0() { return static_cast(offsetof(XPathParser_t4136515887, ___Context_0)); } inline RuntimeObject* get_Context_0() const { return ___Context_0; } inline RuntimeObject** get_address_of_Context_0() { return &___Context_0; } inline void set_Context_0(RuntimeObject* value) { ___Context_0 = value; Il2CppCodeGenWriteBarrier((&___Context_0), value); } inline static int32_t get_offset_of_ErrorOutput_1() { return static_cast(offsetof(XPathParser_t4136515887, ___ErrorOutput_1)); } inline TextWriter_t3478189236 * get_ErrorOutput_1() const { return ___ErrorOutput_1; } inline TextWriter_t3478189236 ** get_address_of_ErrorOutput_1() { return &___ErrorOutput_1; } inline void set_ErrorOutput_1(TextWriter_t3478189236 * value) { ___ErrorOutput_1 = value; Il2CppCodeGenWriteBarrier((&___ErrorOutput_1), value); } inline static int32_t get_offset_of_eof_token_2() { return static_cast(offsetof(XPathParser_t4136515887, ___eof_token_2)); } inline int32_t get_eof_token_2() const { return ___eof_token_2; } inline int32_t* get_address_of_eof_token_2() { return &___eof_token_2; } inline void set_eof_token_2(int32_t value) { ___eof_token_2 = value; } inline static int32_t get_offset_of_debug_3() { return static_cast(offsetof(XPathParser_t4136515887, ___debug_3)); } inline RuntimeObject* get_debug_3() const { return ___debug_3; } inline RuntimeObject** get_address_of_debug_3() { return &___debug_3; } inline void set_debug_3(RuntimeObject* value) { ___debug_3 = value; Il2CppCodeGenWriteBarrier((&___debug_3), value); } inline static int32_t get_offset_of_yyExpectingState_6() { return static_cast(offsetof(XPathParser_t4136515887, ___yyExpectingState_6)); } inline int32_t get_yyExpectingState_6() const { return ___yyExpectingState_6; } inline int32_t* get_address_of_yyExpectingState_6() { return &___yyExpectingState_6; } inline void set_yyExpectingState_6(int32_t value) { ___yyExpectingState_6 = value; } inline static int32_t get_offset_of_yyMax_7() { return static_cast(offsetof(XPathParser_t4136515887, ___yyMax_7)); } inline int32_t get_yyMax_7() const { return ___yyMax_7; } inline int32_t* get_address_of_yyMax_7() { return &___yyMax_7; } inline void set_yyMax_7(int32_t value) { ___yyMax_7 = value; } }; struct XPathParser_t4136515887_StaticFields { public: // System.Int32 Mono.Xml.XPath.XPathParser::yyFinal int32_t ___yyFinal_4; // System.String[] Mono.Xml.XPath.XPathParser::yyNames StringU5BU5D_t1281789340* ___yyNames_5; // System.Int16[] Mono.Xml.XPath.XPathParser::yyLhs Int16U5BU5D_t3686840178* ___yyLhs_8; // System.Int16[] Mono.Xml.XPath.XPathParser::yyLen Int16U5BU5D_t3686840178* ___yyLen_9; // System.Int16[] Mono.Xml.XPath.XPathParser::yyDefRed Int16U5BU5D_t3686840178* ___yyDefRed_10; // System.Int16[] Mono.Xml.XPath.XPathParser::yyDgoto Int16U5BU5D_t3686840178* ___yyDgoto_11; // System.Int16[] Mono.Xml.XPath.XPathParser::yySindex Int16U5BU5D_t3686840178* ___yySindex_12; // System.Int16[] Mono.Xml.XPath.XPathParser::yyRindex Int16U5BU5D_t3686840178* ___yyRindex_13; // System.Int16[] Mono.Xml.XPath.XPathParser::yyGindex Int16U5BU5D_t3686840178* ___yyGindex_14; // System.Int16[] Mono.Xml.XPath.XPathParser::yyTable Int16U5BU5D_t3686840178* ___yyTable_15; // System.Int16[] Mono.Xml.XPath.XPathParser::yyCheck Int16U5BU5D_t3686840178* ___yyCheck_16; public: inline static int32_t get_offset_of_yyFinal_4() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyFinal_4)); } inline int32_t get_yyFinal_4() const { return ___yyFinal_4; } inline int32_t* get_address_of_yyFinal_4() { return &___yyFinal_4; } inline void set_yyFinal_4(int32_t value) { ___yyFinal_4 = value; } inline static int32_t get_offset_of_yyNames_5() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyNames_5)); } inline StringU5BU5D_t1281789340* get_yyNames_5() const { return ___yyNames_5; } inline StringU5BU5D_t1281789340** get_address_of_yyNames_5() { return &___yyNames_5; } inline void set_yyNames_5(StringU5BU5D_t1281789340* value) { ___yyNames_5 = value; Il2CppCodeGenWriteBarrier((&___yyNames_5), value); } inline static int32_t get_offset_of_yyLhs_8() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyLhs_8)); } inline Int16U5BU5D_t3686840178* get_yyLhs_8() const { return ___yyLhs_8; } inline Int16U5BU5D_t3686840178** get_address_of_yyLhs_8() { return &___yyLhs_8; } inline void set_yyLhs_8(Int16U5BU5D_t3686840178* value) { ___yyLhs_8 = value; Il2CppCodeGenWriteBarrier((&___yyLhs_8), value); } inline static int32_t get_offset_of_yyLen_9() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyLen_9)); } inline Int16U5BU5D_t3686840178* get_yyLen_9() const { return ___yyLen_9; } inline Int16U5BU5D_t3686840178** get_address_of_yyLen_9() { return &___yyLen_9; } inline void set_yyLen_9(Int16U5BU5D_t3686840178* value) { ___yyLen_9 = value; Il2CppCodeGenWriteBarrier((&___yyLen_9), value); } inline static int32_t get_offset_of_yyDefRed_10() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyDefRed_10)); } inline Int16U5BU5D_t3686840178* get_yyDefRed_10() const { return ___yyDefRed_10; } inline Int16U5BU5D_t3686840178** get_address_of_yyDefRed_10() { return &___yyDefRed_10; } inline void set_yyDefRed_10(Int16U5BU5D_t3686840178* value) { ___yyDefRed_10 = value; Il2CppCodeGenWriteBarrier((&___yyDefRed_10), value); } inline static int32_t get_offset_of_yyDgoto_11() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyDgoto_11)); } inline Int16U5BU5D_t3686840178* get_yyDgoto_11() const { return ___yyDgoto_11; } inline Int16U5BU5D_t3686840178** get_address_of_yyDgoto_11() { return &___yyDgoto_11; } inline void set_yyDgoto_11(Int16U5BU5D_t3686840178* value) { ___yyDgoto_11 = value; Il2CppCodeGenWriteBarrier((&___yyDgoto_11), value); } inline static int32_t get_offset_of_yySindex_12() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yySindex_12)); } inline Int16U5BU5D_t3686840178* get_yySindex_12() const { return ___yySindex_12; } inline Int16U5BU5D_t3686840178** get_address_of_yySindex_12() { return &___yySindex_12; } inline void set_yySindex_12(Int16U5BU5D_t3686840178* value) { ___yySindex_12 = value; Il2CppCodeGenWriteBarrier((&___yySindex_12), value); } inline static int32_t get_offset_of_yyRindex_13() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyRindex_13)); } inline Int16U5BU5D_t3686840178* get_yyRindex_13() const { return ___yyRindex_13; } inline Int16U5BU5D_t3686840178** get_address_of_yyRindex_13() { return &___yyRindex_13; } inline void set_yyRindex_13(Int16U5BU5D_t3686840178* value) { ___yyRindex_13 = value; Il2CppCodeGenWriteBarrier((&___yyRindex_13), value); } inline static int32_t get_offset_of_yyGindex_14() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyGindex_14)); } inline Int16U5BU5D_t3686840178* get_yyGindex_14() const { return ___yyGindex_14; } inline Int16U5BU5D_t3686840178** get_address_of_yyGindex_14() { return &___yyGindex_14; } inline void set_yyGindex_14(Int16U5BU5D_t3686840178* value) { ___yyGindex_14 = value; Il2CppCodeGenWriteBarrier((&___yyGindex_14), value); } inline static int32_t get_offset_of_yyTable_15() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyTable_15)); } inline Int16U5BU5D_t3686840178* get_yyTable_15() const { return ___yyTable_15; } inline Int16U5BU5D_t3686840178** get_address_of_yyTable_15() { return &___yyTable_15; } inline void set_yyTable_15(Int16U5BU5D_t3686840178* value) { ___yyTable_15 = value; Il2CppCodeGenWriteBarrier((&___yyTable_15), value); } inline static int32_t get_offset_of_yyCheck_16() { return static_cast(offsetof(XPathParser_t4136515887_StaticFields, ___yyCheck_16)); } inline Int16U5BU5D_t3686840178* get_yyCheck_16() const { return ___yyCheck_16; } inline Int16U5BU5D_t3686840178** get_address_of_yyCheck_16() { return &___yyCheck_16; } inline void set_yyCheck_16(Int16U5BU5D_t3686840178* value) { ___yyCheck_16 = value; Il2CppCodeGenWriteBarrier((&___yyCheck_16), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHPARSER_T4136515887_H #ifndef XPATHEXPRESSION_T1723793351_H #define XPATHEXPRESSION_T1723793351_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathExpression struct XPathExpression_t1723793351 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHEXPRESSION_T1723793351_H #ifndef EXCEPTION_T_H #define EXCEPTION_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Exception struct Exception_t : public RuntimeObject { public: // System.IntPtr[] System.Exception::trace_ips IntPtrU5BU5D_t4013366056* ___trace_ips_0; // System.Exception System.Exception::inner_exception Exception_t * ___inner_exception_1; // System.String System.Exception::message String_t* ___message_2; // System.String System.Exception::help_link String_t* ___help_link_3; // System.String System.Exception::class_name String_t* ___class_name_4; // System.String System.Exception::stack_trace String_t* ___stack_trace_5; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_6; // System.Int32 System.Exception::remote_stack_index int32_t ___remote_stack_index_7; // System.Int32 System.Exception::hresult int32_t ___hresult_8; // System.String System.Exception::source String_t* ___source_9; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_10; public: inline static int32_t get_offset_of_trace_ips_0() { return static_cast(offsetof(Exception_t, ___trace_ips_0)); } inline IntPtrU5BU5D_t4013366056* get_trace_ips_0() const { return ___trace_ips_0; } inline IntPtrU5BU5D_t4013366056** get_address_of_trace_ips_0() { return &___trace_ips_0; } inline void set_trace_ips_0(IntPtrU5BU5D_t4013366056* value) { ___trace_ips_0 = value; Il2CppCodeGenWriteBarrier((&___trace_ips_0), value); } inline static int32_t get_offset_of_inner_exception_1() { return static_cast(offsetof(Exception_t, ___inner_exception_1)); } inline Exception_t * get_inner_exception_1() const { return ___inner_exception_1; } inline Exception_t ** get_address_of_inner_exception_1() { return &___inner_exception_1; } inline void set_inner_exception_1(Exception_t * value) { ___inner_exception_1 = value; Il2CppCodeGenWriteBarrier((&___inner_exception_1), value); } inline static int32_t get_offset_of_message_2() { return static_cast(offsetof(Exception_t, ___message_2)); } inline String_t* get_message_2() const { return ___message_2; } inline String_t** get_address_of_message_2() { return &___message_2; } inline void set_message_2(String_t* value) { ___message_2 = value; Il2CppCodeGenWriteBarrier((&___message_2), value); } inline static int32_t get_offset_of_help_link_3() { return static_cast(offsetof(Exception_t, ___help_link_3)); } inline String_t* get_help_link_3() const { return ___help_link_3; } inline String_t** get_address_of_help_link_3() { return &___help_link_3; } inline void set_help_link_3(String_t* value) { ___help_link_3 = value; Il2CppCodeGenWriteBarrier((&___help_link_3), value); } inline static int32_t get_offset_of_class_name_4() { return static_cast(offsetof(Exception_t, ___class_name_4)); } inline String_t* get_class_name_4() const { return ___class_name_4; } inline String_t** get_address_of_class_name_4() { return &___class_name_4; } inline void set_class_name_4(String_t* value) { ___class_name_4 = value; Il2CppCodeGenWriteBarrier((&___class_name_4), value); } inline static int32_t get_offset_of_stack_trace_5() { return static_cast(offsetof(Exception_t, ___stack_trace_5)); } inline String_t* get_stack_trace_5() const { return ___stack_trace_5; } inline String_t** get_address_of_stack_trace_5() { return &___stack_trace_5; } inline void set_stack_trace_5(String_t* value) { ___stack_trace_5 = value; Il2CppCodeGenWriteBarrier((&___stack_trace_5), value); } inline static int32_t get_offset_of__remoteStackTraceString_6() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_6)); } inline String_t* get__remoteStackTraceString_6() const { return ____remoteStackTraceString_6; } inline String_t** get_address_of__remoteStackTraceString_6() { return &____remoteStackTraceString_6; } inline void set__remoteStackTraceString_6(String_t* value) { ____remoteStackTraceString_6 = value; Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_6), value); } inline static int32_t get_offset_of_remote_stack_index_7() { return static_cast(offsetof(Exception_t, ___remote_stack_index_7)); } inline int32_t get_remote_stack_index_7() const { return ___remote_stack_index_7; } inline int32_t* get_address_of_remote_stack_index_7() { return &___remote_stack_index_7; } inline void set_remote_stack_index_7(int32_t value) { ___remote_stack_index_7 = value; } inline static int32_t get_offset_of_hresult_8() { return static_cast(offsetof(Exception_t, ___hresult_8)); } inline int32_t get_hresult_8() const { return ___hresult_8; } inline int32_t* get_address_of_hresult_8() { return &___hresult_8; } inline void set_hresult_8(int32_t value) { ___hresult_8 = value; } inline static int32_t get_offset_of_source_9() { return static_cast(offsetof(Exception_t, ___source_9)); } inline String_t* get_source_9() const { return ___source_9; } inline String_t** get_address_of_source_9() { return &___source_9; } inline void set_source_9(String_t* value) { ___source_9 = value; Il2CppCodeGenWriteBarrier((&___source_9), value); } inline static int32_t get_offset_of__data_10() { return static_cast(offsetof(Exception_t, ____data_10)); } inline RuntimeObject* get__data_10() const { return ____data_10; } inline RuntimeObject** get_address_of__data_10() { return &____data_10; } inline void set__data_10(RuntimeObject* value) { ____data_10 = value; Il2CppCodeGenWriteBarrier((&____data_10), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXCEPTION_T_H #ifndef SERIALIZATIONINFO_T950877179_H #define SERIALIZATIONINFO_T950877179_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t950877179 : public RuntimeObject { public: // System.Collections.Hashtable System.Runtime.Serialization.SerializationInfo::serialized Hashtable_t1853889766 * ___serialized_0; // System.Collections.ArrayList System.Runtime.Serialization.SerializationInfo::values ArrayList_t2718874744 * ___values_1; // System.String System.Runtime.Serialization.SerializationInfo::assemblyName String_t* ___assemblyName_2; // System.String System.Runtime.Serialization.SerializationInfo::fullTypeName String_t* ___fullTypeName_3; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::converter RuntimeObject* ___converter_4; public: inline static int32_t get_offset_of_serialized_0() { return static_cast(offsetof(SerializationInfo_t950877179, ___serialized_0)); } inline Hashtable_t1853889766 * get_serialized_0() const { return ___serialized_0; } inline Hashtable_t1853889766 ** get_address_of_serialized_0() { return &___serialized_0; } inline void set_serialized_0(Hashtable_t1853889766 * value) { ___serialized_0 = value; Il2CppCodeGenWriteBarrier((&___serialized_0), value); } inline static int32_t get_offset_of_values_1() { return static_cast(offsetof(SerializationInfo_t950877179, ___values_1)); } inline ArrayList_t2718874744 * get_values_1() const { return ___values_1; } inline ArrayList_t2718874744 ** get_address_of_values_1() { return &___values_1; } inline void set_values_1(ArrayList_t2718874744 * value) { ___values_1 = value; Il2CppCodeGenWriteBarrier((&___values_1), value); } inline static int32_t get_offset_of_assemblyName_2() { return static_cast(offsetof(SerializationInfo_t950877179, ___assemblyName_2)); } inline String_t* get_assemblyName_2() const { return ___assemblyName_2; } inline String_t** get_address_of_assemblyName_2() { return &___assemblyName_2; } inline void set_assemblyName_2(String_t* value) { ___assemblyName_2 = value; Il2CppCodeGenWriteBarrier((&___assemblyName_2), value); } inline static int32_t get_offset_of_fullTypeName_3() { return static_cast(offsetof(SerializationInfo_t950877179, ___fullTypeName_3)); } inline String_t* get_fullTypeName_3() const { return ___fullTypeName_3; } inline String_t** get_address_of_fullTypeName_3() { return &___fullTypeName_3; } inline void set_fullTypeName_3(String_t* value) { ___fullTypeName_3 = value; Il2CppCodeGenWriteBarrier((&___fullTypeName_3), value); } inline static int32_t get_offset_of_converter_4() { return static_cast(offsetof(SerializationInfo_t950877179, ___converter_4)); } inline RuntimeObject* get_converter_4() const { return ___converter_4; } inline RuntimeObject** get_address_of_converter_4() { return &___converter_4; } inline void set_converter_4(RuntimeObject* value) { ___converter_4 = value; Il2CppCodeGenWriteBarrier((&___converter_4), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SERIALIZATIONINFO_T950877179_H #ifndef FUNCTIONARGUMENTS_T3573450773_H #define FUNCTIONARGUMENTS_T3573450773_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.FunctionArguments struct FunctionArguments_t3573450773 : public RuntimeObject { public: // System.Xml.XPath.Expression System.Xml.XPath.FunctionArguments::_arg Expression_t1452783009 * ____arg_0; // System.Xml.XPath.FunctionArguments System.Xml.XPath.FunctionArguments::_tail FunctionArguments_t3573450773 * ____tail_1; public: inline static int32_t get_offset_of__arg_0() { return static_cast(offsetof(FunctionArguments_t3573450773, ____arg_0)); } inline Expression_t1452783009 * get__arg_0() const { return ____arg_0; } inline Expression_t1452783009 ** get_address_of__arg_0() { return &____arg_0; } inline void set__arg_0(Expression_t1452783009 * value) { ____arg_0 = value; Il2CppCodeGenWriteBarrier((&____arg_0), value); } inline static int32_t get_offset_of__tail_1() { return static_cast(offsetof(FunctionArguments_t3573450773, ____tail_1)); } inline FunctionArguments_t3573450773 * get__tail_1() const { return ____tail_1; } inline FunctionArguments_t3573450773 ** get_address_of__tail_1() { return &____tail_1; } inline void set__tail_1(FunctionArguments_t3573450773 * value) { ____tail_1 = value; Il2CppCodeGenWriteBarrier((&____tail_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FUNCTIONARGUMENTS_T3573450773_H #ifndef U3CGETENUMERATORU3EC__ITERATOR2_T90454087_H #define U3CGETENUMERATORU3EC__ITERATOR2_T90454087_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathNodeIterator/c__Iterator2 struct U3CGetEnumeratorU3Ec__Iterator2_t90454087 : public RuntimeObject { public: // System.Int32 System.Xml.XPath.XPathNodeIterator/c__Iterator2::$PC int32_t ___U24PC_0; // System.Object System.Xml.XPath.XPathNodeIterator/c__Iterator2::$current RuntimeObject * ___U24current_1; // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNodeIterator/c__Iterator2::<>f__this XPathNodeIterator_t3667290188 * ___U3CU3Ef__this_2; public: inline static int32_t get_offset_of_U24PC_0() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator2_t90454087, ___U24PC_0)); } inline int32_t get_U24PC_0() const { return ___U24PC_0; } inline int32_t* get_address_of_U24PC_0() { return &___U24PC_0; } inline void set_U24PC_0(int32_t value) { ___U24PC_0 = value; } inline static int32_t get_offset_of_U24current_1() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator2_t90454087, ___U24current_1)); } inline RuntimeObject * get_U24current_1() const { return ___U24current_1; } inline RuntimeObject ** get_address_of_U24current_1() { return &___U24current_1; } inline void set_U24current_1(RuntimeObject * value) { ___U24current_1 = value; Il2CppCodeGenWriteBarrier((&___U24current_1), value); } inline static int32_t get_offset_of_U3CU3Ef__this_2() { return static_cast(offsetof(U3CGetEnumeratorU3Ec__Iterator2_t90454087, ___U3CU3Ef__this_2)); } inline XPathNodeIterator_t3667290188 * get_U3CU3Ef__this_2() const { return ___U3CU3Ef__this_2; } inline XPathNodeIterator_t3667290188 ** get_address_of_U3CU3Ef__this_2() { return &___U3CU3Ef__this_2; } inline void set_U3CU3Ef__this_2(XPathNodeIterator_t3667290188 * value) { ___U3CU3Ef__this_2 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__this_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CGETENUMERATORU3EC__ITERATOR2_T90454087_H #ifndef XMLNAMESPACEMANAGER_T418790500_H #define XMLNAMESPACEMANAGER_T418790500_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t418790500 : public RuntimeObject { public: // System.Xml.XmlNamespaceManager/NsDecl[] System.Xml.XmlNamespaceManager::decls NsDeclU5BU5D_t2116608150* ___decls_0; // System.Int32 System.Xml.XmlNamespaceManager::declPos int32_t ___declPos_1; // System.Xml.XmlNamespaceManager/NsScope[] System.Xml.XmlNamespaceManager::scopes NsScopeU5BU5D_t382374428* ___scopes_2; // System.Int32 System.Xml.XmlNamespaceManager::scopePos int32_t ___scopePos_3; // System.String System.Xml.XmlNamespaceManager::defaultNamespace String_t* ___defaultNamespace_4; // System.Int32 System.Xml.XmlNamespaceManager::count int32_t ___count_5; // System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::nameTable XmlNameTable_t71772148 * ___nameTable_6; // System.Boolean System.Xml.XmlNamespaceManager::internalAtomizedNames bool ___internalAtomizedNames_7; public: inline static int32_t get_offset_of_decls_0() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___decls_0)); } inline NsDeclU5BU5D_t2116608150* get_decls_0() const { return ___decls_0; } inline NsDeclU5BU5D_t2116608150** get_address_of_decls_0() { return &___decls_0; } inline void set_decls_0(NsDeclU5BU5D_t2116608150* value) { ___decls_0 = value; Il2CppCodeGenWriteBarrier((&___decls_0), value); } inline static int32_t get_offset_of_declPos_1() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___declPos_1)); } inline int32_t get_declPos_1() const { return ___declPos_1; } inline int32_t* get_address_of_declPos_1() { return &___declPos_1; } inline void set_declPos_1(int32_t value) { ___declPos_1 = value; } inline static int32_t get_offset_of_scopes_2() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___scopes_2)); } inline NsScopeU5BU5D_t382374428* get_scopes_2() const { return ___scopes_2; } inline NsScopeU5BU5D_t382374428** get_address_of_scopes_2() { return &___scopes_2; } inline void set_scopes_2(NsScopeU5BU5D_t382374428* value) { ___scopes_2 = value; Il2CppCodeGenWriteBarrier((&___scopes_2), value); } inline static int32_t get_offset_of_scopePos_3() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___scopePos_3)); } inline int32_t get_scopePos_3() const { return ___scopePos_3; } inline int32_t* get_address_of_scopePos_3() { return &___scopePos_3; } inline void set_scopePos_3(int32_t value) { ___scopePos_3 = value; } inline static int32_t get_offset_of_defaultNamespace_4() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___defaultNamespace_4)); } inline String_t* get_defaultNamespace_4() const { return ___defaultNamespace_4; } inline String_t** get_address_of_defaultNamespace_4() { return &___defaultNamespace_4; } inline void set_defaultNamespace_4(String_t* value) { ___defaultNamespace_4 = value; Il2CppCodeGenWriteBarrier((&___defaultNamespace_4), value); } inline static int32_t get_offset_of_count_5() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___count_5)); } inline int32_t get_count_5() const { return ___count_5; } inline int32_t* get_address_of_count_5() { return &___count_5; } inline void set_count_5(int32_t value) { ___count_5 = value; } inline static int32_t get_offset_of_nameTable_6() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___nameTable_6)); } inline XmlNameTable_t71772148 * get_nameTable_6() const { return ___nameTable_6; } inline XmlNameTable_t71772148 ** get_address_of_nameTable_6() { return &___nameTable_6; } inline void set_nameTable_6(XmlNameTable_t71772148 * value) { ___nameTable_6 = value; Il2CppCodeGenWriteBarrier((&___nameTable_6), value); } inline static int32_t get_offset_of_internalAtomizedNames_7() { return static_cast(offsetof(XmlNamespaceManager_t418790500, ___internalAtomizedNames_7)); } inline bool get_internalAtomizedNames_7() const { return ___internalAtomizedNames_7; } inline bool* get_address_of_internalAtomizedNames_7() { return &___internalAtomizedNames_7; } inline void set_internalAtomizedNames_7(bool value) { ___internalAtomizedNames_7 = value; } }; struct XmlNamespaceManager_t418790500_StaticFields { public: // System.Collections.Generic.Dictionary`2 System.Xml.XmlNamespaceManager::<>f__switch$map25 Dictionary_2_t2736202052 * ___U3CU3Ef__switchU24map25_8; public: inline static int32_t get_offset_of_U3CU3Ef__switchU24map25_8() { return static_cast(offsetof(XmlNamespaceManager_t418790500_StaticFields, ___U3CU3Ef__switchU24map25_8)); } inline Dictionary_2_t2736202052 * get_U3CU3Ef__switchU24map25_8() const { return ___U3CU3Ef__switchU24map25_8; } inline Dictionary_2_t2736202052 ** get_address_of_U3CU3Ef__switchU24map25_8() { return &___U3CU3Ef__switchU24map25_8; } inline void set_U3CU3Ef__switchU24map25_8(Dictionary_2_t2736202052 * value) { ___U3CU3Ef__switchU24map25_8 = value; Il2CppCodeGenWriteBarrier((&___U3CU3Ef__switchU24map25_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNAMESPACEMANAGER_T418790500_H #ifndef XPATHNODEITERATOR_T3667290188_H #define XPATHNODEITERATOR_T3667290188_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathNodeIterator struct XPathNodeIterator_t3667290188 : public RuntimeObject { public: // System.Int32 System.Xml.XPath.XPathNodeIterator::_count int32_t ____count_0; public: inline static int32_t get_offset_of__count_0() { return static_cast(offsetof(XPathNodeIterator_t3667290188, ____count_0)); } inline int32_t get__count_0() const { return ____count_0; } inline int32_t* get_address_of__count_0() { return &____count_0; } inline void set__count_0(int32_t value) { ____count_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHNODEITERATOR_T3667290188_H #ifndef STRING_T_H #define STRING_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::length int32_t ___length_0; // System.Char System.String::start_char Il2CppChar ___start_char_1; public: inline static int32_t get_offset_of_length_0() { return static_cast(offsetof(String_t, ___length_0)); } inline int32_t get_length_0() const { return ___length_0; } inline int32_t* get_address_of_length_0() { return &___length_0; } inline void set_length_0(int32_t value) { ___length_0 = value; } inline static int32_t get_offset_of_start_char_1() { return static_cast(offsetof(String_t, ___start_char_1)); } inline Il2CppChar get_start_char_1() const { return ___start_char_1; } inline Il2CppChar* get_address_of_start_char_1() { return &___start_char_1; } inline void set_start_char_1(Il2CppChar value) { ___start_char_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_2; // System.Char[] System.String::WhiteChars CharU5BU5D_t3528271667* ___WhiteChars_3; public: inline static int32_t get_offset_of_Empty_2() { return static_cast(offsetof(String_t_StaticFields, ___Empty_2)); } inline String_t* get_Empty_2() const { return ___Empty_2; } inline String_t** get_address_of_Empty_2() { return &___Empty_2; } inline void set_Empty_2(String_t* value) { ___Empty_2 = value; Il2CppCodeGenWriteBarrier((&___Empty_2), value); } inline static int32_t get_offset_of_WhiteChars_3() { return static_cast(offsetof(String_t_StaticFields, ___WhiteChars_3)); } inline CharU5BU5D_t3528271667* get_WhiteChars_3() const { return ___WhiteChars_3; } inline CharU5BU5D_t3528271667** get_address_of_WhiteChars_3() { return &___WhiteChars_3; } inline void set_WhiteChars_3(CharU5BU5D_t3528271667* value) { ___WhiteChars_3 = value; Il2CppCodeGenWriteBarrier((&___WhiteChars_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STRING_T_H #ifndef MEMBERINFO_T_H #define MEMBERINFO_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // MEMBERINFO_T_H #ifndef VALUETYPE_T3640485471_H #define VALUETYPE_T3640485471_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ValueType struct ValueType_t3640485471 : public RuntimeObject { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t3640485471_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t3640485471_marshaled_com { }; #endif // VALUETYPE_T3640485471_H #ifndef ENUMERABLEITERATOR_T1590428576_H #define ENUMERABLEITERATOR_T1590428576_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathNavigator/EnumerableIterator struct EnumerableIterator_t1590428576 : public XPathNodeIterator_t3667290188 { public: // System.Collections.IEnumerable System.Xml.XPath.XPathNavigator/EnumerableIterator::source RuntimeObject* ___source_1; // System.Collections.IEnumerator System.Xml.XPath.XPathNavigator/EnumerableIterator::e RuntimeObject* ___e_2; // System.Int32 System.Xml.XPath.XPathNavigator/EnumerableIterator::pos int32_t ___pos_3; public: inline static int32_t get_offset_of_source_1() { return static_cast(offsetof(EnumerableIterator_t1590428576, ___source_1)); } inline RuntimeObject* get_source_1() const { return ___source_1; } inline RuntimeObject** get_address_of_source_1() { return &___source_1; } inline void set_source_1(RuntimeObject* value) { ___source_1 = value; Il2CppCodeGenWriteBarrier((&___source_1), value); } inline static int32_t get_offset_of_e_2() { return static_cast(offsetof(EnumerableIterator_t1590428576, ___e_2)); } inline RuntimeObject* get_e_2() const { return ___e_2; } inline RuntimeObject** get_address_of_e_2() { return &___e_2; } inline void set_e_2(RuntimeObject* value) { ___e_2 = value; Il2CppCodeGenWriteBarrier((&___e_2), value); } inline static int32_t get_offset_of_pos_3() { return static_cast(offsetof(EnumerableIterator_t1590428576, ___pos_3)); } inline int32_t get_pos_3() const { return ___pos_3; } inline int32_t* get_address_of_pos_3() { return &___pos_3; } inline void set_pos_3(int32_t value) { ___pos_3 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ENUMERABLEITERATOR_T1590428576_H #ifndef U24ARRAYTYPEU2472_T1683523543_H #define U24ARRAYTYPEU2472_T1683523543_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$72 struct U24ArrayTypeU2472_t1683523543 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2472_t1683523543__padding[72]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2472_T1683523543_H #ifndef U24ARRAYTYPEU2412_T2490092598_H #define U24ARRAYTYPEU2412_T2490092598_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$12 struct U24ArrayTypeU2412_t2490092598 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU2412_t2490092598__padding[12]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU2412_T2490092598_H #ifndef ENUM_T4135868527_H #define ENUM_T4135868527_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Enum struct Enum_t4135868527 : public ValueType_t3640485471 { public: public: }; struct Enum_t4135868527_StaticFields { public: // System.Char[] System.Enum::split_char CharU5BU5D_t3528271667* ___split_char_0; public: inline static int32_t get_offset_of_split_char_0() { return static_cast(offsetof(Enum_t4135868527_StaticFields, ___split_char_0)); } inline CharU5BU5D_t3528271667* get_split_char_0() const { return ___split_char_0; } inline CharU5BU5D_t3528271667** get_address_of_split_char_0() { return &___split_char_0; } inline void set_split_char_0(CharU5BU5D_t3528271667* value) { ___split_char_0 = value; Il2CppCodeGenWriteBarrier((&___split_char_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Native definition for P/Invoke marshalling of System.Enum struct Enum_t4135868527_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t4135868527_marshaled_com { }; #endif // ENUM_T4135868527_H #ifndef SYSTEMEXCEPTION_T176217640_H #define SYSTEMEXCEPTION_T176217640_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.SystemException struct SystemException_t176217640 : public Exception_t { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SYSTEMEXCEPTION_T176217640_H #ifndef XPATHNAVIGATOR_T787956054_H #define XPATHNAVIGATOR_T787956054_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathNavigator struct XPathNavigator_t787956054 : public XPathItem_t4250588140 { public: public: }; struct XPathNavigator_t787956054_StaticFields { public: // System.Char[] System.Xml.XPath.XPathNavigator::escape_text_chars CharU5BU5D_t3528271667* ___escape_text_chars_0; // System.Char[] System.Xml.XPath.XPathNavigator::escape_attr_chars CharU5BU5D_t3528271667* ___escape_attr_chars_1; public: inline static int32_t get_offset_of_escape_text_chars_0() { return static_cast(offsetof(XPathNavigator_t787956054_StaticFields, ___escape_text_chars_0)); } inline CharU5BU5D_t3528271667* get_escape_text_chars_0() const { return ___escape_text_chars_0; } inline CharU5BU5D_t3528271667** get_address_of_escape_text_chars_0() { return &___escape_text_chars_0; } inline void set_escape_text_chars_0(CharU5BU5D_t3528271667* value) { ___escape_text_chars_0 = value; Il2CppCodeGenWriteBarrier((&___escape_text_chars_0), value); } inline static int32_t get_offset_of_escape_attr_chars_1() { return static_cast(offsetof(XPathNavigator_t787956054_StaticFields, ___escape_attr_chars_1)); } inline CharU5BU5D_t3528271667* get_escape_attr_chars_1() const { return ___escape_attr_chars_1; } inline CharU5BU5D_t3528271667** get_address_of_escape_attr_chars_1() { return &___escape_attr_chars_1; } inline void set_escape_attr_chars_1(CharU5BU5D_t3528271667* value) { ___escape_attr_chars_1 = value; Il2CppCodeGenWriteBarrier((&___escape_attr_chars_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHNAVIGATOR_T787956054_H #ifndef XPATHFUNCTION_T857746608_H #define XPATHFUNCTION_T857746608_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunction struct XPathFunction_t857746608 : public Expression_t1452783009 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTION_T857746608_H #ifndef EXPRNUMBER_T3483239576_H #define EXPRNUMBER_T3483239576_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprNumber struct ExprNumber_t3483239576 : public Expression_t1452783009 { public: // System.Double System.Xml.XPath.ExprNumber::_value double ____value_0; public: inline static int32_t get_offset_of__value_0() { return static_cast(offsetof(ExprNumber_t3483239576, ____value_0)); } inline double get__value_0() const { return ____value_0; } inline double* get_address_of__value_0() { return &____value_0; } inline void set__value_0(double value) { ____value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRNUMBER_T3483239576_H #ifndef TIMESPAN_T881159249_H #define TIMESPAN_T881159249_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.TimeSpan struct TimeSpan_t881159249 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_8; public: inline static int32_t get_offset_of__ticks_8() { return static_cast(offsetof(TimeSpan_t881159249, ____ticks_8)); } inline int64_t get__ticks_8() const { return ____ticks_8; } inline int64_t* get_address_of__ticks_8() { return &____ticks_8; } inline void set__ticks_8(int64_t value) { ____ticks_8 = value; } }; struct TimeSpan_t881159249_StaticFields { public: // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t881159249 ___MaxValue_5; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t881159249 ___MinValue_6; // System.TimeSpan System.TimeSpan::Zero TimeSpan_t881159249 ___Zero_7; public: inline static int32_t get_offset_of_MaxValue_5() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MaxValue_5)); } inline TimeSpan_t881159249 get_MaxValue_5() const { return ___MaxValue_5; } inline TimeSpan_t881159249 * get_address_of_MaxValue_5() { return &___MaxValue_5; } inline void set_MaxValue_5(TimeSpan_t881159249 value) { ___MaxValue_5 = value; } inline static int32_t get_offset_of_MinValue_6() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___MinValue_6)); } inline TimeSpan_t881159249 get_MinValue_6() const { return ___MinValue_6; } inline TimeSpan_t881159249 * get_address_of_MinValue_6() { return &___MinValue_6; } inline void set_MinValue_6(TimeSpan_t881159249 value) { ___MinValue_6 = value; } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(TimeSpan_t881159249_StaticFields, ___Zero_7)); } inline TimeSpan_t881159249 get_Zero_7() const { return ___Zero_7; } inline TimeSpan_t881159249 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(TimeSpan_t881159249 value) { ___Zero_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TIMESPAN_T881159249_H #ifndef U24ARRAYTYPEU248_T3244137464_H #define U24ARRAYTYPEU248_T3244137464_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$8 struct U24ArrayTypeU248_t3244137464 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU248_t3244137464__padding[8]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU248_T3244137464_H #ifndef VOID_T1185182177_H #define VOID_T1185182177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void struct Void_t1185182177 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // VOID_T1185182177_H #ifndef CHAR_T3634460470_H #define CHAR_T3634460470_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Char struct Char_t3634460470 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Char_t3634460470, ___m_value_2)); } inline Il2CppChar get_m_value_2() const { return ___m_value_2; } inline Il2CppChar* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(Il2CppChar value) { ___m_value_2 = value; } }; struct Char_t3634460470_StaticFields { public: // System.Byte* System.Char::category_data uint8_t* ___category_data_3; // System.Byte* System.Char::numeric_data uint8_t* ___numeric_data_4; // System.Double* System.Char::numeric_data_values double* ___numeric_data_values_5; // System.UInt16* System.Char::to_lower_data_low uint16_t* ___to_lower_data_low_6; // System.UInt16* System.Char::to_lower_data_high uint16_t* ___to_lower_data_high_7; // System.UInt16* System.Char::to_upper_data_low uint16_t* ___to_upper_data_low_8; // System.UInt16* System.Char::to_upper_data_high uint16_t* ___to_upper_data_high_9; public: inline static int32_t get_offset_of_category_data_3() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___category_data_3)); } inline uint8_t* get_category_data_3() const { return ___category_data_3; } inline uint8_t** get_address_of_category_data_3() { return &___category_data_3; } inline void set_category_data_3(uint8_t* value) { ___category_data_3 = value; } inline static int32_t get_offset_of_numeric_data_4() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_4)); } inline uint8_t* get_numeric_data_4() const { return ___numeric_data_4; } inline uint8_t** get_address_of_numeric_data_4() { return &___numeric_data_4; } inline void set_numeric_data_4(uint8_t* value) { ___numeric_data_4 = value; } inline static int32_t get_offset_of_numeric_data_values_5() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___numeric_data_values_5)); } inline double* get_numeric_data_values_5() const { return ___numeric_data_values_5; } inline double** get_address_of_numeric_data_values_5() { return &___numeric_data_values_5; } inline void set_numeric_data_values_5(double* value) { ___numeric_data_values_5 = value; } inline static int32_t get_offset_of_to_lower_data_low_6() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_low_6)); } inline uint16_t* get_to_lower_data_low_6() const { return ___to_lower_data_low_6; } inline uint16_t** get_address_of_to_lower_data_low_6() { return &___to_lower_data_low_6; } inline void set_to_lower_data_low_6(uint16_t* value) { ___to_lower_data_low_6 = value; } inline static int32_t get_offset_of_to_lower_data_high_7() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_lower_data_high_7)); } inline uint16_t* get_to_lower_data_high_7() const { return ___to_lower_data_high_7; } inline uint16_t** get_address_of_to_lower_data_high_7() { return &___to_lower_data_high_7; } inline void set_to_lower_data_high_7(uint16_t* value) { ___to_lower_data_high_7 = value; } inline static int32_t get_offset_of_to_upper_data_low_8() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_low_8)); } inline uint16_t* get_to_upper_data_low_8() const { return ___to_upper_data_low_8; } inline uint16_t** get_address_of_to_upper_data_low_8() { return &___to_upper_data_low_8; } inline void set_to_upper_data_low_8(uint16_t* value) { ___to_upper_data_low_8 = value; } inline static int32_t get_offset_of_to_upper_data_high_9() { return static_cast(offsetof(Char_t3634460470_StaticFields, ___to_upper_data_high_9)); } inline uint16_t* get_to_upper_data_high_9() const { return ___to_upper_data_high_9; } inline uint16_t** get_address_of_to_upper_data_high_9() { return &___to_upper_data_high_9; } inline void set_to_upper_data_high_9(uint16_t* value) { ___to_upper_data_high_9 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // CHAR_T3634460470_H #ifndef U24ARRAYTYPEU241280_T4290130235_H #define U24ARRAYTYPEU241280_T4290130235_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1280 struct U24ArrayTypeU241280_t4290130235 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241280_t4290130235__padding[1280]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241280_T4290130235_H #ifndef U24ARRAYTYPEU24256_T1929481984_H #define U24ARRAYTYPEU24256_T1929481984_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$256 struct U24ArrayTypeU24256_t1929481984 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24256_t1929481984__padding[256]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24256_T1929481984_H #ifndef COMPILEDEXPRESSION_T4018285681_H #define COMPILEDEXPRESSION_T4018285681_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.CompiledExpression struct CompiledExpression_t4018285681 : public XPathExpression_t1723793351 { public: // System.Xml.IXmlNamespaceResolver System.Xml.XPath.CompiledExpression::_nsm RuntimeObject* ____nsm_0; // System.Xml.XPath.Expression System.Xml.XPath.CompiledExpression::_expr Expression_t1452783009 * ____expr_1; // System.Xml.XPath.XPathSorters System.Xml.XPath.CompiledExpression::_sorters XPathSorters_t698127628 * ____sorters_2; // System.String System.Xml.XPath.CompiledExpression::rawExpression String_t* ___rawExpression_3; public: inline static int32_t get_offset_of__nsm_0() { return static_cast(offsetof(CompiledExpression_t4018285681, ____nsm_0)); } inline RuntimeObject* get__nsm_0() const { return ____nsm_0; } inline RuntimeObject** get_address_of__nsm_0() { return &____nsm_0; } inline void set__nsm_0(RuntimeObject* value) { ____nsm_0 = value; Il2CppCodeGenWriteBarrier((&____nsm_0), value); } inline static int32_t get_offset_of__expr_1() { return static_cast(offsetof(CompiledExpression_t4018285681, ____expr_1)); } inline Expression_t1452783009 * get__expr_1() const { return ____expr_1; } inline Expression_t1452783009 ** get_address_of__expr_1() { return &____expr_1; } inline void set__expr_1(Expression_t1452783009 * value) { ____expr_1 = value; Il2CppCodeGenWriteBarrier((&____expr_1), value); } inline static int32_t get_offset_of__sorters_2() { return static_cast(offsetof(CompiledExpression_t4018285681, ____sorters_2)); } inline XPathSorters_t698127628 * get__sorters_2() const { return ____sorters_2; } inline XPathSorters_t698127628 ** get_address_of__sorters_2() { return &____sorters_2; } inline void set__sorters_2(XPathSorters_t698127628 * value) { ____sorters_2 = value; Il2CppCodeGenWriteBarrier((&____sorters_2), value); } inline static int32_t get_offset_of_rawExpression_3() { return static_cast(offsetof(CompiledExpression_t4018285681, ___rawExpression_3)); } inline String_t* get_rawExpression_3() const { return ___rawExpression_3; } inline String_t** get_address_of_rawExpression_3() { return &___rawExpression_3; } inline void set_rawExpression_3(String_t* value) { ___rawExpression_3 = value; Il2CppCodeGenWriteBarrier((&___rawExpression_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // COMPILEDEXPRESSION_T4018285681_H #ifndef U24ARRAYTYPEU241532_T2333946162_H #define U24ARRAYTYPEU241532_T2333946162_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$1532 struct U24ArrayTypeU241532_t2333946162 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU241532_t2333946162__padding[1532]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU241532_T2333946162_H #ifndef INT64_T3736567304_H #define INT64_T3736567304_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int64 struct Int64_t3736567304 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int64_t3736567304, ___m_value_2)); } inline int64_t get_m_value_2() const { return ___m_value_2; } inline int64_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int64_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT64_T3736567304_H #ifndef NODESET_T3272593155_H #define NODESET_T3272593155_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.NodeSet struct NodeSet_t3272593155 : public Expression_t1452783009 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NODESET_T3272593155_H #ifndef INTPTR_T_H #define INTPTR_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INTPTR_T_H #ifndef DOUBLE_T594665363_H #define DOUBLE_T594665363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Double struct Double_t594665363 { public: // System.Double System.Double::m_value double ___m_value_13; public: inline static int32_t get_offset_of_m_value_13() { return static_cast(offsetof(Double_t594665363, ___m_value_13)); } inline double get_m_value_13() const { return ___m_value_13; } inline double* get_address_of_m_value_13() { return &___m_value_13; } inline void set_m_value_13(double value) { ___m_value_13 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DOUBLE_T594665363_H #ifndef DECIMAL_T2948259380_H #define DECIMAL_T2948259380_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Decimal struct Decimal_t2948259380 { public: // System.UInt32 System.Decimal::flags uint32_t ___flags_5; // System.UInt32 System.Decimal::hi uint32_t ___hi_6; // System.UInt32 System.Decimal::lo uint32_t ___lo_7; // System.UInt32 System.Decimal::mid uint32_t ___mid_8; public: inline static int32_t get_offset_of_flags_5() { return static_cast(offsetof(Decimal_t2948259380, ___flags_5)); } inline uint32_t get_flags_5() const { return ___flags_5; } inline uint32_t* get_address_of_flags_5() { return &___flags_5; } inline void set_flags_5(uint32_t value) { ___flags_5 = value; } inline static int32_t get_offset_of_hi_6() { return static_cast(offsetof(Decimal_t2948259380, ___hi_6)); } inline uint32_t get_hi_6() const { return ___hi_6; } inline uint32_t* get_address_of_hi_6() { return &___hi_6; } inline void set_hi_6(uint32_t value) { ___hi_6 = value; } inline static int32_t get_offset_of_lo_7() { return static_cast(offsetof(Decimal_t2948259380, ___lo_7)); } inline uint32_t get_lo_7() const { return ___lo_7; } inline uint32_t* get_address_of_lo_7() { return &___lo_7; } inline void set_lo_7(uint32_t value) { ___lo_7 = value; } inline static int32_t get_offset_of_mid_8() { return static_cast(offsetof(Decimal_t2948259380, ___mid_8)); } inline uint32_t get_mid_8() const { return ___mid_8; } inline uint32_t* get_address_of_mid_8() { return &___mid_8; } inline void set_mid_8(uint32_t value) { ___mid_8 = value; } }; struct Decimal_t2948259380_StaticFields { public: // System.Decimal System.Decimal::MinValue Decimal_t2948259380 ___MinValue_0; // System.Decimal System.Decimal::MaxValue Decimal_t2948259380 ___MaxValue_1; // System.Decimal System.Decimal::MinusOne Decimal_t2948259380 ___MinusOne_2; // System.Decimal System.Decimal::One Decimal_t2948259380 ___One_3; // System.Decimal System.Decimal::MaxValueDiv10 Decimal_t2948259380 ___MaxValueDiv10_4; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinValue_0)); } inline Decimal_t2948259380 get_MinValue_0() const { return ___MinValue_0; } inline Decimal_t2948259380 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(Decimal_t2948259380 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValue_1)); } inline Decimal_t2948259380 get_MaxValue_1() const { return ___MaxValue_1; } inline Decimal_t2948259380 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(Decimal_t2948259380 value) { ___MaxValue_1 = value; } inline static int32_t get_offset_of_MinusOne_2() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MinusOne_2)); } inline Decimal_t2948259380 get_MinusOne_2() const { return ___MinusOne_2; } inline Decimal_t2948259380 * get_address_of_MinusOne_2() { return &___MinusOne_2; } inline void set_MinusOne_2(Decimal_t2948259380 value) { ___MinusOne_2 = value; } inline static int32_t get_offset_of_One_3() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___One_3)); } inline Decimal_t2948259380 get_One_3() const { return ___One_3; } inline Decimal_t2948259380 * get_address_of_One_3() { return &___One_3; } inline void set_One_3(Decimal_t2948259380 value) { ___One_3 = value; } inline static int32_t get_offset_of_MaxValueDiv10_4() { return static_cast(offsetof(Decimal_t2948259380_StaticFields, ___MaxValueDiv10_4)); } inline Decimal_t2948259380 get_MaxValueDiv10_4() const { return ___MaxValueDiv10_4; } inline Decimal_t2948259380 * get_address_of_MaxValueDiv10_4() { return &___MaxValueDiv10_4; } inline void set_MaxValueDiv10_4(Decimal_t2948259380 value) { ___MaxValueDiv10_4 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DECIMAL_T2948259380_H #ifndef EXPRBINARY_T2069694888_H #define EXPRBINARY_T2069694888_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprBinary struct ExprBinary_t2069694888 : public Expression_t1452783009 { public: // System.Xml.XPath.Expression System.Xml.XPath.ExprBinary::_left Expression_t1452783009 * ____left_0; // System.Xml.XPath.Expression System.Xml.XPath.ExprBinary::_right Expression_t1452783009 * ____right_1; public: inline static int32_t get_offset_of__left_0() { return static_cast(offsetof(ExprBinary_t2069694888, ____left_0)); } inline Expression_t1452783009 * get__left_0() const { return ____left_0; } inline Expression_t1452783009 ** get_address_of__left_0() { return &____left_0; } inline void set__left_0(Expression_t1452783009 * value) { ____left_0 = value; Il2CppCodeGenWriteBarrier((&____left_0), value); } inline static int32_t get_offset_of__right_1() { return static_cast(offsetof(ExprBinary_t2069694888, ____right_1)); } inline Expression_t1452783009 * get__right_1() const { return ____right_1; } inline Expression_t1452783009 ** get_address_of__right_1() { return &____right_1; } inline void set__right_1(Expression_t1452783009 * value) { ____right_1 = value; Il2CppCodeGenWriteBarrier((&____right_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRBINARY_T2069694888_H #ifndef XSLTCONTEXT_T2039362735_H #define XSLTCONTEXT_T2039362735_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.Xsl.XsltContext struct XsltContext_t2039362735 : public XmlNamespaceManager_t418790500 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XSLTCONTEXT_T2039362735_H #ifndef INT32_T2950945753_H #define INT32_T2950945753_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 struct Int32_t2950945753 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Int32_t2950945753, ___m_value_2)); } inline int32_t get_m_value_2() const { return ___m_value_2; } inline int32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(int32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INT32_T2950945753_H #ifndef UINT32_T2560061978_H #define UINT32_T2560061978_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.UInt32 struct UInt32_t2560061978 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(UInt32_t2560061978, ___m_value_2)); } inline uint32_t get_m_value_2() const { return ___m_value_2; } inline uint32_t* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(uint32_t value) { ___m_value_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UINT32_T2560061978_H #ifndef SINGLE_T1397266774_H #define SINGLE_T1397266774_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Single struct Single_t1397266774 { public: // System.Single System.Single::m_value float ___m_value_7; public: inline static int32_t get_offset_of_m_value_7() { return static_cast(offsetof(Single_t1397266774, ___m_value_7)); } inline float get_m_value_7() const { return ___m_value_7; } inline float* get_address_of_m_value_7() { return &___m_value_7; } inline void set_m_value_7(float value) { ___m_value_7 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SINGLE_T1397266774_H #ifndef BOOLEAN_T97287965_H #define BOOLEAN_T97287965_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean struct Boolean_t97287965 { public: // System.Boolean System.Boolean::m_value bool ___m_value_2; public: inline static int32_t get_offset_of_m_value_2() { return static_cast(offsetof(Boolean_t97287965, ___m_value_2)); } inline bool get_m_value_2() const { return ___m_value_2; } inline bool* get_address_of_m_value_2() { return &___m_value_2; } inline void set_m_value_2(bool value) { ___m_value_2 = value; } }; struct Boolean_t97287965_StaticFields { public: // System.String System.Boolean::FalseString String_t* ___FalseString_0; // System.String System.Boolean::TrueString String_t* ___TrueString_1; public: inline static int32_t get_offset_of_FalseString_0() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___FalseString_0)); } inline String_t* get_FalseString_0() const { return ___FalseString_0; } inline String_t** get_address_of_FalseString_0() { return &___FalseString_0; } inline void set_FalseString_0(String_t* value) { ___FalseString_0 = value; Il2CppCodeGenWriteBarrier((&___FalseString_0), value); } inline static int32_t get_offset_of_TrueString_1() { return static_cast(offsetof(Boolean_t97287965_StaticFields, ___TrueString_1)); } inline String_t* get_TrueString_1() const { return ___TrueString_1; } inline String_t** get_address_of_TrueString_1() { return &___TrueString_1; } inline void set_TrueString_1(String_t* value) { ___TrueString_1 = value; Il2CppCodeGenWriteBarrier((&___TrueString_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BOOLEAN_T97287965_H #ifndef U24ARRAYTYPEU24236_T1547144958_H #define U24ARRAYTYPEU24236_T1547144958_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$236 struct U24ArrayTypeU24236_t1547144958 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24236_t1547144958__padding[236]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24236_T1547144958_H #ifndef BASEITERATOR_T4168896842_H #define BASEITERATOR_T4168896842_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.BaseIterator struct BaseIterator_t4168896842 : public XPathNodeIterator_t3667290188 { public: // System.Xml.IXmlNamespaceResolver System.Xml.XPath.BaseIterator::_nsm RuntimeObject* ____nsm_1; // System.Int32 System.Xml.XPath.BaseIterator::position int32_t ___position_2; public: inline static int32_t get_offset_of__nsm_1() { return static_cast(offsetof(BaseIterator_t4168896842, ____nsm_1)); } inline RuntimeObject* get__nsm_1() const { return ____nsm_1; } inline RuntimeObject** get_address_of__nsm_1() { return &____nsm_1; } inline void set__nsm_1(RuntimeObject* value) { ____nsm_1 = value; Il2CppCodeGenWriteBarrier((&____nsm_1), value); } inline static int32_t get_offset_of_position_2() { return static_cast(offsetof(BaseIterator_t4168896842, ___position_2)); } inline int32_t get_position_2() const { return ___position_2; } inline int32_t* get_address_of_position_2() { return &___position_2; } inline void set_position_2(int32_t value) { ___position_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BASEITERATOR_T4168896842_H #ifndef U24ARRAYTYPEU24208_T3503460108_H #define U24ARRAYTYPEU24208_T3503460108_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // /$ArrayType$208 struct U24ArrayTypeU24208_t3503460108 { public: union { struct { union { }; }; uint8_t U24ArrayTypeU24208_t3503460108__padding[208]; }; public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U24ARRAYTYPEU24208_T3503460108_H #ifndef FORMATEXCEPTION_T154580423_H #define FORMATEXCEPTION_T154580423_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.FormatException struct FormatException_t154580423 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // FORMATEXCEPTION_T154580423_H #ifndef NUMBERSTYLES_T617258130_H #define NUMBERSTYLES_T617258130_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Globalization.NumberStyles struct NumberStyles_t617258130 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(NumberStyles_t617258130, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NUMBERSTYLES_T617258130_H #ifndef ARITHMETICEXCEPTION_T4283546778_H #define ARITHMETICEXCEPTION_T4283546778_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArithmeticException struct ArithmeticException_t4283546778 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARITHMETICEXCEPTION_T4283546778_H #ifndef ARGUMENTEXCEPTION_T132251570_H #define ARGUMENTEXCEPTION_T132251570_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentException struct ArgumentException_t132251570 : public SystemException_t176217640 { public: // System.String System.ArgumentException::param_name String_t* ___param_name_12; public: inline static int32_t get_offset_of_param_name_12() { return static_cast(offsetof(ArgumentException_t132251570, ___param_name_12)); } inline String_t* get_param_name_12() const { return ___param_name_12; } inline String_t** get_address_of_param_name_12() { return &___param_name_12; } inline void set_param_name_12(String_t* value) { ___param_name_12 = value; Il2CppCodeGenWriteBarrier((&___param_name_12), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTEXCEPTION_T132251570_H #ifndef XPATHFUNCTIONPOSITION_T1996792158_H #define XPATHFUNCTIONPOSITION_T1996792158_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionPosition struct XPathFunctionPosition_t1996792158 : public XPathFunction_t857746608 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONPOSITION_T1996792158_H #ifndef BINDINGFLAGS_T2721792723_H #define BINDINGFLAGS_T2721792723_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Reflection.BindingFlags struct BindingFlags_t2721792723 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(BindingFlags_t2721792723, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // BINDINGFLAGS_T2721792723_H #ifndef XPATHFUNCTIONSTARTSWITH_T3734288208_H #define XPATHFUNCTIONSTARTSWITH_T3734288208_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionStartsWith struct XPathFunctionStartsWith_t3734288208 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionStartsWith::arg0 Expression_t1452783009 * ___arg0_0; // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionStartsWith::arg1 Expression_t1452783009 * ___arg1_1; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionStartsWith_t3734288208, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } inline static int32_t get_offset_of_arg1_1() { return static_cast(offsetof(XPathFunctionStartsWith_t3734288208, ___arg1_1)); } inline Expression_t1452783009 * get_arg1_1() const { return ___arg1_1; } inline Expression_t1452783009 ** get_address_of_arg1_1() { return &___arg1_1; } inline void set_arg1_1(Expression_t1452783009 * value) { ___arg1_1 = value; Il2CppCodeGenWriteBarrier((&___arg1_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONSTARTSWITH_T3734288208_H #ifndef NOTSUPPORTEDEXCEPTION_T1314879016_H #define NOTSUPPORTEDEXCEPTION_T1314879016_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.NotSupportedException struct NotSupportedException_t1314879016 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NOTSUPPORTEDEXCEPTION_T1314879016_H #ifndef STREAMINGCONTEXTSTATES_T3580100459_H #define STREAMINGCONTEXTSTATES_T3580100459_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_t3580100459 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(StreamingContextStates_t3580100459, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // STREAMINGCONTEXTSTATES_T3580100459_H #ifndef XPATHNAMESPACESCOPE_T4128811329_H #define XPATHNAMESPACESCOPE_T4128811329_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathNamespaceScope struct XPathNamespaceScope_t4128811329 { public: // System.Int32 System.Xml.XPath.XPathNamespaceScope::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XPathNamespaceScope_t4128811329, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHNAMESPACESCOPE_T4128811329_H #ifndef XPATHFUNCTIONTRANSLATE_T1071508611_H #define XPATHFUNCTIONTRANSLATE_T1071508611_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionTranslate struct XPathFunctionTranslate_t1071508611 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionTranslate::arg0 Expression_t1452783009 * ___arg0_0; // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionTranslate::arg1 Expression_t1452783009 * ___arg1_1; // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionTranslate::arg2 Expression_t1452783009 * ___arg2_2; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionTranslate_t1071508611, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } inline static int32_t get_offset_of_arg1_1() { return static_cast(offsetof(XPathFunctionTranslate_t1071508611, ___arg1_1)); } inline Expression_t1452783009 * get_arg1_1() const { return ___arg1_1; } inline Expression_t1452783009 ** get_address_of_arg1_1() { return &___arg1_1; } inline void set_arg1_1(Expression_t1452783009 * value) { ___arg1_1 = value; Il2CppCodeGenWriteBarrier((&___arg1_1), value); } inline static int32_t get_offset_of_arg2_2() { return static_cast(offsetof(XPathFunctionTranslate_t1071508611, ___arg2_2)); } inline Expression_t1452783009 * get_arg2_2() const { return ___arg2_2; } inline Expression_t1452783009 ** get_address_of_arg2_2() { return &___arg2_2; } inline void set_arg2_2(Expression_t1452783009 * value) { ___arg2_2 = value; Il2CppCodeGenWriteBarrier((&___arg2_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONTRANSLATE_T1071508611_H #ifndef XPATHFUNCTIONSUBSTRINGBEFORE_T3299707364_H #define XPATHFUNCTIONSUBSTRINGBEFORE_T3299707364_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionSubstringBefore struct XPathFunctionSubstringBefore_t3299707364 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionSubstringBefore::arg0 Expression_t1452783009 * ___arg0_0; // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionSubstringBefore::arg1 Expression_t1452783009 * ___arg1_1; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionSubstringBefore_t3299707364, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } inline static int32_t get_offset_of_arg1_1() { return static_cast(offsetof(XPathFunctionSubstringBefore_t3299707364, ___arg1_1)); } inline Expression_t1452783009 * get_arg1_1() const { return ___arg1_1; } inline Expression_t1452783009 ** get_address_of_arg1_1() { return &___arg1_1; } inline void set_arg1_1(Expression_t1452783009 * value) { ___arg1_1 = value; Il2CppCodeGenWriteBarrier((&___arg1_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONSUBSTRINGBEFORE_T3299707364_H #ifndef XPATHFUNCTIONSUBSTRINGAFTER_T2254953802_H #define XPATHFUNCTIONSUBSTRINGAFTER_T2254953802_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionSubstringAfter struct XPathFunctionSubstringAfter_t2254953802 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionSubstringAfter::arg0 Expression_t1452783009 * ___arg0_0; // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionSubstringAfter::arg1 Expression_t1452783009 * ___arg1_1; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionSubstringAfter_t2254953802, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } inline static int32_t get_offset_of_arg1_1() { return static_cast(offsetof(XPathFunctionSubstringAfter_t2254953802, ___arg1_1)); } inline Expression_t1452783009 * get_arg1_1() const { return ___arg1_1; } inline Expression_t1452783009 ** get_address_of_arg1_1() { return &___arg1_1; } inline void set_arg1_1(Expression_t1452783009 * value) { ___arg1_1 = value; Il2CppCodeGenWriteBarrier((&___arg1_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONSUBSTRINGAFTER_T2254953802_H #ifndef RUNTIMETYPEHANDLE_T3027515415_H #define RUNTIMETYPEHANDLE_T3027515415_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeTypeHandle struct RuntimeTypeHandle_t3027515415 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_t3027515415, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMETYPEHANDLE_T3027515415_H #ifndef XPATHFUNCTIONSUBSTRING_T3677332116_H #define XPATHFUNCTIONSUBSTRING_T3677332116_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionSubstring struct XPathFunctionSubstring_t3677332116 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionSubstring::arg0 Expression_t1452783009 * ___arg0_0; // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionSubstring::arg1 Expression_t1452783009 * ___arg1_1; // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionSubstring::arg2 Expression_t1452783009 * ___arg2_2; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionSubstring_t3677332116, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } inline static int32_t get_offset_of_arg1_1() { return static_cast(offsetof(XPathFunctionSubstring_t3677332116, ___arg1_1)); } inline Expression_t1452783009 * get_arg1_1() const { return ___arg1_1; } inline Expression_t1452783009 ** get_address_of_arg1_1() { return &___arg1_1; } inline void set_arg1_1(Expression_t1452783009 * value) { ___arg1_1 = value; Il2CppCodeGenWriteBarrier((&___arg1_1), value); } inline static int32_t get_offset_of_arg2_2() { return static_cast(offsetof(XPathFunctionSubstring_t3677332116, ___arg2_2)); } inline Expression_t1452783009 * get_arg2_2() const { return ___arg2_2; } inline Expression_t1452783009 ** get_address_of_arg2_2() { return &___arg2_2; } inline void set_arg2_2(Expression_t1452783009 * value) { ___arg2_2 = value; Il2CppCodeGenWriteBarrier((&___arg2_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONSUBSTRING_T3677332116_H #ifndef XPATHFUNCTIONSTRINGLENGTH_T1686187666_H #define XPATHFUNCTIONSTRINGLENGTH_T1686187666_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionStringLength struct XPathFunctionStringLength_t1686187666 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionStringLength::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionStringLength_t1686187666, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONSTRINGLENGTH_T1686187666_H #ifndef XPATHFUNCTIONSTRING_T3820712894_H #define XPATHFUNCTIONSTRING_T3820712894_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionString struct XPathFunctionString_t3820712894 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionString::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionString_t3820712894, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONSTRING_T3820712894_H #ifndef XPATHFUNCTIONNORMALIZESPACE_T379159227_H #define XPATHFUNCTIONNORMALIZESPACE_T379159227_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionNormalizeSpace struct XPathFunctionNormalizeSpace_t379159227 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionNormalizeSpace::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionNormalizeSpace_t379159227, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONNORMALIZESPACE_T379159227_H #ifndef XPATHBOOLEANFUNCTION_T57991257_H #define XPATHBOOLEANFUNCTION_T57991257_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathBooleanFunction struct XPathBooleanFunction_t57991257 : public XPathFunction_t857746608 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHBOOLEANFUNCTION_T57991257_H #ifndef XMLNODEORDER_T3385003529_H #define XMLNODEORDER_T3385003529_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlNodeOrder struct XmlNodeOrder_t3385003529 { public: // System.Int32 System.Xml.XmlNodeOrder::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlNodeOrder_t3385003529, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLNODEORDER_T3385003529_H #ifndef PARENSITERATOR_T4020310733_H #define PARENSITERATOR_T4020310733_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ParensIterator struct ParensIterator_t4020310733 : public BaseIterator_t4168896842 { public: // System.Xml.XPath.BaseIterator System.Xml.XPath.ParensIterator::_iter BaseIterator_t4168896842 * ____iter_3; public: inline static int32_t get_offset_of__iter_3() { return static_cast(offsetof(ParensIterator_t4020310733, ____iter_3)); } inline BaseIterator_t4168896842 * get__iter_3() const { return ____iter_3; } inline BaseIterator_t4168896842 ** get_address_of__iter_3() { return &____iter_3; } inline void set__iter_3(BaseIterator_t4168896842 * value) { ____iter_3 = value; Il2CppCodeGenWriteBarrier((&____iter_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARENSITERATOR_T4020310733_H #ifndef SIMPLEITERATOR_T809567201_H #define SIMPLEITERATOR_T809567201_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.SimpleIterator struct SimpleIterator_t809567201 : public BaseIterator_t4168896842 { public: // System.Xml.XPath.XPathNavigator System.Xml.XPath.SimpleIterator::_nav XPathNavigator_t787956054 * ____nav_3; // System.Xml.XPath.XPathNavigator System.Xml.XPath.SimpleIterator::_current XPathNavigator_t787956054 * ____current_4; // System.Boolean System.Xml.XPath.SimpleIterator::skipfirst bool ___skipfirst_5; public: inline static int32_t get_offset_of__nav_3() { return static_cast(offsetof(SimpleIterator_t809567201, ____nav_3)); } inline XPathNavigator_t787956054 * get__nav_3() const { return ____nav_3; } inline XPathNavigator_t787956054 ** get_address_of__nav_3() { return &____nav_3; } inline void set__nav_3(XPathNavigator_t787956054 * value) { ____nav_3 = value; Il2CppCodeGenWriteBarrier((&____nav_3), value); } inline static int32_t get_offset_of__current_4() { return static_cast(offsetof(SimpleIterator_t809567201, ____current_4)); } inline XPathNavigator_t787956054 * get__current_4() const { return ____current_4; } inline XPathNavigator_t787956054 ** get_address_of__current_4() { return &____current_4; } inline void set__current_4(XPathNavigator_t787956054 * value) { ____current_4 = value; Il2CppCodeGenWriteBarrier((&____current_4), value); } inline static int32_t get_offset_of_skipfirst_5() { return static_cast(offsetof(SimpleIterator_t809567201, ___skipfirst_5)); } inline bool get_skipfirst_5() const { return ___skipfirst_5; } inline bool* get_address_of_skipfirst_5() { return &___skipfirst_5; } inline void set_skipfirst_5(bool value) { ___skipfirst_5 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIMPLEITERATOR_T809567201_H #ifndef XPATHNUMERICFUNCTION_T307051317_H #define XPATHNUMERICFUNCTION_T307051317_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathNumericFunction struct XPathNumericFunction_t307051317 : public XPathFunction_t857746608 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHNUMERICFUNCTION_T307051317_H #ifndef XPATHFUNCTIONCONCAT_T3351639595_H #define XPATHFUNCTIONCONCAT_T3351639595_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionConcat struct XPathFunctionConcat_t3351639595 : public XPathFunction_t857746608 { public: // System.Collections.ArrayList System.Xml.XPath.XPathFunctionConcat::rgs ArrayList_t2718874744 * ___rgs_0; public: inline static int32_t get_offset_of_rgs_0() { return static_cast(offsetof(XPathFunctionConcat_t3351639595, ___rgs_0)); } inline ArrayList_t2718874744 * get_rgs_0() const { return ___rgs_0; } inline ArrayList_t2718874744 ** get_address_of_rgs_0() { return &___rgs_0; } inline void set_rgs_0(ArrayList_t2718874744 * value) { ___rgs_0 = value; Il2CppCodeGenWriteBarrier((&___rgs_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONCONCAT_T3351639595_H #ifndef XPATHFUNCTIONCONTAINS_T678583606_H #define XPATHFUNCTIONCONTAINS_T678583606_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionContains struct XPathFunctionContains_t678583606 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionContains::arg0 Expression_t1452783009 * ___arg0_0; // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionContains::arg1 Expression_t1452783009 * ___arg1_1; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionContains_t678583606, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } inline static int32_t get_offset_of_arg1_1() { return static_cast(offsetof(XPathFunctionContains_t678583606, ___arg1_1)); } inline Expression_t1452783009 * get_arg1_1() const { return ___arg1_1; } inline Expression_t1452783009 ** get_address_of_arg1_1() { return &___arg1_1; } inline void set_arg1_1(Expression_t1452783009 * value) { ___arg1_1 = value; Il2CppCodeGenWriteBarrier((&___arg1_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONCONTAINS_T678583606_H #ifndef XMLDATATYPE_T3437356259_H #define XMLDATATYPE_T3437356259_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XmlDataType struct XmlDataType_t3437356259 { public: // System.Int32 System.Xml.XPath.XmlDataType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XmlDataType_t3437356259, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XMLDATATYPE_T3437356259_H #ifndef XPATHRESULTTYPE_T2828988488_H #define XPATHRESULTTYPE_T2828988488_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathResultType struct XPathResultType_t2828988488 { public: // System.Int32 System.Xml.XPath.XPathResultType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XPathResultType_t2828988488, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHRESULTTYPE_T2828988488_H #ifndef EXPRBOOLEAN_T3855188593_H #define EXPRBOOLEAN_T3855188593_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ExprBoolean struct ExprBoolean_t3855188593 : public ExprBinary_t2069694888 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // EXPRBOOLEAN_T3855188593_H #ifndef SIMPLESLASHITERATOR_T3611200333_H #define SIMPLESLASHITERATOR_T3611200333_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.SimpleSlashIterator struct SimpleSlashIterator_t3611200333 : public BaseIterator_t4168896842 { public: // System.Xml.XPath.NodeSet System.Xml.XPath.SimpleSlashIterator::_expr NodeSet_t3272593155 * ____expr_3; // System.Xml.XPath.BaseIterator System.Xml.XPath.SimpleSlashIterator::_left BaseIterator_t4168896842 * ____left_4; // System.Xml.XPath.BaseIterator System.Xml.XPath.SimpleSlashIterator::_right BaseIterator_t4168896842 * ____right_5; // System.Xml.XPath.XPathNavigator System.Xml.XPath.SimpleSlashIterator::_current XPathNavigator_t787956054 * ____current_6; public: inline static int32_t get_offset_of__expr_3() { return static_cast(offsetof(SimpleSlashIterator_t3611200333, ____expr_3)); } inline NodeSet_t3272593155 * get__expr_3() const { return ____expr_3; } inline NodeSet_t3272593155 ** get_address_of__expr_3() { return &____expr_3; } inline void set__expr_3(NodeSet_t3272593155 * value) { ____expr_3 = value; Il2CppCodeGenWriteBarrier((&____expr_3), value); } inline static int32_t get_offset_of__left_4() { return static_cast(offsetof(SimpleSlashIterator_t3611200333, ____left_4)); } inline BaseIterator_t4168896842 * get__left_4() const { return ____left_4; } inline BaseIterator_t4168896842 ** get_address_of__left_4() { return &____left_4; } inline void set__left_4(BaseIterator_t4168896842 * value) { ____left_4 = value; Il2CppCodeGenWriteBarrier((&____left_4), value); } inline static int32_t get_offset_of__right_5() { return static_cast(offsetof(SimpleSlashIterator_t3611200333, ____right_5)); } inline BaseIterator_t4168896842 * get__right_5() const { return ____right_5; } inline BaseIterator_t4168896842 ** get_address_of__right_5() { return &____right_5; } inline void set__right_5(BaseIterator_t4168896842 * value) { ____right_5 = value; Il2CppCodeGenWriteBarrier((&____right_5), value); } inline static int32_t get_offset_of__current_6() { return static_cast(offsetof(SimpleSlashIterator_t3611200333, ____current_6)); } inline XPathNavigator_t787956054 * get__current_6() const { return ____current_6; } inline XPathNavigator_t787956054 ** get_address_of__current_6() { return &____current_6; } inline void set__current_6(XPathNavigator_t787956054 * value) { ____current_6 = value; Il2CppCodeGenWriteBarrier((&____current_6), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SIMPLESLASHITERATOR_T3611200333_H #ifndef SLASHITERATOR_T2421034408_H #define SLASHITERATOR_T2421034408_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.SlashIterator struct SlashIterator_t2421034408 : public BaseIterator_t4168896842 { public: // System.Xml.XPath.BaseIterator System.Xml.XPath.SlashIterator::_iterLeft BaseIterator_t4168896842 * ____iterLeft_3; // System.Xml.XPath.BaseIterator System.Xml.XPath.SlashIterator::_iterRight BaseIterator_t4168896842 * ____iterRight_4; // System.Xml.XPath.NodeSet System.Xml.XPath.SlashIterator::_expr NodeSet_t3272593155 * ____expr_5; // System.Collections.SortedList System.Xml.XPath.SlashIterator::_iterList SortedList_t2427694641 * ____iterList_6; // System.Boolean System.Xml.XPath.SlashIterator::_finished bool ____finished_7; // System.Xml.XPath.BaseIterator System.Xml.XPath.SlashIterator::_nextIterRight BaseIterator_t4168896842 * ____nextIterRight_8; public: inline static int32_t get_offset_of__iterLeft_3() { return static_cast(offsetof(SlashIterator_t2421034408, ____iterLeft_3)); } inline BaseIterator_t4168896842 * get__iterLeft_3() const { return ____iterLeft_3; } inline BaseIterator_t4168896842 ** get_address_of__iterLeft_3() { return &____iterLeft_3; } inline void set__iterLeft_3(BaseIterator_t4168896842 * value) { ____iterLeft_3 = value; Il2CppCodeGenWriteBarrier((&____iterLeft_3), value); } inline static int32_t get_offset_of__iterRight_4() { return static_cast(offsetof(SlashIterator_t2421034408, ____iterRight_4)); } inline BaseIterator_t4168896842 * get__iterRight_4() const { return ____iterRight_4; } inline BaseIterator_t4168896842 ** get_address_of__iterRight_4() { return &____iterRight_4; } inline void set__iterRight_4(BaseIterator_t4168896842 * value) { ____iterRight_4 = value; Il2CppCodeGenWriteBarrier((&____iterRight_4), value); } inline static int32_t get_offset_of__expr_5() { return static_cast(offsetof(SlashIterator_t2421034408, ____expr_5)); } inline NodeSet_t3272593155 * get__expr_5() const { return ____expr_5; } inline NodeSet_t3272593155 ** get_address_of__expr_5() { return &____expr_5; } inline void set__expr_5(NodeSet_t3272593155 * value) { ____expr_5 = value; Il2CppCodeGenWriteBarrier((&____expr_5), value); } inline static int32_t get_offset_of__iterList_6() { return static_cast(offsetof(SlashIterator_t2421034408, ____iterList_6)); } inline SortedList_t2427694641 * get__iterList_6() const { return ____iterList_6; } inline SortedList_t2427694641 ** get_address_of__iterList_6() { return &____iterList_6; } inline void set__iterList_6(SortedList_t2427694641 * value) { ____iterList_6 = value; Il2CppCodeGenWriteBarrier((&____iterList_6), value); } inline static int32_t get_offset_of__finished_7() { return static_cast(offsetof(SlashIterator_t2421034408, ____finished_7)); } inline bool get__finished_7() const { return ____finished_7; } inline bool* get_address_of__finished_7() { return &____finished_7; } inline void set__finished_7(bool value) { ____finished_7 = value; } inline static int32_t get_offset_of__nextIterRight_8() { return static_cast(offsetof(SlashIterator_t2421034408, ____nextIterRight_8)); } inline BaseIterator_t4168896842 * get__nextIterRight_8() const { return ____nextIterRight_8; } inline BaseIterator_t4168896842 ** get_address_of__nextIterRight_8() { return &____nextIterRight_8; } inline void set__nextIterRight_8(BaseIterator_t4168896842 * value) { ____nextIterRight_8 = value; Il2CppCodeGenWriteBarrier((&____nextIterRight_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SLASHITERATOR_T2421034408_H #ifndef SORTEDITERATOR_T2904376427_H #define SORTEDITERATOR_T2904376427_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.SortedIterator struct SortedIterator_t2904376427 : public BaseIterator_t4168896842 { public: // System.Collections.ArrayList System.Xml.XPath.SortedIterator::list ArrayList_t2718874744 * ___list_3; public: inline static int32_t get_offset_of_list_3() { return static_cast(offsetof(SortedIterator_t2904376427, ___list_3)); } inline ArrayList_t2718874744 * get_list_3() const { return ___list_3; } inline ArrayList_t2718874744 ** get_address_of_list_3() { return &___list_3; } inline void set_list_3(ArrayList_t2718874744 * value) { ___list_3 = value; Il2CppCodeGenWriteBarrier((&___list_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SORTEDITERATOR_T2904376427_H #ifndef UNIONITERATOR_T312972106_H #define UNIONITERATOR_T312972106_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.UnionIterator struct UnionIterator_t312972106 : public BaseIterator_t4168896842 { public: // System.Xml.XPath.BaseIterator System.Xml.XPath.UnionIterator::_left BaseIterator_t4168896842 * ____left_3; // System.Xml.XPath.BaseIterator System.Xml.XPath.UnionIterator::_right BaseIterator_t4168896842 * ____right_4; // System.Boolean System.Xml.XPath.UnionIterator::keepLeft bool ___keepLeft_5; // System.Boolean System.Xml.XPath.UnionIterator::keepRight bool ___keepRight_6; // System.Xml.XPath.XPathNavigator System.Xml.XPath.UnionIterator::_current XPathNavigator_t787956054 * ____current_7; public: inline static int32_t get_offset_of__left_3() { return static_cast(offsetof(UnionIterator_t312972106, ____left_3)); } inline BaseIterator_t4168896842 * get__left_3() const { return ____left_3; } inline BaseIterator_t4168896842 ** get_address_of__left_3() { return &____left_3; } inline void set__left_3(BaseIterator_t4168896842 * value) { ____left_3 = value; Il2CppCodeGenWriteBarrier((&____left_3), value); } inline static int32_t get_offset_of__right_4() { return static_cast(offsetof(UnionIterator_t312972106, ____right_4)); } inline BaseIterator_t4168896842 * get__right_4() const { return ____right_4; } inline BaseIterator_t4168896842 ** get_address_of__right_4() { return &____right_4; } inline void set__right_4(BaseIterator_t4168896842 * value) { ____right_4 = value; Il2CppCodeGenWriteBarrier((&____right_4), value); } inline static int32_t get_offset_of_keepLeft_5() { return static_cast(offsetof(UnionIterator_t312972106, ___keepLeft_5)); } inline bool get_keepLeft_5() const { return ___keepLeft_5; } inline bool* get_address_of_keepLeft_5() { return &___keepLeft_5; } inline void set_keepLeft_5(bool value) { ___keepLeft_5 = value; } inline static int32_t get_offset_of_keepRight_6() { return static_cast(offsetof(UnionIterator_t312972106, ___keepRight_6)); } inline bool get_keepRight_6() const { return ___keepRight_6; } inline bool* get_address_of_keepRight_6() { return &___keepRight_6; } inline void set_keepRight_6(bool value) { ___keepRight_6 = value; } inline static int32_t get_offset_of__current_7() { return static_cast(offsetof(UnionIterator_t312972106, ____current_7)); } inline XPathNavigator_t787956054 * get__current_7() const { return ____current_7; } inline XPathNavigator_t787956054 ** get_address_of__current_7() { return &____current_7; } inline void set__current_7(XPathNavigator_t787956054 * value) { ____current_7 = value; Il2CppCodeGenWriteBarrier((&____current_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // UNIONITERATOR_T312972106_H #ifndef INVALIDOPERATIONEXCEPTION_T56020091_H #define INVALIDOPERATIONEXCEPTION_T56020091_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.InvalidOperationException struct InvalidOperationException_t56020091 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // INVALIDOPERATIONEXCEPTION_T56020091_H #ifndef WRAPPERITERATOR_T1258076988_H #define WRAPPERITERATOR_T1258076988_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.WrapperIterator struct WrapperIterator_t1258076988 : public BaseIterator_t4168896842 { public: // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.WrapperIterator::iter XPathNodeIterator_t3667290188 * ___iter_3; public: inline static int32_t get_offset_of_iter_3() { return static_cast(offsetof(WrapperIterator_t1258076988, ___iter_3)); } inline XPathNodeIterator_t3667290188 * get_iter_3() const { return ___iter_3; } inline XPathNodeIterator_t3667290188 ** get_address_of_iter_3() { return &___iter_3; } inline void set_iter_3(XPathNodeIterator_t3667290188 * value) { ___iter_3 = value; Il2CppCodeGenWriteBarrier((&___iter_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // WRAPPERITERATOR_T1258076988_H #ifndef XPATHFUNCTIONCOUNT_T4174407007_H #define XPATHFUNCTIONCOUNT_T4174407007_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionCount struct XPathFunctionCount_t4174407007 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionCount::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionCount_t4174407007, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONCOUNT_T4174407007_H #ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255363_H #define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255363_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // struct U3CPrivateImplementationDetailsU3E_t3057255363 : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields { public: // /$ArrayType$208 ::$$field-0 U24ArrayTypeU24208_t3503460108 ___U24U24fieldU2D0_0; // /$ArrayType$208 ::$$field-1 U24ArrayTypeU24208_t3503460108 ___U24U24fieldU2D1_1; // /$ArrayType$236 ::$$field-2 U24ArrayTypeU24236_t1547144958 ___U24U24fieldU2D2_2; // /$ArrayType$72 ::$$field-3 U24ArrayTypeU2472_t1683523543 ___U24U24fieldU2D3_3; // /$ArrayType$236 ::$$field-4 U24ArrayTypeU24236_t1547144958 ___U24U24fieldU2D4_4; // /$ArrayType$236 ::$$field-5 U24ArrayTypeU24236_t1547144958 ___U24U24fieldU2D5_5; // /$ArrayType$72 ::$$field-6 U24ArrayTypeU2472_t1683523543 ___U24U24fieldU2D6_6; // /$ArrayType$1532 ::$$field-7 U24ArrayTypeU241532_t2333946162 ___U24U24fieldU2D7_7; // /$ArrayType$1532 ::$$field-8 U24ArrayTypeU241532_t2333946162 ___U24U24fieldU2D8_8; // /$ArrayType$12 ::$$field-18 U24ArrayTypeU2412_t2490092598 ___U24U24fieldU2D18_9; // /$ArrayType$8 ::$$field-36 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D36_10; // /$ArrayType$256 ::$$field-37 U24ArrayTypeU24256_t1929481984 ___U24U24fieldU2D37_11; // /$ArrayType$256 ::$$field-38 U24ArrayTypeU24256_t1929481984 ___U24U24fieldU2D38_12; // /$ArrayType$1280 ::$$field-39 U24ArrayTypeU241280_t4290130235 ___U24U24fieldU2D39_13; // /$ArrayType$12 ::$$field-40 U24ArrayTypeU2412_t2490092598 ___U24U24fieldU2D40_14; // /$ArrayType$12 ::$$field-41 U24ArrayTypeU2412_t2490092598 ___U24U24fieldU2D41_15; // /$ArrayType$8 ::$$field-42 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D42_16; // /$ArrayType$8 ::$$field-43 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D43_17; // /$ArrayType$8 ::$$field-44 U24ArrayTypeU248_t3244137464 ___U24U24fieldU2D44_18; public: inline static int32_t get_offset_of_U24U24fieldU2D0_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D0_0)); } inline U24ArrayTypeU24208_t3503460108 get_U24U24fieldU2D0_0() const { return ___U24U24fieldU2D0_0; } inline U24ArrayTypeU24208_t3503460108 * get_address_of_U24U24fieldU2D0_0() { return &___U24U24fieldU2D0_0; } inline void set_U24U24fieldU2D0_0(U24ArrayTypeU24208_t3503460108 value) { ___U24U24fieldU2D0_0 = value; } inline static int32_t get_offset_of_U24U24fieldU2D1_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D1_1)); } inline U24ArrayTypeU24208_t3503460108 get_U24U24fieldU2D1_1() const { return ___U24U24fieldU2D1_1; } inline U24ArrayTypeU24208_t3503460108 * get_address_of_U24U24fieldU2D1_1() { return &___U24U24fieldU2D1_1; } inline void set_U24U24fieldU2D1_1(U24ArrayTypeU24208_t3503460108 value) { ___U24U24fieldU2D1_1 = value; } inline static int32_t get_offset_of_U24U24fieldU2D2_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D2_2)); } inline U24ArrayTypeU24236_t1547144958 get_U24U24fieldU2D2_2() const { return ___U24U24fieldU2D2_2; } inline U24ArrayTypeU24236_t1547144958 * get_address_of_U24U24fieldU2D2_2() { return &___U24U24fieldU2D2_2; } inline void set_U24U24fieldU2D2_2(U24ArrayTypeU24236_t1547144958 value) { ___U24U24fieldU2D2_2 = value; } inline static int32_t get_offset_of_U24U24fieldU2D3_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D3_3)); } inline U24ArrayTypeU2472_t1683523543 get_U24U24fieldU2D3_3() const { return ___U24U24fieldU2D3_3; } inline U24ArrayTypeU2472_t1683523543 * get_address_of_U24U24fieldU2D3_3() { return &___U24U24fieldU2D3_3; } inline void set_U24U24fieldU2D3_3(U24ArrayTypeU2472_t1683523543 value) { ___U24U24fieldU2D3_3 = value; } inline static int32_t get_offset_of_U24U24fieldU2D4_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D4_4)); } inline U24ArrayTypeU24236_t1547144958 get_U24U24fieldU2D4_4() const { return ___U24U24fieldU2D4_4; } inline U24ArrayTypeU24236_t1547144958 * get_address_of_U24U24fieldU2D4_4() { return &___U24U24fieldU2D4_4; } inline void set_U24U24fieldU2D4_4(U24ArrayTypeU24236_t1547144958 value) { ___U24U24fieldU2D4_4 = value; } inline static int32_t get_offset_of_U24U24fieldU2D5_5() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D5_5)); } inline U24ArrayTypeU24236_t1547144958 get_U24U24fieldU2D5_5() const { return ___U24U24fieldU2D5_5; } inline U24ArrayTypeU24236_t1547144958 * get_address_of_U24U24fieldU2D5_5() { return &___U24U24fieldU2D5_5; } inline void set_U24U24fieldU2D5_5(U24ArrayTypeU24236_t1547144958 value) { ___U24U24fieldU2D5_5 = value; } inline static int32_t get_offset_of_U24U24fieldU2D6_6() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D6_6)); } inline U24ArrayTypeU2472_t1683523543 get_U24U24fieldU2D6_6() const { return ___U24U24fieldU2D6_6; } inline U24ArrayTypeU2472_t1683523543 * get_address_of_U24U24fieldU2D6_6() { return &___U24U24fieldU2D6_6; } inline void set_U24U24fieldU2D6_6(U24ArrayTypeU2472_t1683523543 value) { ___U24U24fieldU2D6_6 = value; } inline static int32_t get_offset_of_U24U24fieldU2D7_7() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D7_7)); } inline U24ArrayTypeU241532_t2333946162 get_U24U24fieldU2D7_7() const { return ___U24U24fieldU2D7_7; } inline U24ArrayTypeU241532_t2333946162 * get_address_of_U24U24fieldU2D7_7() { return &___U24U24fieldU2D7_7; } inline void set_U24U24fieldU2D7_7(U24ArrayTypeU241532_t2333946162 value) { ___U24U24fieldU2D7_7 = value; } inline static int32_t get_offset_of_U24U24fieldU2D8_8() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D8_8)); } inline U24ArrayTypeU241532_t2333946162 get_U24U24fieldU2D8_8() const { return ___U24U24fieldU2D8_8; } inline U24ArrayTypeU241532_t2333946162 * get_address_of_U24U24fieldU2D8_8() { return &___U24U24fieldU2D8_8; } inline void set_U24U24fieldU2D8_8(U24ArrayTypeU241532_t2333946162 value) { ___U24U24fieldU2D8_8 = value; } inline static int32_t get_offset_of_U24U24fieldU2D18_9() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D18_9)); } inline U24ArrayTypeU2412_t2490092598 get_U24U24fieldU2D18_9() const { return ___U24U24fieldU2D18_9; } inline U24ArrayTypeU2412_t2490092598 * get_address_of_U24U24fieldU2D18_9() { return &___U24U24fieldU2D18_9; } inline void set_U24U24fieldU2D18_9(U24ArrayTypeU2412_t2490092598 value) { ___U24U24fieldU2D18_9 = value; } inline static int32_t get_offset_of_U24U24fieldU2D36_10() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D36_10)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D36_10() const { return ___U24U24fieldU2D36_10; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D36_10() { return &___U24U24fieldU2D36_10; } inline void set_U24U24fieldU2D36_10(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D36_10 = value; } inline static int32_t get_offset_of_U24U24fieldU2D37_11() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D37_11)); } inline U24ArrayTypeU24256_t1929481984 get_U24U24fieldU2D37_11() const { return ___U24U24fieldU2D37_11; } inline U24ArrayTypeU24256_t1929481984 * get_address_of_U24U24fieldU2D37_11() { return &___U24U24fieldU2D37_11; } inline void set_U24U24fieldU2D37_11(U24ArrayTypeU24256_t1929481984 value) { ___U24U24fieldU2D37_11 = value; } inline static int32_t get_offset_of_U24U24fieldU2D38_12() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D38_12)); } inline U24ArrayTypeU24256_t1929481984 get_U24U24fieldU2D38_12() const { return ___U24U24fieldU2D38_12; } inline U24ArrayTypeU24256_t1929481984 * get_address_of_U24U24fieldU2D38_12() { return &___U24U24fieldU2D38_12; } inline void set_U24U24fieldU2D38_12(U24ArrayTypeU24256_t1929481984 value) { ___U24U24fieldU2D38_12 = value; } inline static int32_t get_offset_of_U24U24fieldU2D39_13() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D39_13)); } inline U24ArrayTypeU241280_t4290130235 get_U24U24fieldU2D39_13() const { return ___U24U24fieldU2D39_13; } inline U24ArrayTypeU241280_t4290130235 * get_address_of_U24U24fieldU2D39_13() { return &___U24U24fieldU2D39_13; } inline void set_U24U24fieldU2D39_13(U24ArrayTypeU241280_t4290130235 value) { ___U24U24fieldU2D39_13 = value; } inline static int32_t get_offset_of_U24U24fieldU2D40_14() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D40_14)); } inline U24ArrayTypeU2412_t2490092598 get_U24U24fieldU2D40_14() const { return ___U24U24fieldU2D40_14; } inline U24ArrayTypeU2412_t2490092598 * get_address_of_U24U24fieldU2D40_14() { return &___U24U24fieldU2D40_14; } inline void set_U24U24fieldU2D40_14(U24ArrayTypeU2412_t2490092598 value) { ___U24U24fieldU2D40_14 = value; } inline static int32_t get_offset_of_U24U24fieldU2D41_15() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D41_15)); } inline U24ArrayTypeU2412_t2490092598 get_U24U24fieldU2D41_15() const { return ___U24U24fieldU2D41_15; } inline U24ArrayTypeU2412_t2490092598 * get_address_of_U24U24fieldU2D41_15() { return &___U24U24fieldU2D41_15; } inline void set_U24U24fieldU2D41_15(U24ArrayTypeU2412_t2490092598 value) { ___U24U24fieldU2D41_15 = value; } inline static int32_t get_offset_of_U24U24fieldU2D42_16() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D42_16)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D42_16() const { return ___U24U24fieldU2D42_16; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D42_16() { return &___U24U24fieldU2D42_16; } inline void set_U24U24fieldU2D42_16(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D42_16 = value; } inline static int32_t get_offset_of_U24U24fieldU2D43_17() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D43_17)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D43_17() const { return ___U24U24fieldU2D43_17; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D43_17() { return &___U24U24fieldU2D43_17; } inline void set_U24U24fieldU2D43_17(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D43_17 = value; } inline static int32_t get_offset_of_U24U24fieldU2D44_18() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_t3057255363_StaticFields, ___U24U24fieldU2D44_18)); } inline U24ArrayTypeU248_t3244137464 get_U24U24fieldU2D44_18() const { return ___U24U24fieldU2D44_18; } inline U24ArrayTypeU248_t3244137464 * get_address_of_U24U24fieldU2D44_18() { return &___U24U24fieldU2D44_18; } inline void set_U24U24fieldU2D44_18(U24ArrayTypeU248_t3244137464 value) { ___U24U24fieldU2D44_18 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_T3057255363_H #ifndef LISTITERATOR_T3066609410_H #define LISTITERATOR_T3066609410_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ListIterator struct ListIterator_t3066609410 : public BaseIterator_t4168896842 { public: // System.Collections.IList System.Xml.XPath.ListIterator::_list RuntimeObject* ____list_3; public: inline static int32_t get_offset_of__list_3() { return static_cast(offsetof(ListIterator_t3066609410, ____list_3)); } inline RuntimeObject* get__list_3() const { return ____list_3; } inline RuntimeObject** get_address_of__list_3() { return &____list_3; } inline void set__list_3(RuntimeObject* value) { ____list_3 = value; Il2CppCodeGenWriteBarrier((&____list_3), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // LISTITERATOR_T3066609410_H #ifndef XPATHFUNCTIONLANG_T242671679_H #define XPATHFUNCTIONLANG_T242671679_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionLang struct XPathFunctionLang_t242671679 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionLang::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionLang_t242671679, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONLANG_T242671679_H #ifndef NODETEST_T747859056_H #define NODETEST_T747859056_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.NodeTest struct NodeTest_t747859056 : public NodeSet_t3272593155 { public: // System.Xml.XPath.AxisSpecifier System.Xml.XPath.NodeTest::_axis AxisSpecifier_t40435393 * ____axis_0; public: inline static int32_t get_offset_of__axis_0() { return static_cast(offsetof(NodeTest_t747859056, ____axis_0)); } inline AxisSpecifier_t40435393 * get__axis_0() const { return ____axis_0; } inline AxisSpecifier_t40435393 ** get_address_of__axis_0() { return &____axis_0; } inline void set__axis_0(AxisSpecifier_t40435393 * value) { ____axis_0 = value; Il2CppCodeGenWriteBarrier((&____axis_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NODETEST_T747859056_H #ifndef XPATHFUNCTIONLAST_T241688620_H #define XPATHFUNCTIONLAST_T241688620_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionLast struct XPathFunctionLast_t241688620 : public XPathFunction_t857746608 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONLAST_T241688620_H #ifndef XPATHNODETYPE_T3031007223_H #define XPATHNODETYPE_T3031007223_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathNodeType struct XPathNodeType_t3031007223 { public: // System.Int32 System.Xml.XPath.XPathNodeType::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(XPathNodeType_t3031007223, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHNODETYPE_T3031007223_H #ifndef XPATHFUNCTIONNAME_T1405602168_H #define XPATHFUNCTIONNAME_T1405602168_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionName struct XPathFunctionName_t1405602168 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionName::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionName_t1405602168, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONNAME_T1405602168_H #ifndef XPATHEXCEPTION_T2107611652_H #define XPATHEXCEPTION_T2107611652_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathException struct XPathException_t2107611652 : public SystemException_t176217640 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHEXCEPTION_T2107611652_H #ifndef DATETIMEKIND_T3468814247_H #define DATETIMEKIND_T3468814247_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTimeKind struct DateTimeKind_t3468814247 { public: // System.Int32 System.DateTimeKind::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(DateTimeKind_t3468814247, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIMEKIND_T3468814247_H #ifndef XPATHFUNCTIONID_T1670301333_H #define XPATHFUNCTIONID_T1670301333_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionId struct XPathFunctionId_t1670301333 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionId::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionId_t1670301333, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; struct XPathFunctionId_t1670301333_StaticFields { public: // System.Char[] System.Xml.XPath.XPathFunctionId::rgchWhitespace CharU5BU5D_t3528271667* ___rgchWhitespace_1; public: inline static int32_t get_offset_of_rgchWhitespace_1() { return static_cast(offsetof(XPathFunctionId_t1670301333_StaticFields, ___rgchWhitespace_1)); } inline CharU5BU5D_t3528271667* get_rgchWhitespace_1() const { return ___rgchWhitespace_1; } inline CharU5BU5D_t3528271667** get_address_of_rgchWhitespace_1() { return &___rgchWhitespace_1; } inline void set_rgchWhitespace_1(CharU5BU5D_t3528271667* value) { ___rgchWhitespace_1 = value; Il2CppCodeGenWriteBarrier((&___rgchWhitespace_1), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONID_T1670301333_H #ifndef XPATHFUNCTIONNAMESPACEURI_T4077891083_H #define XPATHFUNCTIONNAMESPACEURI_T4077891083_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionNamespaceUri struct XPathFunctionNamespaceUri_t4077891083 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionNamespaceUri::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionNamespaceUri_t4077891083, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONNAMESPACEURI_T4077891083_H #ifndef XPATHFUNCTIONLOCALNAME_T1807446049_H #define XPATHFUNCTIONLOCALNAME_T1807446049_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionLocalName struct XPathFunctionLocalName_t1807446049 : public XPathFunction_t857746608 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionLocalName::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionLocalName_t1807446049, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONLOCALNAME_T1807446049_H #ifndef RUNTIMEFIELDHANDLE_T1871169219_H #define RUNTIMEFIELDHANDLE_T1871169219_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.RuntimeFieldHandle struct RuntimeFieldHandle_t1871169219 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t1871169219, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RUNTIMEFIELDHANDLE_T1871169219_H #ifndef AXES_T1882171014_H #define AXES_T1882171014_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.Axes struct Axes_t1882171014 { public: // System.Int32 System.Xml.XPath.Axes::value__ int32_t ___value___1; public: inline static int32_t get_offset_of_value___1() { return static_cast(offsetof(Axes_t1882171014, ___value___1)); } inline int32_t get_value___1() const { return ___value___1; } inline int32_t* get_address_of_value___1() { return &___value___1; } inline void set_value___1(int32_t value) { ___value___1 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AXES_T1882171014_H #ifndef NODETYPETEST_T4287533341_H #define NODETYPETEST_T4287533341_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.NodeTypeTest struct NodeTypeTest_t4287533341 : public NodeTest_t747859056 { public: // System.Xml.XPath.XPathNodeType System.Xml.XPath.NodeTypeTest::type int32_t ___type_1; // System.String System.Xml.XPath.NodeTypeTest::_param String_t* ____param_2; public: inline static int32_t get_offset_of_type_1() { return static_cast(offsetof(NodeTypeTest_t4287533341, ___type_1)); } inline int32_t get_type_1() const { return ___type_1; } inline int32_t* get_address_of_type_1() { return &___type_1; } inline void set_type_1(int32_t value) { ___type_1 = value; } inline static int32_t get_offset_of__param_2() { return static_cast(offsetof(NodeTypeTest_t4287533341, ____param_2)); } inline String_t* get__param_2() const { return ____param_2; } inline String_t** get_address_of__param_2() { return &____param_2; } inline void set__param_2(String_t* value) { ____param_2 = value; Il2CppCodeGenWriteBarrier((&____param_2), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // NODETYPETEST_T4287533341_H #ifndef PREDICATEITERATOR_T4231391432_H #define PREDICATEITERATOR_T4231391432_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.PredicateIterator struct PredicateIterator_t4231391432 : public BaseIterator_t4168896842 { public: // System.Xml.XPath.BaseIterator System.Xml.XPath.PredicateIterator::_iter BaseIterator_t4168896842 * ____iter_3; // System.Xml.XPath.Expression System.Xml.XPath.PredicateIterator::_pred Expression_t1452783009 * ____pred_4; // System.Xml.XPath.XPathResultType System.Xml.XPath.PredicateIterator::resType int32_t ___resType_5; // System.Boolean System.Xml.XPath.PredicateIterator::finished bool ___finished_6; public: inline static int32_t get_offset_of__iter_3() { return static_cast(offsetof(PredicateIterator_t4231391432, ____iter_3)); } inline BaseIterator_t4168896842 * get__iter_3() const { return ____iter_3; } inline BaseIterator_t4168896842 ** get_address_of__iter_3() { return &____iter_3; } inline void set__iter_3(BaseIterator_t4168896842 * value) { ____iter_3 = value; Il2CppCodeGenWriteBarrier((&____iter_3), value); } inline static int32_t get_offset_of__pred_4() { return static_cast(offsetof(PredicateIterator_t4231391432, ____pred_4)); } inline Expression_t1452783009 * get__pred_4() const { return ____pred_4; } inline Expression_t1452783009 ** get_address_of__pred_4() { return &____pred_4; } inline void set__pred_4(Expression_t1452783009 * value) { ____pred_4 = value; Il2CppCodeGenWriteBarrier((&____pred_4), value); } inline static int32_t get_offset_of_resType_5() { return static_cast(offsetof(PredicateIterator_t4231391432, ___resType_5)); } inline int32_t get_resType_5() const { return ___resType_5; } inline int32_t* get_address_of_resType_5() { return &___resType_5; } inline void set_resType_5(int32_t value) { ___resType_5 = value; } inline static int32_t get_offset_of_finished_6() { return static_cast(offsetof(PredicateIterator_t4231391432, ___finished_6)); } inline bool get_finished_6() const { return ___finished_6; } inline bool* get_address_of_finished_6() { return &___finished_6; } inline void set_finished_6(bool value) { ___finished_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PREDICATEITERATOR_T4231391432_H #ifndef PRECEDINGSIBLINGITERATOR_T3231156185_H #define PRECEDINGSIBLINGITERATOR_T3231156185_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.PrecedingSiblingIterator struct PrecedingSiblingIterator_t3231156185 : public SimpleIterator_t809567201 { public: // System.Boolean System.Xml.XPath.PrecedingSiblingIterator::finished bool ___finished_6; // System.Boolean System.Xml.XPath.PrecedingSiblingIterator::started bool ___started_7; // System.Xml.XPath.XPathNavigator System.Xml.XPath.PrecedingSiblingIterator::startPosition XPathNavigator_t787956054 * ___startPosition_8; public: inline static int32_t get_offset_of_finished_6() { return static_cast(offsetof(PrecedingSiblingIterator_t3231156185, ___finished_6)); } inline bool get_finished_6() const { return ___finished_6; } inline bool* get_address_of_finished_6() { return &___finished_6; } inline void set_finished_6(bool value) { ___finished_6 = value; } inline static int32_t get_offset_of_started_7() { return static_cast(offsetof(PrecedingSiblingIterator_t3231156185, ___started_7)); } inline bool get_started_7() const { return ___started_7; } inline bool* get_address_of_started_7() { return &___started_7; } inline void set_started_7(bool value) { ___started_7 = value; } inline static int32_t get_offset_of_startPosition_8() { return static_cast(offsetof(PrecedingSiblingIterator_t3231156185, ___startPosition_8)); } inline XPathNavigator_t787956054 * get_startPosition_8() const { return ___startPosition_8; } inline XPathNavigator_t787956054 ** get_address_of_startPosition_8() { return &___startPosition_8; } inline void set_startPosition_8(XPathNavigator_t787956054 * value) { ___startPosition_8 = value; Il2CppCodeGenWriteBarrier((&___startPosition_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRECEDINGSIBLINGITERATOR_T3231156185_H #ifndef PRECEDINGITERATOR_T2452812266_H #define PRECEDINGITERATOR_T2452812266_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.PrecedingIterator struct PrecedingIterator_t2452812266 : public SimpleIterator_t809567201 { public: // System.Boolean System.Xml.XPath.PrecedingIterator::finished bool ___finished_6; // System.Boolean System.Xml.XPath.PrecedingIterator::started bool ___started_7; // System.Xml.XPath.XPathNavigator System.Xml.XPath.PrecedingIterator::startPosition XPathNavigator_t787956054 * ___startPosition_8; public: inline static int32_t get_offset_of_finished_6() { return static_cast(offsetof(PrecedingIterator_t2452812266, ___finished_6)); } inline bool get_finished_6() const { return ___finished_6; } inline bool* get_address_of_finished_6() { return &___finished_6; } inline void set_finished_6(bool value) { ___finished_6 = value; } inline static int32_t get_offset_of_started_7() { return static_cast(offsetof(PrecedingIterator_t2452812266, ___started_7)); } inline bool get_started_7() const { return ___started_7; } inline bool* get_address_of_started_7() { return &___started_7; } inline void set_started_7(bool value) { ___started_7 = value; } inline static int32_t get_offset_of_startPosition_8() { return static_cast(offsetof(PrecedingIterator_t2452812266, ___startPosition_8)); } inline XPathNavigator_t787956054 * get_startPosition_8() const { return ___startPosition_8; } inline XPathNavigator_t787956054 ** get_address_of_startPosition_8() { return &___startPosition_8; } inline void set_startPosition_8(XPathNavigator_t787956054 * value) { ___startPosition_8 = value; Il2CppCodeGenWriteBarrier((&___startPosition_8), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PRECEDINGITERATOR_T2452812266_H #ifndef PARENTITERATOR_T3536730964_H #define PARENTITERATOR_T3536730964_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.ParentIterator struct ParentIterator_t3536730964 : public SimpleIterator_t809567201 { public: // System.Boolean System.Xml.XPath.ParentIterator::canMove bool ___canMove_6; public: inline static int32_t get_offset_of_canMove_6() { return static_cast(offsetof(ParentIterator_t3536730964, ___canMove_6)); } inline bool get_canMove_6() const { return ___canMove_6; } inline bool* get_address_of_canMove_6() { return &___canMove_6; } inline void set_canMove_6(bool value) { ___canMove_6 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // PARENTITERATOR_T3536730964_H #ifndef AXISSPECIFIER_T40435393_H #define AXISSPECIFIER_T40435393_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.AxisSpecifier struct AxisSpecifier_t40435393 : public RuntimeObject { public: // System.Xml.XPath.Axes System.Xml.XPath.AxisSpecifier::_axis int32_t ____axis_0; public: inline static int32_t get_offset_of__axis_0() { return static_cast(offsetof(AxisSpecifier_t40435393, ____axis_0)); } inline int32_t get__axis_0() const { return ____axis_0; } inline int32_t* get_address_of__axis_0() { return &____axis_0; } inline void set__axis_0(int32_t value) { ____axis_0 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // AXISSPECIFIER_T40435393_H #ifndef SELFITERATOR_T907214_H #define SELFITERATOR_T907214_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.SelfIterator struct SelfIterator_t907214 : public SimpleIterator_t809567201 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // SELFITERATOR_T907214_H #ifndef TYPE_T_H #define TYPE_T_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t3027515415 ____impl_1; public: inline static int32_t get_offset_of__impl_1() { return static_cast(offsetof(Type_t, ____impl_1)); } inline RuntimeTypeHandle_t3027515415 get__impl_1() const { return ____impl_1; } inline RuntimeTypeHandle_t3027515415 * get_address_of__impl_1() { return &____impl_1; } inline void set__impl_1(RuntimeTypeHandle_t3027515415 value) { ____impl_1 = value; } }; struct Type_t_StaticFields { public: // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_2; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t3940880105* ___EmptyTypes_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t426314064 * ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t426314064 * ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t426314064 * ___FilterNameIgnoreCase_6; // System.Object System.Type::Missing RuntimeObject * ___Missing_7; public: inline static int32_t get_offset_of_Delimiter_2() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_2)); } inline Il2CppChar get_Delimiter_2() const { return ___Delimiter_2; } inline Il2CppChar* get_address_of_Delimiter_2() { return &___Delimiter_2; } inline void set_Delimiter_2(Il2CppChar value) { ___Delimiter_2 = value; } inline static int32_t get_offset_of_EmptyTypes_3() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_3)); } inline TypeU5BU5D_t3940880105* get_EmptyTypes_3() const { return ___EmptyTypes_3; } inline TypeU5BU5D_t3940880105** get_address_of_EmptyTypes_3() { return &___EmptyTypes_3; } inline void set_EmptyTypes_3(TypeU5BU5D_t3940880105* value) { ___EmptyTypes_3 = value; Il2CppCodeGenWriteBarrier((&___EmptyTypes_3), value); } inline static int32_t get_offset_of_FilterAttribute_4() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_4)); } inline MemberFilter_t426314064 * get_FilterAttribute_4() const { return ___FilterAttribute_4; } inline MemberFilter_t426314064 ** get_address_of_FilterAttribute_4() { return &___FilterAttribute_4; } inline void set_FilterAttribute_4(MemberFilter_t426314064 * value) { ___FilterAttribute_4 = value; Il2CppCodeGenWriteBarrier((&___FilterAttribute_4), value); } inline static int32_t get_offset_of_FilterName_5() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_5)); } inline MemberFilter_t426314064 * get_FilterName_5() const { return ___FilterName_5; } inline MemberFilter_t426314064 ** get_address_of_FilterName_5() { return &___FilterName_5; } inline void set_FilterName_5(MemberFilter_t426314064 * value) { ___FilterName_5 = value; Il2CppCodeGenWriteBarrier((&___FilterName_5), value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_6() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_6)); } inline MemberFilter_t426314064 * get_FilterNameIgnoreCase_6() const { return ___FilterNameIgnoreCase_6; } inline MemberFilter_t426314064 ** get_address_of_FilterNameIgnoreCase_6() { return &___FilterNameIgnoreCase_6; } inline void set_FilterNameIgnoreCase_6(MemberFilter_t426314064 * value) { ___FilterNameIgnoreCase_6 = value; Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_6), value); } inline static int32_t get_offset_of_Missing_7() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_7)); } inline RuntimeObject * get_Missing_7() const { return ___Missing_7; } inline RuntimeObject ** get_address_of_Missing_7() { return &___Missing_7; } inline void set_Missing_7(RuntimeObject * value) { ___Missing_7 = value; Il2CppCodeGenWriteBarrier((&___Missing_7), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // TYPE_T_H #ifndef XPATHFUNCTIONSUM_T2229418177_H #define XPATHFUNCTIONSUM_T2229418177_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionSum struct XPathFunctionSum_t2229418177 : public XPathNumericFunction_t307051317 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionSum::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionSum_t2229418177, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONSUM_T2229418177_H #ifndef XPATHFUNCTIONFALSE_T1021066162_H #define XPATHFUNCTIONFALSE_T1021066162_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionFalse struct XPathFunctionFalse_t1021066162 : public XPathBooleanFunction_t57991257 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONFALSE_T1021066162_H #ifndef OVERFLOWEXCEPTION_T2020128637_H #define OVERFLOWEXCEPTION_T2020128637_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.OverflowException struct OverflowException_t2020128637 : public ArithmeticException_t4283546778 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // OVERFLOWEXCEPTION_T2020128637_H #ifndef ARGUMENTNULLEXCEPTION_T1615371798_H #define ARGUMENTNULLEXCEPTION_T1615371798_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.ArgumentNullException struct ArgumentNullException_t1615371798 : public ArgumentException_t132251570 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // ARGUMENTNULLEXCEPTION_T1615371798_H #ifndef XPATHFUNCTIONROUND_T2668931994_H #define XPATHFUNCTIONROUND_T2668931994_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionRound struct XPathFunctionRound_t2668931994 : public XPathNumericFunction_t307051317 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionRound::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionRound_t2668931994, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONROUND_T2668931994_H #ifndef XPATHFUNCTIONNUMBER_T699684043_H #define XPATHFUNCTIONNUMBER_T699684043_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionNumber struct XPathFunctionNumber_t699684043 : public XPathNumericFunction_t307051317 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionNumber::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionNumber_t699684043, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONNUMBER_T699684043_H #ifndef XPATHFUNCTIONNOT_T3025979743_H #define XPATHFUNCTIONNOT_T3025979743_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionNot struct XPathFunctionNot_t3025979743 : public XPathBooleanFunction_t57991257 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionNot::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionNot_t3025979743, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONNOT_T3025979743_H #ifndef XPATHFUNCTIONCEIL_T4176839285_H #define XPATHFUNCTIONCEIL_T4176839285_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathFunctionCeil struct XPathFunctionCeil_t4176839285 : public XPathNumericFunction_t307051317 { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathFunctionCeil::arg0 Expression_t1452783009 * ___arg0_0; public: inline static int32_t get_offset_of_arg0_0() { return static_cast(offsetof(XPathFunctionCeil_t4176839285, ___arg0_0)); } inline Expression_t1452783009 * get_arg0_0() const { return ___arg0_0; } inline Expression_t1452783009 ** get_address_of_arg0_0() { return &___arg0_0; } inline void set_arg0_0(Expression_t1452783009 * value) { ___arg0_0 = value; Il2CppCodeGenWriteBarrier((&___arg0_0), value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHFUNCTIONCEIL_T4176839285_H #ifndef RELATIONALEXPR_T3307137467_H #define RELATIONALEXPR_T3307137467_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.RelationalExpr struct RelationalExpr_t3307137467 : public ExprBoolean_t3855188593 { public: public: }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // RELATIONALEXPR_T3307137467_H #ifndef XPATHSORTER_T36376808_H #define XPATHSORTER_T36376808_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathSorter struct XPathSorter_t36376808 : public RuntimeObject { public: // System.Xml.XPath.Expression System.Xml.XPath.XPathSorter::_expr Expression_t1452783009 * ____expr_0; // System.Collections.IComparer System.Xml.XPath.XPathSorter::_cmp RuntimeObject* ____cmp_1; // System.Xml.XPath.XmlDataType System.Xml.XPath.XPathSorter::_type int32_t ____type_2; public: inline static int32_t get_offset_of__expr_0() { return static_cast(offsetof(XPathSorter_t36376808, ____expr_0)); } inline Expression_t1452783009 * get__expr_0() const { return ____expr_0; } inline Expression_t1452783009 ** get_address_of__expr_0() { return &____expr_0; } inline void set__expr_0(Expression_t1452783009 * value) { ____expr_0 = value; Il2CppCodeGenWriteBarrier((&____expr_0), value); } inline static int32_t get_offset_of__cmp_1() { return static_cast(offsetof(XPathSorter_t36376808, ____cmp_1)); } inline RuntimeObject* get__cmp_1() const { return ____cmp_1; } inline RuntimeObject** get_address_of__cmp_1() { return &____cmp_1; } inline void set__cmp_1(RuntimeObject* value) { ____cmp_1 = value; Il2CppCodeGenWriteBarrier((&____cmp_1), value); } inline static int32_t get_offset_of__type_2() { return static_cast(offsetof(XPathSorter_t36376808, ____type_2)); } inline int32_t get__type_2() const { return ____type_2; } inline int32_t* get_address_of__type_2() { return &____type_2; } inline void set__type_2(int32_t value) { ____type_2 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // XPATHSORTER_T36376808_H #ifndef DATETIME_T3738529785_H #define DATETIME_T3738529785_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.DateTime struct DateTime_t3738529785 { public: // System.TimeSpan System.DateTime::ticks TimeSpan_t881159249 ___ticks_10; // System.DateTimeKind System.DateTime::kind int32_t ___kind_11; public: inline static int32_t get_offset_of_ticks_10() { return static_cast(offsetof(DateTime_t3738529785, ___ticks_10)); } inline TimeSpan_t881159249 get_ticks_10() const { return ___ticks_10; } inline TimeSpan_t881159249 * get_address_of_ticks_10() { return &___ticks_10; } inline void set_ticks_10(TimeSpan_t881159249 value) { ___ticks_10 = value; } inline static int32_t get_offset_of_kind_11() { return static_cast(offsetof(DateTime_t3738529785, ___kind_11)); } inline int32_t get_kind_11() const { return ___kind_11; } inline int32_t* get_address_of_kind_11() { return &___kind_11; } inline void set_kind_11(int32_t value) { ___kind_11 = value; } }; struct DateTime_t3738529785_StaticFields { public: // System.DateTime System.DateTime::MaxValue DateTime_t3738529785 ___MaxValue_12; // System.DateTime System.DateTime::MinValue DateTime_t3738529785 ___MinValue_13; // System.String[] System.DateTime::ParseTimeFormats StringU5BU5D_t1281789340* ___ParseTimeFormats_14; // System.String[] System.DateTime::ParseYearDayMonthFormats StringU5BU5D_t1281789340* ___ParseYearDayMonthFormats_15; // System.String[] System.DateTime::ParseYearMonthDayFormats StringU5BU5D_t1281789340* ___ParseYearMonthDayFormats_16; // System.String[] System.DateTime::ParseDayMonthYearFormats StringU5BU5D_t1281789340* ___ParseDayMonthYearFormats_17; // System.String[] System.DateTime::ParseMonthDayYearFormats StringU5BU5D_t1281789340* ___ParseMonthDayYearFormats_18; // System.String[] System.DateTime::MonthDayShortFormats StringU5BU5D_t1281789340* ___MonthDayShortFormats_19; // System.String[] System.DateTime::DayMonthShortFormats StringU5BU5D_t1281789340* ___DayMonthShortFormats_20; // System.Int32[] System.DateTime::daysmonth Int32U5BU5D_t385246372* ___daysmonth_21; // System.Int32[] System.DateTime::daysmonthleap Int32U5BU5D_t385246372* ___daysmonthleap_22; // System.Object System.DateTime::to_local_time_span_object RuntimeObject * ___to_local_time_span_object_23; // System.Int64 System.DateTime::last_now int64_t ___last_now_24; public: inline static int32_t get_offset_of_MaxValue_12() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MaxValue_12)); } inline DateTime_t3738529785 get_MaxValue_12() const { return ___MaxValue_12; } inline DateTime_t3738529785 * get_address_of_MaxValue_12() { return &___MaxValue_12; } inline void set_MaxValue_12(DateTime_t3738529785 value) { ___MaxValue_12 = value; } inline static int32_t get_offset_of_MinValue_13() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MinValue_13)); } inline DateTime_t3738529785 get_MinValue_13() const { return ___MinValue_13; } inline DateTime_t3738529785 * get_address_of_MinValue_13() { return &___MinValue_13; } inline void set_MinValue_13(DateTime_t3738529785 value) { ___MinValue_13 = value; } inline static int32_t get_offset_of_ParseTimeFormats_14() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseTimeFormats_14)); } inline StringU5BU5D_t1281789340* get_ParseTimeFormats_14() const { return ___ParseTimeFormats_14; } inline StringU5BU5D_t1281789340** get_address_of_ParseTimeFormats_14() { return &___ParseTimeFormats_14; } inline void set_ParseTimeFormats_14(StringU5BU5D_t1281789340* value) { ___ParseTimeFormats_14 = value; Il2CppCodeGenWriteBarrier((&___ParseTimeFormats_14), value); } inline static int32_t get_offset_of_ParseYearDayMonthFormats_15() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearDayMonthFormats_15)); } inline StringU5BU5D_t1281789340* get_ParseYearDayMonthFormats_15() const { return ___ParseYearDayMonthFormats_15; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearDayMonthFormats_15() { return &___ParseYearDayMonthFormats_15; } inline void set_ParseYearDayMonthFormats_15(StringU5BU5D_t1281789340* value) { ___ParseYearDayMonthFormats_15 = value; Il2CppCodeGenWriteBarrier((&___ParseYearDayMonthFormats_15), value); } inline static int32_t get_offset_of_ParseYearMonthDayFormats_16() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseYearMonthDayFormats_16)); } inline StringU5BU5D_t1281789340* get_ParseYearMonthDayFormats_16() const { return ___ParseYearMonthDayFormats_16; } inline StringU5BU5D_t1281789340** get_address_of_ParseYearMonthDayFormats_16() { return &___ParseYearMonthDayFormats_16; } inline void set_ParseYearMonthDayFormats_16(StringU5BU5D_t1281789340* value) { ___ParseYearMonthDayFormats_16 = value; Il2CppCodeGenWriteBarrier((&___ParseYearMonthDayFormats_16), value); } inline static int32_t get_offset_of_ParseDayMonthYearFormats_17() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseDayMonthYearFormats_17)); } inline StringU5BU5D_t1281789340* get_ParseDayMonthYearFormats_17() const { return ___ParseDayMonthYearFormats_17; } inline StringU5BU5D_t1281789340** get_address_of_ParseDayMonthYearFormats_17() { return &___ParseDayMonthYearFormats_17; } inline void set_ParseDayMonthYearFormats_17(StringU5BU5D_t1281789340* value) { ___ParseDayMonthYearFormats_17 = value; Il2CppCodeGenWriteBarrier((&___ParseDayMonthYearFormats_17), value); } inline static int32_t get_offset_of_ParseMonthDayYearFormats_18() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___ParseMonthDayYearFormats_18)); } inline StringU5BU5D_t1281789340* get_ParseMonthDayYearFormats_18() const { return ___ParseMonthDayYearFormats_18; } inline StringU5BU5D_t1281789340** get_address_of_ParseMonthDayYearFormats_18() { return &___ParseMonthDayYearFormats_18; } inline void set_ParseMonthDayYearFormats_18(StringU5BU5D_t1281789340* value) { ___ParseMonthDayYearFormats_18 = value; Il2CppCodeGenWriteBarrier((&___ParseMonthDayYearFormats_18), value); } inline static int32_t get_offset_of_MonthDayShortFormats_19() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___MonthDayShortFormats_19)); } inline StringU5BU5D_t1281789340* get_MonthDayShortFormats_19() const { return ___MonthDayShortFormats_19; } inline StringU5BU5D_t1281789340** get_address_of_MonthDayShortFormats_19() { return &___MonthDayShortFormats_19; } inline void set_MonthDayShortFormats_19(StringU5BU5D_t1281789340* value) { ___MonthDayShortFormats_19 = value; Il2CppCodeGenWriteBarrier((&___MonthDayShortFormats_19), value); } inline static int32_t get_offset_of_DayMonthShortFormats_20() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___DayMonthShortFormats_20)); } inline StringU5BU5D_t1281789340* get_DayMonthShortFormats_20() const { return ___DayMonthShortFormats_20; } inline StringU5BU5D_t1281789340** get_address_of_DayMonthShortFormats_20() { return &___DayMonthShortFormats_20; } inline void set_DayMonthShortFormats_20(StringU5BU5D_t1281789340* value) { ___DayMonthShortFormats_20 = value; Il2CppCodeGenWriteBarrier((&___DayMonthShortFormats_20), value); } inline static int32_t get_offset_of_daysmonth_21() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonth_21)); } inline Int32U5BU5D_t385246372* get_daysmonth_21() const { return ___daysmonth_21; } inline Int32U5BU5D_t385246372** get_address_of_daysmonth_21() { return &___daysmonth_21; } inline void set_daysmonth_21(Int32U5BU5D_t385246372* value) { ___daysmonth_21 = value; Il2CppCodeGenWriteBarrier((&___daysmonth_21), value); } inline static int32_t get_offset_of_daysmonthleap_22() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___daysmonthleap_22)); } inline Int32U5BU5D_t385246372* get_daysmonthleap_22() const { return ___daysmonthleap_22; } inline Int32U5BU5D_t385246372** get_address_of_daysmonthleap_22() { return &___daysmonthleap_22; } inline void set_daysmonthleap_22(Int32U5BU5D_t385246372* value) { ___daysmonthleap_22 = value; Il2CppCodeGenWriteBarrier((&___daysmonthleap_22), value); } inline static int32_t get_offset_of_to_local_time_span_object_23() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___to_local_time_span_object_23)); } inline RuntimeObject * get_to_local_time_span_object_23() const { return ___to_local_time_span_object_23; } inline RuntimeObject ** get_address_of_to_local_time_span_object_23() { return &___to_local_time_span_object_23; } inline void set_to_local_time_span_object_23(RuntimeObject * value) { ___to_local_time_span_object_23 = value; Il2CppCodeGenWriteBarrier((&___to_local_time_span_object_23), value); } inline static int32_t get_offset_of_last_now_24() { return static_cast(offsetof(DateTime_t3738529785_StaticFields, ___last_now_24)); } inline int64_t get_last_now_24() const { return ___last_now_24; } inline int64_t* get_address_of_last_now_24() { return &___last_now_24; } inline void set_last_now_24(int64_t value) { ___last_now_24 = value; } }; #ifdef __clang__ #pragma clang diagnostic pop #endif #endif // DATETIME_T3738529785_H #ifndef U3CENUMERATECHILDRENU3EC__ITERATOR0_T404642154_H #define U3CENUMERATECHILDRENU3EC__ITERATOR0_T404642154_H #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XPath.XPathNavigator/c__Iterator0 struct U3CEnumerateChildrenU3Ec__Iterator0_t404642154 : public RuntimeObject { public: // System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator/c__Iterator0::n XPathNavigator_t787956054 * ___n_0; // System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator/c__Iterator0::