34756 lines
1.8 MiB
34756 lines
1.8 MiB
#include "pch-cpp.hpp"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <limits>
|
|
|
|
|
|
struct VirtualActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct VirtualActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct VirtualActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2, typename T3>
|
|
struct VirtualActionInvoker3
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
|
|
struct VirtualActionInvoker7
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct VirtualFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct VirtualFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct VirtualFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct VirtualFuncInvoker3
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4>
|
|
struct VirtualFuncInvoker4
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
|
|
}
|
|
};
|
|
struct InterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1, typename T2>
|
|
struct InterfaceActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct InterfaceFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct InterfaceFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo>
|
|
struct ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
|
|
struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
|
|
struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588;
|
|
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef>
|
|
struct Dictionary_2_tB85C1B2FFF985BA01AD2B7199C083B43C1476CC1;
|
|
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName>
|
|
struct Dictionary_2_t8E385BAD05584AB244D10E6FAAA2C60FB9BA5F64;
|
|
// System.Collections.Generic.Dictionary`2<System.Text.RegularExpressions.Regex/CachedCodeEntryKey,System.Text.RegularExpressions.Regex/CachedCodeEntry>
|
|
struct Dictionary_2_t5B5B38BB06341F50E1C75FB53208A2A66CAE57F7;
|
|
// System.Collections.Generic.List`1<System.Xml.IDtdDefaultAttributeInfo>
|
|
struct List_1_tF7608B82384542DEB200F8E211D9D36AE02EAB58;
|
|
// System.Collections.Generic.List`1<System.String>
|
|
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
|
|
// System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>
|
|
struct Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206;
|
|
// System.Collections.Generic.Stack`1<System.Object>
|
|
struct Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5;
|
|
// System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>
|
|
struct Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD;
|
|
// System.WeakReference`1<System.Text.RegularExpressions.RegexReplacement>
|
|
struct WeakReference_1_tDC6E83496181D1BAFA3B89CBC00BCD0B64450257;
|
|
// System.Int32[][]
|
|
struct Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E;
|
|
// System.Xml.Schema.BitSet[]
|
|
struct BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94;
|
|
// System.Boolean[]
|
|
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
// System.Xml.Schema.DatatypeImplementation[]
|
|
struct DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
// System.Int64[]
|
|
struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
// System.Xml.Schema.InteriorNode[]
|
|
struct InteriorNodeU5BU5D_tAFAE5412A76B6FDAC35F626D72595018BCF37787;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
// System.Reflection.ParameterModifier[]
|
|
struct ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
|
|
// System.Xml.Schema.XmlSchema[]
|
|
struct XmlSchemaU5BU5D_t5DB5D05598D599A3F21C7D3D9A9F3F000AD6A4D3;
|
|
// System.Xml.Schema.XmlSchemaSimpleType[]
|
|
struct XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43;
|
|
// System.Xml.Schema.XmlTypeCode[]
|
|
struct XmlTypeCodeU5BU5D_tD0B97C4F52D97F28CCCD25F34390B7414EA4BA41;
|
|
// System.Xml.Serialization.XmlTypeMapMemberAttribute[]
|
|
struct XmlTypeMapMemberAttributeU5BU5D_tD4F816722F17A6B481400D6F933E68A38D97EB83;
|
|
// System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[]
|
|
struct SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466;
|
|
// System.Xml.Serialization.EnumMap/EnumMapMember[]
|
|
struct EnumMapMemberU5BU5D_t9142B305BA0F44DC126D50BA43D74FAA86A7D520;
|
|
// System.Collections.Hashtable/bucket[]
|
|
struct bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587;
|
|
// System.Xml.Schema.SequenceNode/SequenceConstructPosContext[]
|
|
struct SequenceConstructPosContextU5BU5D_t6A625135AE7744062F12A256302E6E6D2FD0A545;
|
|
// System.Xml.XmlNamespaceManager/NamespaceDeclaration[]
|
|
struct NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60;
|
|
// System.Xml.XmlTextWriter/Namespace[]
|
|
struct NamespaceU5BU5D_tF0F2AD10B1537EBB0F35B1611FD7D89D48FA9E93;
|
|
// System.Xml.XmlTextWriter/State[]
|
|
struct StateU5BU5D_t41A58B7031FABDC61B34059A1FB722121203D858;
|
|
// System.Xml.XmlTextWriter/TagInfo[]
|
|
struct TagInfoU5BU5D_tC6FBAFF4593190EF8F7EEBAB8913C4E17D645776;
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
|
|
// System.Collections.ArrayList
|
|
struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A;
|
|
// System.Attribute
|
|
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA;
|
|
// System.Xml.Schema.BinaryFacetsChecker
|
|
struct BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0;
|
|
// System.Reflection.Binder
|
|
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
|
|
// System.Xml.Schema.BitSet
|
|
struct BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B;
|
|
// System.Globalization.Calendar
|
|
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
|
|
// System.Xml.Schema.ChoiceNode
|
|
struct ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229;
|
|
// System.Xml.Serialization.ClassMap
|
|
struct ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109;
|
|
// System.Globalization.CompareInfo
|
|
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
|
|
// System.Xml.Schema.ContentValidator
|
|
struct ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE;
|
|
// System.Globalization.CultureData
|
|
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
|
|
// System.Xml.Schema.DatatypeImplementation
|
|
struct DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF;
|
|
// System.Xml.Schema.Datatype_ENTITY
|
|
struct Datatype_ENTITY_tF5B58FF3B5CC72E20F658AA72570CD37E7F4FF60;
|
|
// System.Xml.Schema.Datatype_ENUMERATION
|
|
struct Datatype_ENUMERATION_t38424F2300A98945B684DBD899D7BE209E1594BD;
|
|
// System.Xml.Schema.Datatype_ID
|
|
struct Datatype_ID_tEE997BC20DA8C5E0DB2C95E82AA8008506C57E01;
|
|
// System.Xml.Schema.Datatype_IDREF
|
|
struct Datatype_IDREF_tFCF79C29D11E77D369B0509C3BFC4017BB50B64A;
|
|
// System.Xml.Schema.Datatype_List
|
|
struct Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E;
|
|
// System.Xml.Schema.Datatype_NCName
|
|
struct Datatype_NCName_t0F986951D64B7C3CAAADEBCFEC2BE381349B6A88;
|
|
// System.Xml.Schema.Datatype_NMTOKEN
|
|
struct Datatype_NMTOKEN_t38324CC80EBF3BAC84A658C532BE936C59DEA329;
|
|
// System.Xml.Schema.Datatype_NOTATION
|
|
struct Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2;
|
|
// System.Xml.Schema.Datatype_Name
|
|
struct Datatype_Name_t83369C60D91E0D512F4258D6190E2A347E27FC81;
|
|
// System.Xml.Schema.Datatype_QName
|
|
struct Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF;
|
|
// System.Xml.Schema.Datatype_QNameXdr
|
|
struct Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0;
|
|
// System.Xml.Schema.Datatype_anyAtomicType
|
|
struct Datatype_anyAtomicType_t5A7C513178CC1454D49AF2AEB1F7A2C2F6CC6B4C;
|
|
// System.Xml.Schema.Datatype_anySimpleType
|
|
struct Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA;
|
|
// System.Xml.Schema.Datatype_anyURI
|
|
struct Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09;
|
|
// System.Xml.Schema.Datatype_base64Binary
|
|
struct Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4;
|
|
// System.Xml.Schema.Datatype_boolean
|
|
struct Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9;
|
|
// System.Xml.Schema.Datatype_byte
|
|
struct Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E;
|
|
// System.Xml.Schema.Datatype_char
|
|
struct Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B;
|
|
// System.Xml.Schema.Datatype_date
|
|
struct Datatype_date_tDF075432994B6EDE6729F0E782708F543F59CD69;
|
|
// System.Xml.Schema.Datatype_dateTime
|
|
struct Datatype_dateTime_t5766DFA5E987E021A79E60DFA28FA8348A735112;
|
|
// System.Xml.Schema.Datatype_dateTimeBase
|
|
struct Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367;
|
|
// System.Xml.Schema.Datatype_dateTimeNoTimeZone
|
|
struct Datatype_dateTimeNoTimeZone_t8A3587C6E7482FA519D5C8DA9568E222482A8A33;
|
|
// System.Xml.Schema.Datatype_dateTimeTimeZone
|
|
struct Datatype_dateTimeTimeZone_t49C2A7949E7D4E9B3DCE8703FDD8AEE9A0C513A3;
|
|
// System.Xml.Schema.Datatype_day
|
|
struct Datatype_day_t94640C2B39FFA29671F4D16E7892DBBD19676F95;
|
|
// System.Xml.Schema.Datatype_dayTimeDuration
|
|
struct Datatype_dayTimeDuration_tF827B3255406ABDA8876A13E5E1FED7B6B3D38E0;
|
|
// System.Xml.Schema.Datatype_decimal
|
|
struct Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4;
|
|
// System.Xml.Schema.Datatype_double
|
|
struct Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190;
|
|
// System.Xml.Schema.Datatype_doubleXdr
|
|
struct Datatype_doubleXdr_tF2CD2B2F44685C9BEDAD3CE207DF4862186BE691;
|
|
// System.Xml.Schema.Datatype_duration
|
|
struct Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F;
|
|
// System.Xml.Schema.Datatype_fixed
|
|
struct Datatype_fixed_t72793482E29CC18E5554ABFE6C3F4A92076F5614;
|
|
// System.Xml.Schema.Datatype_float
|
|
struct Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5;
|
|
// System.Xml.Schema.Datatype_floatXdr
|
|
struct Datatype_floatXdr_tC7E048FBD066EFDF9F89FB924E529AF4EDB0559A;
|
|
// System.Xml.Schema.Datatype_hexBinary
|
|
struct Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7;
|
|
// System.Xml.Schema.Datatype_int
|
|
struct Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E;
|
|
// System.Xml.Schema.Datatype_integer
|
|
struct Datatype_integer_tF79B30EE9DAE09CFC6D8D590067026FD6AA911B1;
|
|
// System.Xml.Schema.Datatype_language
|
|
struct Datatype_language_t931A808D8C4FBDD2B23F24DBB4A59231DEB9B25D;
|
|
// System.Xml.Schema.Datatype_long
|
|
struct Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809;
|
|
// System.Xml.Schema.Datatype_month
|
|
struct Datatype_month_t6A71C92B67513A04F6C82DE9C1C1088D9CC15A94;
|
|
// System.Xml.Schema.Datatype_monthDay
|
|
struct Datatype_monthDay_t2D12138D6A442ABEF6F5842330BC5BB627D5C450;
|
|
// System.Xml.Schema.Datatype_negativeInteger
|
|
struct Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0;
|
|
// System.Xml.Schema.Datatype_nonNegativeInteger
|
|
struct Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC;
|
|
// System.Xml.Schema.Datatype_nonPositiveInteger
|
|
struct Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878;
|
|
// System.Xml.Schema.Datatype_normalizedString
|
|
struct Datatype_normalizedString_tAE3C605C50C26A50CD47DA10860F5B7009C2172A;
|
|
// System.Xml.Schema.Datatype_normalizedStringV1Compat
|
|
struct Datatype_normalizedStringV1Compat_tDEA9D21AFB657A05A412FA44CBB0630FAE5B969E;
|
|
// System.Xml.Schema.Datatype_positiveInteger
|
|
struct Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45;
|
|
// System.Xml.Schema.Datatype_short
|
|
struct Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B;
|
|
// System.Xml.Schema.Datatype_string
|
|
struct Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58;
|
|
// System.Xml.Schema.Datatype_time
|
|
struct Datatype_time_tF6BCD9D1DD389320ACD31CBF344D623410A63699;
|
|
// System.Xml.Schema.Datatype_timeNoTimeZone
|
|
struct Datatype_timeNoTimeZone_t5DE25F37727907E401890DA90D9D2A6C439A726F;
|
|
// System.Xml.Schema.Datatype_timeTimeZone
|
|
struct Datatype_timeTimeZone_t6667C98B628FE52B1F53B6A06F8F143597CB1F30;
|
|
// System.Xml.Schema.Datatype_token
|
|
struct Datatype_token_t492F72F4A351E294ABE8AFA9F1E7089791FA012B;
|
|
// System.Xml.Schema.Datatype_tokenV1Compat
|
|
struct Datatype_tokenV1Compat_t486586DC082FF80A77BD30EC80B6BC80CC24D0BD;
|
|
// System.Xml.Schema.Datatype_union
|
|
struct Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC;
|
|
// System.Xml.Schema.Datatype_unsignedByte
|
|
struct Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03;
|
|
// System.Xml.Schema.Datatype_unsignedInt
|
|
struct Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389;
|
|
// System.Xml.Schema.Datatype_unsignedLong
|
|
struct Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F;
|
|
// System.Xml.Schema.Datatype_unsignedShort
|
|
struct Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513;
|
|
// System.Xml.Schema.Datatype_untypedAtomicType
|
|
struct Datatype_untypedAtomicType_tC94703E969B9E7CD609DF5E56361955F932AD0B8;
|
|
// System.Xml.Schema.Datatype_uuid
|
|
struct Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7;
|
|
// System.Xml.Schema.Datatype_year
|
|
struct Datatype_year_tD6BBB7E9F6B40CB314F5D94A2E529542912C5AF0;
|
|
// System.Xml.Schema.Datatype_yearMonth
|
|
struct Datatype_yearMonth_tFE2B47024E6A1FE92AF122D1D7D717C81C903689;
|
|
// System.Xml.Schema.Datatype_yearMonthDuration
|
|
struct Datatype_yearMonthDuration_t2182796B58089FD783B469A8AB3DDA9BBC3340BD;
|
|
// System.Xml.Schema.DateTimeFacetsChecker
|
|
struct DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67;
|
|
// System.Globalization.DateTimeFormatInfo
|
|
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
|
|
// System.DelegateData
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
// System.Xml.Schema.DfaContentValidator
|
|
struct DfaContentValidator_tD6828BD839DA60C4AB90B8D0162889CCB10A1D1D;
|
|
// System.Xml.Schema.DurationFacetsChecker
|
|
struct DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5;
|
|
// System.Text.Encoding
|
|
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095;
|
|
// System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
|
|
// System.Xml.Serialization.EnumMap
|
|
struct EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// System.Text.RegularExpressions.ExclusiveReference
|
|
struct ExclusiveReference_t411F04D4CC440EB7399290027E1BBABEF4C28837;
|
|
// System.Xml.Schema.FacetsChecker
|
|
struct FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8;
|
|
// System.Reflection.FieldInfo
|
|
struct FieldInfo_t;
|
|
// System.FormatException
|
|
struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B;
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D;
|
|
// System.Collections.ICollection
|
|
struct ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E;
|
|
// System.Collections.IComparer
|
|
struct IComparer_tE7497C3BE3F68A5A2DCEBF0DAD7D13D738FE7BAD;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
// System.Xml.IDtdParserAdapter
|
|
struct IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311;
|
|
// System.Collections.IEqualityComparer
|
|
struct IEqualityComparer_tEF8F1EC76B9C8E76695BE848D41E6B147928D1C1;
|
|
// System.IFormatProvider
|
|
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
|
|
// System.Xml.IXmlNamespaceResolver
|
|
struct IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1;
|
|
// System.Xml.Schema.InteriorNode
|
|
struct InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF;
|
|
// System.InvalidCastException
|
|
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E;
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
|
|
// System.Xml.Schema.LeafNode
|
|
struct LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D;
|
|
// System.Xml.Schema.LeafRangeNode
|
|
struct LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D;
|
|
// System.Xml.Schema.ListFacetsChecker
|
|
struct ListFacetsChecker_t63A6573223965499917A16D14DD6632CEB8A2A98;
|
|
// System.Xml.Serialization.ListMap
|
|
struct ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t;
|
|
// System.Reflection.MethodBase
|
|
struct MethodBase_t;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// System.Xml.Schema.MiscFacetsChecker
|
|
struct MiscFacetsChecker_t1574A3CFA038774ABB2F371FFC1A8F00357B5862;
|
|
// System.Xml.Schema.NamespaceList
|
|
struct NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260;
|
|
// System.Xml.Schema.NamespaceListNode
|
|
struct NamespaceListNode_tD447526C5FF22511A65C13BC67E9EE824B69460C;
|
|
// System.Xml.Schema.NfaContentValidator
|
|
struct NfaContentValidator_t1CFEEB3C2EDBCA1DD1667EC928825FCA0171F2BC;
|
|
// System.NotImplementedException
|
|
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
|
|
// System.Xml.Schema.Numeric10FacetsChecker
|
|
struct Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109;
|
|
// System.Xml.Schema.Numeric2FacetsChecker
|
|
struct Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9;
|
|
// System.Runtime.Serialization.ObjectIDGenerator
|
|
struct ObjectIDGenerator_tB34B9C0F2DDAED17FE8AB8D54462528D37DE101B;
|
|
// System.Xml.Serialization.ObjectMap
|
|
struct ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0;
|
|
// System.OverflowException
|
|
struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C;
|
|
// System.Xml.Schema.ParticleContentValidator
|
|
struct ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF;
|
|
// System.Xml.Schema.PlusNode
|
|
struct PlusNode_t7090254E5146C8660BBB97898E37FED5A5B28D9D;
|
|
// System.Xml.Schema.Positions
|
|
struct Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B;
|
|
// System.Xml.Schema.QNameFacetsChecker
|
|
struct QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0;
|
|
// System.Xml.Schema.QmarkNode
|
|
struct QmarkNode_t302FD5DABB39E13F51B26B2CA5B0BE1D85706D54;
|
|
// System.Collections.Queue
|
|
struct Queue_t82FD2BE12D138AF4D22C801CB5044DAEC2BA66BC;
|
|
// System.Xml.Schema.RangeContentValidator
|
|
struct RangeContentValidator_t3AC4618E77297A22BB80D9223F4CD8FDA53FCA5E;
|
|
// System.Xml.Serialization.ReflectionHelper
|
|
struct ReflectionHelper_tC70C244386E812ED1E4C85AAF108E85F470C68AB;
|
|
// System.Text.RegularExpressions.Regex
|
|
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772;
|
|
// System.Text.RegularExpressions.RegexCode
|
|
struct RegexCode_tA23175D9DA02AD6A79B073E10EC5D225372ED6C7;
|
|
// System.Text.RegularExpressions.RegexRunnerFactory
|
|
struct RegexRunnerFactory_t72373B672C7D8785F63516DDD88834F286AF41E7;
|
|
// System.Xml.Schema.RestrictionFacets
|
|
struct RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
// System.Xml.Schema.SchemaAttDef
|
|
struct SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553;
|
|
// System.Xml.Schema.SchemaDeclBase
|
|
struct SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B;
|
|
// System.Xml.Schema.SchemaElementDecl
|
|
struct SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD;
|
|
// System.Xml.Schema.SchemaInfo
|
|
struct SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E;
|
|
// System.Xml.Schema.SequenceNode
|
|
struct SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0;
|
|
// System.Collections.SortedList
|
|
struct SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3;
|
|
// System.Collections.Stack
|
|
struct Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47;
|
|
// System.Xml.Schema.StarNode
|
|
struct StarNode_t97F011188E450E88B8AB4DCF9C4D103E8315242C;
|
|
// System.String
|
|
struct String_t;
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t;
|
|
// System.Xml.Schema.StringFacetsChecker
|
|
struct StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1;
|
|
// System.Xml.Schema.SymbolsDictionary
|
|
struct SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3;
|
|
// System.Xml.Schema.SyntaxTreeNode
|
|
struct SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE;
|
|
// System.Globalization.TextInfo
|
|
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4;
|
|
// System.IO.TextReader
|
|
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7;
|
|
// System.IO.TextWriter
|
|
struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.Xml.Serialization.TypeData
|
|
struct TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704;
|
|
// System.Xml.Schema.UnionFacetsChecker
|
|
struct UnionFacetsChecker_tE40F75D16F3C838C24177BA7E9F7ADF818B4C6E9;
|
|
// System.Xml.Serialization.UnreferencedObjectEventArgs
|
|
struct UnreferencedObjectEventArgs_tA88A95B9F0BE849323A166089D04903D288C5760;
|
|
// System.Xml.Serialization.UnreferencedObjectEventHandler
|
|
struct UnreferencedObjectEventHandler_t7342B517610EE6E277FB060ED3C983CE68E0463A;
|
|
// System.Xml.Schema.UpaException
|
|
struct UpaException_tE3F146077F59E124C20468069DDA214F746DC9AE;
|
|
// System.Uri
|
|
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E;
|
|
// System.UriParser
|
|
struct UriParser_t920B0868286118827C08B08A15A9456AF6C19D81;
|
|
// System.Xml.Schema.ValidationEventHandler
|
|
struct ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A;
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
// System.Xml.Schema.XmlAtomicValue
|
|
struct XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56;
|
|
// System.Xml.XmlAttribute
|
|
struct XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18;
|
|
// System.Xml.Serialization.XmlAttributeEventArgs
|
|
struct XmlAttributeEventArgs_tE2113D9D778F9CC7EBD3D619A0342DB8C9CC7897;
|
|
// System.Xml.Serialization.XmlAttributeEventHandler
|
|
struct XmlAttributeEventHandler_tA9EE5C77A13FDC19DB5B3340F27245C620480F65;
|
|
// System.Xml.Serialization.XmlAttributeOverrides
|
|
struct XmlAttributeOverrides_tEE6AE9EC795CDEF943B35BA538C86222F905EB60;
|
|
// System.Xml.XmlDocument
|
|
struct XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B;
|
|
// System.Xml.XmlElement
|
|
struct XmlElement_t9A08B533E9A6B3548A1DE35476186F7ECCDF6FF1;
|
|
// System.Xml.Serialization.XmlElementEventArgs
|
|
struct XmlElementEventArgs_t415AB97F2EC45400E0E5FD5DCEE66D2FC4912036;
|
|
// System.Xml.Serialization.XmlElementEventHandler
|
|
struct XmlElementEventHandler_tA1451D76D0A21C15B71AC8B380CC097DF71951F3;
|
|
// System.Xml.Serialization.XmlMapping
|
|
struct XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97;
|
|
// System.Xml.XmlNameTable
|
|
struct XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8;
|
|
// System.Xml.XmlNamespaceManager
|
|
struct XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F;
|
|
// System.Xml.XmlNode
|
|
struct XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF;
|
|
// System.Xml.Serialization.XmlNodeEventArgs
|
|
struct XmlNodeEventArgs_tD4D3A349309C779296ED1395F49A9D4793D2E21D;
|
|
// System.Xml.Serialization.XmlNodeEventHandler
|
|
struct XmlNodeEventHandler_t32503D9F2F1A9E9E183779774CEFC13425BF6670;
|
|
// System.Xml.XmlQualifiedName
|
|
struct XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9;
|
|
// System.Xml.XmlReader
|
|
struct XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD;
|
|
// System.Xml.XmlReaderSettings
|
|
struct XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA;
|
|
// System.Xml.Serialization.XmlReflectionImporter
|
|
struct XmlReflectionImporter_t35377D35396A0B7AF610724CE3256E34C0D271E6;
|
|
// System.Xml.Serialization.XmlRootAttribute
|
|
struct XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF;
|
|
// System.Xml.Schema.XmlSchema
|
|
struct XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D;
|
|
// System.Xml.Schema.XmlSchemaAnyAttribute
|
|
struct XmlSchemaAnyAttribute_t2674CD673C9358AEDF1F318A8CF5DE9EB01AF601;
|
|
// System.Xml.Schema.XmlSchemaCompilationSettings
|
|
struct XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C;
|
|
// System.Xml.Schema.XmlSchemaComplexType
|
|
struct XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0;
|
|
// System.Xml.Schema.XmlSchemaDatatype
|
|
struct XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D;
|
|
// System.Xml.Schema.XmlSchemaException
|
|
struct XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B;
|
|
// System.Xml.Schema.XmlSchemaObject
|
|
struct XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D;
|
|
// System.Xml.Schema.XmlSchemaObjectCollection
|
|
struct XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388;
|
|
// System.Xml.Schema.XmlSchemaParticle
|
|
struct XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE;
|
|
// System.Xml.Schema.XmlSchemaPatternFacet
|
|
struct XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927;
|
|
// System.Xml.Serialization.XmlSchemaProviderAttribute
|
|
struct XmlSchemaProviderAttribute_t913656BFB1429C8144C9EE53E18CC300D1C431AF;
|
|
// System.Xml.Schema.XmlSchemaSet
|
|
struct XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1;
|
|
// System.Xml.Schema.XmlSchemaSimpleType
|
|
struct XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8;
|
|
// System.Xml.Schema.XmlSchemaSimpleTypeContent
|
|
struct XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091;
|
|
// System.Xml.Schema.XmlSchemaSimpleTypeList
|
|
struct XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6;
|
|
// System.Xml.Schema.XmlSchemaSimpleTypeRestriction
|
|
struct XmlSchemaSimpleTypeRestriction_t6A157CF7BAB4B9DE623D7C7693C55070EB1B7D1E;
|
|
// System.Xml.Schema.XmlSchemaType
|
|
struct XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF;
|
|
// System.Xml.Serialization.XmlSerializableMapping
|
|
struct XmlSerializableMapping_tE7BDFC1308A79813DF734102D332FD528FD841E7;
|
|
// System.Xml.Serialization.XmlSerializationReader
|
|
struct XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597;
|
|
// System.Xml.Serialization.XmlSerializationReaderInterpreter
|
|
struct XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8;
|
|
// System.Xml.Serialization.XmlSerializationWriter
|
|
struct XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B;
|
|
// System.Xml.Serialization.XmlSerializationWriterInterpreter
|
|
struct XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9;
|
|
// System.Xml.Serialization.XmlSerializer
|
|
struct XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B;
|
|
// System.Xml.Serialization.XmlSerializerImplementation
|
|
struct XmlSerializerImplementation_tA5FE9BE0F0A19E7D007C585CFCB9A983FD88CE57;
|
|
// System.Xml.Serialization.XmlSerializerNamespaces
|
|
struct XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93;
|
|
// System.Xml.Serialization.XmlTextAttribute
|
|
struct XmlTextAttribute_tAA8BE9BA759F78BB4CDF00D3848B7746C0EDEFE0;
|
|
// System.Xml.XmlTextEncoder
|
|
struct XmlTextEncoder_tACD13BCC8237E0710F82A7703FAF7D09FCDF0C40;
|
|
// System.Xml.XmlTextReader
|
|
struct XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B;
|
|
// System.Xml.XmlTextReaderImpl
|
|
struct XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B;
|
|
// System.Xml.XmlTextWriter
|
|
struct XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B;
|
|
// System.Xml.XmlTextWriterBase64Encoder
|
|
struct XmlTextWriterBase64Encoder_tC7209F119916DF622459E830377C23D7BFA2B30D;
|
|
// System.Xml.Serialization.XmlTypeAttribute
|
|
struct XmlTypeAttribute_t0EC23A25BEDDEB533D28BD2B87F5B3270E718EE5;
|
|
// System.Xml.Serialization.XmlTypeMapElementInfo
|
|
struct XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32;
|
|
// System.Xml.Serialization.XmlTypeMapElementInfoList
|
|
struct XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78;
|
|
// System.Xml.Serialization.XmlTypeMapMember
|
|
struct XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A;
|
|
// System.Xml.Serialization.XmlTypeMapMemberAnyAttribute
|
|
struct XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1;
|
|
// System.Xml.Serialization.XmlTypeMapMemberAnyElement
|
|
struct XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950;
|
|
// System.Xml.Serialization.XmlTypeMapMemberAttribute
|
|
struct XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4;
|
|
// System.Xml.Serialization.XmlTypeMapMemberElement
|
|
struct XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840;
|
|
// System.Xml.Serialization.XmlTypeMapMemberExpandable
|
|
struct XmlTypeMapMemberExpandable_tED3170CD402780E1250005E1131CD848660237FE;
|
|
// System.Xml.Serialization.XmlTypeMapMemberFlatList
|
|
struct XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38;
|
|
// System.Xml.Serialization.XmlTypeMapMemberList
|
|
struct XmlTypeMapMemberList_t5542A0234B55CC3AD3EDD7B830E7C4603FAAD63E;
|
|
// System.Xml.Serialization.XmlTypeMapMemberNamespaces
|
|
struct XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112;
|
|
// System.Xml.Serialization.XmlTypeMapping
|
|
struct XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9;
|
|
// System.Xml.Schema.XmlValueConverter
|
|
struct XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E;
|
|
// System.Xml.XmlWriter
|
|
struct XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F;
|
|
// System.Xml.Schema.XsdSimpleValue
|
|
struct XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50;
|
|
// System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap
|
|
struct SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE;
|
|
// System.Xml.Schema.DtdValidator/NamespaceManager
|
|
struct NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E;
|
|
// System.Xml.Serialization.EnumMap/EnumMapMember
|
|
struct EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38;
|
|
// System.Text.RegularExpressions.Regex/CachedCodeEntry
|
|
struct CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39;
|
|
// System.Uri/UriInfo
|
|
struct UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09;
|
|
// System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName
|
|
struct NamespacePrefixForQName_t580351778384A947979FD4D091BD043347482C3D;
|
|
// System.Xml.XmlQualifiedName/HashCodeOfStringDelegate
|
|
struct HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA;
|
|
// System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo
|
|
struct CallbackInfo_t89714EAF889C7E9B3682A74ADF45DDACC78E60B2;
|
|
// System.Xml.Serialization.XmlSerializer/SerializerData
|
|
struct SerializerData_t80E5CC9586C1782157CDE6EA3518737643CEDDDF;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_ENTITY_tF5B58FF3B5CC72E20F658AA72570CD37E7F4FF60_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_ENUMERATION_t38424F2300A98945B684DBD899D7BE209E1594BD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_IDREF_tFCF79C29D11E77D369B0509C3BFC4017BB50B64A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_ID_tEE997BC20DA8C5E0DB2C95E82AA8008506C57E01_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_NCName_t0F986951D64B7C3CAAADEBCFEC2BE381349B6A88_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_NMTOKEN_t38324CC80EBF3BAC84A658C532BE936C59DEA329_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_Name_t83369C60D91E0D512F4258D6190E2A347E27FC81_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_anyAtomicType_t5A7C513178CC1454D49AF2AEB1F7A2C2F6CC6B4C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_dateTimeNoTimeZone_t8A3587C6E7482FA519D5C8DA9568E222482A8A33_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_dateTimeTimeZone_t49C2A7949E7D4E9B3DCE8703FDD8AEE9A0C513A3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_dateTime_t5766DFA5E987E021A79E60DFA28FA8348A735112_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_date_tDF075432994B6EDE6729F0E782708F543F59CD69_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_dayTimeDuration_tF827B3255406ABDA8876A13E5E1FED7B6B3D38E0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_day_t94640C2B39FFA29671F4D16E7892DBBD19676F95_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_doubleXdr_tF2CD2B2F44685C9BEDAD3CE207DF4862186BE691_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_fixed_t72793482E29CC18E5554ABFE6C3F4A92076F5614_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_floatXdr_tC7E048FBD066EFDF9F89FB924E529AF4EDB0559A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_integer_tF79B30EE9DAE09CFC6D8D590067026FD6AA911B1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_language_t931A808D8C4FBDD2B23F24DBB4A59231DEB9B25D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_monthDay_t2D12138D6A442ABEF6F5842330BC5BB627D5C450_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_month_t6A71C92B67513A04F6C82DE9C1C1088D9CC15A94_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_normalizedStringV1Compat_tDEA9D21AFB657A05A412FA44CBB0630FAE5B969E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_normalizedString_tAE3C605C50C26A50CD47DA10860F5B7009C2172A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_timeNoTimeZone_t5DE25F37727907E401890DA90D9D2A6C439A726F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_timeTimeZone_t6667C98B628FE52B1F53B6A06F8F143597CB1F30_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_time_tF6BCD9D1DD389320ACD31CBF344D623410A63699_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_tokenV1Compat_t486586DC082FF80A77BD30EC80B6BC80CC24D0BD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_token_t492F72F4A351E294ABE8AFA9F1E7089791FA012B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_untypedAtomicType_tC94703E969B9E7CD609DF5E56361955F932AD0B8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_yearMonthDuration_t2182796B58089FD783B469A8AB3DDA9BBC3340BD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_yearMonth_tFE2B47024E6A1FE92AF122D1D7D717C81C903689_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Datatype_year_tD6BBB7E9F6B40CB314F5D94A2E529542912C5AF0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DfaContentValidator_tD6828BD839DA60C4AB90B8D0162889CCB10A1D1D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DtdValidator_tF916F1805E2290242B688583602409378173CF17_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FieldInfo_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDtdParserAdapterWithValidation_tC370E742FC1C08EECE2E2741D97D6985EF1ED347_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IValidationEventHandling_t5929D7539D965D446556F7740F36A2BF7C6CC57E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IXmlSerializable_tE36AB1894460107283308E142C1106C4AB31A526_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Il2CppComObject_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ListFacetsChecker_t63A6573223965499917A16D14DD6632CEB8A2A98_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MiscFacetsChecker_t1574A3CFA038774ABB2F371FFC1A8F00357B5862_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NamespaceListNode_tD447526C5FF22511A65C13BC67E9EE824B69460C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NfaContentValidator_t1CFEEB3C2EDBCA1DD1667EC928825FCA0171F2BC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PlusNode_t7090254E5146C8660BBB97898E37FED5A5B28D9D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PropertyInfo_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* QmarkNode_t302FD5DABB39E13F51B26B2CA5B0BE1D85706D54_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Queue_t82FD2BE12D138AF4D22C801CB5044DAEC2BA66BC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RangeContentValidator_t3AC4618E77297A22BB80D9223F4CD8FDA53FCA5E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimeArray_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StarNode_t97F011188E450E88B8AB4DCF9C4D103E8315242C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnionFacetsChecker_tE40F75D16F3C838C24177BA7E9F7ADF818B4C6E9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UpaException_tE3F146077F59E124C20468069DDA214F746DC9AE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlCustomFormatter_t8021E588C6512752ACF5F834D7F8FF70E1D28471_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlReflectionImporter_t35377D35396A0B7AF610724CE3256E34C0D271E6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaProviderAttribute_t913656BFB1429C8144C9EE53E18CC300D1C431AF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSimpleTypeRestriction_t6A157CF7BAB4B9DE623D7C7693C55070EB1B7D1E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaU5BU5D_t5DB5D05598D599A3F21C7D3D9A9F3F000AD6A4D3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberAttributeU5BU5D_tD4F816722F17A6B481400D6F933E68A38D97EB83_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XsdDateTimeFlags_t69F10B0961FFA92954C37D538C4B5D5FAD9F1F76_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral007174B876FA7EECC4152046B9308966D3E2B5B8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0376126F0449A97AB7E650AF5576C7A59F4FB688;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0797970A05214E4132EBF1E0E234C882D1DCD3C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral10843A43CD4C64637831AF0FF399A1ED2FB29D7D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral115036F179EA48E7662F9BE55E0E00A42DDE6DA7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1D7B559D2443B7B91D8C57B59220774176D04300;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1E6F6A066E9C41521D9969E61D6F5F89615E3161;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral21C885F024DD76B32C6CA3D9BD35E0A148EDDD9D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral232AE0D402FAC47960A8CA8DD393C63B8FF64178;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral265F3FB35B71A1769644CBC8A1BD32CE34B94D63;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral26B7C05AA4B2488CAA1781DA8040534799003358;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral28B8B40ABFE525E876BDED46712D0F9BF69D09F7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral299A91A94BC12579A25B9F1508F87ACC3282548C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2AD43975A69D522C9BBF973465C2270EB67DD0C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2F48ACBD0C7C02EF65D6C38C3AD927662ECDB6CE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2FD726975E1B11E900D32393E382DD325472C6C5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral35297627D35CC089E8CF7EED1566D3C9FF09552C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral38FB386B58970DA493E868CAC2AC6550E559B5D7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3ADAAB999C40C872F1295FAF8822A6B94D90F345;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3B0A4D9DF1E7BCA0CC37643FD62C698D64EA7F1D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3B73D6A62CBC2F2D7E36C7E827E41941ED0A4B49;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3C19E9456A591B7480BFD140A0016E01BC880976;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3D6EB261B6E5AC1669A2C14AFA8CA0EBB13AA820;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral44832A6618EA2A0E064DDB0752063789A8CE8A58;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4BD1D6F2500A903652036B29D6882FA865715A46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4BE06F642C3A63FAEA457BDFF33BDDEF57BB7CA7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5081C2BB000D6FA0C2CDA4A8B7ED516A31C70DC6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral50F42FA04A7512CEA891683F4BA8A38F5CEFD199;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral51C6279E31F7483126B79E3000116001A915B690;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral558ED33B9D0E36FD1CA98DD526816AE654BA4E92;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral56ED31BBF7FE6AF09919B65DEE19B95A754AA73D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral594C9B74105FC363004860F96C38805E33805AA9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral609F11BECFD0CCE90D4C1D6AA2F061231AAB9266;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6317C069274A83AF4C018EF28D7F30C62C85E1AB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral648E7A40D2E5792A25DB368740E29C86157D8779;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral692E131B59AF727A7822FA650BA4A6EEB0785056;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6A13904391B9244725CDA479F017C96337B784A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6A3C2DA0F9E8B442541C0AF562469F9A7B1AF34A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6BCD94865A7FBDD85C016B0A6A3B7B81A93F3CB9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6C6E6128B9FCA118B8DAB0A8DCD3D012A7B4D437;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6D67ADE9CC145DA3A39BC63DF500A7B0EC88CE4A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral705E2E4DA8BAADF981F701A6C65423C725FAFCA4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7828486CC6E76D847B54C1EB7416ACD4B474A3AB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A05A136E34451BA838B56C57A62ABDD1887D741;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A846A225A3909AB39CFF23BE13DACF54C540FEC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7BA557C60FBFACAA46AD1B56F1F3BD5FC6D77A8D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7C73C6FEDB24E2B76DB4F136D05437C41452BCA3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral805B49550CB3377ECB61B1B75AB5C38E884BA80C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral80BD0AC23C01D7E27D9756B80C93372D48AB0275;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral842A819C7360E51D01A8550FCEE258164E5AA620;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral84E803D68FC3827ACA2D51AA33D8A230C466CC88;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral87C858E345116CE7C4123AF185CDD74EFDD94384;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral88B0F4492745F11C4B6C970B7204C62E64A1183E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8BF693870A1CA202D2EE1A186395E62B409214FD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8CAD5FF1EF457B3BD0E6D30D374C5561AA3D0FDC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8F8BFCFC439A636B20C06C334A493AB7004843ED;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9596E5523DE78154FE7D2F120B5259D589F47C5E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral971D51C40C3690E34F8691C90801333B2B681EF7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9AFC78FE25EB4459543F4E497BB776C6616A672B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9C0B03C3C90A2F77EF795B5B44ADB4E16550BEE4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA0456228CB07E3980C756D1BE420870078E58D64;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA209B37D33B4476CEC46AD3B1D553C7B0BECB32A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA37D4B9061083962C5A0F6AA7E7F2314A643FF2E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA92C60F422399B9E64181540FEB7BB64FF237AFE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAB277B5B1CF7C3380602834A207C18657E7B8A9F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAD131E029E531EEF793FBF0B4609AC73AD1F372F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAD39D69B3EED7D6A7B1F9D5CEAE6AC85B41A3DBC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB0A1C47352664275E2D7F477FA4C62FC016B575F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB1C0E2BE30C6465F986B63E23CA73D695683ACF6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA8CEF9FA2E16350C5BB0F9118C66C518032FCD7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBBAA0AE1BC05CD8F3F881F4350A1BCAC87A11697;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBBBCFF9559F03CF35B40795127B3BDBC6A80E8CB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBF20334865FA7018C1BA9A8CEB0C34098005DC07;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC4E721B999A0498B0D3E99AFADED5BDAD3296EC8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC622F0B78799504E9F670AD20F9006F7BD480C1D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC66F579DCA45D04AA08CC18AEAEC2741A63B494F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC7A7939E82BEFEF8DDB755713442AA62963F09F8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCA645ED4B07E7B41C211BD7FDE87069773914BF6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCC1F7052057A1EC518E41F548AA4C5A4BA47C59D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCF0E9D64E3F57C73CF91FF404AA6F5D46637A3CC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD015306D665F695A4B61154904784526EEFEC44B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD29D7A474294CE305B3899F0EF058A660546CC77;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD41E0018E119649FDAD866A881DB09284C4F1F63;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD692E67438BD707EE1906F28C246C0A0A23AE7A5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD890B2BC5E5200965CD02403ABB6C221A614A1B7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD9AD03488C0FD2A5029083D5A67F58438C2A5CF1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA70DA9BEB540E5A5AE851D4E7FE442181677124;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDC58D280C55C1737F31B2B62F2A84DF60BDDE197;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDD640DD960B4CEB48E82A897FEAB7F64F88777F4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDDD95D0BA271A5E9F4CE21EE52B8AD959CD7072A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDEF871D9D8BC4EA6B73BA76904D036DFA754981F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE1E5CE10BE86E259146E8ADE82FB423C65C3FFD7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE234C34099947BE8BB6C958B450C81758FC6EC63;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE3DFC065B6A6D9931B797808DD066491AAB82B29;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE45A27D5263BA91F21F82127FF20410C4431D222;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEB3C5FD07A0EE63BA68796F5AC5B2BF4B174670C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEBC96FC5B7AE8C1C12A3890CB36E89139E925C53;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEDDA5C78F1020908086DF1A7AC39C48AEFE8E36C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEDE169578D0784988295F2BB094D04C3F7C9B832;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF395EC26F95056DBC29912935F80FD26FEC80D35;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF4541B932FD6CC47E51779BE1ADC2CE3B2928831;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF5C24D44837B154270D34E68B33250421ECA84D6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF656DB588A082446562DCF385DA7315EB85D49AB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF68BE93499EBDA525EAB969E88B05907332F6184;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF8C01BF7792E7B3071B4216EB7ED47E83704D3C8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ClassMap_AddMember_m68EC50B8B34647C81D1EFEC1D14083A150A2B49B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DatatypeImplementation_DeriveByList_mDBF9A9BBCD40E6CC7D174D491ED5FEE4A14FAB39_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DatatypeImplementation_ParseValue_m921BE0003D2DFDBC402B6E7DED582F27331EDFCC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Datatype_QNameXdr_ParseValue_m50B56A961D8924B4DBC60DBB4E029341AFDC5318_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Datatype_char_ParseValue_m88FDFFB8EF74E4B50558C95ED86E56CFFD162401_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Datatype_doubleXdr_ParseValue_m4AA9B370A284D72960326426F93A7B74E34D6472_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Datatype_fixed_ParseValue_m86B4CE0F5B85B2C49DD7C863CEB9636C51874B87_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Datatype_floatXdr_ParseValue_m3E96BEC8525BB4394AF28AABE87EE183FDEE2B93_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Datatype_uuid_ParseValue_m1CBF7DD86DEE8976B670E15AE6B2F4FAE6ABC333_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EnumMap_GetEnumName_m10DDCE7A6EB14899540AF62430B6133BBAF0CB94_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* EnumMap_GetXmlName_m673884ED5B4566B41AA3D16F95E4F21D9B687621_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ListMap_FindElement_m47E834380D86F46D9AE887F867CC2D3FCF7D4CC2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NamespaceListNode_ConstructPos_mE576F4F3739EAA2302C6B38292727D242351C80B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NamespaceListNode_get_IsNullable_m637C0A30D0508ECAA7CBC2B72D4356D09A3C6CB1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m19C15685DB36312A6F4A6CD8A9564B8E5AE3AF9E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ParticleContentValidator_CheckUniqueParticleAttribution_m3E3E7FFC56B2906EF8D2AD535A86CD58E1B8E737_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mB25E9C049C31683DF3FD964C8D4DBFD5B0DE466D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mE49743F5FC3ED9D600D2FD3FFC87D38993622CD2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m1F1DE2602AD1D8309204F57399638FD5B71953C6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m2F6AA67C2D6E3A228DF93AD427D26178853A109F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m28F34CDA66206C6BE7B80A5155296A53C97FFCEF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_m608DAEB7362D4C3B89C140797A7C1D11A5064056_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m2CD2C12F84CDD3BD011526C74254F60E26D5C7F1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_mAEA12C0679B6626D272B776DF990861FBB7A8874_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializableMapping__ctor_mF15D3F92AF6B8B5698F26636C0ACCC8EC20CABD2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializerImplementation_get_Writer_mAF12CDF082924FA5DC0A52A39662B78FCB545001_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializer_CreateReader_mFF7A9328B1A882BAE053F9A97E9BE08CFB6D4A59_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializer_CreateWriter_mF409D1E7D954220C0567920449C9024C6DC9E2CA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializer_Deserialize_mF6A93541E4FA8342534ACCA762F854541EBCD86B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializer_Serialize_m4B83578545703FEF01E48C05DD5EFDF15E301964_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializer_Serialize_mA94F97CFE1760586CA9CFE865B5593DC0ADFCBB0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializer__ctor_m0DAA131F7E266D7999D10E867963DD2C4907C796_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlTypeMapElementInfo_set_IsTextElement_mCE031A8FDAFEACF48094CCDF5C90BBB2A64E2655_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlTypeMapElementInfo_set_IsUnnamedAnyElement_m9C07E7FD57FE290F705A2EC1EF3F4F3C36AB1DDD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ByteU5BU5DU5BU5D_t19A0C6D66F22DF673E9CDB37DEF566FE0EC947FA_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* DateTimeU5BU5D_t8F9285FE729A200A620421ED546CFB3DCF386EA1_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Guid_t_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* TimeSpanU5BU5D_tC920B81B0E6DCA110DB9D62B5C3850B4BECB87E6_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* UriU5BU5D_t95648338DE865E9517F36D1339C4D8DDFA4AAA2D_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* XmlSchemaProviderAttribute_t913656BFB1429C8144C9EE53E18CC300D1C431AF_0_0_0_var;
|
|
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com;
|
|
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke;
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com;
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
|
|
struct Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E;
|
|
struct BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94;
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
struct DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC;
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D;
|
|
struct MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
|
|
struct XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409;
|
|
struct XmlSchemaU5BU5D_t5DB5D05598D599A3F21C7D3D9A9F3F000AD6A4D3;
|
|
struct XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43;
|
|
struct XmlTypeMapMemberAttributeU5BU5D_tD4F816722F17A6B481400D6F933E68A38D97EB83;
|
|
struct SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466;
|
|
struct EnumMapMemberU5BU5D_t9142B305BA0F44DC126D50BA43D74FAA86A7D520;
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
// System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>
|
|
struct Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.Stack`1::_array
|
|
InteriorNodeU5BU5D_tAFAE5412A76B6FDAC35F626D72595018BCF37787* ____array_0;
|
|
// System.Int32 System.Collections.Generic.Stack`1::_size
|
|
int32_t ____size_1;
|
|
// System.Int32 System.Collections.Generic.Stack`1::_version
|
|
int32_t ____version_2;
|
|
// System.Object System.Collections.Generic.Stack`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_3;
|
|
};
|
|
|
|
// System.Collections.Generic.Stack`1<System.Object>
|
|
struct Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.Stack`1::_array
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____array_0;
|
|
// System.Int32 System.Collections.Generic.Stack`1::_size
|
|
int32_t ____size_1;
|
|
// System.Int32 System.Collections.Generic.Stack`1::_version
|
|
int32_t ____version_2;
|
|
// System.Object System.Collections.Generic.Stack`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_3;
|
|
};
|
|
|
|
// System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>
|
|
struct Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.Stack`1::_array
|
|
SequenceConstructPosContextU5BU5D_t6A625135AE7744062F12A256302E6E6D2FD0A545* ____array_0;
|
|
// System.Int32 System.Collections.Generic.Stack`1::_size
|
|
int32_t ____size_1;
|
|
// System.Int32 System.Collections.Generic.Stack`1::_version
|
|
int32_t ____version_2;
|
|
// System.Object System.Collections.Generic.Stack`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_3;
|
|
};
|
|
|
|
// System.Collections.ArrayList
|
|
struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A : public RuntimeObject
|
|
{
|
|
// System.Object[] System.Collections.ArrayList::_items
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_0;
|
|
// System.Int32 System.Collections.ArrayList::_size
|
|
int32_t ____size_1;
|
|
// System.Int32 System.Collections.ArrayList::_version
|
|
int32_t ____version_2;
|
|
// System.Object System.Collections.ArrayList::_syncRoot
|
|
RuntimeObject* ____syncRoot_3;
|
|
};
|
|
|
|
// System.Attribute
|
|
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.BaseValidator
|
|
struct BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Reflection.Binder
|
|
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.BitSet
|
|
struct BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B : public RuntimeObject
|
|
{
|
|
// System.Int32 System.Xml.Schema.BitSet::count
|
|
int32_t ___count_0;
|
|
// System.UInt32[] System.Xml.Schema.BitSet::bits
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___bits_1;
|
|
};
|
|
|
|
// System.Xml.Schema.ContentValidator
|
|
struct ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE : public RuntimeObject
|
|
{
|
|
// System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.ContentValidator::contentType
|
|
int32_t ___contentType_0;
|
|
// System.Boolean System.Xml.Schema.ContentValidator::isOpen
|
|
bool ___isOpen_1;
|
|
// System.Boolean System.Xml.Schema.ContentValidator::isEmptiable
|
|
bool ___isEmptiable_2;
|
|
};
|
|
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject
|
|
{
|
|
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
|
|
bool ___m_isReadOnly_3;
|
|
// System.Int32 System.Globalization.CultureInfo::cultureID
|
|
int32_t ___cultureID_4;
|
|
// System.Int32 System.Globalization.CultureInfo::parent_lcid
|
|
int32_t ___parent_lcid_5;
|
|
// System.Int32 System.Globalization.CultureInfo::datetime_index
|
|
int32_t ___datetime_index_6;
|
|
// System.Int32 System.Globalization.CultureInfo::number_index
|
|
int32_t ___number_index_7;
|
|
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
|
|
int32_t ___default_calendar_type_8;
|
|
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
|
|
bool ___m_useUserOverride_9;
|
|
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
|
|
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
|
|
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
|
|
// System.String System.Globalization.CultureInfo::m_name
|
|
String_t* ___m_name_13;
|
|
// System.String System.Globalization.CultureInfo::englishname
|
|
String_t* ___englishname_14;
|
|
// System.String System.Globalization.CultureInfo::nativename
|
|
String_t* ___nativename_15;
|
|
// System.String System.Globalization.CultureInfo::iso3lang
|
|
String_t* ___iso3lang_16;
|
|
// System.String System.Globalization.CultureInfo::iso2lang
|
|
String_t* ___iso2lang_17;
|
|
// System.String System.Globalization.CultureInfo::win3lang
|
|
String_t* ___win3lang_18;
|
|
// System.String System.Globalization.CultureInfo::territory
|
|
String_t* ___territory_19;
|
|
// System.String[] System.Globalization.CultureInfo::native_calendar_names
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names_20;
|
|
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
|
|
// System.Void* System.Globalization.CultureInfo::textinfo_data
|
|
void* ___textinfo_data_22;
|
|
// System.Int32 System.Globalization.CultureInfo::m_dataItem
|
|
int32_t ___m_dataItem_23;
|
|
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture_25;
|
|
// System.Boolean System.Globalization.CultureInfo::constructed
|
|
bool ___constructed_26;
|
|
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form_27;
|
|
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_28;
|
|
// System.Boolean System.Globalization.CultureInfo::m_isInherited
|
|
bool ___m_isInherited_29;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_isReadOnly_3;
|
|
int32_t ___cultureID_4;
|
|
int32_t ___parent_lcid_5;
|
|
int32_t ___datetime_index_6;
|
|
int32_t ___number_index_7;
|
|
int32_t ___default_calendar_type_8;
|
|
int32_t ___m_useUserOverride_9;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
|
|
char* ___m_name_13;
|
|
char* ___englishname_14;
|
|
char* ___nativename_15;
|
|
char* ___iso3lang_16;
|
|
char* ___iso2lang_17;
|
|
char* ___win3lang_18;
|
|
char* ___territory_19;
|
|
char** ___native_calendar_names_20;
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
|
|
void* ___textinfo_data_22;
|
|
int32_t ___m_dataItem_23;
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture_25;
|
|
int32_t ___constructed_26;
|
|
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData_28;
|
|
int32_t ___m_isInherited_29;
|
|
};
|
|
// Native definition for COM marshalling of System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com
|
|
{
|
|
int32_t ___m_isReadOnly_3;
|
|
int32_t ___cultureID_4;
|
|
int32_t ___parent_lcid_5;
|
|
int32_t ___datetime_index_6;
|
|
int32_t ___number_index_7;
|
|
int32_t ___default_calendar_type_8;
|
|
int32_t ___m_useUserOverride_9;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10;
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11;
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12;
|
|
Il2CppChar* ___m_name_13;
|
|
Il2CppChar* ___englishname_14;
|
|
Il2CppChar* ___nativename_15;
|
|
Il2CppChar* ___iso3lang_16;
|
|
Il2CppChar* ___iso2lang_17;
|
|
Il2CppChar* ___win3lang_18;
|
|
Il2CppChar* ___territory_19;
|
|
Il2CppChar** ___native_calendar_names_20;
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21;
|
|
void* ___textinfo_data_22;
|
|
int32_t ___m_dataItem_23;
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture_25;
|
|
int32_t ___constructed_26;
|
|
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData_28;
|
|
int32_t ___m_isInherited_29;
|
|
};
|
|
|
|
// System.DBNull
|
|
struct DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.EventArgs
|
|
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.FacetsChecker
|
|
struct FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D : public RuntimeObject
|
|
{
|
|
// System.Collections.Hashtable/bucket[] System.Collections.Hashtable::_buckets
|
|
bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587* ____buckets_10;
|
|
// System.Int32 System.Collections.Hashtable::_count
|
|
int32_t ____count_11;
|
|
// System.Int32 System.Collections.Hashtable::_occupancy
|
|
int32_t ____occupancy_12;
|
|
// System.Int32 System.Collections.Hashtable::_loadsize
|
|
int32_t ____loadsize_13;
|
|
// System.Single System.Collections.Hashtable::_loadFactor
|
|
float ____loadFactor_14;
|
|
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::_version
|
|
int32_t ____version_15;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::_isWriterInProgress
|
|
bool ____isWriterInProgress_16;
|
|
// System.Collections.ICollection System.Collections.Hashtable::_keys
|
|
RuntimeObject* ____keys_17;
|
|
// System.Collections.ICollection System.Collections.Hashtable::_values
|
|
RuntimeObject* ____values_18;
|
|
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
|
|
RuntimeObject* ____keycomparer_19;
|
|
// System.Object System.Collections.Hashtable::_syncRoot
|
|
RuntimeObject* ____syncRoot_20;
|
|
};
|
|
|
|
// System.MarshalByRefObject
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject
|
|
{
|
|
// System.Object System.MarshalByRefObject::_identity
|
|
RuntimeObject* ____identity_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ____identity_0;
|
|
};
|
|
// Native definition for COM marshalling of System.MarshalByRefObject
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ____identity_0;
|
|
};
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.NamespaceList
|
|
struct NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260 : public RuntimeObject
|
|
{
|
|
// System.Xml.Schema.NamespaceList/ListType System.Xml.Schema.NamespaceList::type
|
|
int32_t ___type_0;
|
|
// System.Collections.Hashtable System.Xml.Schema.NamespaceList::set
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___set_1;
|
|
// System.String System.Xml.Schema.NamespaceList::targetNamespace
|
|
String_t* ___targetNamespace_2;
|
|
};
|
|
|
|
// System.Xml.Serialization.ObjectMap
|
|
struct ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Positions
|
|
struct Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B : public RuntimeObject
|
|
{
|
|
// System.Collections.ArrayList System.Xml.Schema.Positions::positions
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___positions_0;
|
|
};
|
|
|
|
// System.Collections.Queue
|
|
struct Queue_t82FD2BE12D138AF4D22C801CB5044DAEC2BA66BC : public RuntimeObject
|
|
{
|
|
// System.Object[] System.Collections.Queue::_array
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____array_0;
|
|
// System.Int32 System.Collections.Queue::_head
|
|
int32_t ____head_1;
|
|
// System.Int32 System.Collections.Queue::_tail
|
|
int32_t ____tail_2;
|
|
// System.Int32 System.Collections.Queue::_size
|
|
int32_t ____size_3;
|
|
// System.Int32 System.Collections.Queue::_growFactor
|
|
int32_t ____growFactor_4;
|
|
// System.Int32 System.Collections.Queue::_version
|
|
int32_t ____version_5;
|
|
// System.Object System.Collections.Queue::_syncRoot
|
|
RuntimeObject* ____syncRoot_6;
|
|
};
|
|
|
|
// System.Xml.Schema.RestrictionFacets
|
|
struct RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117 : public RuntimeObject
|
|
{
|
|
// System.Int32 System.Xml.Schema.RestrictionFacets::Length
|
|
int32_t ___Length_0;
|
|
// System.Int32 System.Xml.Schema.RestrictionFacets::MinLength
|
|
int32_t ___MinLength_1;
|
|
// System.Int32 System.Xml.Schema.RestrictionFacets::MaxLength
|
|
int32_t ___MaxLength_2;
|
|
// System.Collections.ArrayList System.Xml.Schema.RestrictionFacets::Patterns
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___Patterns_3;
|
|
// System.Collections.ArrayList System.Xml.Schema.RestrictionFacets::Enumeration
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___Enumeration_4;
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.RestrictionFacets::WhiteSpace
|
|
int32_t ___WhiteSpace_5;
|
|
// System.Object System.Xml.Schema.RestrictionFacets::MaxInclusive
|
|
RuntimeObject* ___MaxInclusive_6;
|
|
// System.Object System.Xml.Schema.RestrictionFacets::MaxExclusive
|
|
RuntimeObject* ___MaxExclusive_7;
|
|
// System.Object System.Xml.Schema.RestrictionFacets::MinInclusive
|
|
RuntimeObject* ___MinInclusive_8;
|
|
// System.Object System.Xml.Schema.RestrictionFacets::MinExclusive
|
|
RuntimeObject* ___MinExclusive_9;
|
|
// System.Int32 System.Xml.Schema.RestrictionFacets::TotalDigits
|
|
int32_t ___TotalDigits_10;
|
|
// System.Int32 System.Xml.Schema.RestrictionFacets::FractionDigits
|
|
int32_t ___FractionDigits_11;
|
|
// System.Xml.Schema.RestrictionFlags System.Xml.Schema.RestrictionFacets::Flags
|
|
int32_t ___Flags_12;
|
|
};
|
|
|
|
// System.Xml.Schema.SchemaDeclBase
|
|
struct SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B : public RuntimeObject
|
|
{
|
|
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::name
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___name_0;
|
|
// System.String System.Xml.Schema.SchemaDeclBase::prefix
|
|
String_t* ___prefix_1;
|
|
// System.Boolean System.Xml.Schema.SchemaDeclBase::isDeclaredInExternal
|
|
bool ___isDeclaredInExternal_2;
|
|
// System.Xml.Schema.SchemaDeclBase/Use System.Xml.Schema.SchemaDeclBase::presence
|
|
int32_t ___presence_3;
|
|
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.SchemaDeclBase::schemaType
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___schemaType_4;
|
|
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.SchemaDeclBase::datatype
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___datatype_5;
|
|
// System.String System.Xml.Schema.SchemaDeclBase::defaultValueRaw
|
|
String_t* ___defaultValueRaw_6;
|
|
// System.Object System.Xml.Schema.SchemaDeclBase::defaultValueTyped
|
|
RuntimeObject* ___defaultValueTyped_7;
|
|
// System.Int64 System.Xml.Schema.SchemaDeclBase::maxLength
|
|
int64_t ___maxLength_8;
|
|
// System.Int64 System.Xml.Schema.SchemaDeclBase::minLength
|
|
int64_t ___minLength_9;
|
|
// System.Collections.Generic.List`1<System.String> System.Xml.Schema.SchemaDeclBase::values
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___values_10;
|
|
};
|
|
|
|
// System.Collections.Stack
|
|
struct Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47 : public RuntimeObject
|
|
{
|
|
// System.Object[] System.Collections.Stack::_array
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____array_0;
|
|
// System.Int32 System.Collections.Stack::_size
|
|
int32_t ____size_1;
|
|
// System.Int32 System.Collections.Stack::_version
|
|
int32_t ____version_2;
|
|
// System.Object System.Collections.Stack::_syncRoot
|
|
RuntimeObject* ____syncRoot_3;
|
|
};
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
// System.Int32 System.String::_stringLength
|
|
int32_t ____stringLength_4;
|
|
// System.Char System.String::_firstChar
|
|
Il2CppChar ____firstChar_5;
|
|
};
|
|
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t : public RuntimeObject
|
|
{
|
|
// System.Char[] System.Text.StringBuilder::m_ChunkChars
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars_0;
|
|
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
|
|
StringBuilder_t* ___m_ChunkPrevious_1;
|
|
// System.Int32 System.Text.StringBuilder::m_ChunkLength
|
|
int32_t ___m_ChunkLength_2;
|
|
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
|
|
int32_t ___m_ChunkOffset_3;
|
|
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
|
|
int32_t ___m_MaxCapacity_4;
|
|
};
|
|
|
|
// System.Xml.Schema.SymbolsDictionary
|
|
struct SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3 : public RuntimeObject
|
|
{
|
|
// System.Int32 System.Xml.Schema.SymbolsDictionary::last
|
|
int32_t ___last_0;
|
|
// System.Collections.Hashtable System.Xml.Schema.SymbolsDictionary::names
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___names_1;
|
|
// System.Collections.Hashtable System.Xml.Schema.SymbolsDictionary::wildcards
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___wildcards_2;
|
|
// System.Collections.ArrayList System.Xml.Schema.SymbolsDictionary::particles
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___particles_3;
|
|
// System.Object System.Xml.Schema.SymbolsDictionary::particleLast
|
|
RuntimeObject* ___particleLast_4;
|
|
// System.Boolean System.Xml.Schema.SymbolsDictionary::isUpaEnforced
|
|
bool ___isUpaEnforced_5;
|
|
};
|
|
|
|
// System.Xml.Schema.SyntaxTreeNode
|
|
struct SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Xml.Serialization.TypeData
|
|
struct TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704 : public RuntimeObject
|
|
{
|
|
// System.Type System.Xml.Serialization.TypeData::type
|
|
Type_t* ___type_0;
|
|
// System.String System.Xml.Serialization.TypeData::elementName
|
|
String_t* ___elementName_1;
|
|
// System.Xml.Serialization.SchemaTypes System.Xml.Serialization.TypeData::sType
|
|
int32_t ___sType_2;
|
|
// System.Type System.Xml.Serialization.TypeData::listItemType
|
|
Type_t* ___listItemType_3;
|
|
// System.String System.Xml.Serialization.TypeData::typeName
|
|
String_t* ___typeName_4;
|
|
// System.String System.Xml.Serialization.TypeData::fullTypeName
|
|
String_t* ___fullTypeName_5;
|
|
// System.Xml.Serialization.TypeData System.Xml.Serialization.TypeData::listItemTypeData
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___listItemTypeData_6;
|
|
// System.Xml.Serialization.TypeData System.Xml.Serialization.TypeData::mappedType
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___mappedType_7;
|
|
// System.Xml.Schema.XmlSchemaPatternFacet System.Xml.Serialization.TypeData::facet
|
|
XmlSchemaPatternFacet_t1F025AEBB84DAD3516F8766AE831927EEFF4A927* ___facet_8;
|
|
// System.Reflection.MethodInfo System.Xml.Serialization.TypeData::typeConvertor
|
|
MethodInfo_t* ___typeConvertor_9;
|
|
// System.Boolean System.Xml.Serialization.TypeData::hasPublicConstructor
|
|
bool ___hasPublicConstructor_10;
|
|
// System.Boolean System.Xml.Serialization.TypeData::nullableOverride
|
|
bool ___nullableOverride_11;
|
|
};
|
|
|
|
// System.Uri
|
|
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E : public RuntimeObject
|
|
{
|
|
// System.String System.Uri::m_String
|
|
String_t* ___m_String_13;
|
|
// System.String System.Uri::m_originalUnicodeString
|
|
String_t* ___m_originalUnicodeString_14;
|
|
// System.UriParser System.Uri::m_Syntax
|
|
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___m_Syntax_15;
|
|
// System.String System.Uri::m_DnsSafeHost
|
|
String_t* ___m_DnsSafeHost_16;
|
|
// System.Uri/Flags System.Uri::m_Flags
|
|
uint64_t ___m_Flags_17;
|
|
// System.Uri/UriInfo System.Uri::m_Info
|
|
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* ___m_Info_18;
|
|
// System.Boolean System.Uri::m_iriParsing
|
|
bool ___m_iriParsing_19;
|
|
};
|
|
|
|
// System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
|
|
{
|
|
};
|
|
|
|
// System.Xml.XPath.XPathItem
|
|
struct XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlAttributeOverrides
|
|
struct XmlAttributeOverrides_tEE6AE9EC795CDEF943B35BA538C86222F905EB60 : public RuntimeObject
|
|
{
|
|
// System.Collections.Hashtable System.Xml.Serialization.XmlAttributeOverrides::overrides
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___overrides_0;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlMapping
|
|
struct XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97 : public RuntimeObject
|
|
{
|
|
// System.Xml.Serialization.ObjectMap System.Xml.Serialization.XmlMapping::map
|
|
ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0* ___map_0;
|
|
// System.Collections.ArrayList System.Xml.Serialization.XmlMapping::relatedMaps
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___relatedMaps_1;
|
|
// System.Xml.Serialization.SerializationFormat System.Xml.Serialization.XmlMapping::format
|
|
int32_t ___format_2;
|
|
// System.String System.Xml.Serialization.XmlMapping::_elementName
|
|
String_t* ____elementName_3;
|
|
// System.String System.Xml.Serialization.XmlMapping::_namespace
|
|
String_t* ____namespace_4;
|
|
// System.String System.Xml.Serialization.XmlMapping::key
|
|
String_t* ___key_5;
|
|
};
|
|
|
|
// System.Xml.XmlNameTable
|
|
struct XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Xml.XmlNamespaceManager
|
|
struct XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F : public RuntimeObject
|
|
{
|
|
// System.Xml.XmlNamespaceManager/NamespaceDeclaration[] System.Xml.XmlNamespaceManager::nsdecls
|
|
NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* ___nsdecls_0;
|
|
// System.Int32 System.Xml.XmlNamespaceManager::lastDecl
|
|
int32_t ___lastDecl_1;
|
|
// System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::nameTable
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_2;
|
|
// System.Int32 System.Xml.XmlNamespaceManager::scopeId
|
|
int32_t ___scopeId_3;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Xml.XmlNamespaceManager::hashTable
|
|
Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___hashTable_4;
|
|
// System.Boolean System.Xml.XmlNamespaceManager::useHashtable
|
|
bool ___useHashtable_5;
|
|
// System.String System.Xml.XmlNamespaceManager::xml
|
|
String_t* ___xml_6;
|
|
// System.String System.Xml.XmlNamespaceManager::xmlNs
|
|
String_t* ___xmlNs_7;
|
|
};
|
|
|
|
// System.Xml.XmlQualifiedName
|
|
struct XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9 : public RuntimeObject
|
|
{
|
|
// System.String System.Xml.XmlQualifiedName::name
|
|
String_t* ___name_1;
|
|
// System.String System.Xml.XmlQualifiedName::ns
|
|
String_t* ___ns_2;
|
|
// System.Int32 System.Xml.XmlQualifiedName::hash
|
|
int32_t ___hash_3;
|
|
};
|
|
|
|
// System.Xml.XmlReader
|
|
struct XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Xml.XmlConfiguration.XmlReaderSection
|
|
struct XmlReaderSection_tD2D9B29C2787B46828CC2A45A644D1EEC7E25B89 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlReflectionImporter
|
|
struct XmlReflectionImporter_t35377D35396A0B7AF610724CE3256E34C0D271E6 : public RuntimeObject
|
|
{
|
|
// System.String System.Xml.Serialization.XmlReflectionImporter::initialDefaultNamespace
|
|
String_t* ___initialDefaultNamespace_0;
|
|
// System.Xml.Serialization.XmlAttributeOverrides System.Xml.Serialization.XmlReflectionImporter::attributeOverrides
|
|
XmlAttributeOverrides_tEE6AE9EC795CDEF943B35BA538C86222F905EB60* ___attributeOverrides_1;
|
|
// System.Collections.ArrayList System.Xml.Serialization.XmlReflectionImporter::includedTypes
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___includedTypes_2;
|
|
// System.Xml.Serialization.ReflectionHelper System.Xml.Serialization.XmlReflectionImporter::helper
|
|
ReflectionHelper_tC70C244386E812ED1E4C85AAF108E85F470C68AB* ___helper_3;
|
|
// System.Int32 System.Xml.Serialization.XmlReflectionImporter::arrayChoiceCount
|
|
int32_t ___arrayChoiceCount_4;
|
|
// System.Collections.ArrayList System.Xml.Serialization.XmlReflectionImporter::relatedMaps
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___relatedMaps_5;
|
|
// System.Boolean System.Xml.Serialization.XmlReflectionImporter::allowPrivateTypes
|
|
bool ___allowPrivateTypes_6;
|
|
};
|
|
|
|
// System.Xml.Schema.XmlSchemaDatatype
|
|
struct XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.XmlSchemaObject
|
|
struct XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.XmlSchemaSet
|
|
struct XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1 : public RuntimeObject
|
|
{
|
|
// System.Xml.XmlNameTable System.Xml.Schema.XmlSchemaSet::nameTable
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_0;
|
|
// System.Collections.SortedList System.Xml.Schema.XmlSchemaSet::schemas
|
|
SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3* ___schemas_1;
|
|
// System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaSet::internalEventHandler
|
|
ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___internalEventHandler_2;
|
|
// System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaSet::eventHandler
|
|
ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___eventHandler_3;
|
|
// System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::schemaLocations
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___schemaLocations_4;
|
|
// System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::chameleonSchemas
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___chameleonSchemas_5;
|
|
// System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::targetNamespaces
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___targetNamespaces_6;
|
|
// System.Boolean System.Xml.Schema.XmlSchemaSet::compileAll
|
|
bool ___compileAll_7;
|
|
// System.Xml.Schema.SchemaInfo System.Xml.Schema.XmlSchemaSet::cachedCompiledInfo
|
|
SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* ___cachedCompiledInfo_8;
|
|
// System.Xml.XmlReaderSettings System.Xml.Schema.XmlSchemaSet::readerSettings
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* ___readerSettings_9;
|
|
// System.Xml.Schema.XmlSchemaCompilationSettings System.Xml.Schema.XmlSchemaSet::compilationSettings
|
|
XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C* ___compilationSettings_10;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlSerializationGeneratedCode
|
|
struct XmlSerializationGeneratedCode_tCC078B474844E7731E24085C4A5467A1A1253B7F : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlSerializer
|
|
struct XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B : public RuntimeObject
|
|
{
|
|
// System.Boolean System.Xml.Serialization.XmlSerializer::customSerializer
|
|
bool ___customSerializer_4;
|
|
// System.Xml.Serialization.XmlMapping System.Xml.Serialization.XmlSerializer::typeMapping
|
|
XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* ___typeMapping_5;
|
|
// System.Xml.Serialization.XmlSerializer/SerializerData System.Xml.Serialization.XmlSerializer::serializerData
|
|
SerializerData_t80E5CC9586C1782157CDE6EA3518737643CEDDDF* ___serializerData_6;
|
|
// System.Xml.Serialization.UnreferencedObjectEventHandler System.Xml.Serialization.XmlSerializer::onUnreferencedObject
|
|
UnreferencedObjectEventHandler_t7342B517610EE6E277FB060ED3C983CE68E0463A* ___onUnreferencedObject_8;
|
|
// System.Xml.Serialization.XmlAttributeEventHandler System.Xml.Serialization.XmlSerializer::onUnknownAttribute
|
|
XmlAttributeEventHandler_tA9EE5C77A13FDC19DB5B3340F27245C620480F65* ___onUnknownAttribute_9;
|
|
// System.Xml.Serialization.XmlElementEventHandler System.Xml.Serialization.XmlSerializer::onUnknownElement
|
|
XmlElementEventHandler_tA1451D76D0A21C15B71AC8B380CC097DF71951F3* ___onUnknownElement_10;
|
|
// System.Xml.Serialization.XmlNodeEventHandler System.Xml.Serialization.XmlSerializer::onUnknownNode
|
|
XmlNodeEventHandler_t32503D9F2F1A9E9E183779774CEFC13425BF6670* ___onUnknownNode_11;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlSerializerImplementation
|
|
struct XmlSerializerImplementation_tA5FE9BE0F0A19E7D007C585CFCB9A983FD88CE57 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlSerializerNamespaces
|
|
struct XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93 : public RuntimeObject
|
|
{
|
|
// System.Collections.Hashtable System.Xml.Serialization.XmlSerializerNamespaces::namespaces
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___namespaces_0;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlTypeMapElementInfo
|
|
struct XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32 : public RuntimeObject
|
|
{
|
|
// System.String System.Xml.Serialization.XmlTypeMapElementInfo::_elementName
|
|
String_t* ____elementName_0;
|
|
// System.String System.Xml.Serialization.XmlTypeMapElementInfo::_namespace
|
|
String_t* ____namespace_1;
|
|
// System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlTypeMapElementInfo::_form
|
|
int32_t ____form_2;
|
|
// System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.XmlTypeMapElementInfo::_member
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* ____member_3;
|
|
// System.Object System.Xml.Serialization.XmlTypeMapElementInfo::_choiceValue
|
|
RuntimeObject* ____choiceValue_4;
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::_isNullable
|
|
bool ____isNullable_5;
|
|
// System.Int32 System.Xml.Serialization.XmlTypeMapElementInfo::_nestingLevel
|
|
int32_t ____nestingLevel_6;
|
|
// System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapElementInfo::_mappedType
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ____mappedType_7;
|
|
// System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapElementInfo::_type
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ____type_8;
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::_wrappedElement
|
|
bool ____wrappedElement_9;
|
|
// System.Int32 System.Xml.Serialization.XmlTypeMapElementInfo::_explicitOrder
|
|
int32_t ____explicitOrder_10;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMember
|
|
struct XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A : public RuntimeObject
|
|
{
|
|
// System.String System.Xml.Serialization.XmlTypeMapMember::_name
|
|
String_t* ____name_0;
|
|
// System.Int32 System.Xml.Serialization.XmlTypeMapMember::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Xml.Serialization.XmlTypeMapMember::_globalIndex
|
|
int32_t ____globalIndex_2;
|
|
// System.Int32 System.Xml.Serialization.XmlTypeMapMember::_specifiedGlobalIndex
|
|
int32_t ____specifiedGlobalIndex_3;
|
|
// System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapMember::_typeData
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ____typeData_4;
|
|
// System.Reflection.MemberInfo System.Xml.Serialization.XmlTypeMapMember::_member
|
|
MemberInfo_t* ____member_5;
|
|
// System.Reflection.MemberInfo System.Xml.Serialization.XmlTypeMapMember::_specifiedMember
|
|
MemberInfo_t* ____specifiedMember_6;
|
|
// System.Reflection.MethodInfo System.Xml.Serialization.XmlTypeMapMember::_shouldSerialize
|
|
MethodInfo_t* ____shouldSerialize_7;
|
|
// System.Object System.Xml.Serialization.XmlTypeMapMember::_defaultValue
|
|
RuntimeObject* ____defaultValue_8;
|
|
// System.Int32 System.Xml.Serialization.XmlTypeMapMember::_flags
|
|
int32_t ____flags_9;
|
|
};
|
|
|
|
// System.Xml.Schema.XmlValueConverter
|
|
struct XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Xml.XmlWriter
|
|
struct XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.XsdSimpleValue
|
|
struct XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50 : public RuntimeObject
|
|
{
|
|
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XsdSimpleValue::xmlType
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___xmlType_0;
|
|
// System.Object System.Xml.Schema.XsdSimpleValue::typedValue
|
|
RuntimeObject* ___typedValue_1;
|
|
};
|
|
|
|
// System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap
|
|
struct SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE : public RuntimeObject
|
|
{
|
|
// System.String System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::name
|
|
String_t* ___name_0;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::type
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___type_1;
|
|
// System.Int32 System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::parentIndex
|
|
int32_t ___parentIndex_2;
|
|
};
|
|
|
|
// System.Xml.Serialization.EnumMap/EnumMapMember
|
|
struct EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38 : public RuntimeObject
|
|
{
|
|
// System.String System.Xml.Serialization.EnumMap/EnumMapMember::_xmlName
|
|
String_t* ____xmlName_0;
|
|
// System.String System.Xml.Serialization.EnumMap/EnumMapMember::_enumName
|
|
String_t* ____enumName_1;
|
|
// System.Int64 System.Xml.Serialization.EnumMap/EnumMapMember::_value
|
|
int64_t ____value_2;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo
|
|
struct CallbackInfo_t89714EAF889C7E9B3682A74ADF45DDACC78E60B2 : public RuntimeObject
|
|
{
|
|
// System.Xml.Serialization.XmlSerializationWriterInterpreter System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo::_swi
|
|
XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* ____swi_0;
|
|
// System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo::_typeMap
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ____typeMap_1;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlSerializer/SerializerData
|
|
struct SerializerData_t80E5CC9586C1782157CDE6EA3518737643CEDDDF : public RuntimeObject
|
|
{
|
|
// System.Reflection.MethodInfo System.Xml.Serialization.XmlSerializer/SerializerData::ReaderMethod
|
|
MethodInfo_t* ___ReaderMethod_0;
|
|
// System.Type System.Xml.Serialization.XmlSerializer/SerializerData::WriterType
|
|
Type_t* ___WriterType_1;
|
|
// System.Reflection.MethodInfo System.Xml.Serialization.XmlSerializer/SerializerData::WriterMethod
|
|
MethodInfo_t* ___WriterMethod_2;
|
|
// System.Xml.Serialization.XmlSerializerImplementation System.Xml.Serialization.XmlSerializer/SerializerData::Implementation
|
|
XmlSerializerImplementation_tA5FE9BE0F0A19E7D007C585CFCB9A983FD88CE57* ___Implementation_3;
|
|
};
|
|
|
|
// System.Nullable`1<System.Boolean>
|
|
struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
bool ___value_1;
|
|
};
|
|
|
|
// System.Xml.Schema.BinaryFacetsChecker
|
|
struct BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8
|
|
{
|
|
};
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
// System.Boolean System.Boolean::m_value
|
|
bool ___m_value_0;
|
|
};
|
|
|
|
// System.Byte
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
|
|
{
|
|
// System.Byte System.Byte::m_value
|
|
uint8_t ___m_value_0;
|
|
};
|
|
|
|
// System.Char
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
|
|
{
|
|
// System.Char System.Char::m_value
|
|
Il2CppChar ___m_value_0;
|
|
};
|
|
|
|
// System.Xml.Schema.DatatypeImplementation
|
|
struct DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF : public XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D
|
|
{
|
|
// System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.DatatypeImplementation::variety
|
|
int32_t ___variety_0;
|
|
// System.Xml.Schema.RestrictionFacets System.Xml.Schema.DatatypeImplementation::restriction
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* ___restriction_1;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::baseType
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___baseType_2;
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.DatatypeImplementation::valueConverter
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___valueConverter_3;
|
|
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.DatatypeImplementation::parentSchemaType
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___parentSchemaType_4;
|
|
};
|
|
|
|
// System.DateTime
|
|
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D
|
|
{
|
|
// System.UInt64 System.DateTime::_dateData
|
|
uint64_t ____dateData_46;
|
|
};
|
|
|
|
// System.Xml.Schema.DateTimeFacetsChecker
|
|
struct DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8
|
|
{
|
|
};
|
|
|
|
// System.Decimal
|
|
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int32 System.Decimal::flags
|
|
int32_t ___flags_8;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___flags_8_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___hi_9_OffsetPadding[4];
|
|
// System.Int32 System.Decimal::hi
|
|
int32_t ___hi_9;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___hi_9_OffsetPadding_forAlignmentOnly[4];
|
|
int32_t ___hi_9_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___lo_10_OffsetPadding[8];
|
|
// System.Int32 System.Decimal::lo
|
|
int32_t ___lo_10;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___lo_10_OffsetPadding_forAlignmentOnly[8];
|
|
int32_t ___lo_10_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___mid_11_OffsetPadding[12];
|
|
// System.Int32 System.Decimal::mid
|
|
int32_t ___mid_11;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___mid_11_OffsetPadding_forAlignmentOnly[12];
|
|
int32_t ___mid_11_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___ulomidLE_12_OffsetPadding[8];
|
|
// System.UInt64 System.Decimal::ulomidLE
|
|
uint64_t ___ulomidLE_12;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___ulomidLE_12_OffsetPadding_forAlignmentOnly[8];
|
|
uint64_t ___ulomidLE_12_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
|
|
// System.Xml.Schema.DfaContentValidator
|
|
struct DfaContentValidator_tD6828BD839DA60C4AB90B8D0162889CCB10A1D1D : public ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE
|
|
{
|
|
// System.Int32[][] System.Xml.Schema.DfaContentValidator::transitionTable
|
|
Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* ___transitionTable_7;
|
|
// System.Xml.Schema.SymbolsDictionary System.Xml.Schema.DfaContentValidator::symbols
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___symbols_8;
|
|
};
|
|
|
|
// System.Double
|
|
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
|
|
{
|
|
// System.Double System.Double::m_value
|
|
double ___m_value_0;
|
|
};
|
|
|
|
// System.Xml.Schema.DtdValidator
|
|
struct DtdValidator_tF916F1805E2290242B688583602409378173CF17 : public BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.DurationFacetsChecker
|
|
struct DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8
|
|
{
|
|
};
|
|
|
|
// System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
|
|
{
|
|
};
|
|
|
|
// System.Xml.Serialization.EnumMap
|
|
struct EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C : public ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0
|
|
{
|
|
// System.Xml.Serialization.EnumMap/EnumMapMember[] System.Xml.Serialization.EnumMap::_members
|
|
EnumMapMemberU5BU5D_t9142B305BA0F44DC126D50BA43D74FAA86A7D520* ____members_0;
|
|
// System.Boolean System.Xml.Serialization.EnumMap::_isFlags
|
|
bool ____isFlags_1;
|
|
// System.String[] System.Xml.Serialization.EnumMap::_enumNames
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____enumNames_2;
|
|
// System.String[] System.Xml.Serialization.EnumMap::_xmlNames
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____xmlNames_3;
|
|
// System.Int64[] System.Xml.Serialization.EnumMap::_values
|
|
Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* ____values_4;
|
|
};
|
|
|
|
// System.Reflection.FieldInfo
|
|
struct FieldInfo_t : public MemberInfo_t
|
|
{
|
|
};
|
|
|
|
// System.Guid
|
|
struct Guid_t
|
|
{
|
|
// System.Int32 System.Guid::_a
|
|
int32_t ____a_1;
|
|
// System.Int16 System.Guid::_b
|
|
int16_t ____b_2;
|
|
// System.Int16 System.Guid::_c
|
|
int16_t ____c_3;
|
|
// System.Byte System.Guid::_d
|
|
uint8_t ____d_4;
|
|
// System.Byte System.Guid::_e
|
|
uint8_t ____e_5;
|
|
// System.Byte System.Guid::_f
|
|
uint8_t ____f_6;
|
|
// System.Byte System.Guid::_g
|
|
uint8_t ____g_7;
|
|
// System.Byte System.Guid::_h
|
|
uint8_t ____h_8;
|
|
// System.Byte System.Guid::_i
|
|
uint8_t ____i_9;
|
|
// System.Byte System.Guid::_j
|
|
uint8_t ____j_10;
|
|
// System.Byte System.Guid::_k
|
|
uint8_t ____k_11;
|
|
};
|
|
|
|
// System.Int16
|
|
struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175
|
|
{
|
|
// System.Int16 System.Int16::m_value
|
|
int16_t ___m_value_0;
|
|
};
|
|
|
|
// System.Int32
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
// System.Int32 System.Int32::m_value
|
|
int32_t ___m_value_0;
|
|
};
|
|
|
|
// System.Int64
|
|
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
|
|
{
|
|
// System.Int64 System.Int64::m_value
|
|
int64_t ___m_value_0;
|
|
};
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t
|
|
{
|
|
// System.Void* System.IntPtr::m_value
|
|
void* ___m_value_0;
|
|
};
|
|
|
|
// System.Xml.Schema.InteriorNode
|
|
struct InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF : public SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE
|
|
{
|
|
// System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::leftChild
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* ___leftChild_0;
|
|
// System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::rightChild
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* ___rightChild_1;
|
|
};
|
|
|
|
// System.Xml.Schema.LeafNode
|
|
struct LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D : public SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE
|
|
{
|
|
// System.Int32 System.Xml.Schema.LeafNode::pos
|
|
int32_t ___pos_0;
|
|
};
|
|
|
|
// System.Xml.Schema.ListFacetsChecker
|
|
struct ListFacetsChecker_t63A6573223965499917A16D14DD6632CEB8A2A98 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8
|
|
{
|
|
};
|
|
|
|
// System.Xml.Serialization.ListMap
|
|
struct ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC : public ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0
|
|
{
|
|
// System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.ListMap::_itemInfo
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* ____itemInfo_0;
|
|
// System.String System.Xml.Serialization.ListMap::_choiceMember
|
|
String_t* ____choiceMember_1;
|
|
};
|
|
|
|
// System.Reflection.MethodBase
|
|
struct MethodBase_t : public MemberInfo_t
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.MiscFacetsChecker
|
|
struct MiscFacetsChecker_t1574A3CFA038774ABB2F371FFC1A8F00357B5862 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.NamespaceListNode
|
|
struct NamespaceListNode_tD447526C5FF22511A65C13BC67E9EE824B69460C : public SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE
|
|
{
|
|
// System.Xml.Schema.NamespaceList System.Xml.Schema.NamespaceListNode::namespaceList
|
|
NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* ___namespaceList_0;
|
|
// System.Object System.Xml.Schema.NamespaceListNode::particle
|
|
RuntimeObject* ___particle_1;
|
|
};
|
|
|
|
// System.Xml.Schema.NfaContentValidator
|
|
struct NfaContentValidator_t1CFEEB3C2EDBCA1DD1667EC928825FCA0171F2BC : public ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE
|
|
{
|
|
// System.Xml.Schema.BitSet System.Xml.Schema.NfaContentValidator::firstpos
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___firstpos_7;
|
|
// System.Xml.Schema.BitSet[] System.Xml.Schema.NfaContentValidator::followpos
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos_8;
|
|
// System.Xml.Schema.SymbolsDictionary System.Xml.Schema.NfaContentValidator::symbols
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___symbols_9;
|
|
// System.Xml.Schema.Positions System.Xml.Schema.NfaContentValidator::positions
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___positions_10;
|
|
// System.Int32 System.Xml.Schema.NfaContentValidator::endMarkerPos
|
|
int32_t ___endMarkerPos_11;
|
|
};
|
|
|
|
// System.Xml.Schema.Numeric2FacetsChecker
|
|
struct Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8
|
|
{
|
|
};
|
|
|
|
// System.Reflection.ParameterModifier
|
|
struct ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510
|
|
{
|
|
// System.Boolean[] System.Reflection.ParameterModifier::_byRef
|
|
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ____byRef_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Reflection.ParameterModifier
|
|
struct ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510_marshaled_pinvoke
|
|
{
|
|
int32_t* ____byRef_0;
|
|
};
|
|
// Native definition for COM marshalling of System.Reflection.ParameterModifier
|
|
struct ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510_marshaled_com
|
|
{
|
|
int32_t* ____byRef_0;
|
|
};
|
|
|
|
// System.Xml.Schema.ParticleContentValidator
|
|
struct ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF : public ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE
|
|
{
|
|
// System.Xml.Schema.SymbolsDictionary System.Xml.Schema.ParticleContentValidator::symbols
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___symbols_7;
|
|
// System.Xml.Schema.Positions System.Xml.Schema.ParticleContentValidator::positions
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___positions_8;
|
|
// System.Collections.Stack System.Xml.Schema.ParticleContentValidator::stack
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* ___stack_9;
|
|
// System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.ParticleContentValidator::contentNode
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* ___contentNode_10;
|
|
// System.Boolean System.Xml.Schema.ParticleContentValidator::isPartial
|
|
bool ___isPartial_11;
|
|
// System.Int32 System.Xml.Schema.ParticleContentValidator::minMaxNodesCount
|
|
int32_t ___minMaxNodesCount_12;
|
|
// System.Boolean System.Xml.Schema.ParticleContentValidator::enableUpaCheck
|
|
bool ___enableUpaCheck_13;
|
|
};
|
|
|
|
// System.Xml.Schema.Position
|
|
struct Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757
|
|
{
|
|
// System.Int32 System.Xml.Schema.Position::symbol
|
|
int32_t ___symbol_0;
|
|
// System.Object System.Xml.Schema.Position::particle
|
|
RuntimeObject* ___particle_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Xml.Schema.Position
|
|
struct Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_marshaled_pinvoke
|
|
{
|
|
int32_t ___symbol_0;
|
|
Il2CppIUnknown* ___particle_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Xml.Schema.Position
|
|
struct Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_marshaled_com
|
|
{
|
|
int32_t ___symbol_0;
|
|
Il2CppIUnknown* ___particle_1;
|
|
};
|
|
|
|
// System.Reflection.PropertyInfo
|
|
struct PropertyInfo_t : public MemberInfo_t
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.QNameFacetsChecker
|
|
struct QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.RangeContentValidator
|
|
struct RangeContentValidator_t3AC4618E77297A22BB80D9223F4CD8FDA53FCA5E : public ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE
|
|
{
|
|
// System.Xml.Schema.BitSet System.Xml.Schema.RangeContentValidator::firstpos
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___firstpos_7;
|
|
// System.Xml.Schema.BitSet[] System.Xml.Schema.RangeContentValidator::followpos
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos_8;
|
|
// System.Xml.Schema.BitSet System.Xml.Schema.RangeContentValidator::positionsWithRangeTerminals
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___positionsWithRangeTerminals_9;
|
|
// System.Xml.Schema.SymbolsDictionary System.Xml.Schema.RangeContentValidator::symbols
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___symbols_10;
|
|
// System.Xml.Schema.Positions System.Xml.Schema.RangeContentValidator::positions
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___positions_11;
|
|
// System.Int32 System.Xml.Schema.RangeContentValidator::minMaxNodesCount
|
|
int32_t ___minMaxNodesCount_12;
|
|
// System.Int32 System.Xml.Schema.RangeContentValidator::endMarkerPos
|
|
int32_t ___endMarkerPos_13;
|
|
};
|
|
|
|
// System.SByte
|
|
struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5
|
|
{
|
|
// System.SByte System.SByte::m_value
|
|
int8_t ___m_value_0;
|
|
};
|
|
|
|
// System.Xml.Schema.SchemaAttDef
|
|
struct SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553 : public SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B
|
|
{
|
|
// System.String System.Xml.Schema.SchemaAttDef::defExpanded
|
|
String_t* ___defExpanded_11;
|
|
// System.Int32 System.Xml.Schema.SchemaAttDef::lineNum
|
|
int32_t ___lineNum_12;
|
|
// System.Int32 System.Xml.Schema.SchemaAttDef::linePos
|
|
int32_t ___linePos_13;
|
|
// System.Int32 System.Xml.Schema.SchemaAttDef::valueLineNum
|
|
int32_t ___valueLineNum_14;
|
|
// System.Int32 System.Xml.Schema.SchemaAttDef::valueLinePos
|
|
int32_t ___valueLinePos_15;
|
|
// System.Xml.Schema.SchemaAttDef/Reserve System.Xml.Schema.SchemaAttDef::reserved
|
|
int32_t ___reserved_16;
|
|
};
|
|
|
|
// System.Xml.Schema.SchemaElementDecl
|
|
struct SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD : public SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef> System.Xml.Schema.SchemaElementDecl::attdefs
|
|
Dictionary_2_tB85C1B2FFF985BA01AD2B7199C083B43C1476CC1* ___attdefs_11;
|
|
// System.Collections.Generic.List`1<System.Xml.IDtdDefaultAttributeInfo> System.Xml.Schema.SchemaElementDecl::defaultAttdefs
|
|
List_1_tF7608B82384542DEB200F8E211D9D36AE02EAB58* ___defaultAttdefs_12;
|
|
// System.Boolean System.Xml.Schema.SchemaElementDecl::isIdDeclared
|
|
bool ___isIdDeclared_13;
|
|
// System.Boolean System.Xml.Schema.SchemaElementDecl::hasNonCDataAttribute
|
|
bool ___hasNonCDataAttribute_14;
|
|
// System.Boolean System.Xml.Schema.SchemaElementDecl::hasRequiredAttribute
|
|
bool ___hasRequiredAttribute_15;
|
|
// System.Boolean System.Xml.Schema.SchemaElementDecl::isNotationDeclared
|
|
bool ___isNotationDeclared_16;
|
|
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName> System.Xml.Schema.SchemaElementDecl::prohibitedAttributes
|
|
Dictionary_2_t8E385BAD05584AB244D10E6FAAA2C60FB9BA5F64* ___prohibitedAttributes_17;
|
|
// System.Xml.Schema.ContentValidator System.Xml.Schema.SchemaElementDecl::contentValidator
|
|
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* ___contentValidator_18;
|
|
// System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.SchemaElementDecl::anyAttribute
|
|
XmlSchemaAnyAttribute_t2674CD673C9358AEDF1F318A8CF5DE9EB01AF601* ___anyAttribute_19;
|
|
};
|
|
|
|
// System.Single
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
|
|
{
|
|
// System.Single System.Single::m_value
|
|
float ___m_value_0;
|
|
};
|
|
|
|
// System.Xml.Schema.StringFacetsChecker
|
|
struct StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8
|
|
{
|
|
};
|
|
|
|
// System.IO.TextReader
|
|
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
|
|
{
|
|
};
|
|
|
|
// System.IO.TextWriter
|
|
struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
|
|
{
|
|
// System.Char[] System.IO.TextWriter::CoreNewLine
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___CoreNewLine_3;
|
|
// System.String System.IO.TextWriter::CoreNewLineStr
|
|
String_t* ___CoreNewLineStr_4;
|
|
// System.IFormatProvider System.IO.TextWriter::_internalFormatProvider
|
|
RuntimeObject* ____internalFormatProvider_5;
|
|
};
|
|
|
|
// System.TimeSpan
|
|
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A
|
|
{
|
|
// System.Int64 System.TimeSpan::_ticks
|
|
int64_t ____ticks_22;
|
|
};
|
|
|
|
// System.UInt16
|
|
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
|
|
{
|
|
// System.UInt16 System.UInt16::m_value
|
|
uint16_t ___m_value_0;
|
|
};
|
|
|
|
// System.UInt32
|
|
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
|
|
{
|
|
// System.UInt32 System.UInt32::m_value
|
|
uint32_t ___m_value_0;
|
|
};
|
|
|
|
// System.UInt64
|
|
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF
|
|
{
|
|
// System.UInt64 System.UInt64::m_value
|
|
uint64_t ___m_value_0;
|
|
};
|
|
|
|
// System.Xml.Schema.UnionFacetsChecker
|
|
struct UnionFacetsChecker_tE40F75D16F3C838C24177BA7E9F7ADF818B4C6E9 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8
|
|
{
|
|
};
|
|
|
|
// System.Xml.Serialization.UnreferencedObjectEventArgs
|
|
struct UnreferencedObjectEventArgs_tA88A95B9F0BE849323A166089D04903D288C5760 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377
|
|
{
|
|
// System.Object System.Xml.Serialization.UnreferencedObjectEventArgs::o
|
|
RuntimeObject* ___o_1;
|
|
// System.String System.Xml.Serialization.UnreferencedObjectEventArgs::id
|
|
String_t* ___id_2;
|
|
};
|
|
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlAttributeEventArgs
|
|
struct XmlAttributeEventArgs_tE2113D9D778F9CC7EBD3D619A0342DB8C9CC7897 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377
|
|
{
|
|
// System.Object System.Xml.Serialization.XmlAttributeEventArgs::o
|
|
RuntimeObject* ___o_1;
|
|
// System.Xml.XmlAttribute System.Xml.Serialization.XmlAttributeEventArgs::attr
|
|
XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18* ___attr_2;
|
|
// System.String System.Xml.Serialization.XmlAttributeEventArgs::qnames
|
|
String_t* ___qnames_3;
|
|
// System.Int32 System.Xml.Serialization.XmlAttributeEventArgs::lineNumber
|
|
int32_t ___lineNumber_4;
|
|
// System.Int32 System.Xml.Serialization.XmlAttributeEventArgs::linePosition
|
|
int32_t ___linePosition_5;
|
|
};
|
|
|
|
// System.Xml.Schema.XmlBaseConverter
|
|
struct XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D : public XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E
|
|
{
|
|
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlBaseConverter::schemaType
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___schemaType_0;
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlBaseConverter::typeCode
|
|
int32_t ___typeCode_1;
|
|
// System.Type System.Xml.Schema.XmlBaseConverter::clrTypeDefault
|
|
Type_t* ___clrTypeDefault_2;
|
|
};
|
|
|
|
// System.Xml.XmlCharType
|
|
struct XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3
|
|
{
|
|
// System.Byte[] System.Xml.XmlCharType::charProperties
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___charProperties_2;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Xml.XmlCharType
|
|
struct XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_marshaled_pinvoke
|
|
{
|
|
Il2CppSafeArray/*NONE*/* ___charProperties_2;
|
|
};
|
|
// Native definition for COM marshalling of System.Xml.XmlCharType
|
|
struct XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_marshaled_com
|
|
{
|
|
Il2CppSafeArray/*NONE*/* ___charProperties_2;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlElementEventArgs
|
|
struct XmlElementEventArgs_t415AB97F2EC45400E0E5FD5DCEE66D2FC4912036 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377
|
|
{
|
|
// System.Object System.Xml.Serialization.XmlElementEventArgs::o
|
|
RuntimeObject* ___o_1;
|
|
// System.Xml.XmlElement System.Xml.Serialization.XmlElementEventArgs::elem
|
|
XmlElement_t9A08B533E9A6B3548A1DE35476186F7ECCDF6FF1* ___elem_2;
|
|
// System.String System.Xml.Serialization.XmlElementEventArgs::qnames
|
|
String_t* ___qnames_3;
|
|
// System.Int32 System.Xml.Serialization.XmlElementEventArgs::lineNumber
|
|
int32_t ___lineNumber_4;
|
|
// System.Int32 System.Xml.Serialization.XmlElementEventArgs::linePosition
|
|
int32_t ___linePosition_5;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlNodeEventArgs
|
|
struct XmlNodeEventArgs_tD4D3A349309C779296ED1395F49A9D4793D2E21D : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377
|
|
{
|
|
// System.Object System.Xml.Serialization.XmlNodeEventArgs::o
|
|
RuntimeObject* ___o_1;
|
|
// System.Xml.XmlNode System.Xml.Serialization.XmlNodeEventArgs::xmlNode
|
|
XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* ___xmlNode_2;
|
|
// System.Int32 System.Xml.Serialization.XmlNodeEventArgs::lineNumber
|
|
int32_t ___lineNumber_3;
|
|
// System.Int32 System.Xml.Serialization.XmlNodeEventArgs::linePosition
|
|
int32_t ___linePosition_4;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlRootAttribute
|
|
struct XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
|
|
{
|
|
// System.String System.Xml.Serialization.XmlRootAttribute::elementName
|
|
String_t* ___elementName_0;
|
|
// System.Boolean System.Xml.Serialization.XmlRootAttribute::isNullable
|
|
bool ___isNullable_1;
|
|
// System.String System.Xml.Serialization.XmlRootAttribute::ns
|
|
String_t* ___ns_2;
|
|
};
|
|
|
|
// System.Xml.Schema.XmlSchema
|
|
struct XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D : public XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D
|
|
{
|
|
// System.String System.Xml.Schema.XmlSchema::id
|
|
String_t* ___id_0;
|
|
};
|
|
|
|
// System.Xml.Schema.XmlSchemaAnnotated
|
|
struct XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04 : public XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D
|
|
{
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlSchemaProviderAttribute
|
|
struct XmlSchemaProviderAttribute_t913656BFB1429C8144C9EE53E18CC300D1C431AF : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
|
|
{
|
|
// System.String System.Xml.Serialization.XmlSchemaProviderAttribute::_methodName
|
|
String_t* ____methodName_0;
|
|
// System.Boolean System.Xml.Serialization.XmlSchemaProviderAttribute::_isAny
|
|
bool ____isAny_1;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlSerializationReader
|
|
struct XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597 : public XmlSerializationGeneratedCode_tCC078B474844E7731E24085C4A5467A1A1253B7F
|
|
{
|
|
// System.Xml.XmlDocument System.Xml.Serialization.XmlSerializationReader::document
|
|
XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B* ___document_0;
|
|
// System.Xml.XmlReader System.Xml.Serialization.XmlSerializationReader::reader
|
|
XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___reader_1;
|
|
// System.Collections.ArrayList System.Xml.Serialization.XmlSerializationReader::fixups
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___fixups_2;
|
|
// System.Collections.Hashtable System.Xml.Serialization.XmlSerializationReader::collFixups
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___collFixups_3;
|
|
// System.Collections.ArrayList System.Xml.Serialization.XmlSerializationReader::collItemFixups
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___collItemFixups_4;
|
|
// System.Collections.Hashtable System.Xml.Serialization.XmlSerializationReader::typesCallbacks
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___typesCallbacks_5;
|
|
// System.Collections.ArrayList System.Xml.Serialization.XmlSerializationReader::noIDTargets
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___noIDTargets_6;
|
|
// System.Collections.Hashtable System.Xml.Serialization.XmlSerializationReader::targets
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___targets_7;
|
|
// System.Collections.Hashtable System.Xml.Serialization.XmlSerializationReader::delayedListFixups
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___delayedListFixups_8;
|
|
// System.Xml.Serialization.XmlSerializer System.Xml.Serialization.XmlSerializationReader::eventSource
|
|
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* ___eventSource_9;
|
|
// System.Int32 System.Xml.Serialization.XmlSerializationReader::delayedFixupId
|
|
int32_t ___delayedFixupId_10;
|
|
// System.Collections.Hashtable System.Xml.Serialization.XmlSerializationReader::referencedObjects
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___referencedObjects_11;
|
|
// System.Int32 System.Xml.Serialization.XmlSerializationReader::readCount
|
|
int32_t ___readCount_12;
|
|
// System.Int32 System.Xml.Serialization.XmlSerializationReader::whileIterationCount
|
|
int32_t ___whileIterationCount_13;
|
|
// System.String System.Xml.Serialization.XmlSerializationReader::w3SchemaNS
|
|
String_t* ___w3SchemaNS_14;
|
|
// System.String System.Xml.Serialization.XmlSerializationReader::w3InstanceNS
|
|
String_t* ___w3InstanceNS_15;
|
|
// System.String System.Xml.Serialization.XmlSerializationReader::w3InstanceNS2000
|
|
String_t* ___w3InstanceNS2000_16;
|
|
// System.String System.Xml.Serialization.XmlSerializationReader::w3InstanceNS1999
|
|
String_t* ___w3InstanceNS1999_17;
|
|
// System.String System.Xml.Serialization.XmlSerializationReader::soapNS
|
|
String_t* ___soapNS_18;
|
|
// System.String System.Xml.Serialization.XmlSerializationReader::wsdlNS
|
|
String_t* ___wsdlNS_19;
|
|
// System.String System.Xml.Serialization.XmlSerializationReader::nullX
|
|
String_t* ___nullX_20;
|
|
// System.String System.Xml.Serialization.XmlSerializationReader::nil
|
|
String_t* ___nil_21;
|
|
// System.String System.Xml.Serialization.XmlSerializationReader::typeX
|
|
String_t* ___typeX_22;
|
|
// System.String System.Xml.Serialization.XmlSerializationReader::arrayType
|
|
String_t* ___arrayType_23;
|
|
// System.Xml.XmlQualifiedName System.Xml.Serialization.XmlSerializationReader::arrayQName
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___arrayQName_24;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlSerializationWriter
|
|
struct XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B : public XmlSerializationGeneratedCode_tCC078B474844E7731E24085C4A5467A1A1253B7F
|
|
{
|
|
// System.Runtime.Serialization.ObjectIDGenerator System.Xml.Serialization.XmlSerializationWriter::idGenerator
|
|
ObjectIDGenerator_tB34B9C0F2DDAED17FE8AB8D54462528D37DE101B* ___idGenerator_0;
|
|
// System.Int32 System.Xml.Serialization.XmlSerializationWriter::qnameCount
|
|
int32_t ___qnameCount_1;
|
|
// System.Boolean System.Xml.Serialization.XmlSerializationWriter::topLevelElement
|
|
bool ___topLevelElement_2;
|
|
// System.Collections.ArrayList System.Xml.Serialization.XmlSerializationWriter::namespaces
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___namespaces_3;
|
|
// System.Xml.XmlWriter System.Xml.Serialization.XmlSerializationWriter::writer
|
|
XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* ___writer_4;
|
|
// System.Collections.Queue System.Xml.Serialization.XmlSerializationWriter::referencedElements
|
|
Queue_t82FD2BE12D138AF4D22C801CB5044DAEC2BA66BC* ___referencedElements_5;
|
|
// System.Collections.Hashtable System.Xml.Serialization.XmlSerializationWriter::callbacks
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___callbacks_6;
|
|
// System.Collections.Hashtable System.Xml.Serialization.XmlSerializationWriter::serializedObjects
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___serializedObjects_7;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlTextAttribute
|
|
struct XmlTextAttribute_tAA8BE9BA759F78BB4CDF00D3848B7746C0EDEFE0 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
|
|
{
|
|
// System.String System.Xml.Serialization.XmlTextAttribute::dataType
|
|
String_t* ___dataType_0;
|
|
// System.Type System.Xml.Serialization.XmlTextAttribute::type
|
|
Type_t* ___type_1;
|
|
};
|
|
|
|
// System.Xml.XmlTextReader
|
|
struct XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B : public XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD
|
|
{
|
|
// System.Xml.XmlTextReaderImpl System.Xml.XmlTextReader::impl
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* ___impl_3;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlTypeAttribute
|
|
struct XmlTypeAttribute_t0EC23A25BEDDEB533D28BD2B87F5B3270E718EE5 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
|
|
{
|
|
// System.Boolean System.Xml.Serialization.XmlTypeAttribute::includeInSchema
|
|
bool ___includeInSchema_0;
|
|
// System.String System.Xml.Serialization.XmlTypeAttribute::ns
|
|
String_t* ___ns_1;
|
|
// System.String System.Xml.Serialization.XmlTypeAttribute::typeName
|
|
String_t* ___typeName_2;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlTypeMapElementInfoList
|
|
struct XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78 : public ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A
|
|
{
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberAnyAttribute
|
|
struct XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1 : public XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A
|
|
{
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberAttribute
|
|
struct XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4 : public XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A
|
|
{
|
|
// System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::_attributeName
|
|
String_t* ____attributeName_10;
|
|
// System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::_namespace
|
|
String_t* ____namespace_11;
|
|
// System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlTypeMapMemberAttribute::_form
|
|
int32_t ____form_12;
|
|
// System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapMemberAttribute::_mappedType
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ____mappedType_13;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberElement
|
|
struct XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840 : public XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A
|
|
{
|
|
// System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.XmlTypeMapMemberElement::_elementInfo
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* ____elementInfo_10;
|
|
// System.String System.Xml.Serialization.XmlTypeMapMemberElement::_choiceMember
|
|
String_t* ____choiceMember_11;
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapMemberElement::_isTextCollector
|
|
bool ____isTextCollector_12;
|
|
// System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapMemberElement::_choiceTypeData
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ____choiceTypeData_13;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberNamespaces
|
|
struct XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112 : public XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A
|
|
{
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlTypeMapping
|
|
struct XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9 : public XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97
|
|
{
|
|
// System.String System.Xml.Serialization.XmlTypeMapping::xmlType
|
|
String_t* ___xmlType_6;
|
|
// System.String System.Xml.Serialization.XmlTypeMapping::xmlTypeNamespace
|
|
String_t* ___xmlTypeNamespace_7;
|
|
// System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapping::type
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___type_8;
|
|
// System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapping::baseMap
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___baseMap_9;
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapping::multiReferenceType
|
|
bool ___multiReferenceType_10;
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapping::includeInSchema
|
|
bool ___includeInSchema_11;
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapping::isNullable
|
|
bool ___isNullable_12;
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapping::isAny
|
|
bool ___isAny_13;
|
|
// System.Collections.ArrayList System.Xml.Serialization.XmlTypeMapping::_derivedTypes
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____derivedTypes_14;
|
|
};
|
|
|
|
// System.Xml.Schema.XsdDuration
|
|
struct XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D
|
|
{
|
|
// System.Int32 System.Xml.Schema.XsdDuration::years
|
|
int32_t ___years_0;
|
|
// System.Int32 System.Xml.Schema.XsdDuration::months
|
|
int32_t ___months_1;
|
|
// System.Int32 System.Xml.Schema.XsdDuration::days
|
|
int32_t ___days_2;
|
|
// System.Int32 System.Xml.Schema.XsdDuration::hours
|
|
int32_t ___hours_3;
|
|
// System.Int32 System.Xml.Schema.XsdDuration::minutes
|
|
int32_t ___minutes_4;
|
|
// System.Int32 System.Xml.Schema.XsdDuration::seconds
|
|
int32_t ___seconds_5;
|
|
// System.UInt32 System.Xml.Schema.XsdDuration::nanoseconds
|
|
uint32_t ___nanoseconds_6;
|
|
};
|
|
|
|
// System.Xml.Schema.DtdValidator/NamespaceManager
|
|
struct NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E : public XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.SequenceNode/SequenceConstructPosContext
|
|
struct SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7
|
|
{
|
|
// System.Xml.Schema.SequenceNode System.Xml.Schema.SequenceNode/SequenceConstructPosContext::this_
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* ___this__0;
|
|
// System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode/SequenceConstructPosContext::firstpos
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___firstpos_1;
|
|
// System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode/SequenceConstructPosContext::lastpos
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___lastpos_2;
|
|
// System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode/SequenceConstructPosContext::lastposLeft
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___lastposLeft_3;
|
|
// System.Xml.Schema.BitSet System.Xml.Schema.SequenceNode/SequenceConstructPosContext::firstposRight
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___firstposRight_4;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Xml.Schema.SequenceNode/SequenceConstructPosContext
|
|
struct SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7_marshaled_pinvoke
|
|
{
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* ___this__0;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___firstpos_1;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___lastpos_2;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___lastposLeft_3;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___firstposRight_4;
|
|
};
|
|
// Native definition for COM marshalling of System.Xml.Schema.SequenceNode/SequenceConstructPosContext
|
|
struct SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7_marshaled_com
|
|
{
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* ___this__0;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___firstpos_1;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___lastpos_2;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___lastposLeft_3;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___firstposRight_4;
|
|
};
|
|
|
|
// System.Xml.Schema.ChoiceNode
|
|
struct ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229 : public InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF
|
|
{
|
|
};
|
|
|
|
// System.Xml.Serialization.ClassMap
|
|
struct ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109 : public ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0
|
|
{
|
|
// System.Collections.Hashtable System.Xml.Serialization.ClassMap::_elements
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____elements_0;
|
|
// System.Collections.ArrayList System.Xml.Serialization.ClassMap::_elementMembers
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____elementMembers_1;
|
|
// System.Collections.Hashtable System.Xml.Serialization.ClassMap::_attributeMembers
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____attributeMembers_2;
|
|
// System.Xml.Serialization.XmlTypeMapMemberAttribute[] System.Xml.Serialization.ClassMap::_attributeMembersArray
|
|
XmlTypeMapMemberAttributeU5BU5D_tD4F816722F17A6B481400D6F933E68A38D97EB83* ____attributeMembersArray_3;
|
|
// System.Collections.ArrayList System.Xml.Serialization.ClassMap::_flatLists
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____flatLists_4;
|
|
// System.Collections.ArrayList System.Xml.Serialization.ClassMap::_allMembers
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____allMembers_5;
|
|
// System.Collections.ArrayList System.Xml.Serialization.ClassMap::_membersWithDefault
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____membersWithDefault_6;
|
|
// System.Collections.ArrayList System.Xml.Serialization.ClassMap::_listMembers
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____listMembers_7;
|
|
// System.Xml.Serialization.XmlTypeMapMemberAnyElement System.Xml.Serialization.ClassMap::_defaultAnyElement
|
|
XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950* ____defaultAnyElement_8;
|
|
// System.Xml.Serialization.XmlTypeMapMemberAnyAttribute System.Xml.Serialization.ClassMap::_defaultAnyAttribute
|
|
XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1* ____defaultAnyAttribute_9;
|
|
// System.Xml.Serialization.XmlTypeMapMemberNamespaces System.Xml.Serialization.ClassMap::_namespaceDeclarations
|
|
XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112* ____namespaceDeclarations_10;
|
|
// System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.ClassMap::_xmlTextCollector
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* ____xmlTextCollector_11;
|
|
// System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.ClassMap::_returnMember
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* ____returnMember_12;
|
|
// System.Boolean System.Xml.Serialization.ClassMap::_ignoreMemberNamespace
|
|
bool ____ignoreMemberNamespace_13;
|
|
// System.Boolean System.Xml.Serialization.ClassMap::_canBeSimpleType
|
|
bool ____canBeSimpleType_14;
|
|
// System.Nullable`1<System.Boolean> System.Xml.Serialization.ClassMap::_isOrderDependentMap
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ____isOrderDependentMap_15;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_anySimpleType
|
|
struct Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA : public DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF
|
|
{
|
|
};
|
|
|
|
// System.Delegate
|
|
struct Delegate_t : public RuntimeObject
|
|
{
|
|
// System.IntPtr System.Delegate::method_ptr
|
|
Il2CppMethodPointer ___method_ptr_0;
|
|
// System.IntPtr System.Delegate::invoke_impl
|
|
intptr_t ___invoke_impl_1;
|
|
// System.Object System.Delegate::m_target
|
|
RuntimeObject* ___m_target_2;
|
|
// System.IntPtr System.Delegate::method
|
|
intptr_t ___method_3;
|
|
// System.IntPtr System.Delegate::delegate_trampoline
|
|
intptr_t ___delegate_trampoline_4;
|
|
// System.IntPtr System.Delegate::extra_arg
|
|
intptr_t ___extra_arg_5;
|
|
// System.IntPtr System.Delegate::method_code
|
|
intptr_t ___method_code_6;
|
|
// System.IntPtr System.Delegate::interp_method
|
|
intptr_t ___interp_method_7;
|
|
// System.IntPtr System.Delegate::interp_invoke_impl
|
|
intptr_t ___interp_invoke_impl_8;
|
|
// System.Reflection.MethodInfo System.Delegate::method_info
|
|
MethodInfo_t* ___method_info_9;
|
|
// System.Reflection.MethodInfo System.Delegate::original_method_info
|
|
MethodInfo_t* ___original_method_info_10;
|
|
// System.DelegateData System.Delegate::data
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
// System.Boolean System.Delegate::method_is_virtual
|
|
bool ___method_is_virtual_12;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
intptr_t ___interp_method_7;
|
|
intptr_t ___interp_invoke_impl_8;
|
|
MethodInfo_t* ___method_info_9;
|
|
MethodInfo_t* ___original_method_info_10;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
int32_t ___method_is_virtual_12;
|
|
};
|
|
// Native definition for COM marshalling of System.Delegate
|
|
struct Delegate_t_marshaled_com
|
|
{
|
|
intptr_t ___method_ptr_0;
|
|
intptr_t ___invoke_impl_1;
|
|
Il2CppIUnknown* ___m_target_2;
|
|
intptr_t ___method_3;
|
|
intptr_t ___delegate_trampoline_4;
|
|
intptr_t ___extra_arg_5;
|
|
intptr_t ___method_code_6;
|
|
intptr_t ___interp_method_7;
|
|
intptr_t ___interp_invoke_impl_8;
|
|
MethodInfo_t* ___method_info_9;
|
|
MethodInfo_t* ___original_method_info_10;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
int32_t ___method_is_virtual_12;
|
|
};
|
|
|
|
// System.Exception
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
// System.String System.Exception::_className
|
|
String_t* ____className_1;
|
|
// System.String System.Exception::_message
|
|
String_t* ____message_2;
|
|
// System.Collections.IDictionary System.Exception::_data
|
|
RuntimeObject* ____data_3;
|
|
// System.Exception System.Exception::_innerException
|
|
Exception_t* ____innerException_4;
|
|
// System.String System.Exception::_helpURL
|
|
String_t* ____helpURL_5;
|
|
// System.Object System.Exception::_stackTrace
|
|
RuntimeObject* ____stackTrace_6;
|
|
// System.String System.Exception::_stackTraceString
|
|
String_t* ____stackTraceString_7;
|
|
// System.String System.Exception::_remoteStackTraceString
|
|
String_t* ____remoteStackTraceString_8;
|
|
// System.Int32 System.Exception::_remoteStackIndex
|
|
int32_t ____remoteStackIndex_9;
|
|
// System.Object System.Exception::_dynamicMethods
|
|
RuntimeObject* ____dynamicMethods_10;
|
|
// System.Int32 System.Exception::_HResult
|
|
int32_t ____HResult_11;
|
|
// System.String System.Exception::_source
|
|
String_t* ____source_12;
|
|
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
// System.IntPtr[] System.Exception::native_trace_ips
|
|
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
|
|
// System.Int32 System.Exception::caught_in_unmanaged
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Exception
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className_1;
|
|
char* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_pinvoke* ____innerException_4;
|
|
char* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
char* ____stackTraceString_7;
|
|
char* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
char* ____source_12;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
// Native definition for COM marshalling of System.Exception
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className_1;
|
|
Il2CppChar* ____message_2;
|
|
RuntimeObject* ____data_3;
|
|
Exception_t_marshaled_com* ____innerException_4;
|
|
Il2CppChar* ____helpURL_5;
|
|
Il2CppIUnknown* ____stackTrace_6;
|
|
Il2CppChar* ____stackTraceString_7;
|
|
Il2CppChar* ____remoteStackTraceString_8;
|
|
int32_t ____remoteStackIndex_9;
|
|
Il2CppIUnknown* ____dynamicMethods_10;
|
|
int32_t ____HResult_11;
|
|
Il2CppChar* ____source_12;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
|
|
// System.Xml.Schema.LeafRangeNode
|
|
struct LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D : public LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D
|
|
{
|
|
// System.Decimal System.Xml.Schema.LeafRangeNode::min
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___min_1;
|
|
// System.Decimal System.Xml.Schema.LeafRangeNode::max
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___max_2;
|
|
// System.Xml.Schema.BitSet System.Xml.Schema.LeafRangeNode::nextIteration
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___nextIteration_3;
|
|
};
|
|
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t : public MethodBase_t
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Numeric10FacetsChecker
|
|
struct Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109 : public FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8
|
|
{
|
|
// System.Decimal System.Xml.Schema.Numeric10FacetsChecker::maxValue
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___maxValue_1;
|
|
// System.Decimal System.Xml.Schema.Numeric10FacetsChecker::minValue
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___minValue_2;
|
|
};
|
|
|
|
// System.Xml.Schema.PlusNode
|
|
struct PlusNode_t7090254E5146C8660BBB97898E37FED5A5B28D9D : public InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.QmarkNode
|
|
struct QmarkNode_t302FD5DABB39E13F51B26B2CA5B0BE1D85706D54 : public InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF
|
|
{
|
|
};
|
|
|
|
// System.Text.RegularExpressions.Regex
|
|
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772 : public RuntimeObject
|
|
{
|
|
// System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___internalMatchTimeout_10;
|
|
// System.String System.Text.RegularExpressions.Regex::pattern
|
|
String_t* ___pattern_12;
|
|
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions
|
|
int32_t ___roptions_13;
|
|
// System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory
|
|
RegexRunnerFactory_t72373B672C7D8785F63516DDD88834F286AF41E7* ___factory_14;
|
|
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___caps_15;
|
|
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___capnames_16;
|
|
// System.String[] System.Text.RegularExpressions.Regex::capslist
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___capslist_17;
|
|
// System.Int32 System.Text.RegularExpressions.Regex::capsize
|
|
int32_t ___capsize_18;
|
|
// System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::_runnerref
|
|
ExclusiveReference_t411F04D4CC440EB7399290027E1BBABEF4C28837* ____runnerref_19;
|
|
// System.WeakReference`1<System.Text.RegularExpressions.RegexReplacement> System.Text.RegularExpressions.Regex::_replref
|
|
WeakReference_1_tDC6E83496181D1BAFA3B89CBC00BCD0B64450257* ____replref_20;
|
|
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::_code
|
|
RegexCode_tA23175D9DA02AD6A79B073E10EC5D225372ED6C7* ____code_21;
|
|
// System.Boolean System.Text.RegularExpressions.Regex::_refsInitialized
|
|
bool ____refsInitialized_22;
|
|
};
|
|
|
|
// System.RuntimeTypeHandle
|
|
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
|
|
{
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|
intptr_t ___value_0;
|
|
};
|
|
|
|
// System.Xml.Schema.SequenceNode
|
|
struct SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0 : public InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.StarNode
|
|
struct StarNode_t97F011188E450E88B8AB4DCF9C4D103E8315242C : public InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.XmlAnyConverter
|
|
struct XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F : public XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.XmlListConverter
|
|
struct XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA : public XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D
|
|
{
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlListConverter::atomicConverter
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___atomicConverter_32;
|
|
};
|
|
|
|
// System.Xml.Schema.XmlSchemaSimpleTypeContent
|
|
struct XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091 : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.XmlSchemaType
|
|
struct XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04
|
|
{
|
|
// System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::final
|
|
int32_t ___final_0;
|
|
// System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::derivedBy
|
|
int32_t ___derivedBy_1;
|
|
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::baseSchemaType
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___baseSchemaType_2;
|
|
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::datatype
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___datatype_3;
|
|
// System.Xml.Schema.SchemaElementDecl modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::elementDecl
|
|
SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* ___elementDecl_4;
|
|
// System.Xml.XmlQualifiedName modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::qname
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qname_5;
|
|
// System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaType::contentType
|
|
int32_t ___contentType_6;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlSerializableMapping
|
|
struct XmlSerializableMapping_tE7BDFC1308A79813DF734102D332FD528FD841E7 : public XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9
|
|
{
|
|
// System.Xml.Schema.XmlSchema System.Xml.Serialization.XmlSerializableMapping::_schema
|
|
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ____schema_15;
|
|
// System.Xml.Schema.XmlSchemaComplexType System.Xml.Serialization.XmlSerializableMapping::_schemaType
|
|
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ____schemaType_16;
|
|
// System.Xml.XmlQualifiedName System.Xml.Serialization.XmlSerializableMapping::_schemaTypeName
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ____schemaTypeName_17;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlSerializationReaderInterpreter
|
|
struct XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8 : public XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597
|
|
{
|
|
// System.Xml.Serialization.XmlMapping System.Xml.Serialization.XmlSerializationReaderInterpreter::_typeMap
|
|
XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* ____typeMap_25;
|
|
// System.Xml.Serialization.SerializationFormat System.Xml.Serialization.XmlSerializationReaderInterpreter::_format
|
|
int32_t ____format_26;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlSerializationWriterInterpreter
|
|
struct XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9 : public XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B
|
|
{
|
|
// System.Xml.Serialization.XmlMapping System.Xml.Serialization.XmlSerializationWriterInterpreter::_typeMap
|
|
XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* ____typeMap_8;
|
|
// System.Xml.Serialization.SerializationFormat System.Xml.Serialization.XmlSerializationWriterInterpreter::_format
|
|
int32_t ____format_9;
|
|
};
|
|
|
|
// System.Xml.XmlTextWriter
|
|
struct XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B : public XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F
|
|
{
|
|
// System.IO.TextWriter System.Xml.XmlTextWriter::textWriter
|
|
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___textWriter_0;
|
|
// System.Xml.XmlTextEncoder System.Xml.XmlTextWriter::xmlEncoder
|
|
XmlTextEncoder_tACD13BCC8237E0710F82A7703FAF7D09FCDF0C40* ___xmlEncoder_1;
|
|
// System.Text.Encoding System.Xml.XmlTextWriter::encoding
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___encoding_2;
|
|
// System.Xml.Formatting System.Xml.XmlTextWriter::formatting
|
|
int32_t ___formatting_3;
|
|
// System.Boolean System.Xml.XmlTextWriter::indented
|
|
bool ___indented_4;
|
|
// System.Int32 System.Xml.XmlTextWriter::indentation
|
|
int32_t ___indentation_5;
|
|
// System.Char System.Xml.XmlTextWriter::indentChar
|
|
Il2CppChar ___indentChar_6;
|
|
// System.Xml.XmlTextWriter/TagInfo[] System.Xml.XmlTextWriter::stack
|
|
TagInfoU5BU5D_tC6FBAFF4593190EF8F7EEBAB8913C4E17D645776* ___stack_7;
|
|
// System.Int32 System.Xml.XmlTextWriter::top
|
|
int32_t ___top_8;
|
|
// System.Xml.XmlTextWriter/State[] System.Xml.XmlTextWriter::stateTable
|
|
StateU5BU5D_t41A58B7031FABDC61B34059A1FB722121203D858* ___stateTable_9;
|
|
// System.Xml.XmlTextWriter/State System.Xml.XmlTextWriter::currentState
|
|
int32_t ___currentState_10;
|
|
// System.Xml.XmlTextWriter/Token System.Xml.XmlTextWriter::lastToken
|
|
int32_t ___lastToken_11;
|
|
// System.Xml.XmlTextWriterBase64Encoder System.Xml.XmlTextWriter::base64Encoder
|
|
XmlTextWriterBase64Encoder_tC7209F119916DF622459E830377C23D7BFA2B30D* ___base64Encoder_12;
|
|
// System.Char System.Xml.XmlTextWriter::quoteChar
|
|
Il2CppChar ___quoteChar_13;
|
|
// System.Char System.Xml.XmlTextWriter::curQuoteChar
|
|
Il2CppChar ___curQuoteChar_14;
|
|
// System.Boolean System.Xml.XmlTextWriter::namespaces
|
|
bool ___namespaces_15;
|
|
// System.Xml.XmlTextWriter/SpecialAttr System.Xml.XmlTextWriter::specialAttr
|
|
int32_t ___specialAttr_16;
|
|
// System.String System.Xml.XmlTextWriter::prefixForXmlNs
|
|
String_t* ___prefixForXmlNs_17;
|
|
// System.Boolean System.Xml.XmlTextWriter::flush
|
|
bool ___flush_18;
|
|
// System.Xml.XmlTextWriter/Namespace[] System.Xml.XmlTextWriter::nsStack
|
|
NamespaceU5BU5D_tF0F2AD10B1537EBB0F35B1611FD7D89D48FA9E93* ___nsStack_19;
|
|
// System.Int32 System.Xml.XmlTextWriter::nsTop
|
|
int32_t ___nsTop_20;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Xml.XmlTextWriter::nsHashtable
|
|
Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___nsHashtable_21;
|
|
// System.Boolean System.Xml.XmlTextWriter::useNsHashtable
|
|
bool ___useNsHashtable_22;
|
|
// System.Xml.XmlCharType System.Xml.XmlTextWriter::xmlCharType
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 ___xmlCharType_23;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberExpandable
|
|
struct XmlTypeMapMemberExpandable_tED3170CD402780E1250005E1131CD848660237FE : public XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840
|
|
{
|
|
// System.Int32 System.Xml.Serialization.XmlTypeMapMemberExpandable::_flatArrayIndex
|
|
int32_t ____flatArrayIndex_14;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberList
|
|
struct XmlTypeMapMemberList_t5542A0234B55CC3AD3EDD7B830E7C4603FAAD63E : public XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.XsdDateTime
|
|
struct XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB
|
|
{
|
|
// System.DateTime System.Xml.Schema.XsdDateTime::dt
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dt_0;
|
|
// System.UInt32 System.Xml.Schema.XsdDateTime::extra
|
|
uint32_t ___extra_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Xml.Schema.XsdDateTime
|
|
struct XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_marshaled_pinvoke
|
|
{
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dt_0;
|
|
uint32_t ___extra_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Xml.Schema.XsdDateTime
|
|
struct XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_marshaled_com
|
|
{
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dt_0;
|
|
uint32_t ___extra_1;
|
|
};
|
|
|
|
// System.Xml.Schema.XmlAtomicValue/Union
|
|
struct Union_tB0D56D753DC8A0B45FCAF1229929BAA3E2B9293B
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Boolean System.Xml.Schema.XmlAtomicValue/Union::boolVal
|
|
bool ___boolVal_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
bool ___boolVal_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Double System.Xml.Schema.XmlAtomicValue/Union::dblVal
|
|
double ___dblVal_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
double ___dblVal_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int64 System.Xml.Schema.XmlAtomicValue/Union::i64Val
|
|
int64_t ___i64Val_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int64_t ___i64Val_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.Int32 System.Xml.Schema.XmlAtomicValue/Union::i32Val
|
|
int32_t ___i32Val_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___i32Val_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
// System.DateTime System.Xml.Schema.XmlAtomicValue/Union::dtVal
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dtVal_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dtVal_4_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
uint8_t Union_tB0D56D753DC8A0B45FCAF1229929BAA3E2B9293B__padding[8];
|
|
};
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Xml.Schema.XmlAtomicValue/Union
|
|
struct Union_tB0D56D753DC8A0B45FCAF1229929BAA3E2B9293B_marshaled_pinvoke
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___boolVal_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___boolVal_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
double ___dblVal_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
double ___dblVal_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int64_t ___i64Val_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int64_t ___i64Val_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___i32Val_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___i32Val_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dtVal_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dtVal_4_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
uint8_t Union_tB0D56D753DC8A0B45FCAF1229929BAA3E2B9293B__padding[8];
|
|
};
|
|
};
|
|
// Native definition for COM marshalling of System.Xml.Schema.XmlAtomicValue/Union
|
|
struct Union_tB0D56D753DC8A0B45FCAF1229929BAA3E2B9293B_marshaled_com
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___boolVal_0;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___boolVal_0_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
double ___dblVal_1;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
double ___dblVal_1_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int64_t ___i64Val_2;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int64_t ___i64Val_2_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int32_t ___i32Val_3;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int32_t ___i32Val_3_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dtVal_4;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dtVal_4_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
uint8_t Union_tB0D56D753DC8A0B45FCAF1229929BAA3E2B9293B__padding[8];
|
|
};
|
|
};
|
|
|
|
// System.ApplicationException
|
|
struct ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A : public Exception_t
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_List
|
|
struct Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
|
|
{
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.Datatype_List::itemType
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___itemType_91;
|
|
// System.Int32 System.Xml.Schema.Datatype_List::minListSize
|
|
int32_t ___minListSize_92;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_NOTATION
|
|
struct Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_QName
|
|
struct Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_QNameXdr
|
|
struct Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_anyAtomicType
|
|
struct Datatype_anyAtomicType_t5A7C513178CC1454D49AF2AEB1F7A2C2F6CC6B4C : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_anyURI
|
|
struct Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_base64Binary
|
|
struct Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_boolean
|
|
struct Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_char
|
|
struct Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_dateTimeBase
|
|
struct Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
|
|
{
|
|
// System.Xml.Schema.XsdDateTimeFlags System.Xml.Schema.Datatype_dateTimeBase::dateTimeFlags
|
|
int32_t ___dateTimeFlags_93;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_decimal
|
|
struct Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_double
|
|
struct Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_duration
|
|
struct Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_float
|
|
struct Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_hexBinary
|
|
struct Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_string
|
|
struct Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_union
|
|
struct Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
|
|
{
|
|
// System.Xml.Schema.XmlSchemaSimpleType[] System.Xml.Schema.Datatype_union::types
|
|
XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* ___types_93;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_uuid
|
|
struct Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
|
|
{
|
|
};
|
|
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
// System.Delegate[] System.MulticastDelegate::delegates
|
|
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates_13;
|
|
};
|
|
// Native definition for COM marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates_13;
|
|
};
|
|
|
|
// System.SystemException
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
|
|
{
|
|
};
|
|
|
|
// System.Type
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
// System.RuntimeTypeHandle System.Type::_impl
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
|
|
};
|
|
|
|
// System.Xml.Schema.UpaException
|
|
struct UpaException_tE3F146077F59E124C20468069DDA214F746DC9AE : public Exception_t
|
|
{
|
|
// System.Object System.Xml.Schema.UpaException::particle1
|
|
RuntimeObject* ___particle1_18;
|
|
// System.Object System.Xml.Schema.UpaException::particle2
|
|
RuntimeObject* ___particle2_19;
|
|
};
|
|
|
|
// System.Xml.Schema.XmlAtomicValue
|
|
struct XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56 : public XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7
|
|
{
|
|
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlAtomicValue::xmlType
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___xmlType_0;
|
|
// System.Object System.Xml.Schema.XmlAtomicValue::objVal
|
|
RuntimeObject* ___objVal_1;
|
|
// System.TypeCode System.Xml.Schema.XmlAtomicValue::clrType
|
|
int32_t ___clrType_2;
|
|
// System.Xml.Schema.XmlAtomicValue/Union System.Xml.Schema.XmlAtomicValue::unionVal
|
|
Union_tB0D56D753DC8A0B45FCAF1229929BAA3E2B9293B ___unionVal_3;
|
|
// System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName System.Xml.Schema.XmlAtomicValue::nsPrefix
|
|
NamespacePrefixForQName_t580351778384A947979FD4D091BD043347482C3D* ___nsPrefix_4;
|
|
};
|
|
|
|
// System.Xml.Schema.XmlSchemaComplexType
|
|
struct XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0 : public XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF
|
|
{
|
|
// System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaComplexType::block
|
|
int32_t ___block_7;
|
|
// System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::contentTypeParticle
|
|
XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* ___contentTypeParticle_8;
|
|
// System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaComplexType::attributeWildcard
|
|
XmlSchemaAnyAttribute_t2674CD673C9358AEDF1F318A8CF5DE9EB01AF601* ___attributeWildcard_9;
|
|
// System.Byte System.Xml.Schema.XmlSchemaComplexType::pvFlags
|
|
uint8_t ___pvFlags_13;
|
|
};
|
|
|
|
// System.Xml.Schema.XmlSchemaSimpleType
|
|
struct XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8 : public XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF
|
|
{
|
|
// System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::content
|
|
XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091* ___content_7;
|
|
};
|
|
|
|
// System.Xml.Schema.XmlSchemaSimpleTypeList
|
|
struct XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6 : public XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091
|
|
{
|
|
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleTypeList::itemTypeName
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___itemTypeName_0;
|
|
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::itemType
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___itemType_1;
|
|
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::baseItemType
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___baseItemType_2;
|
|
};
|
|
|
|
// System.Xml.Schema.XmlSchemaSimpleTypeRestriction
|
|
struct XmlSchemaSimpleTypeRestriction_t6A157CF7BAB4B9DE623D7C7693C55070EB1B7D1E : public XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091
|
|
{
|
|
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSimpleTypeRestriction::baseTypeName
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___baseTypeName_0;
|
|
// System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaSimpleTypeRestriction::facets
|
|
XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___facets_1;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberAnyElement
|
|
struct XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950 : public XmlTypeMapMemberExpandable_tED3170CD402780E1250005E1131CD848660237FE
|
|
{
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberFlatList
|
|
struct XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38 : public XmlTypeMapMemberExpandable_tED3170CD402780E1250005E1131CD848660237FE
|
|
{
|
|
// System.Xml.Serialization.ListMap System.Xml.Serialization.XmlTypeMapMemberFlatList::_listMap
|
|
ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* ____listMap_15;
|
|
};
|
|
|
|
// System.Xml.Schema.XmlUntypedConverter
|
|
struct XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703 : public XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA
|
|
{
|
|
// System.Boolean System.Xml.Schema.XmlUntypedConverter::allowListToList
|
|
bool ___allowListToList_33;
|
|
};
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
// System.String System.ArgumentException::_paramName
|
|
String_t* ____paramName_18;
|
|
};
|
|
|
|
// System.ArithmeticException
|
|
struct ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_date
|
|
struct Datatype_date_tDF075432994B6EDE6729F0E782708F543F59CD69 : public Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_dateTime
|
|
struct Datatype_dateTime_t5766DFA5E987E021A79E60DFA28FA8348A735112 : public Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_dateTimeNoTimeZone
|
|
struct Datatype_dateTimeNoTimeZone_t8A3587C6E7482FA519D5C8DA9568E222482A8A33 : public Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_dateTimeTimeZone
|
|
struct Datatype_dateTimeTimeZone_t49C2A7949E7D4E9B3DCE8703FDD8AEE9A0C513A3 : public Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_day
|
|
struct Datatype_day_t94640C2B39FFA29671F4D16E7892DBBD19676F95 : public Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_dayTimeDuration
|
|
struct Datatype_dayTimeDuration_tF827B3255406ABDA8876A13E5E1FED7B6B3D38E0 : public Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_doubleXdr
|
|
struct Datatype_doubleXdr_tF2CD2B2F44685C9BEDAD3CE207DF4862186BE691 : public Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_fixed
|
|
struct Datatype_fixed_t72793482E29CC18E5554ABFE6C3F4A92076F5614 : public Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_floatXdr
|
|
struct Datatype_floatXdr_tC7E048FBD066EFDF9F89FB924E529AF4EDB0559A : public Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_integer
|
|
struct Datatype_integer_tF79B30EE9DAE09CFC6D8D590067026FD6AA911B1 : public Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_month
|
|
struct Datatype_month_t6A71C92B67513A04F6C82DE9C1C1088D9CC15A94 : public Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_monthDay
|
|
struct Datatype_monthDay_t2D12138D6A442ABEF6F5842330BC5BB627D5C450 : public Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_normalizedString
|
|
struct Datatype_normalizedString_tAE3C605C50C26A50CD47DA10860F5B7009C2172A : public Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_normalizedStringV1Compat
|
|
struct Datatype_normalizedStringV1Compat_tDEA9D21AFB657A05A412FA44CBB0630FAE5B969E : public Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_time
|
|
struct Datatype_time_tF6BCD9D1DD389320ACD31CBF344D623410A63699 : public Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_timeNoTimeZone
|
|
struct Datatype_timeNoTimeZone_t5DE25F37727907E401890DA90D9D2A6C439A726F : public Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_timeTimeZone
|
|
struct Datatype_timeTimeZone_t6667C98B628FE52B1F53B6A06F8F143597CB1F30 : public Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_untypedAtomicType
|
|
struct Datatype_untypedAtomicType_tC94703E969B9E7CD609DF5E56361955F932AD0B8 : public Datatype_anyAtomicType_t5A7C513178CC1454D49AF2AEB1F7A2C2F6CC6B4C
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_year
|
|
struct Datatype_year_tD6BBB7E9F6B40CB314F5D94A2E529542912C5AF0 : public Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_yearMonth
|
|
struct Datatype_yearMonth_tFE2B47024E6A1FE92AF122D1D7D717C81C903689 : public Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_yearMonthDuration
|
|
struct Datatype_yearMonthDuration_t2182796B58089FD783B469A8AB3DDA9BBC3340BD : public Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F
|
|
{
|
|
};
|
|
|
|
// System.FormatException
|
|
struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.InvalidCastException
|
|
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.NotImplementedException
|
|
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.Reflection.TargetInvocationException
|
|
struct TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2 : public ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A
|
|
{
|
|
};
|
|
|
|
// System.Xml.Serialization.UnreferencedObjectEventHandler
|
|
struct UnreferencedObjectEventHandler_t7342B517610EE6E277FB060ED3C983CE68E0463A : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlAttributeEventHandler
|
|
struct XmlAttributeEventHandler_tA9EE5C77A13FDC19DB5B3340F27245C620480F65 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlElementEventHandler
|
|
struct XmlElementEventHandler_tA1451D76D0A21C15B71AC8B380CC097DF71951F3 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Xml.XmlException
|
|
struct XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
// System.String System.Xml.XmlException::res
|
|
String_t* ___res_18;
|
|
// System.String[] System.Xml.XmlException::args
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args_19;
|
|
// System.Int32 System.Xml.XmlException::lineNumber
|
|
int32_t ___lineNumber_20;
|
|
// System.Int32 System.Xml.XmlException::linePosition
|
|
int32_t ___linePosition_21;
|
|
// System.String System.Xml.XmlException::sourceUri
|
|
String_t* ___sourceUri_22;
|
|
// System.String System.Xml.XmlException::message
|
|
String_t* ___message_23;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlNodeEventHandler
|
|
struct XmlNodeEventHandler_t32503D9F2F1A9E9E183779774CEFC13425BF6670 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.XmlSchemaException
|
|
struct XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
// System.String System.Xml.Schema.XmlSchemaException::res
|
|
String_t* ___res_18;
|
|
// System.String[] System.Xml.Schema.XmlSchemaException::args
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args_19;
|
|
// System.String System.Xml.Schema.XmlSchemaException::sourceUri
|
|
String_t* ___sourceUri_20;
|
|
// System.Int32 System.Xml.Schema.XmlSchemaException::lineNumber
|
|
int32_t ___lineNumber_21;
|
|
// System.Int32 System.Xml.Schema.XmlSchemaException::linePosition
|
|
int32_t ___linePosition_22;
|
|
// System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaException::sourceSchemaObject
|
|
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___sourceSchemaObject_23;
|
|
// System.String System.Xml.Schema.XmlSchemaException::message
|
|
String_t* ___message_24;
|
|
};
|
|
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_long
|
|
struct Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809 : public Datatype_integer_tF79B30EE9DAE09CFC6D8D590067026FD6AA911B1
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_nonNegativeInteger
|
|
struct Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC : public Datatype_integer_tF79B30EE9DAE09CFC6D8D590067026FD6AA911B1
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_nonPositiveInteger
|
|
struct Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878 : public Datatype_integer_tF79B30EE9DAE09CFC6D8D590067026FD6AA911B1
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_token
|
|
struct Datatype_token_t492F72F4A351E294ABE8AFA9F1E7089791FA012B : public Datatype_normalizedString_tAE3C605C50C26A50CD47DA10860F5B7009C2172A
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_tokenV1Compat
|
|
struct Datatype_tokenV1Compat_t486586DC082FF80A77BD30EC80B6BC80CC24D0BD : public Datatype_normalizedStringV1Compat_tDEA9D21AFB657A05A412FA44CBB0630FAE5B969E
|
|
{
|
|
};
|
|
|
|
// System.OverflowException
|
|
struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C : public ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_NMTOKEN
|
|
struct Datatype_NMTOKEN_t38324CC80EBF3BAC84A658C532BE936C59DEA329 : public Datatype_token_t492F72F4A351E294ABE8AFA9F1E7089791FA012B
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_Name
|
|
struct Datatype_Name_t83369C60D91E0D512F4258D6190E2A347E27FC81 : public Datatype_token_t492F72F4A351E294ABE8AFA9F1E7089791FA012B
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_int
|
|
struct Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E : public Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_language
|
|
struct Datatype_language_t931A808D8C4FBDD2B23F24DBB4A59231DEB9B25D : public Datatype_token_t492F72F4A351E294ABE8AFA9F1E7089791FA012B
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_negativeInteger
|
|
struct Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0 : public Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_positiveInteger
|
|
struct Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45 : public Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_unsignedLong
|
|
struct Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F : public Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_ENUMERATION
|
|
struct Datatype_ENUMERATION_t38424F2300A98945B684DBD899D7BE209E1594BD : public Datatype_NMTOKEN_t38324CC80EBF3BAC84A658C532BE936C59DEA329
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_NCName
|
|
struct Datatype_NCName_t0F986951D64B7C3CAAADEBCFEC2BE381349B6A88 : public Datatype_Name_t83369C60D91E0D512F4258D6190E2A347E27FC81
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_short
|
|
struct Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B : public Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_unsignedInt
|
|
struct Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389 : public Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_ENTITY
|
|
struct Datatype_ENTITY_tF5B58FF3B5CC72E20F658AA72570CD37E7F4FF60 : public Datatype_NCName_t0F986951D64B7C3CAAADEBCFEC2BE381349B6A88
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_ID
|
|
struct Datatype_ID_tEE997BC20DA8C5E0DB2C95E82AA8008506C57E01 : public Datatype_NCName_t0F986951D64B7C3CAAADEBCFEC2BE381349B6A88
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_IDREF
|
|
struct Datatype_IDREF_tFCF79C29D11E77D369B0509C3BFC4017BB50B64A : public Datatype_NCName_t0F986951D64B7C3CAAADEBCFEC2BE381349B6A88
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_byte
|
|
struct Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E : public Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_unsignedShort
|
|
struct Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513 : public Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389
|
|
{
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_unsignedByte
|
|
struct Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03 : public Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513
|
|
{
|
|
};
|
|
|
|
// System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>
|
|
|
|
// System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>
|
|
|
|
// System.Collections.Generic.Stack`1<System.Object>
|
|
|
|
// System.Collections.Generic.Stack`1<System.Object>
|
|
|
|
// System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>
|
|
|
|
// System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>
|
|
|
|
// System.Collections.ArrayList
|
|
|
|
// System.Collections.ArrayList
|
|
|
|
// System.Attribute
|
|
|
|
// System.Attribute
|
|
|
|
// System.Xml.Schema.BaseValidator
|
|
|
|
// System.Xml.Schema.BaseValidator
|
|
|
|
// System.Reflection.Binder
|
|
|
|
// System.Reflection.Binder
|
|
|
|
// System.Xml.Schema.BitSet
|
|
|
|
// System.Xml.Schema.BitSet
|
|
|
|
// System.Xml.Schema.ContentValidator
|
|
struct ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_StaticFields
|
|
{
|
|
// System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Empty
|
|
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* ___Empty_3;
|
|
// System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::TextOnly
|
|
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* ___TextOnly_4;
|
|
// System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Mixed
|
|
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* ___Mixed_5;
|
|
// System.Xml.Schema.ContentValidator System.Xml.Schema.ContentValidator::Any
|
|
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* ___Any_6;
|
|
};
|
|
|
|
// System.Xml.Schema.ContentValidator
|
|
|
|
// System.Globalization.CultureInfo
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields
|
|
{
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info_0;
|
|
// System.Object System.Globalization.CultureInfo::shared_table_lock
|
|
RuntimeObject* ___shared_table_lock_1;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture_2;
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture_34;
|
|
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture_35;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
|
|
Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
|
|
Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name_37;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::s_UserPreferredCultureInfoInAppX
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX_38;
|
|
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
|
|
bool ___IsTaiwanSku_39;
|
|
};
|
|
|
|
// System.Globalization.CultureInfo
|
|
|
|
// System.DBNull
|
|
struct DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_StaticFields
|
|
{
|
|
// System.DBNull System.DBNull::Value
|
|
DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* ___Value_0;
|
|
};
|
|
|
|
// System.DBNull
|
|
|
|
// System.Xml.Schema.FacetsChecker
|
|
|
|
// System.Xml.Schema.FacetsChecker
|
|
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_StaticFields
|
|
{
|
|
// System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo> System.Collections.Hashtable::s_serializationInfoTable
|
|
ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858* ___s_serializationInfoTable_21;
|
|
};
|
|
|
|
// System.Collections.Hashtable
|
|
|
|
// System.Reflection.MemberInfo
|
|
|
|
// System.Reflection.MemberInfo
|
|
|
|
// System.Xml.Schema.NamespaceList
|
|
|
|
// System.Xml.Schema.NamespaceList
|
|
|
|
// System.Xml.Serialization.ObjectMap
|
|
|
|
// System.Xml.Serialization.ObjectMap
|
|
|
|
// System.Xml.Schema.Positions
|
|
|
|
// System.Xml.Schema.Positions
|
|
|
|
// System.Collections.Queue
|
|
|
|
// System.Collections.Queue
|
|
|
|
// System.Xml.Schema.RestrictionFacets
|
|
|
|
// System.Xml.Schema.RestrictionFacets
|
|
|
|
// System.Xml.Schema.SchemaDeclBase
|
|
|
|
// System.Xml.Schema.SchemaDeclBase
|
|
|
|
// System.Collections.Stack
|
|
|
|
// System.Collections.Stack
|
|
|
|
// System.String
|
|
struct String_t_StaticFields
|
|
{
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_6;
|
|
};
|
|
|
|
// System.String
|
|
|
|
// System.Text.StringBuilder
|
|
|
|
// System.Text.StringBuilder
|
|
|
|
// System.Xml.Schema.SymbolsDictionary
|
|
|
|
// System.Xml.Schema.SymbolsDictionary
|
|
|
|
// System.Xml.Schema.SyntaxTreeNode
|
|
|
|
// System.Xml.Schema.SyntaxTreeNode
|
|
|
|
// System.Xml.Serialization.TypeData
|
|
struct TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704_StaticFields
|
|
{
|
|
// System.String[] System.Xml.Serialization.TypeData::keywords
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___keywords_12;
|
|
};
|
|
|
|
// System.Xml.Serialization.TypeData
|
|
|
|
// System.Uri
|
|
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields
|
|
{
|
|
// System.String System.Uri::UriSchemeFile
|
|
String_t* ___UriSchemeFile_0;
|
|
// System.String System.Uri::UriSchemeFtp
|
|
String_t* ___UriSchemeFtp_1;
|
|
// System.String System.Uri::UriSchemeGopher
|
|
String_t* ___UriSchemeGopher_2;
|
|
// System.String System.Uri::UriSchemeHttp
|
|
String_t* ___UriSchemeHttp_3;
|
|
// System.String System.Uri::UriSchemeHttps
|
|
String_t* ___UriSchemeHttps_4;
|
|
// System.String System.Uri::UriSchemeWs
|
|
String_t* ___UriSchemeWs_5;
|
|
// System.String System.Uri::UriSchemeWss
|
|
String_t* ___UriSchemeWss_6;
|
|
// System.String System.Uri::UriSchemeMailto
|
|
String_t* ___UriSchemeMailto_7;
|
|
// System.String System.Uri::UriSchemeNews
|
|
String_t* ___UriSchemeNews_8;
|
|
// System.String System.Uri::UriSchemeNntp
|
|
String_t* ___UriSchemeNntp_9;
|
|
// System.String System.Uri::UriSchemeNetTcp
|
|
String_t* ___UriSchemeNetTcp_10;
|
|
// System.String System.Uri::UriSchemeNetPipe
|
|
String_t* ___UriSchemeNetPipe_11;
|
|
// System.String System.Uri::SchemeDelimiter
|
|
String_t* ___SchemeDelimiter_12;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized
|
|
bool ___s_ConfigInitialized_20;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing
|
|
bool ___s_ConfigInitializing_21;
|
|
// System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope
|
|
int32_t ___s_IdnScope_22;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing
|
|
bool ___s_IriParsing_23;
|
|
// System.Boolean System.Uri::useDotNetRelativeOrAbsolute
|
|
bool ___useDotNetRelativeOrAbsolute_24;
|
|
// System.Boolean System.Uri::IsWindowsFileSystem
|
|
bool ___IsWindowsFileSystem_25;
|
|
// System.Object System.Uri::s_initLock
|
|
RuntimeObject* ___s_initLock_26;
|
|
// System.Char[] System.Uri::HexLowerChars
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___HexLowerChars_27;
|
|
// System.Char[] System.Uri::_WSchars
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____WSchars_28;
|
|
};
|
|
|
|
// System.Uri
|
|
|
|
// System.Xml.XPath.XPathItem
|
|
|
|
// System.Xml.XPath.XPathItem
|
|
|
|
// System.Xml.Serialization.XmlAttributeOverrides
|
|
|
|
// System.Xml.Serialization.XmlAttributeOverrides
|
|
|
|
// System.Xml.Serialization.XmlMapping
|
|
|
|
// System.Xml.Serialization.XmlMapping
|
|
|
|
// System.Xml.XmlNameTable
|
|
|
|
// System.Xml.XmlNameTable
|
|
|
|
// System.Xml.XmlNamespaceManager
|
|
|
|
// System.Xml.XmlNamespaceManager
|
|
|
|
// System.Xml.XmlQualifiedName
|
|
struct XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields
|
|
{
|
|
// System.Xml.XmlQualifiedName/HashCodeOfStringDelegate System.Xml.XmlQualifiedName::hashCodeDelegate
|
|
HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* ___hashCodeDelegate_0;
|
|
// System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Empty
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___Empty_4;
|
|
};
|
|
|
|
// System.Xml.XmlQualifiedName
|
|
|
|
// System.Xml.XmlReader
|
|
struct XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_StaticFields
|
|
{
|
|
// System.UInt32 System.Xml.XmlReader::IsTextualNodeBitmap
|
|
uint32_t ___IsTextualNodeBitmap_0;
|
|
// System.UInt32 System.Xml.XmlReader::CanReadContentAsBitmap
|
|
uint32_t ___CanReadContentAsBitmap_1;
|
|
// System.UInt32 System.Xml.XmlReader::HasValueBitmap
|
|
uint32_t ___HasValueBitmap_2;
|
|
};
|
|
|
|
// System.Xml.XmlReader
|
|
|
|
// System.Xml.XmlConfiguration.XmlReaderSection
|
|
|
|
// System.Xml.XmlConfiguration.XmlReaderSection
|
|
|
|
// System.Xml.Serialization.XmlReflectionImporter
|
|
struct XmlReflectionImporter_t35377D35396A0B7AF610724CE3256E34C0D271E6_StaticFields
|
|
{
|
|
// System.String System.Xml.Serialization.XmlReflectionImporter::errSimple
|
|
String_t* ___errSimple_7;
|
|
// System.String System.Xml.Serialization.XmlReflectionImporter::errSimple2
|
|
String_t* ___errSimple2_8;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlReflectionImporter
|
|
|
|
// System.Xml.Schema.XmlSchemaDatatype
|
|
|
|
// System.Xml.Schema.XmlSchemaDatatype
|
|
|
|
// System.Xml.Schema.XmlSchemaObject
|
|
|
|
// System.Xml.Schema.XmlSchemaObject
|
|
|
|
// System.Xml.Schema.XmlSchemaSet
|
|
|
|
// System.Xml.Schema.XmlSchemaSet
|
|
|
|
// System.Xml.Serialization.XmlSerializer
|
|
struct XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_StaticFields
|
|
{
|
|
// System.Int32 System.Xml.Serialization.XmlSerializer::generationThreshold
|
|
int32_t ___generationThreshold_0;
|
|
// System.Boolean System.Xml.Serialization.XmlSerializer::backgroundGeneration
|
|
bool ___backgroundGeneration_1;
|
|
// System.Boolean System.Xml.Serialization.XmlSerializer::deleteTempFiles
|
|
bool ___deleteTempFiles_2;
|
|
// System.Boolean System.Xml.Serialization.XmlSerializer::generatorFallback
|
|
bool ___generatorFallback_3;
|
|
// System.Collections.Hashtable System.Xml.Serialization.XmlSerializer::serializerTypes
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___serializerTypes_7;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlSerializer
|
|
|
|
// System.Xml.Serialization.XmlSerializerImplementation
|
|
|
|
// System.Xml.Serialization.XmlSerializerImplementation
|
|
|
|
// System.Xml.Serialization.XmlSerializerNamespaces
|
|
|
|
// System.Xml.Serialization.XmlSerializerNamespaces
|
|
|
|
// System.Xml.Serialization.XmlTypeMapElementInfo
|
|
|
|
// System.Xml.Serialization.XmlTypeMapElementInfo
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMember
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMember
|
|
|
|
// System.Xml.Schema.XmlValueConverter
|
|
|
|
// System.Xml.Schema.XmlValueConverter
|
|
|
|
// System.Xml.XmlWriter
|
|
|
|
// System.Xml.XmlWriter
|
|
|
|
// System.Xml.Schema.XsdSimpleValue
|
|
|
|
// System.Xml.Schema.XsdSimpleValue
|
|
|
|
// System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap
|
|
|
|
// System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap
|
|
|
|
// System.Xml.Serialization.EnumMap/EnumMapMember
|
|
|
|
// System.Xml.Serialization.EnumMap/EnumMapMember
|
|
|
|
// System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo
|
|
|
|
// System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo
|
|
|
|
// System.Xml.Serialization.XmlSerializer/SerializerData
|
|
|
|
// System.Xml.Serialization.XmlSerializer/SerializerData
|
|
|
|
// System.Nullable`1<System.Boolean>
|
|
|
|
// System.Nullable`1<System.Boolean>
|
|
|
|
// System.Xml.Schema.BinaryFacetsChecker
|
|
|
|
// System.Xml.Schema.BinaryFacetsChecker
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
};
|
|
|
|
// System.Boolean
|
|
|
|
// System.Byte
|
|
|
|
// System.Byte
|
|
|
|
// System.Char
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
|
|
{
|
|
// System.Byte[] System.Char::s_categoryForLatin1
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
|
|
};
|
|
|
|
// System.Char
|
|
|
|
// System.Xml.Schema.DatatypeImplementation
|
|
struct DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields
|
|
{
|
|
// System.Collections.Hashtable System.Xml.Schema.DatatypeImplementation::builtinTypes
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___builtinTypes_5;
|
|
// System.Xml.Schema.XmlSchemaSimpleType[] System.Xml.Schema.DatatypeImplementation::enumToTypeCode
|
|
XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* ___enumToTypeCode_6;
|
|
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::anySimpleType
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___anySimpleType_7;
|
|
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::anyAtomicType
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___anyAtomicType_8;
|
|
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::untypedAtomicType
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___untypedAtomicType_9;
|
|
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::yearMonthDurationType
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___yearMonthDurationType_10;
|
|
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::dayTimeDurationType
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___dayTimeDurationType_11;
|
|
// System.Xml.XmlQualifiedName System.Xml.Schema.DatatypeImplementation::QnAnySimpleType
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnAnySimpleType_12;
|
|
// System.Xml.XmlQualifiedName System.Xml.Schema.DatatypeImplementation::QnAnyType
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnAnyType_13;
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::stringFacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___stringFacetsChecker_14;
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::miscFacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___miscFacetsChecker_15;
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::numeric2FacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric2FacetsChecker_16;
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::binaryFacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___binaryFacetsChecker_17;
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::dateTimeFacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___dateTimeFacetsChecker_18;
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::durationFacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___durationFacetsChecker_19;
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::listFacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___listFacetsChecker_20;
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::qnameFacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___qnameFacetsChecker_21;
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::unionFacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___unionFacetsChecker_22;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anySimpleType
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_anySimpleType_23;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anyURI
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_anyURI_24;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_base64Binary
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_base64Binary_25;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_boolean
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_boolean_26;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_byte
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_byte_27;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_char
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_char_28;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_date
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_date_29;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTime
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_dateTime_30;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTimeNoTz
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_dateTimeNoTz_31;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTimeTz
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_dateTimeTz_32;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_day
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_day_33;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_decimal
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_decimal_34;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_double
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_double_35;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_doubleXdr
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_doubleXdr_36;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_duration
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_duration_37;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENTITY
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_ENTITY_38;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENTITIES
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_ENTITIES_39;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENUMERATION
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_ENUMERATION_40;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_fixed
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_fixed_41;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_float
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_float_42;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_floatXdr
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_floatXdr_43;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_hexBinary
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_hexBinary_44;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ID
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_ID_45;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_IDREF
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_IDREF_46;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_IDREFS
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_IDREFS_47;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_int
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_int_48;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_integer
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_integer_49;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_language
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_language_50;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_long
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_long_51;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_month
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_month_52;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_monthDay
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_monthDay_53;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_Name
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_Name_54;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NCName
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_NCName_55;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_negativeInteger
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_negativeInteger_56;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NMTOKEN
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_NMTOKEN_57;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NMTOKENS
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_NMTOKENS_58;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_nonNegativeInteger
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_nonNegativeInteger_59;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_nonPositiveInteger
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_nonPositiveInteger_60;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_normalizedString
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_normalizedString_61;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NOTATION
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_NOTATION_62;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_positiveInteger
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_positiveInteger_63;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_QName
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_QName_64;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_QNameXdr
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_QNameXdr_65;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_short
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_short_66;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_string
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_string_67;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_time
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_time_68;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_timeNoTz
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_timeNoTz_69;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_timeTz
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_timeTz_70;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_token
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_token_71;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedByte
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_unsignedByte_72;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedInt
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_unsignedInt_73;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedLong
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_unsignedLong_74;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedShort
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_unsignedShort_75;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_uuid
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_uuid_76;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_year
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_year_77;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_yearMonth
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_yearMonth_78;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_normalizedStringV1Compat
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_normalizedStringV1Compat_79;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_tokenV1Compat
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_tokenV1Compat_80;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anyAtomicType
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_anyAtomicType_81;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dayTimeDuration
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_dayTimeDuration_82;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_untypedAtomicType
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_untypedAtomicType_83;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_yearMonthDuration
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_yearMonthDuration_84;
|
|
// System.Xml.Schema.DatatypeImplementation[] System.Xml.Schema.DatatypeImplementation::c_tokenizedTypes
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* ___c_tokenizedTypes_85;
|
|
// System.Xml.Schema.DatatypeImplementation[] System.Xml.Schema.DatatypeImplementation::c_tokenizedTypesXsd
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* ___c_tokenizedTypesXsd_86;
|
|
// System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] System.Xml.Schema.DatatypeImplementation::c_XdrTypes
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* ___c_XdrTypes_87;
|
|
// System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] System.Xml.Schema.DatatypeImplementation::c_XsdTypes
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* ___c_XsdTypes_88;
|
|
};
|
|
|
|
// System.Xml.Schema.DatatypeImplementation
|
|
|
|
// System.DateTime
|
|
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields
|
|
{
|
|
// System.Int32[] System.DateTime::s_daysToMonth365
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365_30;
|
|
// System.Int32[] System.DateTime::s_daysToMonth366
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366_31;
|
|
// System.DateTime System.DateTime::MinValue
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue_32;
|
|
// System.DateTime System.DateTime::MaxValue
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue_33;
|
|
// System.DateTime System.DateTime::UnixEpoch
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch_34;
|
|
};
|
|
|
|
// System.DateTime
|
|
|
|
// System.Xml.Schema.DateTimeFacetsChecker
|
|
|
|
// System.Xml.Schema.DateTimeFacetsChecker
|
|
|
|
// System.Decimal
|
|
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields
|
|
{
|
|
// System.Decimal System.Decimal::Zero
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero_3;
|
|
// System.Decimal System.Decimal::One
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One_4;
|
|
// System.Decimal System.Decimal::MinusOne
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne_5;
|
|
// System.Decimal System.Decimal::MaxValue
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue_6;
|
|
// System.Decimal System.Decimal::MinValue
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue_7;
|
|
};
|
|
|
|
// System.Decimal
|
|
|
|
// System.Xml.Schema.DfaContentValidator
|
|
|
|
// System.Xml.Schema.DfaContentValidator
|
|
|
|
// System.Double
|
|
|
|
// System.Double
|
|
|
|
// System.Xml.Schema.DtdValidator
|
|
struct DtdValidator_tF916F1805E2290242B688583602409378173CF17_StaticFields
|
|
{
|
|
// System.Xml.Schema.DtdValidator/NamespaceManager System.Xml.Schema.DtdValidator::namespaceManager
|
|
NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E* ___namespaceManager_0;
|
|
};
|
|
|
|
// System.Xml.Schema.DtdValidator
|
|
|
|
// System.Xml.Schema.DurationFacetsChecker
|
|
|
|
// System.Xml.Schema.DurationFacetsChecker
|
|
|
|
// System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
|
|
{
|
|
// System.Char[] System.Enum::enumSeperatorCharArray
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0;
|
|
};
|
|
|
|
// System.Enum
|
|
|
|
// System.Xml.Serialization.EnumMap
|
|
|
|
// System.Xml.Serialization.EnumMap
|
|
|
|
// System.Reflection.FieldInfo
|
|
|
|
// System.Reflection.FieldInfo
|
|
|
|
// System.Guid
|
|
struct Guid_t_StaticFields
|
|
{
|
|
// System.Guid System.Guid::Empty
|
|
Guid_t ___Empty_0;
|
|
};
|
|
|
|
// System.Guid
|
|
|
|
// System.Int16
|
|
|
|
// System.Int16
|
|
|
|
// System.Int32
|
|
|
|
// System.Int32
|
|
|
|
// System.Int64
|
|
|
|
// System.Int64
|
|
|
|
// System.Xml.Schema.InteriorNode
|
|
|
|
// System.Xml.Schema.InteriorNode
|
|
|
|
// System.Xml.Schema.LeafNode
|
|
|
|
// System.Xml.Schema.LeafNode
|
|
|
|
// System.Xml.Schema.ListFacetsChecker
|
|
|
|
// System.Xml.Schema.ListFacetsChecker
|
|
|
|
// System.Xml.Serialization.ListMap
|
|
|
|
// System.Xml.Serialization.ListMap
|
|
|
|
// System.Reflection.MethodBase
|
|
|
|
// System.Reflection.MethodBase
|
|
|
|
// System.Xml.Schema.MiscFacetsChecker
|
|
|
|
// System.Xml.Schema.MiscFacetsChecker
|
|
|
|
// System.Xml.Schema.NamespaceListNode
|
|
|
|
// System.Xml.Schema.NamespaceListNode
|
|
|
|
// System.Xml.Schema.NfaContentValidator
|
|
|
|
// System.Xml.Schema.NfaContentValidator
|
|
|
|
// System.Xml.Schema.Numeric2FacetsChecker
|
|
|
|
// System.Xml.Schema.Numeric2FacetsChecker
|
|
|
|
// System.Reflection.ParameterModifier
|
|
|
|
// System.Reflection.ParameterModifier
|
|
|
|
// System.Xml.Schema.ParticleContentValidator
|
|
|
|
// System.Xml.Schema.ParticleContentValidator
|
|
|
|
// System.Xml.Schema.Position
|
|
|
|
// System.Xml.Schema.Position
|
|
|
|
// System.Reflection.PropertyInfo
|
|
|
|
// System.Reflection.PropertyInfo
|
|
|
|
// System.Xml.Schema.QNameFacetsChecker
|
|
|
|
// System.Xml.Schema.QNameFacetsChecker
|
|
|
|
// System.Xml.Schema.RangeContentValidator
|
|
|
|
// System.Xml.Schema.RangeContentValidator
|
|
|
|
// System.SByte
|
|
|
|
// System.SByte
|
|
|
|
// System.Xml.Schema.SchemaAttDef
|
|
struct SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553_StaticFields
|
|
{
|
|
// System.Xml.Schema.SchemaAttDef System.Xml.Schema.SchemaAttDef::Empty
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* ___Empty_17;
|
|
};
|
|
|
|
// System.Xml.Schema.SchemaAttDef
|
|
|
|
// System.Xml.Schema.SchemaElementDecl
|
|
struct SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD_StaticFields
|
|
{
|
|
// System.Xml.Schema.SchemaElementDecl System.Xml.Schema.SchemaElementDecl::Empty
|
|
SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* ___Empty_20;
|
|
};
|
|
|
|
// System.Xml.Schema.SchemaElementDecl
|
|
|
|
// System.Single
|
|
|
|
// System.Single
|
|
|
|
// System.Xml.Schema.StringFacetsChecker
|
|
struct StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_StaticFields
|
|
{
|
|
// System.Text.RegularExpressions.Regex System.Xml.Schema.StringFacetsChecker::languagePattern
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* ___languagePattern_0;
|
|
};
|
|
|
|
// System.Xml.Schema.StringFacetsChecker
|
|
|
|
// System.IO.TextReader
|
|
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_StaticFields
|
|
{
|
|
// System.IO.TextReader System.IO.TextReader::Null
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___Null_1;
|
|
};
|
|
|
|
// System.IO.TextReader
|
|
|
|
// System.IO.TextWriter
|
|
struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3_StaticFields
|
|
{
|
|
// System.IO.TextWriter System.IO.TextWriter::Null
|
|
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___Null_1;
|
|
// System.Char[] System.IO.TextWriter::s_coreNewLine
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___s_coreNewLine_2;
|
|
};
|
|
|
|
// System.IO.TextWriter
|
|
|
|
// System.TimeSpan
|
|
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields
|
|
{
|
|
// System.TimeSpan System.TimeSpan::Zero
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___Zero_19;
|
|
// System.TimeSpan System.TimeSpan::MaxValue
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxValue_20;
|
|
// System.TimeSpan System.TimeSpan::MinValue
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinValue_21;
|
|
};
|
|
|
|
// System.TimeSpan
|
|
|
|
// System.UInt16
|
|
|
|
// System.UInt16
|
|
|
|
// System.UInt32
|
|
|
|
// System.UInt32
|
|
|
|
// System.UInt64
|
|
|
|
// System.UInt64
|
|
|
|
// System.Xml.Schema.UnionFacetsChecker
|
|
|
|
// System.Xml.Schema.UnionFacetsChecker
|
|
|
|
// System.Xml.Serialization.UnreferencedObjectEventArgs
|
|
|
|
// System.Xml.Serialization.UnreferencedObjectEventArgs
|
|
|
|
// System.Void
|
|
|
|
// System.Void
|
|
|
|
// System.Xml.Serialization.XmlAttributeEventArgs
|
|
|
|
// System.Xml.Serialization.XmlAttributeEventArgs
|
|
|
|
// System.Xml.Serialization.XmlElementEventArgs
|
|
|
|
// System.Xml.Serialization.XmlElementEventArgs
|
|
|
|
// System.Xml.Serialization.XmlNodeEventArgs
|
|
|
|
// System.Xml.Serialization.XmlNodeEventArgs
|
|
|
|
// System.Xml.Serialization.XmlRootAttribute
|
|
|
|
// System.Xml.Serialization.XmlRootAttribute
|
|
|
|
// System.Xml.Schema.XmlSchema
|
|
struct XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D_StaticFields
|
|
{
|
|
// System.Int32 System.Xml.Schema.XmlSchema::globalIdCounter
|
|
int32_t ___globalIdCounter_1;
|
|
};
|
|
|
|
// System.Xml.Schema.XmlSchema
|
|
|
|
// System.Xml.Serialization.XmlSchemaProviderAttribute
|
|
|
|
// System.Xml.Serialization.XmlSchemaProviderAttribute
|
|
|
|
// System.Xml.Serialization.XmlSerializationReader
|
|
|
|
// System.Xml.Serialization.XmlSerializationReader
|
|
|
|
// System.Xml.Serialization.XmlSerializationWriter
|
|
|
|
// System.Xml.Serialization.XmlSerializationWriter
|
|
|
|
// System.Xml.Serialization.XmlTextAttribute
|
|
|
|
// System.Xml.Serialization.XmlTextAttribute
|
|
|
|
// System.Xml.XmlTextReader
|
|
|
|
// System.Xml.XmlTextReader
|
|
|
|
// System.Xml.Serialization.XmlTypeAttribute
|
|
|
|
// System.Xml.Serialization.XmlTypeAttribute
|
|
|
|
// System.Xml.Serialization.XmlTypeMapElementInfoList
|
|
|
|
// System.Xml.Serialization.XmlTypeMapElementInfoList
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberAnyAttribute
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberAnyAttribute
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberAttribute
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberAttribute
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberElement
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberElement
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberNamespaces
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberNamespaces
|
|
|
|
// System.Xml.Serialization.XmlTypeMapping
|
|
|
|
// System.Xml.Serialization.XmlTypeMapping
|
|
|
|
// System.Xml.Schema.XsdDuration
|
|
|
|
// System.Xml.Schema.XsdDuration
|
|
|
|
// System.Xml.Schema.DtdValidator/NamespaceManager
|
|
|
|
// System.Xml.Schema.DtdValidator/NamespaceManager
|
|
|
|
// System.Xml.Schema.SequenceNode/SequenceConstructPosContext
|
|
|
|
// System.Xml.Schema.SequenceNode/SequenceConstructPosContext
|
|
|
|
// System.Xml.Schema.ChoiceNode
|
|
|
|
// System.Xml.Schema.ChoiceNode
|
|
|
|
// System.Xml.Serialization.ClassMap
|
|
|
|
// System.Xml.Serialization.ClassMap
|
|
|
|
// System.Xml.Schema.Datatype_anySimpleType
|
|
struct Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_anySimpleType::atomicValueType
|
|
Type_t* ___atomicValueType_89;
|
|
// System.Type System.Xml.Schema.Datatype_anySimpleType::listValueType
|
|
Type_t* ___listValueType_90;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_anySimpleType
|
|
|
|
// System.Exception
|
|
struct Exception_t_StaticFields
|
|
{
|
|
// System.Object System.Exception::s_EDILock
|
|
RuntimeObject* ___s_EDILock_0;
|
|
};
|
|
|
|
// System.Exception
|
|
|
|
// System.Xml.Schema.LeafRangeNode
|
|
|
|
// System.Xml.Schema.LeafRangeNode
|
|
|
|
// System.Reflection.MethodInfo
|
|
|
|
// System.Reflection.MethodInfo
|
|
|
|
// System.Xml.Schema.Numeric10FacetsChecker
|
|
struct Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_StaticFields
|
|
{
|
|
// System.Char[] System.Xml.Schema.Numeric10FacetsChecker::signs
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___signs_0;
|
|
};
|
|
|
|
// System.Xml.Schema.Numeric10FacetsChecker
|
|
|
|
// System.Xml.Schema.PlusNode
|
|
|
|
// System.Xml.Schema.PlusNode
|
|
|
|
// System.Xml.Schema.QmarkNode
|
|
|
|
// System.Xml.Schema.QmarkNode
|
|
|
|
// System.Text.RegularExpressions.Regex
|
|
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_StaticFields
|
|
{
|
|
// System.Int32 System.Text.RegularExpressions.Regex::s_cacheSize
|
|
int32_t ___s_cacheSize_1;
|
|
// System.Collections.Generic.Dictionary`2<System.Text.RegularExpressions.Regex/CachedCodeEntryKey,System.Text.RegularExpressions.Regex/CachedCodeEntry> System.Text.RegularExpressions.Regex::s_cache
|
|
Dictionary_2_t5B5B38BB06341F50E1C75FB53208A2A66CAE57F7* ___s_cache_2;
|
|
// System.Int32 System.Text.RegularExpressions.Regex::s_cacheCount
|
|
int32_t ___s_cacheCount_3;
|
|
// System.Text.RegularExpressions.Regex/CachedCodeEntry System.Text.RegularExpressions.Regex::s_cacheFirst
|
|
CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39* ___s_cacheFirst_4;
|
|
// System.Text.RegularExpressions.Regex/CachedCodeEntry System.Text.RegularExpressions.Regex::s_cacheLast
|
|
CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39* ___s_cacheLast_5;
|
|
// System.TimeSpan System.Text.RegularExpressions.Regex::s_maximumMatchTimeout
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___s_maximumMatchTimeout_6;
|
|
// System.TimeSpan System.Text.RegularExpressions.Regex::s_defaultMatchTimeout
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___s_defaultMatchTimeout_8;
|
|
// System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___InfiniteMatchTimeout_9;
|
|
};
|
|
|
|
// System.Text.RegularExpressions.Regex
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// System.Xml.Schema.SequenceNode
|
|
|
|
// System.Xml.Schema.SequenceNode
|
|
|
|
// System.Xml.Schema.StarNode
|
|
|
|
// System.Xml.Schema.StarNode
|
|
|
|
// System.Xml.Schema.XmlAnyConverter
|
|
struct XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_StaticFields
|
|
{
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyConverter::Item
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___Item_32;
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlAnyConverter::AnyAtomic
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___AnyAtomic_33;
|
|
};
|
|
|
|
// System.Xml.Schema.XmlAnyConverter
|
|
|
|
// System.Xml.Schema.XmlSchemaSimpleTypeContent
|
|
|
|
// System.Xml.Schema.XmlSchemaSimpleTypeContent
|
|
|
|
// System.Xml.Schema.XmlSchemaType
|
|
|
|
// System.Xml.Schema.XmlSchemaType
|
|
|
|
// System.Xml.Serialization.XmlSerializableMapping
|
|
|
|
// System.Xml.Serialization.XmlSerializableMapping
|
|
|
|
// System.Xml.Serialization.XmlSerializationReaderInterpreter
|
|
struct XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8_StaticFields
|
|
{
|
|
// System.Xml.XmlQualifiedName System.Xml.Serialization.XmlSerializationReaderInterpreter::AnyType
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___AnyType_27;
|
|
// System.Object[] System.Xml.Serialization.XmlSerializationReaderInterpreter::empty_array
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___empty_array_28;
|
|
};
|
|
|
|
// System.Xml.Serialization.XmlSerializationReaderInterpreter
|
|
|
|
// System.Xml.Serialization.XmlSerializationWriterInterpreter
|
|
|
|
// System.Xml.Serialization.XmlSerializationWriterInterpreter
|
|
|
|
// System.Xml.XmlTextWriter
|
|
struct XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B_StaticFields
|
|
{
|
|
// System.String[] System.Xml.XmlTextWriter::stateName
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___stateName_24;
|
|
// System.String[] System.Xml.XmlTextWriter::tokenName
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___tokenName_25;
|
|
// System.Xml.XmlTextWriter/State[] System.Xml.XmlTextWriter::stateTableDefault
|
|
StateU5BU5D_t41A58B7031FABDC61B34059A1FB722121203D858* ___stateTableDefault_26;
|
|
// System.Xml.XmlTextWriter/State[] System.Xml.XmlTextWriter::stateTableDocument
|
|
StateU5BU5D_t41A58B7031FABDC61B34059A1FB722121203D858* ___stateTableDocument_27;
|
|
};
|
|
|
|
// System.Xml.XmlTextWriter
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberExpandable
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberExpandable
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberList
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberList
|
|
|
|
// System.Xml.Schema.XsdDateTime
|
|
struct XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields
|
|
{
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy
|
|
int32_t ___Lzyyyy_2;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_
|
|
int32_t ___Lzyyyy__3;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM
|
|
int32_t ___Lzyyyy_MM_4;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM_
|
|
int32_t ___Lzyyyy_MM__5;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM_dd
|
|
int32_t ___Lzyyyy_MM_dd_6;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM_ddT
|
|
int32_t ___Lzyyyy_MM_ddT_7;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::LzHH
|
|
int32_t ___LzHH_8;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::LzHH_
|
|
int32_t ___LzHH__9;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::LzHH_mm
|
|
int32_t ___LzHH_mm_10;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::LzHH_mm_
|
|
int32_t ___LzHH_mm__11;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::LzHH_mm_ss
|
|
int32_t ___LzHH_mm_ss_12;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::Lz_
|
|
int32_t ___Lz__13;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::Lz_zz
|
|
int32_t ___Lz_zz_14;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::Lz_zz_
|
|
int32_t ___Lz_zz__15;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::Lz_zz_zz
|
|
int32_t ___Lz_zz_zz_16;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::Lz__
|
|
int32_t ___Lz___17;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm
|
|
int32_t ___Lz__mm_18;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm_
|
|
int32_t ___Lz__mm__19;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm__
|
|
int32_t ___Lz__mm___20;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm_dd
|
|
int32_t ___Lz__mm_dd_21;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::Lz___
|
|
int32_t ___Lz____22;
|
|
// System.Int32 System.Xml.Schema.XsdDateTime::Lz___dd
|
|
int32_t ___Lz___dd_23;
|
|
// System.Xml.Schema.XmlTypeCode[] System.Xml.Schema.XsdDateTime::typeCodes
|
|
XmlTypeCodeU5BU5D_tD0B97C4F52D97F28CCCD25F34390B7414EA4BA41* ___typeCodes_24;
|
|
};
|
|
|
|
// System.Xml.Schema.XsdDateTime
|
|
|
|
// System.Xml.Schema.Datatype_List
|
|
|
|
// System.Xml.Schema.Datatype_List
|
|
|
|
// System.Xml.Schema.Datatype_NOTATION
|
|
struct Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_NOTATION::atomicValueType
|
|
Type_t* ___atomicValueType_91;
|
|
// System.Type System.Xml.Schema.Datatype_NOTATION::listValueType
|
|
Type_t* ___listValueType_92;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_NOTATION
|
|
|
|
// System.Xml.Schema.Datatype_QName
|
|
struct Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_QName::atomicValueType
|
|
Type_t* ___atomicValueType_91;
|
|
// System.Type System.Xml.Schema.Datatype_QName::listValueType
|
|
Type_t* ___listValueType_92;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_QName
|
|
|
|
// System.Xml.Schema.Datatype_QNameXdr
|
|
struct Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_QNameXdr::atomicValueType
|
|
Type_t* ___atomicValueType_91;
|
|
// System.Type System.Xml.Schema.Datatype_QNameXdr::listValueType
|
|
Type_t* ___listValueType_92;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_QNameXdr
|
|
|
|
// System.Xml.Schema.Datatype_anyAtomicType
|
|
|
|
// System.Xml.Schema.Datatype_anyAtomicType
|
|
|
|
// System.Xml.Schema.Datatype_anyURI
|
|
struct Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_anyURI::atomicValueType
|
|
Type_t* ___atomicValueType_91;
|
|
// System.Type System.Xml.Schema.Datatype_anyURI::listValueType
|
|
Type_t* ___listValueType_92;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_anyURI
|
|
|
|
// System.Xml.Schema.Datatype_base64Binary
|
|
struct Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_base64Binary::atomicValueType
|
|
Type_t* ___atomicValueType_91;
|
|
// System.Type System.Xml.Schema.Datatype_base64Binary::listValueType
|
|
Type_t* ___listValueType_92;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_base64Binary
|
|
|
|
// System.Xml.Schema.Datatype_boolean
|
|
struct Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_boolean::atomicValueType
|
|
Type_t* ___atomicValueType_91;
|
|
// System.Type System.Xml.Schema.Datatype_boolean::listValueType
|
|
Type_t* ___listValueType_92;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_boolean
|
|
|
|
// System.Xml.Schema.Datatype_char
|
|
struct Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_char::atomicValueType
|
|
Type_t* ___atomicValueType_91;
|
|
// System.Type System.Xml.Schema.Datatype_char::listValueType
|
|
Type_t* ___listValueType_92;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_char
|
|
|
|
// System.Xml.Schema.Datatype_dateTimeBase
|
|
struct Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_dateTimeBase::atomicValueType
|
|
Type_t* ___atomicValueType_91;
|
|
// System.Type System.Xml.Schema.Datatype_dateTimeBase::listValueType
|
|
Type_t* ___listValueType_92;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_dateTimeBase
|
|
|
|
// System.Xml.Schema.Datatype_decimal
|
|
struct Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_decimal::atomicValueType
|
|
Type_t* ___atomicValueType_91;
|
|
// System.Type System.Xml.Schema.Datatype_decimal::listValueType
|
|
Type_t* ___listValueType_92;
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_decimal::numeric10FacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_93;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_decimal
|
|
|
|
// System.Xml.Schema.Datatype_double
|
|
struct Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_double::atomicValueType
|
|
Type_t* ___atomicValueType_91;
|
|
// System.Type System.Xml.Schema.Datatype_double::listValueType
|
|
Type_t* ___listValueType_92;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_double
|
|
|
|
// System.Xml.Schema.Datatype_duration
|
|
struct Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_duration::atomicValueType
|
|
Type_t* ___atomicValueType_91;
|
|
// System.Type System.Xml.Schema.Datatype_duration::listValueType
|
|
Type_t* ___listValueType_92;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_duration
|
|
|
|
// System.Xml.Schema.Datatype_float
|
|
struct Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_float::atomicValueType
|
|
Type_t* ___atomicValueType_91;
|
|
// System.Type System.Xml.Schema.Datatype_float::listValueType
|
|
Type_t* ___listValueType_92;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_float
|
|
|
|
// System.Xml.Schema.Datatype_hexBinary
|
|
struct Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_hexBinary::atomicValueType
|
|
Type_t* ___atomicValueType_91;
|
|
// System.Type System.Xml.Schema.Datatype_hexBinary::listValueType
|
|
Type_t* ___listValueType_92;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_hexBinary
|
|
|
|
// System.Xml.Schema.Datatype_string
|
|
|
|
// System.Xml.Schema.Datatype_string
|
|
|
|
// System.Xml.Schema.Datatype_union
|
|
struct Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_union::atomicValueType
|
|
Type_t* ___atomicValueType_91;
|
|
// System.Type System.Xml.Schema.Datatype_union::listValueType
|
|
Type_t* ___listValueType_92;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_union
|
|
|
|
// System.Xml.Schema.Datatype_uuid
|
|
struct Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_uuid::atomicValueType
|
|
Type_t* ___atomicValueType_91;
|
|
// System.Type System.Xml.Schema.Datatype_uuid::listValueType
|
|
Type_t* ___listValueType_92;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_uuid
|
|
|
|
// System.Type
|
|
struct Type_t_StaticFields
|
|
{
|
|
// System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
|
|
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
|
|
// System.Char System.Type::Delimiter
|
|
Il2CppChar ___Delimiter_1;
|
|
// System.Type[] System.Type::EmptyTypes
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
|
|
// System.Object System.Type::Missing
|
|
RuntimeObject* ___Missing_3;
|
|
// System.Reflection.MemberFilter System.Type::FilterAttribute
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
|
|
// System.Reflection.MemberFilter System.Type::FilterName
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
|
|
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
|
|
};
|
|
|
|
// System.Type
|
|
|
|
// System.Xml.Schema.UpaException
|
|
|
|
// System.Xml.Schema.UpaException
|
|
|
|
// System.Xml.Schema.XmlAtomicValue
|
|
|
|
// System.Xml.Schema.XmlAtomicValue
|
|
|
|
// System.Xml.Schema.XmlSchemaComplexType
|
|
struct XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_StaticFields
|
|
{
|
|
// System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::anyTypeLax
|
|
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___anyTypeLax_10;
|
|
// System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::anyTypeSkip
|
|
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___anyTypeSkip_11;
|
|
// System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::untypedAnyType
|
|
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___untypedAnyType_12;
|
|
};
|
|
|
|
// System.Xml.Schema.XmlSchemaComplexType
|
|
|
|
// System.Xml.Schema.XmlSchemaSimpleType
|
|
|
|
// System.Xml.Schema.XmlSchemaSimpleType
|
|
|
|
// System.Xml.Schema.XmlSchemaSimpleTypeList
|
|
|
|
// System.Xml.Schema.XmlSchemaSimpleTypeList
|
|
|
|
// System.Xml.Schema.XmlSchemaSimpleTypeRestriction
|
|
|
|
// System.Xml.Schema.XmlSchemaSimpleTypeRestriction
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberAnyElement
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberAnyElement
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberFlatList
|
|
|
|
// System.Xml.Serialization.XmlTypeMapMemberFlatList
|
|
|
|
// System.Xml.Schema.XmlUntypedConverter
|
|
struct XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_StaticFields
|
|
{
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUntypedConverter::Untyped
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___Untyped_34;
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUntypedConverter::UntypedList
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___UntypedList_35;
|
|
};
|
|
|
|
// System.Xml.Schema.XmlUntypedConverter
|
|
|
|
// System.ArgumentException
|
|
|
|
// System.ArgumentException
|
|
|
|
// System.Xml.Schema.Datatype_date
|
|
|
|
// System.Xml.Schema.Datatype_date
|
|
|
|
// System.Xml.Schema.Datatype_dateTime
|
|
|
|
// System.Xml.Schema.Datatype_dateTime
|
|
|
|
// System.Xml.Schema.Datatype_dateTimeNoTimeZone
|
|
|
|
// System.Xml.Schema.Datatype_dateTimeNoTimeZone
|
|
|
|
// System.Xml.Schema.Datatype_dateTimeTimeZone
|
|
|
|
// System.Xml.Schema.Datatype_dateTimeTimeZone
|
|
|
|
// System.Xml.Schema.Datatype_day
|
|
|
|
// System.Xml.Schema.Datatype_day
|
|
|
|
// System.Xml.Schema.Datatype_dayTimeDuration
|
|
|
|
// System.Xml.Schema.Datatype_dayTimeDuration
|
|
|
|
// System.Xml.Schema.Datatype_doubleXdr
|
|
|
|
// System.Xml.Schema.Datatype_doubleXdr
|
|
|
|
// System.Xml.Schema.Datatype_fixed
|
|
|
|
// System.Xml.Schema.Datatype_fixed
|
|
|
|
// System.Xml.Schema.Datatype_floatXdr
|
|
|
|
// System.Xml.Schema.Datatype_floatXdr
|
|
|
|
// System.Xml.Schema.Datatype_integer
|
|
|
|
// System.Xml.Schema.Datatype_integer
|
|
|
|
// System.Xml.Schema.Datatype_month
|
|
|
|
// System.Xml.Schema.Datatype_month
|
|
|
|
// System.Xml.Schema.Datatype_monthDay
|
|
|
|
// System.Xml.Schema.Datatype_monthDay
|
|
|
|
// System.Xml.Schema.Datatype_normalizedString
|
|
|
|
// System.Xml.Schema.Datatype_normalizedString
|
|
|
|
// System.Xml.Schema.Datatype_normalizedStringV1Compat
|
|
|
|
// System.Xml.Schema.Datatype_normalizedStringV1Compat
|
|
|
|
// System.Xml.Schema.Datatype_time
|
|
|
|
// System.Xml.Schema.Datatype_time
|
|
|
|
// System.Xml.Schema.Datatype_timeNoTimeZone
|
|
|
|
// System.Xml.Schema.Datatype_timeNoTimeZone
|
|
|
|
// System.Xml.Schema.Datatype_timeTimeZone
|
|
|
|
// System.Xml.Schema.Datatype_timeTimeZone
|
|
|
|
// System.Xml.Schema.Datatype_untypedAtomicType
|
|
|
|
// System.Xml.Schema.Datatype_untypedAtomicType
|
|
|
|
// System.Xml.Schema.Datatype_year
|
|
|
|
// System.Xml.Schema.Datatype_year
|
|
|
|
// System.Xml.Schema.Datatype_yearMonth
|
|
|
|
// System.Xml.Schema.Datatype_yearMonth
|
|
|
|
// System.Xml.Schema.Datatype_yearMonthDuration
|
|
|
|
// System.Xml.Schema.Datatype_yearMonthDuration
|
|
|
|
// System.FormatException
|
|
|
|
// System.FormatException
|
|
|
|
// System.InvalidCastException
|
|
|
|
// System.InvalidCastException
|
|
|
|
// System.InvalidOperationException
|
|
|
|
// System.InvalidOperationException
|
|
|
|
// System.NotImplementedException
|
|
|
|
// System.NotImplementedException
|
|
|
|
// System.NotSupportedException
|
|
|
|
// System.NotSupportedException
|
|
|
|
// System.Reflection.TargetInvocationException
|
|
|
|
// System.Reflection.TargetInvocationException
|
|
|
|
// System.Xml.Serialization.UnreferencedObjectEventHandler
|
|
|
|
// System.Xml.Serialization.UnreferencedObjectEventHandler
|
|
|
|
// System.Xml.Serialization.XmlAttributeEventHandler
|
|
|
|
// System.Xml.Serialization.XmlAttributeEventHandler
|
|
|
|
// System.Xml.Serialization.XmlElementEventHandler
|
|
|
|
// System.Xml.Serialization.XmlElementEventHandler
|
|
|
|
// System.Xml.XmlException
|
|
|
|
// System.Xml.XmlException
|
|
|
|
// System.Xml.Serialization.XmlNodeEventHandler
|
|
|
|
// System.Xml.Serialization.XmlNodeEventHandler
|
|
|
|
// System.Xml.Schema.XmlSchemaException
|
|
|
|
// System.Xml.Schema.XmlSchemaException
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// System.Xml.Schema.Datatype_long
|
|
struct Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_long::atomicValueType
|
|
Type_t* ___atomicValueType_94;
|
|
// System.Type System.Xml.Schema.Datatype_long::listValueType
|
|
Type_t* ___listValueType_95;
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_long::numeric10FacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_96;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_long
|
|
|
|
// System.Xml.Schema.Datatype_nonNegativeInteger
|
|
struct Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_StaticFields
|
|
{
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_nonNegativeInteger::numeric10FacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_94;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_nonNegativeInteger
|
|
|
|
// System.Xml.Schema.Datatype_nonPositiveInteger
|
|
struct Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878_StaticFields
|
|
{
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_nonPositiveInteger::numeric10FacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_94;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_nonPositiveInteger
|
|
|
|
// System.Xml.Schema.Datatype_token
|
|
|
|
// System.Xml.Schema.Datatype_token
|
|
|
|
// System.Xml.Schema.Datatype_tokenV1Compat
|
|
|
|
// System.Xml.Schema.Datatype_tokenV1Compat
|
|
|
|
// System.OverflowException
|
|
|
|
// System.OverflowException
|
|
|
|
// System.Xml.Schema.Datatype_NMTOKEN
|
|
|
|
// System.Xml.Schema.Datatype_NMTOKEN
|
|
|
|
// System.Xml.Schema.Datatype_Name
|
|
|
|
// System.Xml.Schema.Datatype_Name
|
|
|
|
// System.Xml.Schema.Datatype_int
|
|
struct Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_int::atomicValueType
|
|
Type_t* ___atomicValueType_97;
|
|
// System.Type System.Xml.Schema.Datatype_int::listValueType
|
|
Type_t* ___listValueType_98;
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_int::numeric10FacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_99;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_int
|
|
|
|
// System.Xml.Schema.Datatype_language
|
|
|
|
// System.Xml.Schema.Datatype_language
|
|
|
|
// System.Xml.Schema.Datatype_negativeInteger
|
|
struct Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0_StaticFields
|
|
{
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_negativeInteger::numeric10FacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_95;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_negativeInteger
|
|
|
|
// System.Xml.Schema.Datatype_positiveInteger
|
|
struct Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_StaticFields
|
|
{
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_positiveInteger::numeric10FacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_95;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_positiveInteger
|
|
|
|
// System.Xml.Schema.Datatype_unsignedLong
|
|
struct Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_unsignedLong::atomicValueType
|
|
Type_t* ___atomicValueType_95;
|
|
// System.Type System.Xml.Schema.Datatype_unsignedLong::listValueType
|
|
Type_t* ___listValueType_96;
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedLong::numeric10FacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_97;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_unsignedLong
|
|
|
|
// System.Xml.Schema.Datatype_ENUMERATION
|
|
|
|
// System.Xml.Schema.Datatype_ENUMERATION
|
|
|
|
// System.Xml.Schema.Datatype_NCName
|
|
|
|
// System.Xml.Schema.Datatype_NCName
|
|
|
|
// System.Xml.Schema.Datatype_short
|
|
struct Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_short::atomicValueType
|
|
Type_t* ___atomicValueType_100;
|
|
// System.Type System.Xml.Schema.Datatype_short::listValueType
|
|
Type_t* ___listValueType_101;
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_short::numeric10FacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_102;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_short
|
|
|
|
// System.Xml.Schema.Datatype_unsignedInt
|
|
struct Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_unsignedInt::atomicValueType
|
|
Type_t* ___atomicValueType_98;
|
|
// System.Type System.Xml.Schema.Datatype_unsignedInt::listValueType
|
|
Type_t* ___listValueType_99;
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedInt::numeric10FacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_100;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_unsignedInt
|
|
|
|
// System.Xml.Schema.Datatype_ENTITY
|
|
|
|
// System.Xml.Schema.Datatype_ENTITY
|
|
|
|
// System.Xml.Schema.Datatype_ID
|
|
|
|
// System.Xml.Schema.Datatype_ID
|
|
|
|
// System.Xml.Schema.Datatype_IDREF
|
|
|
|
// System.Xml.Schema.Datatype_IDREF
|
|
|
|
// System.Xml.Schema.Datatype_byte
|
|
struct Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_byte::atomicValueType
|
|
Type_t* ___atomicValueType_103;
|
|
// System.Type System.Xml.Schema.Datatype_byte::listValueType
|
|
Type_t* ___listValueType_104;
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_byte::numeric10FacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_105;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_byte
|
|
|
|
// System.Xml.Schema.Datatype_unsignedShort
|
|
struct Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_unsignedShort::atomicValueType
|
|
Type_t* ___atomicValueType_101;
|
|
// System.Type System.Xml.Schema.Datatype_unsignedShort::listValueType
|
|
Type_t* ___listValueType_102;
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedShort::numeric10FacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_103;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_unsignedShort
|
|
|
|
// System.Xml.Schema.Datatype_unsignedByte
|
|
struct Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields
|
|
{
|
|
// System.Type System.Xml.Schema.Datatype_unsignedByte::atomicValueType
|
|
Type_t* ___atomicValueType_104;
|
|
// System.Type System.Xml.Schema.Datatype_unsignedByte::listValueType
|
|
Type_t* ___listValueType_105;
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedByte::numeric10FacetsChecker
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric10FacetsChecker_106;
|
|
};
|
|
|
|
// System.Xml.Schema.Datatype_unsignedByte
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Type_t* m_Items[1];
|
|
|
|
inline Type_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Type_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Type_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Type_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Type_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
|
|
|
|
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Reflection.MemberInfo[]
|
|
struct MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) MemberInfo_t* m_Items[1];
|
|
|
|
inline MemberInfo_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline MemberInfo_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, MemberInfo_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline MemberInfo_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline MemberInfo_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, MemberInfo_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Reflection.ParameterModifier[]
|
|
struct ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 m_Items[1];
|
|
|
|
inline ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL);
|
|
}
|
|
inline ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, ParameterModifier_t75F1AF13B2AD5EDBD3A3579FD337D0A66E3FF510 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____byRef_0), (void*)NULL);
|
|
}
|
|
};
|
|
// System.Xml.Schema.XmlSchema[]
|
|
struct XmlSchemaU5BU5D_t5DB5D05598D599A3F21C7D3D9A9F3F000AD6A4D3 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* m_Items[1];
|
|
|
|
inline XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Xml.Serialization.XmlTypeMapMemberAttribute[]
|
|
struct XmlTypeMapMemberAttributeU5BU5D_tD4F816722F17A6B481400D6F933E68A38D97EB83 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* m_Items[1];
|
|
|
|
inline XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Xml.Serialization.EnumMap/EnumMapMember[]
|
|
struct EnumMapMemberU5BU5D_t9142B305BA0F44DC126D50BA43D74FAA86A7D520 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* m_Items[1];
|
|
|
|
inline EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Int64[]
|
|
struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) int64_t m_Items[1];
|
|
|
|
inline int64_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int64_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int64_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int64_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int64_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int64_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Il2CppChar m_Items[1];
|
|
|
|
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.UInt32[]
|
|
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint32_t m_Items[1];
|
|
|
|
inline uint32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint32_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Xml.Schema.BitSet[]
|
|
struct BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* m_Items[1];
|
|
|
|
inline BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) int32_t m_Items[1];
|
|
|
|
inline int32_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Int32[][]
|
|
struct Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* m_Items[1];
|
|
|
|
inline Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Xml.Schema.XmlSchemaSimpleType[]
|
|
struct XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* m_Items[1];
|
|
|
|
inline XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Xml.Schema.DatatypeImplementation[]
|
|
struct DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* m_Items[1];
|
|
|
|
inline DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[]
|
|
struct SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* m_Items[1];
|
|
|
|
inline SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
inline uint8_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
// System.Xml.Schema.XmlAtomicValue[]
|
|
struct XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* m_Items[1];
|
|
|
|
inline XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Boolean System.Nullable`1<System.Boolean>::get_HasValue()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Nullable`1<System.Boolean>::.ctor(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_gshared (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// T System.Nullable`1<System.Boolean>::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_gshared (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Stack`1<System.Object>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_m70E8EDA96A608CE9BAB7FC8313B233AADA573BD4_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Stack`1<System.Object>::Push(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.Stack`1<System.Object>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.Stack`1<System.Object>::Pop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_m28F34CDA66206C6BE7B80A5155296A53C97FFCEF_gshared (Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Push(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_m1F1DE2602AD1D8309204F57399638FD5B71953C6_gshared (Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD* __this, SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 ___0_item, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mAEA12C0679B6626D272B776DF990861FBB7A8874_gshared_inline (Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Pop()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 Stack_1_Pop_mE49743F5FC3ED9D600D2FD3FFC87D38993622CD2_gshared (Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD* __this, const RuntimeMethod* method) ;
|
|
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Serialization.XmlMapping::get_ElementName()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlMapping_get_ElementName_m2BDBF7797A1F38972A4355CF694E0D468B2A9FC0_inline (XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Serialization.XmlMapping::get_Namespace()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlMapping_get_Namespace_m196651C91FB3C3442AC616C977345E89450F024F_inline (XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Hashtable::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::op_Equality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlSerializer::.ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer__ctor_m0DAA131F7E266D7999D10E867963DD2C4907C796 (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, Type_t* ___0_type, XmlAttributeOverrides_tEE6AE9EC795CDEF943B35BA538C86222F905EB60* ___1_overrides, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___2_extraTypes, XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* ___3_root, String_t* ___4_defaultNamespace, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ;
|
|
// System.Void System.ArgumentNullException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlReflectionImporter::.ctor(System.Xml.Serialization.XmlAttributeOverrides,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReflectionImporter__ctor_mF3C2C417DAF876C4EFE9C4F415FAF171D6B7A142 (XmlReflectionImporter_t35377D35396A0B7AF610724CE3256E34C0D271E6* __this, XmlAttributeOverrides_tEE6AE9EC795CDEF943B35BA538C86222F905EB60* ___0_attributeOverrides, String_t* ___1_defaultNamespace, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlReflectionImporter::IncludeType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReflectionImporter_IncludeType_mE13BACE7F8651EA6C6C9B8C8D8257D27CEE9D1BD (XmlReflectionImporter_t35377D35396A0B7AF610724CE3256E34C0D271E6* __this, Type_t* ___0_type, const RuntimeMethod* method) ;
|
|
// System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlReflectionImporter::ImportTypeMapping(System.Type,System.Xml.Serialization.XmlRootAttribute,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* XmlReflectionImporter_ImportTypeMapping_m9A034588C8D63CE07DB971D8C4647FE55145077D (XmlReflectionImporter_t35377D35396A0B7AF610724CE3256E34C0D271E6* __this, Type_t* ___0_type, XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* ___1_root, String_t* ___2_defaultNamespace, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlAttributeEventHandler::Invoke(System.Object,System.Xml.Serialization.XmlAttributeEventArgs)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlAttributeEventHandler_Invoke_m99D8E43DDDA786B20D62CC1A2BEE07B550FD459D_inline (XmlAttributeEventHandler_tA9EE5C77A13FDC19DB5B3340F27245C620480F65* __this, RuntimeObject* ___0_sender, XmlAttributeEventArgs_tE2113D9D778F9CC7EBD3D619A0342DB8C9CC7897* ___1_e, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlElementEventHandler::Invoke(System.Object,System.Xml.Serialization.XmlElementEventArgs)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlElementEventHandler_Invoke_m46A4766C6A278307DA5CA525C68490202667A38A_inline (XmlElementEventHandler_tA1451D76D0A21C15B71AC8B380CC097DF71951F3* __this, RuntimeObject* ___0_sender, XmlElementEventArgs_t415AB97F2EC45400E0E5FD5DCEE66D2FC4912036* ___1_e, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlNodeEventHandler::Invoke(System.Object,System.Xml.Serialization.XmlNodeEventArgs)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlNodeEventHandler_Invoke_mD6415CD57C5676C16FFFABFA463D1D68AC910D91_inline (XmlNodeEventHandler_t32503D9F2F1A9E9E183779774CEFC13425BF6670* __this, RuntimeObject* ___0_sender, XmlNodeEventArgs_tD4D3A349309C779296ED1395F49A9D4793D2E21D* ___1_e, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.UnreferencedObjectEventHandler::Invoke(System.Object,System.Xml.Serialization.UnreferencedObjectEventArgs)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnreferencedObjectEventHandler_Invoke_m8877BE504717016EC402AE274F191FB7B64FB458_inline (UnreferencedObjectEventHandler_t7342B517610EE6E277FB060ED3C983CE68E0463A* __this, RuntimeObject* ___0_sender, UnreferencedObjectEventArgs_tA88A95B9F0BE849323A166089D04903D288C5760* ___1_e, const RuntimeMethod* method) ;
|
|
// System.Void System.NotImplementedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.XmlTextReader::.ctor(System.IO.TextReader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader__ctor_mC97F8050EA5BC3E461C2B682AF238D00196594AF (XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B* __this, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___0_input, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.XmlTextReader::set_Normalization(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_set_Normalization_m768F00DAC7C1B4BAA7F6A39CF041610777680E14 (XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.XmlTextReader::set_WhitespaceHandling(System.Xml.WhitespaceHandling)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader_set_WhitespaceHandling_m7288BA1929C27448D6D26A744C102FA5F2628192 (XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Object System.Xml.Serialization.XmlSerializer::Deserialize(System.Xml.XmlReader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializer_Deserialize_m3F8DFF8F5A4052487062BAB8C60C110FA9AE40A8 (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_xmlReader, const RuntimeMethod* method) ;
|
|
// System.Xml.Serialization.XmlSerializationReader System.Xml.Serialization.XmlSerializer::CreateReader(System.Xml.Serialization.XmlMapping)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597* XmlSerializer_CreateReader_mA0B60291B13CE14CAE5F8908CA3BE1578328FC52 (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* ___0_typeMapping, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlSerializationReader::Initialize(System.Xml.XmlReader,System.Xml.Serialization.XmlSerializer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReader_Initialize_m6788A7360CD9F0E55CBD18B68481A2A8AB55A5B8 (XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* ___1_eventSource, const RuntimeMethod* method) ;
|
|
// System.Object System.Xml.Serialization.XmlSerializationReaderInterpreter::ReadRoot()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializationReaderInterpreter_ReadRoot_mC64D2353CEDB7BDABAB7A640D8681396BB046B4E (XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8* __this, const RuntimeMethod* method) ;
|
|
// System.Object System.Reflection.MethodBase::Invoke(System.Object,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826 (MethodBase_t* __this, RuntimeObject* ___0_obj, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_parameters, const RuntimeMethod* method) ;
|
|
// System.Exception System.Exception::get_InnerException()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t* Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline (Exception_t* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.InvalidOperationException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m63F5561BE647F655D22C8289E53A5D3A2196B668 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteRoot(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteRoot_mDF5734ADBE4AE54FE85FF14C378249F22DCDDCAE (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, RuntimeObject* ___0_ob, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.XmlTextWriter::.ctor(System.IO.TextWriter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextWriter__ctor_m4AE8363DFA5B2D16F3750514727C63D4A0096489 (XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___0_w, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.XmlTextWriter::set_Formatting(System.Xml.Formatting)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextWriter_set_Formatting_mD13223E0443AB804ED5063976D4A8372BE7D7FA3 (XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_Serialize_mA94F97CFE1760586CA9CFE865B5593DC0ADFCBB0 (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* ___0_xmlWriter, RuntimeObject* ___1_o, XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* ___2_namespaces, const RuntimeMethod* method) ;
|
|
// System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializer::CreateWriter(System.Xml.Serialization.XmlMapping)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* XmlSerializer_CreateWriter_m63DD57F83F741F8457EF2DD61C399E0D08CAB75D (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* ___0_typeMapping, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Xml.Serialization.XmlSerializerNamespaces::get_Count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSerializerNamespaces_get_Count_mED22239758B4ED23956188752797F66FD3C3F0D2 (XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlSerializerNamespaces::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializerNamespaces__ctor_mBE51E0E9233359BCF1602C6200E9D85084E83E91 (XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlSerializerNamespaces::Add(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializerNamespaces_Add_m4204802D44C6E5763F669D618F0B3D2B7BE49C4B (XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* __this, String_t* ___0_prefix, String_t* ___1_ns, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlSerializationWriter::Initialize(System.Xml.XmlWriter,System.Xml.Serialization.XmlSerializerNamespaces)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_Initialize_m11222210CAC28774F29C1EE771F734E71D70E95C (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* ___0_writer, XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* ___1_nss, const RuntimeMethod* method) ;
|
|
// System.Void System.Threading.Monitor::Exit(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149 (RuntimeObject* ___0_obj, bool* ___1_lockTaken, const RuntimeMethod* method) ;
|
|
// System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializer/SerializerData::CreateWriter()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* SerializerData_CreateWriter_mD1B269EA292DDBF9FF0CC942CB18A7AA3F3A855C (SerializerData_t80E5CC9586C1782157CDE6EA3518737643CEDDDF* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::.ctor(System.Xml.Serialization.XmlMapping)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter__ctor_m03635FE7701F9E8ACEC9CF5D213284C18820CDDB (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* ___0_typeMap, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlSerializationReaderInterpreter::.ctor(System.Xml.Serialization.XmlMapping)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationReaderInterpreter__ctor_m6C881FC54D45877C33279E7DE29C17C53B821459 (XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8* __this, XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* ___0_typeMap, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172 (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ;
|
|
// System.Object System.Activator::CreateInstance(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF (Type_t* ___0_type, const RuntimeMethod* method) ;
|
|
// System.Void System.NotSupportedException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Serialization.TypeData::get_IsValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeData_get_IsValueType_m6A1F44C35FE034599DE34B16D1E5DFD8B83A021B (TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Serialization.TypeData::get_IsNullable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeData_get_IsNullable_m31728B62ACF57A01989472F565DAAC86DA179D07 (TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Serialization.XmlTypeMapping::get_XmlTypeNamespace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_XmlTypeNamespace_m9EF835B324606DBC55DF96AEFD62A9F4F7ED2B96 (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapElementInfo::get_TypeData()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Serialization.TypeData::get_XmlType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeData_get_XmlType_m06749C1B19C57EB8649CBCD9B106C014DF511453_inline (TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Serialization.XmlTypeMapping::get_XmlType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_XmlType_m5A30CB4EE3541CC1C65003757D5E743042846222_inline (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapping::get_MultiReferenceType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_MultiReferenceType_m6FF513956B40419EBD15B5C1D3B0DEA151AABD84_inline (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_ElementName()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Exception::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_ElementName(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_ElementName_mEE8DF5FA9A346D3D437DF38E2B5E0BC20AA5DC40_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_Namespace(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_Namespace_mB1BAB4E18DAF612183E318500F2010C73D7B3B5A_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::op_Inequality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Object::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_GetHashCode_m372C5A7AB16CAC13307C11C4256D706CE57E090C (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.ArrayList::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80 (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Reflection.MemberInfo::op_Equality(System.Reflection.MemberInfo,System.Reflection.MemberInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Equality_m4B4F1AF29C9361D125F6D7FAB3D227ED3FECE685 (MemberInfo_t* ___0_left, MemberInfo_t* ___1_right, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::InitMember(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_InitMember_mDF86C7533AF7AB6E65BCA9AC7DD578135CECE28A (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, Type_t* ___0_type, const RuntimeMethod* method) ;
|
|
// System.Type System.Object::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.TypeData::ConvertForAssignment(System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeData_ConvertForAssignment_m342A0D4CC583DB70A219F8D9470EAF36DC263092 (TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* __this, RuntimeObject** ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Reflection.FieldInfo::SetValue(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FieldInfo_SetValue_mD8C0DA3A1A0CFF073F971622BBDBAAB6688B4B6C (FieldInfo_t* __this, RuntimeObject* ___0_obj, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ;
|
|
// System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Type[],System.Reflection.ParameterModifier[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* Type_GetMethod_mF3AF3FA3834D7F99592A4CA715FFD2DE12291562 (Type_t* __this, String_t* ___0_name, int32_t ___1_bindingAttr, Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___2_binder, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___3_types, ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364* ___4_modifiers, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8 (MethodInfo_t* ___0_left, MethodInfo_t* ___1_right, const RuntimeMethod* method) ;
|
|
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Reflection.MemberInfo::op_Inequality(System.Reflection.MemberInfo,System.Reflection.MemberInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MemberInfo_op_Inequality_m30A32A50379A6AD359992D3DED56EDE4646D17CA (MemberInfo_t* ___0_left, MemberInfo_t* ___1_right, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::set_IsOptionalValueType(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_IsOptionalValueType_m1ECC62001B49DDCD0356F7813B56837977884C92 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember__ctor_m0FD3AECC0F53452D27E035C52A8B91C5941A7184 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlTypeMapElementInfoList::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfoList__ctor_mEEBEB4330F01D3172DDE3C685C96D1FDB5E70D1B (XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* __this, const RuntimeMethod* method) ;
|
|
// System.Object System.Xml.Serialization.XmlTypeMapMember::GetValue(System.Object,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTypeMapMember_GetValue_mD731B7698E115C16C268EBC285CDDD1BDC608504 (RuntimeObject* ___0_ob, String_t* ___1_name, const RuntimeMethod* method) ;
|
|
// System.Object System.Xml.Serialization.XmlTypeMapElementInfo::get_ChoiceValue()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* XmlTypeMapElementInfo_get_ChoiceValue_m7BC9464A497AFA7A1BF250BA0D88928706C6412E_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method) ;
|
|
// System.Type System.Xml.Serialization.TypeData::get_Type()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline (TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::SetValue(System.Object,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_SetValue_mE1E56C2E7FF4BC0699E6B6EF73CB23C436438F30 (RuntimeObject* ___0_ob, String_t* ___1_name, RuntimeObject* ___2_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberElement::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement__ctor_m1C521481C567615C591328B512832B144B153169 (XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberExpandable::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberExpandable__ctor_m6263CF97C7A882C300CD2A7FE9C9F7BE8E3DA6E5 (XmlTypeMapMemberExpandable_tED3170CD402780E1250005E1131CD848660237FE* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.XmlTypeMapMemberElement::get_ElementInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* XmlTypeMapMemberElement_get_ElementInfo_m62E3A285CDAFF7621EA03A0DA6B1966D5432D337 (XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_IsUnnamedAnyElement()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_IsUnnamedAnyElement_m037614B195603B217B28697A93F9BD4950E6CC30 (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_Namespace()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlMapping::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlMapping__ctor_mC78EC821A5F29E9EFEE0DE8BDB285ED6A5EFE164 (XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* __this, String_t* ___0_elementName, String_t* ___1_ns, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Serialization.TypeData::get_FullTypeName()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeData_get_FullTypeName_m391893730DDFEE90F76197075F599FEA2E60BE43_inline (TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapping::get_TypeData()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.Serialization.SchemaTypes System.Xml.Serialization.TypeData::get_SchemaType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TypeData_get_SchemaType_mDD8AA1AED98E580047EFF8A9C74CA9DCC5FC2E28_inline (TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.XmlQualifiedName::op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Inequality_m8A82F5213618F15B887A45C7B1461EB5C14C86A0 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_a, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___1_b, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.XmlQualifiedName::get_Name()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.XmlQualifiedName::get_Namespace()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlTypeMapping::.ctor(System.String,System.String,System.Xml.Serialization.TypeData,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping__ctor_m1F3CFD9D36CE8A9EFA55D3A44070D97AB1605558 (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, String_t* ___0_elementName, String_t* ___1_ns, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___2_typeData, String_t* ___3_xmlType, String_t* ___4_xmlTypeNamespace, const RuntimeMethod* method) ;
|
|
// System.Attribute System.Attribute::GetCustomAttribute(System.Reflection.MemberInfo,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* Attribute_GetCustomAttribute_mF48604D4722E67239F3D6A48CFCCBCDE7BCFFB06 (MemberInfo_t* ___0_element, Type_t* ___1_attributeType, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Serialization.XmlSchemaProviderAttribute::get_IsAny()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlSchemaProviderAttribute_get_IsAny_mEEC8E5450FC08174F878AE52B6DD1DB1E1E03014_inline (XmlSchemaProviderAttribute_t913656BFB1429C8144C9EE53E18CC300D1C431AF* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlTypeMapping::set_IsAny(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_IsAny_mFAEAE6BA5E6D80112F10CF222570B9BCF739A942_inline (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Serialization.XmlSchemaProviderAttribute::get_MethodName()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaProviderAttribute_get_MethodName_mC1499496A0CFF04AD9F315ABB8D3709508EBF23A_inline (XmlSchemaProviderAttribute_t913656BFB1429C8144C9EE53E18CC300D1C431AF* __this, const RuntimeMethod* method) ;
|
|
// System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D (Type_t* __this, String_t* ___0_name, int32_t ___1_bindingAttr, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Reflection.MethodInfo::op_Equality(System.Reflection.MethodInfo,System.Reflection.MethodInfo)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1 (MethodInfo_t* ___0_left, MethodInfo_t* ___1_right, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ;
|
|
// System.Void System.InvalidOperationException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlSchemaSet::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSet__ctor_m3D365A1BB668EC9DBFBE314F44F00B1AFB3257BD (XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaType::get_QualifiedName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaType_get_QualifiedName_m4DFF2E93FF1C517E0B80685D7F50C26D1F1DB184 (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.XmlQualifiedName::get_IsEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_get_IsEmpty_m37942163D9A870E85BE8762845953C6A6579A400 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, String_t* ___0_name, String_t* ___1_ns, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Serialization.XmlRootAttribute::get_ElementName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlRootAttribute_get_ElementName_m8E9F810E8C3AEA05914EF8AEA47DCC31EDD7B2AE (XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Serialization.XmlRootAttribute::get_Namespace()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlRootAttribute_get_Namespace_mFB0A84474D83BF812BA15DA2D59498384F202FE4_inline (XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlTypeMapping::UpdateRoot(System.Xml.XmlQualifiedName)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping_UpdateRoot_m1D4F34D903646D5C13C60D3620F5C0ABEA441530 (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_qname, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlTypeMapping::set_XmlTypeNamespace(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_XmlTypeNamespace_m29104EA2A5D1A505DAC69E158419FF55472C653D_inline (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlTypeMapping::set_XmlType(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_XmlType_m32DCAB0634D72D0F98B59A7B0C5BBD4633E2B545_inline (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Xml.Schema.XmlSchemaSet::get_Count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaSet_get_Count_mF4D867C2937A5F6CB0070F087C4FFF5909ABE397 (XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlSchemaSet::CopyTo(System.Xml.Schema.XmlSchema[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSet_CopyTo_mE195556997080731FCF64D0424CEF381DD20FABA (XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* __this, XmlSchemaU5BU5D_t5DB5D05598D599A3F21C7D3D9A9F3F000AD6A4D3* ___0_schemas, int32_t ___1_index, const RuntimeMethod* method) ;
|
|
// System.Object System.Activator::CreateInstance(System.Type,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Activator_CreateInstance_m2BE3252B26369EA17E06A564F25172F6D002469F (Type_t* ___0_type, bool ___1_nonPublic, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Schema.XmlSchema::get_Id()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchema_get_Id_mFA10A91F54597E48FB75C5824D0263ABDAA8B6F5_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::get_Length()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Xml.Serialization.XmlTypeMapMember::get_GlobalIndex()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapMember_get_GlobalIndex_mC43A1F277B76C624EFAF264B32293499D51853B6_inline (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::set_GlobalIndex(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_GlobalIndex_m472100DAE18C222CFAD14F0085743759FB1B11C3_inline (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Object System.Xml.Serialization.XmlTypeMapMember::get_DefaultValue()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* XmlTypeMapMember_get_DefaultValue_m9E7FE48431CBCD4C9757423398D48F30B919CFC3_inline (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapMember::get_IsReturnValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMember_get_IsReturnValue_m2FF8236466A439AB4412508BE3D78C3C71A47481 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::get_AttributeName()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_AttributeName_m79384B2B6097452969DD46364D07C2F8B353B064_inline (XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::get_Namespace()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_Namespace_m6907BC42459BA2FBEE550EF180E697DDF19A8C37_inline (XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Serialization.ClassMap::BuildKey(System.String,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ClassMap_BuildKey_m8B51C41F6F666CBAB211F3885269AF8D66371054 (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, String_t* ___0_name, String_t* ___1_ns, int32_t ___2_explicitOrder, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_values, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::set_Index(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_Index_m2CF151DEBC1293A91B0126F579B2CA6730CC4D56_inline (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.ClassMap::RegisterFlatList(System.Xml.Serialization.XmlTypeMapMemberExpandable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassMap_RegisterFlatList_mD8FD4FD7E17159E8BE8C9373E303CB582D979F6A (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, XmlTypeMapMemberExpandable_tED3170CD402780E1250005E1131CD848660237FE* ___0_member, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapMemberAnyElement::get_IsDefaultAny()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMemberAnyElement_get_IsDefaultAny_m909FBA6B86D7667653B60EEE47228938214F22D5 (XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapMember::get_TypeData()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* XmlTypeMapMember_get_TypeData_m071A2E1C32FA2AED8FB5D91556CF310A28898D1D_inline (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Serialization.TypeData::get_IsListType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeData_get_IsListType_m40A6A12749C9A2F1729D6411A76C62768DB2D4F2 (TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapMemberElement::get_IsXmlTextCollector()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapMemberElement_get_IsXmlTextCollector_m2FF0627D7710E6CB03FF540D8BE2AEF22ADB6570_inline (XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Xml.Serialization.XmlTypeMapElementInfo::get_ExplicitOrder()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapElementInfo_get_ExplicitOrder_m929232F83C9F294565C56EC38C5BACCA530DEDAB_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Type::get_IsArray()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_mB9B8CA713B2AA9D6AFECC24E05AF78D22532B673 (Type_t* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberExpandable::set_FlatArrayIndex(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberExpandable_set_FlatArrayIndex_m34257D88ADAD9D20AD7BD89FB29EA298553567CA_inline (XmlTypeMapMemberExpandable_tED3170CD402780E1250005E1131CD848660237FE* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.String System.Int32::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Nullable`1<System.Boolean>::get_HasValue()
|
|
inline bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, const RuntimeMethod*))Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_gshared_inline)(__this, method);
|
|
}
|
|
// System.Void System.Nullable`1<System.Boolean>::.ctor(T)
|
|
inline void Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5 (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, bool, const RuntimeMethod*))Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_gshared)(__this, ___0_value, method);
|
|
}
|
|
// T System.Nullable`1<System.Boolean>::get_Value()
|
|
inline bool Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28 (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, const RuntimeMethod*))Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_gshared)(__this, method);
|
|
}
|
|
// System.Int32 System.Xml.Serialization.XmlTypeMapMember::get_Index()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapMember_get_Index_m3EAB1243B03E5DBD10C6E7CA245E5A6C04406D12_inline (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_IsTextElement()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_IsTextElement_m264B22862789A3E5250E3BC780F0E888115596AF (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_DataTypeNamespace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_DataTypeNamespace_mA8278DAED1A896D6AC2B28664C54E0D81155252D (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.XmlQualifiedName System.Xml.Serialization.ClassMap::get_SimpleContentBaseType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ClassMap_get_SimpleContentBaseType_mCE46351CF4900E4F3990D896D8A0533253FE09AD (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.ObjectMap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectMap__ctor_mE344582A0192332702FFC03592ECA4CB356D2E41 (ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Array::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57 (RuntimeArray* __this, const RuntimeMethod* method) ;
|
|
// System.Object System.Array::GetValue(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21 (RuntimeArray* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapElementInfo::get_MappedType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.Serialization.ObjectMap System.Xml.Serialization.XmlMapping::get_ObjectMap()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0* XmlMapping_get_ObjectMap_m63D1AEAC8EDD8396357898D337E350673A1E9003_inline (XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Serialization.ListMap::GetArrayType(System.Int32,System.String&,System.String&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListMap_GetArrayType_mE4DD0F95C5B8779C799547E896D8DE16632AA2B7 (ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* __this, int32_t ___0_itemCount, String_t** ___1_localName, String_t** ___2_ns, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Serialization.EnumMap/EnumMapMember::get_EnumName()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EnumMapMember_get_EnumName_m2E7534A1D65579CB33E8B43EF4186FC12A2D1B89_inline (EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Serialization.EnumMap/EnumMapMember::get_XmlName()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EnumMapMember_get_XmlName_mECD2830C6795BE2A0206F5A72D819C8DBAE015E8_inline (EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* __this, const RuntimeMethod* method) ;
|
|
// System.Int64 System.Xml.Serialization.EnumMap/EnumMapMember::get_Value()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t EnumMapMember_get_Value_mD0B2EF80A4D874FF81E307E81063D9B52A98548E_inline (EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.InvalidCastException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidCastException__ctor_mCBC218CE25034242D2EB33B3E59933295CE93C56 (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* __this, const RuntimeMethod* method) ;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5 (const RuntimeMethod* method) ;
|
|
// System.Int64[] System.Xml.Serialization.EnumMap::get_Values()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* EnumMap_get_Values_m91652E064D00536B1B286304F49E3FD1EBCD7FDC_inline (EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C* __this, const RuntimeMethod* method) ;
|
|
// System.String[] System.Xml.Serialization.EnumMap::get_XmlNames()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* EnumMap_get_XmlNames_m2E3DD7C64B62B3C6217CD1FBA64B76409E4BBF5F_inline (EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Serialization.EnumMap::get_IsFlags()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EnumMap_get_IsFlags_m579F34B1547F457834A6980C8E77BF1936D742CD_inline (EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Serialization.XmlCustomFormatter::FromEnum(System.Int64,System.String[],System.Int64[],System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCustomFormatter_FromEnum_mF298092C9B8DF7CFEB96557CE3FDFB7C7E1A6163 (int64_t ___0_value, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_values, Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* ___2_ids, String_t* ___3_typeName, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m44BF8BF44DC9B67D6CF265A1A2703A6D743F5C56 (RuntimeObject* ___0_provider, String_t* ___1_format, RuntimeObject* ___2_arg0, RuntimeObject* ___3_arg1, const RuntimeMethod* method) ;
|
|
// System.String System.String::Trim()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5 (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Text.StringBuilder::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
|
|
// System.String[] System.String::Split(System.Char[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m101D35FEC86371D2BB4E3480F6F896880093B2E9 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_separator, const RuntimeMethod* method) ;
|
|
// System.String[] System.Xml.Serialization.EnumMap::get_EnumNames()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* EnumMap_get_EnumNames_m60EAEB72502A0F1E05871326127A80033BA7E35E_inline (EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Text.StringBuilder::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8 (StringBuilder_t* __this, const RuntimeMethod* method) ;
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ;
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Xml.Schema.BitSet::Subscript(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitSet_Subscript_m06E5AB99243F91D0D91E142618529D3F7268637A (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, int32_t ___0_bitIndex, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Schema.BitSet::Get(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitSet_Get_mA7D0C2800F3EF8F759779F428326C9FAC7BB61B5 (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.BitSet::EnsureLength(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_EnsureLength_m28268C67A38388F4C42EAD01762C32D99C4F9654 (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, int32_t ___0_nRequiredLength, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.BitSet::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet__ctor_mDC866A6C215C5E078AB299625A437E4249E1E722 (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, const RuntimeMethod* method) ;
|
|
// System.Object System.Array::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042 (RuntimeArray* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Math::Min(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52 (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ;
|
|
// System.Void System.Array::Copy(System.Array,System.Array,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900 (RuntimeArray* ___0_sourceArray, RuntimeArray* ___1_destinationArray, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.Void System.Exception::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F (Exception_t* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.NamespaceList/ListType System.Xml.Schema.NamespaceList::get_Type()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NamespaceList_get_Type_mFFD57EA1A6B9DCA5F102691385FD53253A1F6953_inline (NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Schema.NamespaceList::get_Excluded()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NamespaceList_get_Excluded_mFC793CE3812B152324EAF8719732F84C2A951479_inline (NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.SymbolsDictionary::AddWildcard(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymbolsDictionary_AddWildcard_m526F05405A47C793760FC6A58084BE18ABEDA597 (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, String_t* ___0_wildcard, RuntimeObject* ___1_particle, const RuntimeMethod* method) ;
|
|
// System.Collections.ICollection System.Xml.Schema.NamespaceList::get_Enumerate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NamespaceList_get_Enumerate_m5929D1D445C230B2AD3E91BC97F6CC47C913A44F (NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Schema.NamespaceList::Allows(System.Xml.XmlQualifiedName)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamespaceList_Allows_mF0F140408B98C179F0CE590340C3620C5080D85B (NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_qname, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Position::.ctor(System.Int32,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Position__ctor_m5F3F9E6D826756F17C8F02643C4AC1CEF9F63FE5 (Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757* __this, int32_t ___0_symbol, RuntimeObject* ___1_particle, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.SyntaxTreeNode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyntaxTreeNode__ctor_mCC4EE56F73B36C293F308BFE4304383CF29B9CE4 (SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.BitSet::Set(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_Set_m1F67384F8695F3285BC0CAFCCB64898625267724 (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Collections.ICollection System.Xml.Schema.SymbolsDictionary::GetNamespaceListSymbols(System.Xml.Schema.NamespaceList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SymbolsDictionary_GetNamespaceListSymbols_m9FC9A2166243B193B4067C3EC08ADB06432F9E21 (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* ___0_list, const RuntimeMethod* method) ;
|
|
// System.Object System.Xml.Schema.SymbolsDictionary::GetParticle(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SymbolsDictionary_GetParticle_m229FD0E565E86359CA0CF5E76BB66223CD564BBE (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, int32_t ___0_symbol, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.SymbolsDictionary::set_IsUpaEnforced(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SymbolsDictionary_set_IsUpaEnforced_mBA5E7696442D87B8E89E2323C3D48777F3F0180A_inline (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Xml.Schema.Positions::Add(System.Int32,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Positions_Add_m51791FCA7ADCD9B7E7480E85AEC1A712037A0B32 (Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* __this, int32_t ___0_symbol, RuntimeObject* ___1_particle, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.LeafNode::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeafNode__ctor_m5FD29468DBB6652D9636B80CF3E5445E29F2737C (LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* __this, int32_t ___0_pos, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.ChoiceNode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChoiceNode__ctor_mCD73421963E5F712BA85C8594B375191D87BB6F1 (ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.InteriorNode::set_LeftChild(System.Xml.Schema.SyntaxTreeNode)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteriorNode_set_LeftChild_mC6FDB3A1ABD18FDE11B233415F3A983A49B46E5B_inline (InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* __this, SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.InteriorNode::set_RightChild(System.Xml.Schema.SyntaxTreeNode)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteriorNode_set_RightChild_m9325C10A51BD0DAA867F5D4C60C85F4F8DCE6B0A_inline (InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* __this, SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::get_LeftChild()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_inline (InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.InvalidOperationException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>::.ctor()
|
|
inline void Stack_1__ctor_m608DAEB7362D4C3B89C140797A7C1D11A5064056 (Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206*, const RuntimeMethod*))Stack_1__ctor_m70E8EDA96A608CE9BAB7FC8313B233AADA573BD4_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>::Push(T)
|
|
inline void Stack_1_Push_m2F6AA67C2D6E3A228DF93AD427D26178853A109F (Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206* __this, InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206*, InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF*, const RuntimeMethod*))Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>::get_Count()
|
|
inline int32_t Stack_1_get_Count_m2CD2C12F84CDD3BD011526C74254F60E26D5C7F1_inline (Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206*, const RuntimeMethod*))Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.Stack`1<System.Xml.Schema.InteriorNode>::Pop()
|
|
inline InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* Stack_1_Pop_mB25E9C049C31683DF3FD964C8D4DBFD5B0DE466D (Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* (*) (Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206*, const RuntimeMethod*))Stack_1_Pop_m2AFF69249659372F07EE25817DBCAFE74E1CF778_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::.ctor()
|
|
inline void Stack_1__ctor_m28F34CDA66206C6BE7B80A5155296A53C97FFCEF (Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD*, const RuntimeMethod*))Stack_1__ctor_m28F34CDA66206C6BE7B80A5155296A53C97FFCEF_gshared)(__this, method);
|
|
}
|
|
// System.Void System.Xml.Schema.SequenceNode/SequenceConstructPosContext::.ctor(System.Xml.Schema.SequenceNode,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SequenceConstructPosContext__ctor_mAF64A500D91F3309A8CB87C5712C12BCE0B4FE0E (SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7* __this, SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* ___0_node, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___1_firstpos, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___2_lastpos, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Xml.Schema.BitSet::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BitSet_get_Count_m36E7A9E0ABD32B6B59C1C3EE7376A94B40D06E01_inline (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.BitSet::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet__ctor_mDDB46E0F5D8D86AD7A8F144278672ABF09CA5797 (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, int32_t ___0_count, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Push(T)
|
|
inline void Stack_1_Push_m1F1DE2602AD1D8309204F57399638FD5B71953C6 (Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD* __this, SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD*, SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7, const RuntimeMethod*))Stack_1_Push_m1F1DE2602AD1D8309204F57399638FD5B71953C6_gshared)(__this, ___0_item, method);
|
|
}
|
|
// System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::get_RightChild()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* InteriorNode_get_RightChild_mE7ACE5A40A687F54D7EAFB52F3336E1BE8701058_inline (InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.BitSet::Or(System.Xml.Schema.BitSet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_other, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Xml.Schema.BitSet::NextSet(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitSet_NextSet_mD3786FE75C72BD3383D9C3221F80C2373A14857D (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, int32_t ___0_startFrom, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.BitSet System.Xml.Schema.BitSet::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* BitSet_Clone_m121A6E5E33BDEC3E79FF7C18E9CC362749AE7BDE (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.LeafRangeNode::set_NextIteration(System.Xml.Schema.BitSet)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LeafRangeNode_set_NextIteration_mDDBBD1E890E70CDB087694F027A17CD5CFD1A284_inline (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::get_Count()
|
|
inline int32_t Stack_1_get_Count_mAEA12C0679B6626D272B776DF990861FBB7A8874_inline (Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD*, const RuntimeMethod*))Stack_1_get_Count_mAEA12C0679B6626D272B776DF990861FBB7A8874_gshared_inline)(__this, method);
|
|
}
|
|
// T System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::Pop()
|
|
inline SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 Stack_1_Pop_mE49743F5FC3ED9D600D2FD3FFC87D38993622CD2 (Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 (*) (Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD*, const RuntimeMethod*))Stack_1_Pop_mE49743F5FC3ED9D600D2FD3FFC87D38993622CD2_gshared)(__this, method);
|
|
}
|
|
// System.Decimal System.Xml.Schema.LeafRangeNode::get_Min()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F LeafRangeNode_get_Min_mF6C3FA773211799E29F7509BD53A6FD8CE1768E2_inline (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Decimal::op_Equality(System.Decimal,System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_Equality_m4778C6A5F0E0FA5CBEFBBCB9E5A34BBE3D2D0BB5 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.InteriorNode::ExpandTreeNoRecursive(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteriorNode_ExpandTreeNoRecursive_m6D62530CC82ED2EF90585C04E4153AEF73545863 (InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* __this, InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* ___0_parent, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___1_symbols, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___2_positions, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.InteriorNode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteriorNode__ctor_mBB2E9C1999B6F04A9D9C8CBAD629CD7837B8C938 (InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.ChoiceNode::ConstructChildPos(System.Xml.Schema.SyntaxTreeNode,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChoiceNode_ConstructChildPos_m4D75B793F6186D890AA80DF1B6E7519F5EC927AA (SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* ___0_child, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___1_firstpos, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___2_lastpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___3_followpos, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.ContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator__ctor_m1CA2A0A2CE0B9F5009D62E1A58BA91C922314C96 (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, int32_t ___0_contentType, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.ContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator__ctor_m739A3B127FC59E711DF019533D33E87465DAFA50 (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, int32_t ___0_contentType, bool ___1_isOpen, bool ___2_isEmptiable, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator__ctor_mA96374FD7A9A396E3FCFDE307C3E35B22D8AE736 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, int32_t ___0_contentType, bool ___1_enableUpaCheck, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.SymbolsDictionary::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymbolsDictionary__ctor_mBF65FBEB7A5DE48E0D0B4A717E5A5461589828BA (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Positions::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Positions__ctor_m533C24B9A6C8519F830F3E444036B9906D789C3A (Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Stack::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack__ctor_m4E3FE5A70C400B82DAB9E38E61A934E4E4DE01A7 (Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Schema.SymbolsDictionary::Exists(System.Xml.XmlQualifiedName)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SymbolsDictionary_Exists_mB09F502D8DD1C1B902955689089C61FAE9C9DA92 (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Xml.Schema.SymbolsDictionary::AddName(System.Xml.XmlQualifiedName,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymbolsDictionary_AddName_m8FB15DA3EC50C88F1E38C92FF803136274F9F818 (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_name, RuntimeObject* ___1_particle, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::AddLeafNode(System.Xml.Schema.SyntaxTreeNode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddLeafNode_m07D10A8D8115BC2924FDF9FE52C5042BC066EBD0 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* ___0_node, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.SymbolsDictionary::AddNamespaceList(System.Xml.Schema.NamespaceList,System.Object,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymbolsDictionary_AddNamespaceList_mFBBD79AB2BF067ADEE1A50D5EA063052474F9623 (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* ___0_list, RuntimeObject* ___1_particle, bool ___2_allowLocal, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.NamespaceListNode::.ctor(System.Xml.Schema.NamespaceList,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceListNode__ctor_m9C8A3F2B782B6790281D1C624FA9B25C397F15FA (NamespaceListNode_tD447526C5FF22511A65C13BC67E9EE824B69460C* __this, NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* ___0_namespaceList, RuntimeObject* ___1_particle, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.SequenceNode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SequenceNode__ctor_mD4441BDD885F42BAD33816D8D49DD511105B1E71 (SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.StarNode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StarNode__ctor_m387E4A4D3B809FD9A2D6437CF41951EFAF7D05D9 (StarNode_t97F011188E450E88B8AB4DCF9C4D103E8315242C* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::Closure(System.Xml.Schema.InteriorNode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_Closure_m10F5D16A22E4AA19816E81883C7E712F81AA9CA3 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* ___0_node, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.PlusNode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlusNode__ctor_m8B34B5E4EEA3FC66788D7439FAF27F0017BFB721 (PlusNode_t7090254E5146C8660BBB97898E37FED5A5B28D9D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.QmarkNode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QmarkNode__ctor_m819089C3F1F99B45C9D32CA3DD2DB0158AFCA0C1 (QmarkNode_t302FD5DABB39E13F51B26B2CA5B0BE1D85706D54* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.ContentValidator::get_ContentType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ContentValidator_get_ContentType_m2E9C64DB3522E5A29BE6CAA4A929CBABAD1CEF23_inline (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Schema.ContentValidator::get_IsOpen()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ContentValidator_get_IsOpen_mEE6705ECCE11F7E1002A221B5A8D47BB567173FF (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Xml.Schema.SymbolsDictionary::get_Count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymbolsDictionary_get_Count_m3E9D7FE8914E0C70E38CAB07D72F92AE5F3553D2 (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Xml.Schema.Positions::get_Count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Positions_get_Count_m806913EB2C4DBA009188BA019AB106EC0D1045BF (Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.BitSet[] System.Xml.Schema.ParticleContentValidator::CalculateTotalFollowposForRangeNodes(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.BitSet&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ParticleContentValidator_CalculateTotalFollowposForRangeNodes_m2C392732F64A7B47C1FC8D90E66C77F1560D241B (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_firstpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___1_followpos, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B** ___2_posWithRangeTerminals, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.BitSet System.Xml.Schema.ParticleContentValidator::GetApplicableMinMaxFollowPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ParticleContentValidator_GetApplicableMinMaxFollowPos_m1B6E20A133E5707BA769AF48BDFE44BEAF7B95C6 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_curpos, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___1_posWithRangeTerminals, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___2_minmaxFollowPos, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::CheckCMUPAWithLeafRangeNodes(System.Xml.Schema.BitSet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m19C15685DB36312A6F4A6CD8A9564B8E5AE3AF9E (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_curpos, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Xml.Schema.LeafNode::get_Pos()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LeafNode_get_Pos_m0C2EEEBCDB2F23FC170153DB736C707C061A5B6D_inline (LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.RangeContentValidator::.ctor(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions,System.Int32,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Xml.Schema.BitSet,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RangeContentValidator__ctor_m94FC1AFEED6301527AEA1E72C591CF4DE525E1C6 (RangeContentValidator_t3AC4618E77297A22BB80D9223F4CD8FDA53FCA5E* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_firstpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___1_followpos, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___2_symbols, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___3_positions, int32_t ___4_endMarkerPos, int32_t ___5_contentType, bool ___6_isEmptiable, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___7_positionsWithRangeTerminals, int32_t ___8_minmaxNodesCount, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Schema.SymbolsDictionary::get_IsUpaEnforced()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SymbolsDictionary_get_IsUpaEnforced_m9AF406F46B587D01C28E15DD9ADFBCE318A0CF11_inline (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::CheckUniqueParticleAttribution(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_CheckUniqueParticleAttribution_m6146B0EDE69F06990BE39C7EE30DEB51C558B22B (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_firstpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___1_followpos, const RuntimeMethod* method) ;
|
|
// System.Int32[][] System.Xml.Schema.ParticleContentValidator::BuildTransitionTable(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* ParticleContentValidator_BuildTransitionTable_m7FD817BBF20B342828117C81C3E68D4A8D99EF72 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_firstpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___1_followpos, int32_t ___2_endMarkerPos, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.DfaContentValidator::.ctor(System.Int32[][],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DfaContentValidator__ctor_m6F4368454BF9FD87027B15006FED0C27A9A79F90 (DfaContentValidator_tD6828BD839DA60C4AB90B8D0162889CCB10A1D1D* __this, Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* ___0_transitionTable, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___1_symbols, int32_t ___2_contentType, bool ___3_isOpen, bool ___4_isEmptiable, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.NfaContentValidator::.ctor(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions,System.Int32,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NfaContentValidator__ctor_mCE9D87F0C34A773A13742F046EAD9293369D9985 (NfaContentValidator_t1CFEEB3C2EDBCA1DD1667EC928825FCA0171F2BC* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_firstpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___1_followpos, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___2_symbols, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___3_positions, int32_t ___4_endMarkerPos, int32_t ___5_contentType, bool ___6_isOpen, bool ___7_isEmptiable, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.Position System.Xml.Schema.Positions::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 Positions_get_Item_mD0E8CB9D8CC6090A050D48B5AE47E389C95257D1 (Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* __this, int32_t ___0_pos, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.BitSet::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_Clear_m741257DF75DF0DC22C6534192D777814F6BD721E (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, const RuntimeMethod* method) ;
|
|
// System.Decimal System.Xml.Schema.LeafRangeNode::get_Max()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F LeafRangeNode_get_Max_mCAED1316B170C97D90FD6CB17EDE581C37EDF3C0_inline (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Decimal::op_Inequality(System.Decimal,System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_Inequality_mCFFC6B60AEDE8CFB2DEABD97FF0F2B79A31E2690 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.BitSet System.Xml.Schema.LeafRangeNode::get_NextIteration()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* LeafRangeNode_get_NextIteration_m32EED7733FF37B063868939099CB48060EF5114B_inline (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.LeafNode::set_Pos(System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LeafNode_set_Pos_mA4961D8E52D803DC74293D95B8C258C2B00707ED_inline (LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.UpaException::.ctor(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpaException__ctor_m2FA97E1B47706A792B76C12B3C8CCC53CBAA1458 (UpaException_tE3F146077F59E124C20468069DDA214F746DC9AE* __this, RuntimeObject* ___0_particle1, RuntimeObject* ___1_particle2, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Schema.BitSet::Intersects(System.Xml.Schema.BitSet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitSet_Intersects_m043AF26842F147A7D2ADA048E0ECF2F242C6EE7E (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_other, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.BitSet::And(System.Xml.Schema.BitSet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_And_mB665D4DC8D2CFE92427D65BC6E7E8CA74034E95F (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_other, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::CheckUniqueParticleAttribution(System.Xml.Schema.BitSet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_CheckUniqueParticleAttribution_m3E3E7FFC56B2906EF8D2AD535A86CD58E1B8E737 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_curpos, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Queue::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Queue__ctor_mFCCBE2B4FFBD3F33D6FBE2D010C9A0CA976784CB (Queue_t82FD2BE12D138AF4D22C801CB5044DAEC2BA66BC* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Schema.BitSet::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitSet_get_Item_m0D9F1CC8E2965F1CEC6DB3F4A8FD51A6531ECA89 (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.StringFacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringFacetsChecker__ctor_mAB501526648F1BDE7637990490B57D1A7B3961C7 (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.MiscFacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MiscFacetsChecker__ctor_m9C95E6B8ABCCDC1C687ADA081B5F0B6C90B8D032 (MiscFacetsChecker_t1574A3CFA038774ABB2F371FFC1A8F00357B5862* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Numeric2FacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Numeric2FacetsChecker__ctor_mA1163C8BC47DA2F92E07B070708C3FBA4622AB47 (Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.BinaryFacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryFacetsChecker__ctor_m7E42CBAE8F97833BEF9FE40E56B2D0BE93EF6A56 (BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.DateTimeFacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFacetsChecker__ctor_m922C3E644A10328D83AAE5C948FFB59AE3A7FD17 (DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.DurationFacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DurationFacetsChecker__ctor_mD485B2B6687EFF58D468200020D5D04E2E835EAD (DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.ListFacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListFacetsChecker__ctor_mC59A0FE74C39378155503D05121CFC25C8C1FB40 (ListFacetsChecker_t63A6573223965499917A16D14DD6632CEB8A2A98* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.QNameFacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QNameFacetsChecker__ctor_m4977F33483117921259454B1E5BA75491A606875 (QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.UnionFacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnionFacetsChecker__ctor_m774668118D69B40AC7E9F5D1B94CF59D427CB623 (UnionFacetsChecker_tE40F75D16F3C838C24177BA7E9F7ADF818B4C6E9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_anySimpleType::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5 (Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_anyURI::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_anyURI__ctor_m32F1DA174ADC5EDEF8F8CA9BED02986B2546E8FF (Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_base64Binary::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_base64Binary__ctor_m73C145AE18CEB0BA7AF942D46DE59AE2389ECBF8 (Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_boolean::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_boolean__ctor_mC72E0F2676F9D73635F63A8718800689F7362EFC (Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_byte::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_byte__ctor_m075BBD8981D15BD3A37B7DD188D3C9C613900983 (Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_char::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_char__ctor_mC0CC560E3362C3CE4FE7E33D9902137ACEB3CCCC (Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_date::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_date__ctor_mC670D8053913EAD92AA4FF56E8630B9F2EABFF57 (Datatype_date_tDF075432994B6EDE6729F0E782708F543F59CD69* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_dateTime::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dateTime__ctor_mCB49B59DC868A0D91C3EB85D4C37DE744133CFE8 (Datatype_dateTime_t5766DFA5E987E021A79E60DFA28FA8348A735112* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_dateTimeNoTimeZone::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dateTimeNoTimeZone__ctor_mFDC13B2A242639C7333DEB5AEDCD859A33EB812E (Datatype_dateTimeNoTimeZone_t8A3587C6E7482FA519D5C8DA9568E222482A8A33* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_dateTimeTimeZone::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dateTimeTimeZone__ctor_m2D4FD0CBD7DF98C3AB49DB67AE8F4F46C0372172 (Datatype_dateTimeTimeZone_t49C2A7949E7D4E9B3DCE8703FDD8AEE9A0C513A3* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_day::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_day__ctor_mE82C60744AAD4652E7DBAFEA443D24DD1E99A000 (Datatype_day_t94640C2B39FFA29671F4D16E7892DBBD19676F95* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_decimal::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_decimal__ctor_m69C02C958528DB81837706655A48FD6FD1FA92B1 (Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_double::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_double__ctor_m2C6CD86AB0B3DF406648664B37B15EF01732CBB4 (Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_doubleXdr::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_doubleXdr__ctor_mCD2423C93DDA3404DEA11F465C3F30C74E390B54 (Datatype_doubleXdr_tF2CD2B2F44685C9BEDAD3CE207DF4862186BE691* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_duration::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_duration__ctor_mD3C31D3D995256962CA8C8CA4D5851D67F7A7098 (Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_ENTITY::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_ENTITY__ctor_mD85AFD27029408839B6041B83E3626754FF6E36D (Datatype_ENTITY_tF5B58FF3B5CC72E20F658AA72570CD37E7F4FF60* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.DatatypeImplementation::DeriveByList(System.Int32,System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* DatatypeImplementation_DeriveByList_mDBF9A9BBCD40E6CC7D174D491ED5FEE4A14FAB39 (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, int32_t ___0_minSize, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___1_schemaType, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_ENUMERATION::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_ENUMERATION__ctor_m27EBE5FFE454566DDBE00340F83E27C47884556A (Datatype_ENUMERATION_t38424F2300A98945B684DBD899D7BE209E1594BD* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_fixed::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_fixed__ctor_m17A48E1CDFF4FF96FB77006A9CDC600914CA0B67 (Datatype_fixed_t72793482E29CC18E5554ABFE6C3F4A92076F5614* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_float::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_float__ctor_mF909482A1E954A77EEFAD3ADAC5BC7DDAC262430 (Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_floatXdr::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_floatXdr__ctor_mBD66AF735C5F86B6E90E561A28F2B9BD9EF4727E (Datatype_floatXdr_tC7E048FBD066EFDF9F89FB924E529AF4EDB0559A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_hexBinary::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_hexBinary__ctor_m25A910970AC3BF4AE8BDC28C292A4BCC0F9F866C (Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_ID::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_ID__ctor_m69496A445E62C816BC091CD41BAF74AC7F68AE00 (Datatype_ID_tEE997BC20DA8C5E0DB2C95E82AA8008506C57E01* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_IDREF::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_IDREF__ctor_mDDD9C50F887DA8FFBB161DDF45986A10138249BE (Datatype_IDREF_tFCF79C29D11E77D369B0509C3BFC4017BB50B64A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_int::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_int__ctor_mEC9A6E1B6317F8FF29510E020856CBDC9BA9DE93 (Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_integer::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_integer__ctor_mEC03888DB53F0044C88E710EAD169737CE17BD08 (Datatype_integer_tF79B30EE9DAE09CFC6D8D590067026FD6AA911B1* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_language::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_language__ctor_m1EDBEF5266886217B52EB454BFFCB1846345466F (Datatype_language_t931A808D8C4FBDD2B23F24DBB4A59231DEB9B25D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_long::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_long__ctor_mE196A820820D9B259D6369FDFDF1F0C6319301E5 (Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_month::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_month__ctor_m30A2DFB1DA694625A9E9BAAAF159985148268B60 (Datatype_month_t6A71C92B67513A04F6C82DE9C1C1088D9CC15A94* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_monthDay::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_monthDay__ctor_mB905723A5D3C73DEE4A95357FD68ECB403D882E9 (Datatype_monthDay_t2D12138D6A442ABEF6F5842330BC5BB627D5C450* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_Name::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_Name__ctor_mED45B4D466E78523E5C9D4901107E1402D6A60B8 (Datatype_Name_t83369C60D91E0D512F4258D6190E2A347E27FC81* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_NCName::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_NCName__ctor_m9D087A14A0E872BE05836A65CA3D2B4936206FC7 (Datatype_NCName_t0F986951D64B7C3CAAADEBCFEC2BE381349B6A88* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_negativeInteger::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_negativeInteger__ctor_mEB0CFEA8DE9013CDE4CAD03ADAD742929D829458 (Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_NMTOKEN::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_NMTOKEN__ctor_m5E28C341E2FAFC1A749E6334D19D2B0B6F5CC71B (Datatype_NMTOKEN_t38324CC80EBF3BAC84A658C532BE936C59DEA329* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_nonNegativeInteger::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_nonNegativeInteger__ctor_m63571814CC6B5332053E8CE0D3E8680F60DD446A (Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_nonPositiveInteger::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_nonPositiveInteger__ctor_mB8B32A6979C64620ACE154700D5D9531937398B8 (Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_normalizedString::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_normalizedString__ctor_m1D9A635B6320FEC029B6D31227BE8B20DA58587B (Datatype_normalizedString_tAE3C605C50C26A50CD47DA10860F5B7009C2172A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_NOTATION::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_NOTATION__ctor_mEA8D8E03F42F7C89B224FA719624755DF22B22D1 (Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_positiveInteger::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_positiveInteger__ctor_m9399743EBFC4E93AB6BAAF760916A631C7ED03CF (Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_QName::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_QName__ctor_m340B0C9EA27478D5902695C25DBB0A3C0F50B880 (Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_QNameXdr::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_QNameXdr__ctor_m795523629427AF9F07C982888D20B6D97D695C66 (Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_short::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_short__ctor_mE7C94EA79EC26D246F4DBC1741EA4E93876D8C31 (Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_string::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_string__ctor_m4B4A5FCCD9882F40E91B77F1B1718AB17C33DF2B (Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_time::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_time__ctor_m478DD66386DAA1B715DB93198D90140E0B059570 (Datatype_time_tF6BCD9D1DD389320ACD31CBF344D623410A63699* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_timeNoTimeZone::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_timeNoTimeZone__ctor_mAAA6E6476D7E4638D3C213EEC33270AA2B48EA1E (Datatype_timeNoTimeZone_t5DE25F37727907E401890DA90D9D2A6C439A726F* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_timeTimeZone::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_timeTimeZone__ctor_m65170431456CD71705FE2BE21EE1D67C238F72EF (Datatype_timeTimeZone_t6667C98B628FE52B1F53B6A06F8F143597CB1F30* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_token::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_token__ctor_mED6C155D1F49049D6720D932829361E3C28DDD0B (Datatype_token_t492F72F4A351E294ABE8AFA9F1E7089791FA012B* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_unsignedByte::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedByte__ctor_mB9E349C0DA62338B989815B193EDB7C24D6A89C0 (Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_unsignedInt::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedInt__ctor_mC90D6E7C1E7DC4FBF34F0217021E37DF9E74F2C0 (Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_unsignedLong::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedLong__ctor_m976F2CE060CC2BEB3F98E0CF058A50AABF9E1F98 (Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_unsignedShort::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedShort__ctor_mFFC2ACD21FCCBF9C8B73F5495F93BD86F7104DED (Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_uuid::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_uuid__ctor_m6E46A79ABC8A7FE5D59A95C7DECD60CD9C23649F (Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_year::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_year__ctor_mC67014E772B373E829F670A22A7FA8982EC970D5 (Datatype_year_tD6BBB7E9F6B40CB314F5D94A2E529542912C5AF0* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_yearMonth::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_yearMonth__ctor_mD338030512E0AF0A5F45F3C84158599F1A1DDE4E (Datatype_yearMonth_tFE2B47024E6A1FE92AF122D1D7D717C81C903689* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_normalizedStringV1Compat::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_normalizedStringV1Compat__ctor_mB85C1B991419CCCB55358705130735DCCF491246 (Datatype_normalizedStringV1Compat_tDEA9D21AFB657A05A412FA44CBB0630FAE5B969E* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_tokenV1Compat::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_tokenV1Compat__ctor_mFD46C703B3B0E7BFF40F92A71BE1DE1FB2DEE864 (Datatype_tokenV1Compat_t486586DC082FF80A77BD30EC80B6BC80CC24D0BD* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_anyAtomicType::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_anyAtomicType__ctor_m8A70E617CA90DCE030E0A7E350E7B255922B7613 (Datatype_anyAtomicType_t5A7C513178CC1454D49AF2AEB1F7A2C2F6CC6B4C* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_dayTimeDuration::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dayTimeDuration__ctor_mC04088673B0454444C2DBFA98DF10C83DE5628C1 (Datatype_dayTimeDuration_tF827B3255406ABDA8876A13E5E1FED7B6B3D38E0* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_untypedAtomicType::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_untypedAtomicType__ctor_m5A929A78184090E740F523FDD1E5B2F60B6E2BA9 (Datatype_untypedAtomicType_tC94703E969B9E7CD609DF5E56361955F932AD0B8* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_yearMonthDuration::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_yearMonthDuration__ctor_mD91950ED3CB3493994EA24891348733C692D0391 (Datatype_yearMonthDuration_t2182796B58089FD783B469A8AB3DDA9BBC3340BD* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::.ctor(System.String,System.Xml.Schema.DatatypeImplementation)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27 (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* __this, String_t* ___0_name, DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___1_type, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::.ctor(System.String,System.Xml.Schema.DatatypeImplementation,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071 (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* __this, String_t* ___0_name, DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___1_type, int32_t ___2_parentIndex, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.DatatypeImplementation::CreateBuiltinTypes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DatatypeImplementation_CreateBuiltinTypes_mF61153DAC2391A74ABF42F87022A8261B33F59E9 (const RuntimeMethod* method) ;
|
|
// System.Int32 System.Array::BinarySearch(System.Array,System.Object,System.Collections.IComparer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_m1DA1FB64C33F0395645CDA72971F1ACE7A889CAF (RuntimeArray* ___0_array, RuntimeObject* ___1_value, RuntimeObject* ___2_comparer, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::op_Explicit(System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* SchemaDatatypeMap_op_Explicit_mA31E84DF0BCB642F3D3F1E3323F58B3A2E391580_inline (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* ___0_sdm, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlSchemaSimpleType::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleType__ctor_mCCEF1D2C61540983908D6E1BB4BEBB3195BA7055 (XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlSchemaType::SetQualifiedName(System.Xml.XmlQualifiedName)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_SetQualifiedName_mC117EBA4E037E2AD5D60538EDBCC01933D5149F6 (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlSchemaType::SetDatatype(System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaType_SetDatatype_m6B9703DD5514CFC9E91850433EC3CABDC18BCB6D_inline (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.SchemaElementDecl::.ctor(System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaElementDecl__ctor_m274259EC34CE5CE38AE0F38DF2640CBAA9CBB1DF (SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* __this, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___0_dtype, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlSchemaType::set_ElementDecl(System.Xml.Schema.SchemaElementDecl)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaType_set_ElementDecl_mEEFA6EC6350ABB46B54C3BBEDAD78561F2B09536 (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.SchemaElementDecl System.Xml.Schema.XmlSchemaType::get_ElementDecl()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* XmlSchemaType_get_ElementDecl_mB5C4C81B41D43C405C7C888A2AD3AEC77F3DF86C (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.SchemaDeclBase::set_SchemaType(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_SchemaType_m4A34BA7ABAAD6A60F7AE3A2572EDD3E86893A21F_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlSchemaType::SetBaseSchemaType(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaType_SetBaseSchemaType_mDEA262EB0B426FC9A29BFFA4A9117308C4469B6C_inline (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlSchemaType::SetDerivedBy(System.Xml.Schema.XmlSchemaDerivationMethod)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaType_SetDerivedBy_m38B846A751256507DF0285C064DC5B488C93B75B_inline (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::get_Datatype()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction__ctor_m5777FDD4817C7A77B3F1FD1BA212D3C92370EFFE (XmlSchemaSimpleTypeRestriction_t6A157CF7BAB4B9DE623D7C7693C55070EB1B7D1E* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlSchemaSimpleTypeRestriction::set_BaseTypeName(System.Xml.XmlQualifiedName)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeRestriction_set_BaseTypeName_mF5693C82788AEE2DD4F3F16C94070C4E2C75BE65 (XmlSchemaSimpleTypeRestriction_t6A157CF7BAB4B9DE623D7C7693C55070EB1B7D1E* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlSchemaSimpleType::set_Content(System.Xml.Schema.XmlSchemaSimpleTypeContent)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaSimpleType_set_Content_m0BD0F1CBB3B78632801F8FD34A1637B2DA9FEA01_inline (XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* __this, XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList__ctor_m0D8842775F71D08ECCF7E32FCB31E75E69222714 (XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::set_BaseItemType(System.Xml.Schema.XmlSchemaSimpleType)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_set_BaseItemType_m61F5587B0F01AFA876563F998C9EB0206ADB6BFE_inline (XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* __this, XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlSchemaSimpleTypeList::set_ItemType(System.Xml.Schema.XmlSchemaSimpleType)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_set_ItemType_m7651BDF231B9E66FFC12A8AAE74845FB71E71C7B_inline (XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* __this, XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___0_value, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::get_Name()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaDatatypeMap_get_Name_m8F088C5DED5342342A64F546D0874D860F093F9C_inline (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::FromTypeName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* DatatypeImplementation_FromTypeName_mF6CC73C154B313EEDCFBC193E961B79728187F2D (String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::StartBuiltinType(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* DatatypeImplementation_StartBuiltinType_m0597E6D95C356F60DD57DFAB68C05720DB715663 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_qname, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_dataType, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::get_ParentIndex()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaDatatypeMap_get_ParentIndex_mABC02E4B5D5149472B4BD105AAE21EF6F4B93029_inline (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.DatatypeImplementation::FinishBuiltinType(System.Xml.Schema.XmlSchemaSimpleType,System.Xml.Schema.XmlSchemaSimpleType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DatatypeImplementation_FinishBuiltinType_mC616D58A0F6B20B8A9693B29591EBB90EBF35A72 (XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___0_derivedType, XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___1_baseType, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* __this, String_t* ___0_res, String_t* ___1_arg, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Schema.Datatype_union::HasAtomicMembers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Datatype_union_HasAtomicMembers_m70300DCA89A99BF75D87EABDAB9BF8EBD9348CEA (Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_List::.ctor(System.Xml.Schema.DatatypeImplementation,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_List__ctor_m46EAB3EA563201D502308B095333A0CC8946E1CB (Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E* __this, DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___0_type, int32_t ___1_minListSize, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Schema.DatatypeImplementation::GetTypeName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DatatypeImplementation_GetTypeName_mB16D719DF1D26676CC8E517073734EE7D2862635 (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String[],System.Exception,System.String,System.Int32,System.Int32,System.Xml.Schema.XmlSchemaObject)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m9505C3D1FC19D24715CEC2FD9A00E58A9502453D (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, Exception_t* ___2_innerException, String_t* ___3_sourceUri, int32_t ___4_lineNumber, int32_t ___5_linePosition, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___6_source, const RuntimeMethod* method) ;
|
|
// System.Object System.Xml.Schema.XsdSimpleValue::get_TypedValue()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* XsdSimpleValue_get_TypedValue_mBC6C3E73A5E817F5A9232983714704820CC17B46_inline (XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Schema.XmlSchemaDatatype::get_TypeCodeString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaDatatype_get_TypeCodeString_mC4DD224D43325E0D5E8B421312614C86BC85329D (XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlSchemaDatatype::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaDatatype__ctor_mF5996056D6A960EBC6B5CB40E747FCF8B0DCB71E (XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::Compare(System.String,System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009 (String_t* ___0_strA, String_t* ___1_strB, int32_t ___2_comparisonType, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::get_BaseXmlSchemaType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* XmlSchemaType_get_BaseXmlSchemaType_mB970BEBE5AA98845F853E4136C970E8B822C64C9_inline (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::get_AnyType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* XmlSchemaComplexType_get_AnyType_m8849843192B524BE39AB9F20BECBF40479644573_inline (const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::get_Content()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091* XmlSchemaSimpleType_get_Content_mCB30920833956BE92591B664C0036D0C138B7C54_inline (XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaSimpleTypeList::get_BaseItemType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* XmlSchemaSimpleTypeList_get_BaseItemType_mAB81D9EC2A6AC04FB8F926664A19A4367CF54BD8_inline (XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::get_AnySimpleType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* DatatypeImplementation_get_AnySimpleType_m0ABC447DC26C4E76F77B93316E1078712A7F4DD2_inline (const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::GetSimpleTypeFromTypeCode(System.Xml.Schema.XmlTypeCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* DatatypeImplementation_GetSimpleTypeFromTypeCode_mE8ABDBE84124F10FCFD5B300C54BBA8004F8DB16 (int32_t ___0_typeCode, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaType::get_ValueConverter()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* XmlSchemaType_get_ValueConverter_mCCC5AAC678099B787A16302E74037FC05E0522C8 (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlListConverter::Create(System.Xml.Schema.XmlValueConverter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* XmlListConverter_Create_m21563D9879C347109B503CCDB2D80449B35F2B91 (XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___0_atomicConverter, const RuntimeMethod* method) ;
|
|
// System.String[] System.Xml.XmlConvert::SplitString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* XmlConvert_SplitString_mA7AA35B88D14E59B173FCA6406B408EF3C83F02D (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XsdSimpleValue::get_XmlType()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* XsdSimpleValue_get_XmlType_m07EE21F2D2F24D95FF370544A1C8610CF363A61E_inline (XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlAtomicValue::.ctor(System.Xml.Schema.XmlSchemaType,System.Object,System.Xml.IXmlNamespaceResolver)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAtomicValue__ctor_m7787147F7BDA89E00EF133C22C5B467662FDCADA (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_xmlType, RuntimeObject* ___1_value, RuntimeObject* ___2_nsResolver, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.XmlComplianceUtil::NonCDataNormalize(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_NonCDataNormalize_m05104F40CDDB7AA097927219C896E3AF39715E67 (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.DatatypeImplementation::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DatatypeImplementation__ctor_m043C9552B9BADD73BFD9630123788F3B71BCC3EB (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlStringConverter::Create(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* XmlStringConverter_Create_m23A4D1CCC30D6D429BBBEC289CA21E213B8AD64B (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlBooleanConverter::Create(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* XmlBooleanConverter_Create_m21C2ED89C52A8F7EE9440510C9DC5EC1A76F9DC8 (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Boolean::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_CompareTo_mB21CF195A8AB25CA8C228FECCD17F3C4C37BFBBC (bool* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryToBoolean(System.String,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToBoolean_m69845D5EF91CF9C6E485FAEBC75B67C16A118E2A (String_t* ___0_s, bool* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlNumeric2Converter::Create(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* XmlNumeric2Converter_Create_m6E89C2BF9CBA1DFAB78C920B8CA859A003ED4D21 (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Single::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Single_CompareTo_mAD407AC6ADA9D53ED2D0DD43254B6EE5A96F49A5 (float* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryToSingle(System.String,System.Single&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToSingle_mE537B50A56CB3020B48B14FD728E0C0FAF9490CA (String_t* ___0_s, float* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Double::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_CompareTo_m2F47CE23700B216156455DDBF7ED4FA42FD8E941 (double* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryToDouble(System.String,System.Double&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToDouble_m6140BFE5D1C06819F453CB39E19BCF9039993609 (String_t* ___0_s, double* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlNumeric10Converter::Create(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* XmlNumeric10Converter_Create_m48A3C43C83A34E878D03B0B0E966C4C6D2DEBE09 (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Decimal::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_CompareTo_mA32F9DE44243C9FBDD49976D6FA861AFD415EF95 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryToDecimal(System.String,System.Decimal&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToDecimal_mACFB99727B0B9DA0D7BC2121AFB8B15499639422 (String_t* ___0_s, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Void System.Decimal::.ctor(System.Int32,System.Int32,System.Int32,System.Boolean,System.Byte)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, int32_t ___0_lo, int32_t ___1_mid, int32_t ___2_hi, bool ___3_isNegative, uint8_t ___4_scale, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Numeric10FacetsChecker::.ctor(System.Decimal,System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78 (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_minVal, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_maxVal, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlMiscConverter::Create(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* XmlMiscConverter_Create_m3175FCF5AEF4C3F05375AC6AFBD24A72F30BA4A6 (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method) ;
|
|
// System.Int32 System.TimeSpan::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_CompareTo_m8C88E571867C476F31963347C707D2BEC3D5A99A (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryToTimeSpan(System.String,System.TimeSpan&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToTimeSpan_m3FAA9A009D0D471564F75C88D7E9CAA20AA67B7A (String_t* ___0_s, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.Schema.XsdDuration::TryParse(System.String,System.Xml.Schema.XsdDuration/DurationType,System.Xml.Schema.XsdDuration&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XsdDuration_TryParse_mD1BACB59A72886E68BF87FCFF8A837082F963D96 (String_t* ___0_s, int32_t ___1_durationType, XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* ___2_result, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.Schema.XsdDuration::TryToTimeSpan(System.Xml.Schema.XsdDuration/DurationType,System.TimeSpan&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171 (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, int32_t ___0_durationType, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlDateTimeConverter::Create(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* XmlDateTimeConverter_Create_m1C53ED485756FF7A95E631708F9328D937862849 (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method) ;
|
|
// System.DateTimeKind System.DateTime::get_Kind()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.DateTime::CompareTo(System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_m4A3000CD4FF15EA7CA2E9C5C95A9D07F3AA8D35D (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, const RuntimeMethod* method) ;
|
|
// System.DateTime System.DateTime::ToUniversalTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_ToUniversalTime_m52CA1EAD0BE0A357BCACC38747ECA4A8810155A9 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Schema.XsdDateTime::TryParse(System.String,System.Xml.Schema.XsdDateTimeFlags,System.Xml.Schema.XsdDateTime&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XsdDateTime_TryParse_m068598C2E7472B2CD642EA44B748529FCFFFF8BA (String_t* ___0_text, int32_t ___1_kinds, XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* ___2_result, const RuntimeMethod* method) ;
|
|
// System.String System.Enum::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Res::GetString(System.String,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83 (String_t* ___0_name, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ;
|
|
// System.Void System.FormatException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.DateTime System.Xml.Schema.XsdDateTime::op_Implicit(System.Xml.Schema.XsdDateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D XsdDateTime_op_Implicit_m1EF46AEE72E727BAE0AAB367CFC0331C0368F328 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB ___0_xdt, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.Datatype_dateTimeBase::.ctor(System.Xml.Schema.XsdDateTimeFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dateTimeBase__ctor_m40D72BB7C7EB7C540274D3E2E938182461CF6E69 (Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367* __this, int32_t ___0_dateTimeFlags, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Xml.Schema.DatatypeImplementation::Compare(System.Byte[],System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DatatypeImplementation_Compare_mAAC72E2362C6C2534E06E1AC68E409920346E72C (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value1, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_value2, const RuntimeMethod* method) ;
|
|
// System.Byte[] System.Xml.XmlConvert::FromBinHexString(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* XmlConvert_FromBinHexString_mD2E68F1DDD3765DFEBF23898D2B87E7E1F1EA8DE (String_t* ___0_s, bool ___1_allowOddCount, const RuntimeMethod* method) ;
|
|
// System.Byte[] System.Convert::FromBase64String(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Convert_FromBase64String_m267327B074B41D93C9622D142B95CFAA4ACCCA9C (String_t* ___0_s, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryToUri(System.String,System.Uri&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToUri_mD2C431BE5C766D24EAD184976E9B3DB563C6D5A6 (String_t* ___0_s, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** ___1_result, const RuntimeMethod* method) ;
|
|
// System.String System.Uri::get_OriginalString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.Schema.StringFacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* StringFacetsChecker_CheckValueFacets_m978AF3302F218DC458394425A0FE953A051EF99A (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, String_t* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, bool ___2_verifyUri, const RuntimeMethod* method) ;
|
|
// System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Parse(System.String,System.Xml.IXmlNamespaceResolver,System.String&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlQualifiedName_Parse_m78CCE431EBDD21AF71F3508B8864DAA2A977DEDE (String_t* ___0_s, RuntimeObject* ___1_nsmgr, String_t** ___2_prefix, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryToInteger(System.String,System.Decimal&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToInteger_m32D04A92FD0365201BD06C06CD0D413F63A4BD42 (String_t* ___0_s, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Int64::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_CompareTo_m1340DE58EE06BE5F2B68745E2D62BDF5DCD9646E (int64_t* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryToInt64(System.String,System.Int64&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToInt64_mC724081FBD7206016D6E60F2A7C8C115EC5AA530 (String_t* ___0_s, int64_t* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Void System.Decimal::.ctor(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_mD42FF624FC0A2122E4F867709F3C03304E99BE71 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Int32::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_CompareTo_m4EB552F8681751642C86952DE0EF0190E688A7BF (int32_t* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryToInt32(System.String,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToInt32_m08AE7735D2EA1A3F7A5DDAD6C42E02C31B53B224 (String_t* ___0_s, int32_t* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Void System.Decimal::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m6DDFD6E3A7A8CDEB1BADF8E09A8D8E1BDA9497A9 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Int16::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int16_CompareTo_m5BD2376522CEE1560FE0B5A3C2B5B1B214A62090 (int16_t* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryToInt16(System.String,System.Int16&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToInt16_m8F2F1BDF9141D0C9F79223B91D2D392F4D4405AE (String_t* ___0_s, int16_t* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Int32 System.SByte::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SByte_CompareTo_mE33D49E0A12617E87A94163442EE207927332D6F (int8_t* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryToSByte(System.String,System.SByte&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToSByte_mFBF6A550A54F7E33E31D63C7BCFE9DBC97431E3F (String_t* ___0_s, int8_t* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Int32 System.UInt64::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt64_CompareTo_m288BA0CFC7A33B21926BEA039FC439AF369935C0 (uint64_t* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryToUInt64(System.String,System.UInt64&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToUInt64_mE2AC52C0B1DD1A259D1E9B2CA4194A4D6AB9B42A (String_t* ___0_s, uint64_t* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Decimal System.Decimal::op_Implicit(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Implicit_mA78C1FC00B4E76A91931998BD4FDE3574A54B090 (uint64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Decimal::.ctor(System.UInt64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m9CB8BFC1B0EDC4847DC5F36E7477E4A60F3E624C (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, uint64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.UInt32::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt32_CompareTo_m7641828869D5AF657A97ACB8AB5E328984F46988 (uint32_t* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryToUInt32(System.String,System.UInt32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToUInt32_m736AB25F4B7D13B492060272BC705B44C3E41512 (String_t* ___0_s, uint32_t* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Void System.Decimal::.ctor(System.UInt32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decimal__ctor_m2A5CA96744F1CA434D87C61A7856FA2F2C2C1191 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, uint32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.UInt16::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UInt16_CompareTo_m02159C1CB7FFBEEEFABB409F3A07F9F6CCD63127 (uint16_t* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryToUInt16(System.String,System.UInt16&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToUInt16_mBB2E9ABB81D0BF66D7B72EB85B058A5C95F9ACD2 (String_t* ___0_s, uint16_t* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Byte::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Byte_CompareTo_m4F4B52E1A3F43E77E2054A5F2178DFBCB23DFF2C (uint8_t* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryToByte(System.String,System.Byte&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToByte_m365107AF1D296D76F98F901BD54E8044145C6019 (String_t* ___0_s, uint8_t* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Double System.Xml.XmlConvert::ToDouble(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_ToDouble_m2418B80456367C61C63D2851ADF27DF906F2077C (String_t* ___0_s, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m8859229CBC18363B2BF879B0EA795397C4B228AB (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Double::IsInfinity(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsInfinity_mF1F2BB1A8094AF95520E754AE9888993EA948B34_inline (double ___0_d, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Double::IsNaN(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline (double ___0_d, const RuntimeMethod* method) ;
|
|
// System.Single System.Xml.XmlConvert::ToSingle(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlConvert_ToSingle_m57D622EA6B6024A02ACA602BA5B0ABDE831E1095 (String_t* ___0_s, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Single::IsInfinity(System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsInfinity_m8D101DE5C104130734F6DCA3E6E86345B064E4AD_inline (float ___0_f, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Single::IsNaN(System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsNaN_mFE637F6ECA9F7697CE8EFF56427858F4C5EDF75D_inline (float ___0_f, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Char::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Char_CompareTo_m8EA6F779C3E8158B00C31C6136699AD3DB8F49E8 (Il2CppChar* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Char System.Xml.XmlConvert::ToChar(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar XmlConvert_ToChar_m0976C51C05E8ECBEBA46A86D0445529415A2FCA6 (String_t* ___0_s, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryToChar(System.String,System.Char&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToChar_mE6F5E18D3152F0EA7700F6E9ACAEFEB91B294A18 (String_t* ___0_s, Il2CppChar* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Decimal System.Xml.XmlConvert::ToDecimal(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F XmlConvert_ToDecimal_mADC865682AA62EC874AFEA0D55B7FBED9A1B6E32 (String_t* ___0_s, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckTotalAndFractionDigits(System.Decimal,System.Int32,System.Int32,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric10FacetsChecker_CheckTotalAndFractionDigits_m3D779F70AA7CE7881B4D69F145F7AE9C61CB097F (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, int32_t ___1_totalDigits, int32_t ___2_fractionDigits, bool ___3_checkTotal, bool ___4_checkFraction, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Guid::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Guid_Equals_mC7349E47BF1CBCBFB4C9032C050DE54AAC10000B (Guid_t* __this, RuntimeObject* ___0_o, const RuntimeMethod* method) ;
|
|
// System.Guid System.Xml.XmlConvert::ToGuid(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t XmlConvert_ToGuid_m3B2378387DFAACD9C495FA98715ECC431A581510 (String_t* ___0_s, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryToGuid(System.String,System.Guid&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToGuid_m87100A1E44B4BE28EEF96868646C4604EE10A32B (String_t* ___0_s, Guid_t* ___1_result, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.Schema.SchemaAttDef::get_DefaultValueExpanded()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaAttDef_get_DefaultValueExpanded_m61569B11E4FBDEED7A35CD5A39675B57CE6DB78F (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method) ;
|
|
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.SchemaDeclBase::get_Datatype()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* SchemaDeclBase_get_Datatype_mE6DE13C3518B65A1CF6E464F12D7D7653247AF90_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.SchemaDeclBase::set_DefaultValueTyped(System.Object)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_DefaultValueTyped_m35E01A5A9C44038AE78774AF2D7B6E627AD66FC1_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::get_Name()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* SchemaDeclBase_get_Name_m013DF0DD721FE902399C2DF4D2E6F8DAD50ECFAE_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.DtdValidator/NamespaceManager::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceManager__ctor_m9E35D31BAFC48B1E68DB6EA658F97D48EC32CBE3 (NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.XmlNamespaceManager::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m6485992B6D88F2C7276E1D562B9F643AD60AD4CD (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.FacetsChecker::CheckWhitespaceFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsChecker_CheckWhitespaceFacets_mF4C52E695C89082BB62D3A8407D28A343A6F753B (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, String_t** ___0_s, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.Schema.FacetsChecker::CheckPatternFacets(System.Xml.Schema.RestrictionFacets,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckPatternFacets_m13374C2B9B9288DCE1227A58966D57150C1A0DA5 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* ___0_restriction, String_t* ___1_value, const RuntimeMethod* method) ;
|
|
// System.String System.Xml.XmlComplianceUtil::CDataNormalize(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_CDataNormalize_m5DE92209D1870DF7E10D8B9B0CAFBA8F0D45FA4D (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m7E96E666FBE7259D7638A3A6A21BE824D2406F49 (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* __this, String_t* ___0_input, const RuntimeMethod* method) ;
|
|
// System.Decimal System.Decimal::op_Implicit(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Implicit_mDBA4FB50BAF9CE8B75AA6ED5ABED7F597CB46177 (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Decimal System.Decimal::op_Multiply(System.Decimal,System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Multiply_mA4945210C6DDD59AB803A2B07BA948E8A1BFD2FC (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ;
|
|
// System.Void System.Xml.Schema.FacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Decimal::op_GreaterThan(System.Decimal,System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThan_m549F09BF0C53D8611E550CA9CCB53543D6DAF717 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Decimal::op_LessThan(System.Decimal,System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_LessThan_mEA888B7F0853F7700602254AAD4AD058C30552F5 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ;
|
|
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6 (const RuntimeMethod* method) ;
|
|
// System.String System.Decimal::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m08256316312F5D05FE3D099C083A99BC694F4762 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Void System.OverflowException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264 (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Decimal::op_GreaterThanOrEqual(System.Decimal,System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_GreaterThanOrEqual_m58389CF06B86290F31B8F12D204D9B8AEBF107F3 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Decimal::op_LessThanOrEqual(System.Decimal,System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_LessThanOrEqual_mDA2C07E8C2E834B7BAA1F921A8A4CEEC480027E1 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Schema.Numeric10FacetsChecker::MatchEnumeration(System.Decimal,System.Collections.ArrayList,System.Xml.Schema.XmlValueConverter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numeric10FacetsChecker_MatchEnumeration_m360473DC822873BBBA34F333B63813B3E6055FA0 (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___2_valueConverter, const RuntimeMethod* method) ;
|
|
// System.Decimal System.Decimal::op_Implicit(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Implicit_m8F9A38760D01B23E6DFF77EA760CCE5111F3656D (int64_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Decimal System.Decimal::op_Implicit(System.Int16)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Implicit_mDBEE9D553761C542A6C4C6071BACC01A7D67E0E9 (int16_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Decimal System.Xml.Schema.FacetsChecker::Power(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F FacetsChecker_Power_m208FDCE8778563CE091A92098B81ACC5A4FCFDC1 (int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method) ;
|
|
// System.Decimal System.Decimal::op_Subtraction(System.Decimal,System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_op_Subtraction_mBDD5FAB14E0E9FA655A4C32B72C39E6BF947DF81 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_d2, const RuntimeMethod* method) ;
|
|
// System.Decimal System.Decimal::Negate(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_Negate_m29E46170CE6DDB013C9F40C9699565C5F3BF47AC (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d, const RuntimeMethod* method) ;
|
|
// System.Decimal System.Decimal::Truncate(System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_Truncate_mC5741EB8C60D8468DC94BEDF10B91C3C9A82D204 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_d, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Schema.Numeric2FacetsChecker::MatchEnumeration(System.Double,System.Collections.ArrayList,System.Xml.Schema.XmlValueConverter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numeric2FacetsChecker_MatchEnumeration_m20DADCEDB719B96CBCC78CB2A95A9EC4F1480DBD (Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9* __this, double ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___2_valueConverter, const RuntimeMethod* method) ;
|
|
// System.Int32 System.TimeSpan::Compare(System.TimeSpan,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_Compare_m93842825875A7C79D2A8A9E16D522AF01673CBEE (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_t1, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___1_t2, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Schema.DurationFacetsChecker::MatchEnumeration(System.TimeSpan,System.Collections.ArrayList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DurationFacetsChecker_MatchEnumeration_mBA6D228A0E38ED291BE77CFB25E99C7F7C0522AF (DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Schema.DateTimeFacetsChecker::MatchEnumeration(System.DateTime,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFacetsChecker_MatchEnumeration_mF6F87F9C172D2F3E3CACB633DAD8DD1A086C3178 (DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) ;
|
|
// System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_mE3996C71B04A4A6845745D01C93B1D27423D0621 (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* __this, String_t* ___0_pattern, int32_t ___1_options, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.Schema.StringFacetsChecker::CheckBuiltInFacets(System.String,System.Xml.Schema.XmlTypeCode,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* StringFacetsChecker_CheckBuiltInFacets_mF78F7DC85FF97080DEE49E9D459CB2D5BD13F7A1 (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, String_t* ___0_s, int32_t ___1_typeCode, bool ___2_verifyUri, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Schema.StringFacetsChecker::MatchEnumeration(System.String,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringFacetsChecker_MatchEnumeration_m8E33470277E47469AAD4D520EB6213C459F6C615 (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, String_t* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::Equals(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryVerifyNormalizedString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryVerifyNormalizedString_m535C18E2A8E3AE22663A6943B7EA07601021AD4E (String_t* ___0_str, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryVerifyTOKEN(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryVerifyTOKEN_m71FE5F2AE5A8AD2949024902F8000BA8F0C5DBDB (String_t* ___0_token, const RuntimeMethod* method) ;
|
|
// System.Text.RegularExpressions.Regex System.Xml.Schema.StringFacetsChecker::get_LanguagePattern()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* StringFacetsChecker_get_LanguagePattern_m7C4FA66052480698F53DA2BF5C84B4F029584825 (const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryVerifyNMTOKEN(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryVerifyNMTOKEN_m83FC60E8F6630AAE72047D09A4DBE49ABAF25617 (String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryVerifyName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryVerifyName_mAD79DF906917DCA8D455B5512DFAD8465DAF7EE7 (String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Exception System.Xml.XmlConvert::TryVerifyNCName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryVerifyNCName_m9DE511C64B5316F302DCDEC90D97C2D96ADECE99 (String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Schema.QNameFacetsChecker::MatchEnumeration(System.Xml.XmlQualifiedName,System.Collections.ArrayList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QNameFacetsChecker_MatchEnumeration_mAF55A812280836578DE85A1EBEEA023A0634410F (QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Xml.Schema.BinaryFacetsChecker::MatchEnumeration(System.Byte[],System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryFacetsChecker_MatchEnumeration_m94A226E5C4D5D1FED37A50209F3669C03BB538E5 (BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method) ;
|
|
// System.Int64 System.BitConverter::DoubleToInt64Bits(System.Double)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline (double ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.BitConverter::SingleToInt32Bits(System.Single)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BitConverter_SingleToInt32Bits_mC760C7CFC89725E3CF68DC45BE3A9A42A7E7DA73_inline (float ___0_value, const RuntimeMethod* method) ;
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo::.ctor(System.Xml.Serialization.XmlSerializationWriterInterpreter,System.Xml.Serialization.XmlTypeMapping)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackInfo__ctor_m8F675D9CC25A5368226CB51B0931B527F5FA9439 (CallbackInfo_t89714EAF889C7E9B3682A74ADF45DDACC78E60B2* __this, XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* ___0_swi, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___1_typeMap, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* L_0 = ___0_swi;
|
|
__this->____swi_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____swi_0), (void*)L_0);
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_1 = ___1_typeMap;
|
|
__this->____typeMap_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____typeMap_1), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo::WriteObject(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackInfo_WriteObject_m5D5ED881A0F8AA17A296B0ABFE6063800F096564 (CallbackInfo_t89714EAF889C7E9B3682A74ADF45DDACC78E60B2* __this, RuntimeObject* ___0_ob, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* L_0 = __this->____swi_0;
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_1 = __this->____typeMap_1;
|
|
RuntimeObject* L_2 = ___0_ob;
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_3 = __this->____typeMap_1;
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = XmlMapping_get_ElementName_m2BDBF7797A1F38972A4355CF694E0D468B2A9FC0_inline(L_3, NULL);
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_5 = __this->____typeMap_1;
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = XmlMapping_get_Namespace_m196651C91FB3C3442AC616C977345E89450F024F_inline(L_5, NULL);
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker7< XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9*, RuntimeObject*, String_t*, String_t*, bool, bool, bool >::Invoke(5 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObject(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String,System.Boolean,System.Boolean,System.Boolean) */, L_0, L_1, L_2, L_4, L_6, (bool)0, (bool)0, (bool)0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo::WriteEnum(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackInfo_WriteEnum_m277626A9EC6D2C4713BA8BD4C45174875727F869 (CallbackInfo_t89714EAF889C7E9B3682A74ADF45DDACC78E60B2* __this, RuntimeObject* ___0_ob, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* L_0 = __this->____swi_0;
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_1 = __this->____typeMap_1;
|
|
RuntimeObject* L_2 = ___0_ob;
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_3 = __this->____typeMap_1;
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = XmlMapping_get_ElementName_m2BDBF7797A1F38972A4355CF694E0D468B2A9FC0_inline(L_3, NULL);
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_5 = __this->____typeMap_1;
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = XmlMapping_get_Namespace_m196651C91FB3C3442AC616C977345E89450F024F_inline(L_5, NULL);
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker7< XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9*, RuntimeObject*, String_t*, String_t*, bool, bool, bool >::Invoke(5 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObject(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String,System.Boolean,System.Boolean,System.Boolean) */, L_0, L_1, L_2, L_4, L_6, (bool)0, (bool)1, (bool)0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Serialization.XmlSerializer::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer__cctor_m892E3B0E66A41F03ADE5B573B41124D0CE79F6E8 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
((XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_il2cpp_TypeInfo_var))->___backgroundGeneration_1 = (bool)1;
|
|
((XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_il2cpp_TypeInfo_var))->___deleteTempFiles_2 = (bool)1;
|
|
((XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_il2cpp_TypeInfo_var))->___generatorFallback_3 = (bool)1;
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_0, NULL);
|
|
((XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_il2cpp_TypeInfo_var))->___serializerTypes_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_il2cpp_TypeInfo_var))->___serializerTypes_7), (void*)L_0);
|
|
V_0 = (String_t*)NULL;
|
|
((XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_il2cpp_TypeInfo_var))->___generationThreshold_0 = (-1);
|
|
((XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_il2cpp_TypeInfo_var))->___backgroundGeneration_1 = (bool)0;
|
|
String_t* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49, NULL);
|
|
G_B3_0 = ((int32_t)(L_3));
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
G_B3_0 = 1;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
((XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_il2cpp_TypeInfo_var))->___deleteTempFiles_2 = (bool)G_B3_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlSerializer::.ctor(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer__ctor_m3B27E3092ABEAA766FD4002A0F5D786992060604 (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, Type_t* ___0_type, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t* L_0 = ___0_type;
|
|
XmlSerializer__ctor_m0DAA131F7E266D7999D10E867963DD2C4907C796(__this, L_0, (XmlAttributeOverrides_tEE6AE9EC795CDEF943B35BA538C86222F905EB60*)NULL, (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)NULL, (XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF*)NULL, (String_t*)NULL, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlSerializer::.ctor(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer__ctor_m0DAA131F7E266D7999D10E867963DD2C4907C796 (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, Type_t* ___0_type, XmlAttributeOverrides_tEE6AE9EC795CDEF943B35BA538C86222F905EB60* ___1_overrides, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___2_extraTypes, XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* ___3_root, String_t* ___4_defaultNamespace, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReflectionImporter_t35377D35396A0B7AF610724CE3256E34C0D271E6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlReflectionImporter_t35377D35396A0B7AF610724CE3256E34C0D271E6* V_0 = NULL;
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Type_t* V_3 = NULL;
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
Type_t* L_0 = ___0_type;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer__ctor_m0DAA131F7E266D7999D10E867963DD2C4907C796_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
XmlAttributeOverrides_tEE6AE9EC795CDEF943B35BA538C86222F905EB60* L_3 = ___1_overrides;
|
|
String_t* L_4 = ___4_defaultNamespace;
|
|
XmlReflectionImporter_t35377D35396A0B7AF610724CE3256E34C0D271E6* L_5 = (XmlReflectionImporter_t35377D35396A0B7AF610724CE3256E34C0D271E6*)il2cpp_codegen_object_new(XmlReflectionImporter_t35377D35396A0B7AF610724CE3256E34C0D271E6_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
XmlReflectionImporter__ctor_mF3C2C417DAF876C4EFE9C4F415FAF171D6B7A142(L_5, L_3, L_4, NULL);
|
|
V_0 = L_5;
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_6 = ___2_extraTypes;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_7 = ___2_extraTypes;
|
|
V_1 = L_7;
|
|
V_2 = 0;
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_8 = V_1;
|
|
int32_t L_9 = V_2;
|
|
NullCheck(L_8);
|
|
int32_t L_10 = L_9;
|
|
Type_t* L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
V_3 = L_11;
|
|
XmlReflectionImporter_t35377D35396A0B7AF610724CE3256E34C0D271E6* L_12 = V_0;
|
|
Type_t* L_13 = V_3;
|
|
NullCheck(L_12);
|
|
XmlReflectionImporter_IncludeType_mE13BACE7F8651EA6C6C9B8C8D8257D27CEE9D1BD(L_12, L_13, NULL);
|
|
int32_t L_14 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
int32_t L_15 = V_2;
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
if ((((int32_t)L_15) < ((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
XmlReflectionImporter_t35377D35396A0B7AF610724CE3256E34C0D271E6* L_17 = V_0;
|
|
Type_t* L_18 = ___0_type;
|
|
XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* L_19 = ___3_root;
|
|
String_t* L_20 = ___4_defaultNamespace;
|
|
NullCheck(L_17);
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_21;
|
|
L_21 = XmlReflectionImporter_ImportTypeMapping_m9A034588C8D63CE07DB971D8C4647FE55145077D(L_17, L_18, L_19, L_20, NULL);
|
|
__this->___typeMapping_5 = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___typeMapping_5), (void*)L_21);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlSerializer::OnUnknownAttribute(System.Xml.Serialization.XmlAttributeEventArgs)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_OnUnknownAttribute_m83955AABD86AF00C5605A838877C54C48F01EC67 (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, XmlAttributeEventArgs_tE2113D9D778F9CC7EBD3D619A0342DB8C9CC7897* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlAttributeEventHandler_tA9EE5C77A13FDC19DB5B3340F27245C620480F65* L_0 = __this->___onUnknownAttribute_9;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
XmlAttributeEventHandler_tA9EE5C77A13FDC19DB5B3340F27245C620480F65* L_1 = __this->___onUnknownAttribute_9;
|
|
XmlAttributeEventArgs_tE2113D9D778F9CC7EBD3D619A0342DB8C9CC7897* L_2 = ___0_e;
|
|
NullCheck(L_1);
|
|
XmlAttributeEventHandler_Invoke_m99D8E43DDDA786B20D62CC1A2BEE07B550FD459D_inline(L_1, __this, L_2, NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlSerializer::OnUnknownElement(System.Xml.Serialization.XmlElementEventArgs)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_OnUnknownElement_m40BA866EF7DE746B508A1815F5D833B63D1E05A0 (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, XmlElementEventArgs_t415AB97F2EC45400E0E5FD5DCEE66D2FC4912036* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlElementEventHandler_tA1451D76D0A21C15B71AC8B380CC097DF71951F3* L_0 = __this->___onUnknownElement_10;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
XmlElementEventHandler_tA1451D76D0A21C15B71AC8B380CC097DF71951F3* L_1 = __this->___onUnknownElement_10;
|
|
XmlElementEventArgs_t415AB97F2EC45400E0E5FD5DCEE66D2FC4912036* L_2 = ___0_e;
|
|
NullCheck(L_1);
|
|
XmlElementEventHandler_Invoke_m46A4766C6A278307DA5CA525C68490202667A38A_inline(L_1, __this, L_2, NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlSerializer::OnUnknownNode(System.Xml.Serialization.XmlNodeEventArgs)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_OnUnknownNode_m3CB84FB8D0BC988F6A16253DA80D6165E28DC7DA (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, XmlNodeEventArgs_tD4D3A349309C779296ED1395F49A9D4793D2E21D* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlNodeEventHandler_t32503D9F2F1A9E9E183779774CEFC13425BF6670* L_0 = __this->___onUnknownNode_11;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
XmlNodeEventHandler_t32503D9F2F1A9E9E183779774CEFC13425BF6670* L_1 = __this->___onUnknownNode_11;
|
|
XmlNodeEventArgs_tD4D3A349309C779296ED1395F49A9D4793D2E21D* L_2 = ___0_e;
|
|
NullCheck(L_1);
|
|
XmlNodeEventHandler_Invoke_mD6415CD57C5676C16FFFABFA463D1D68AC910D91_inline(L_1, __this, L_2, NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlSerializer::OnUnreferencedObject(System.Xml.Serialization.UnreferencedObjectEventArgs)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_OnUnreferencedObject_mEBD84F2A2C0972DC90465593AD4BBF211591E9E6 (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, UnreferencedObjectEventArgs_tA88A95B9F0BE849323A166089D04903D288C5760* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
UnreferencedObjectEventHandler_t7342B517610EE6E277FB060ED3C983CE68E0463A* L_0 = __this->___onUnreferencedObject_8;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
UnreferencedObjectEventHandler_t7342B517610EE6E277FB060ED3C983CE68E0463A* L_1 = __this->___onUnreferencedObject_8;
|
|
UnreferencedObjectEventArgs_tA88A95B9F0BE849323A166089D04903D288C5760* L_2 = ___0_e;
|
|
NullCheck(L_1);
|
|
UnreferencedObjectEventHandler_Invoke_m8877BE504717016EC402AE274F191FB7B64FB458_inline(L_1, __this, L_2, NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlSerializationReader System.Xml.Serialization.XmlSerializer::CreateReader()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597* XmlSerializer_CreateReader_mFF7A9328B1A882BAE053F9A97E9BE08CFB6D4A59 (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_CreateReader_mFF7A9328B1A882BAE053F9A97E9BE08CFB6D4A59_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializer::CreateWriter()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* XmlSerializer_CreateWriter_mF409D1E7D954220C0567920449C9024C6DC9E2CA (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_CreateWriter_mF409D1E7D954220C0567920449C9024C6DC9E2CA_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Object System.Xml.Serialization.XmlSerializer::Deserialize(System.IO.TextReader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializer_Deserialize_m7487D353E77EED4F6A255D415AE87DBCBC0A6E2D (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___0_textReader, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B* V_0 = NULL;
|
|
{
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_0 = ___0_textReader;
|
|
XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B* L_1 = (XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B*)il2cpp_codegen_object_new(XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
XmlTextReader__ctor_mC97F8050EA5BC3E461C2B682AF238D00196594AF(L_1, L_0, NULL);
|
|
V_0 = L_1;
|
|
XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
XmlTextReader_set_Normalization_m768F00DAC7C1B4BAA7F6A39CF041610777680E14(L_2, (bool)1, NULL);
|
|
XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
XmlTextReader_set_WhitespaceHandling_m7288BA1929C27448D6D26A744C102FA5F2628192(L_3, 1, NULL);
|
|
XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B* L_4 = V_0;
|
|
RuntimeObject* L_5;
|
|
L_5 = XmlSerializer_Deserialize_m3F8DFF8F5A4052487062BAB8C60C110FA9AE40A8(__this, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Object System.Xml.Serialization.XmlSerializer::Deserialize(System.Xml.XmlReader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializer_Deserialize_m3F8DFF8F5A4052487062BAB8C60C110FA9AE40A8 (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_xmlReader, const RuntimeMethod* method)
|
|
{
|
|
XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597* V_0 = NULL;
|
|
{
|
|
bool L_0 = __this->___customSerializer_4;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597* L_1;
|
|
L_1 = VirtualFuncInvoker0< XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597* >::Invoke(8 /* System.Xml.Serialization.XmlSerializationReader System.Xml.Serialization.XmlSerializer::CreateReader() */, __this);
|
|
V_0 = L_1;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* L_2 = __this->___typeMapping_5;
|
|
XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597* L_3;
|
|
L_3 = XmlSerializer_CreateReader_mA0B60291B13CE14CAE5F8908CA3BE1578328FC52(__this, L_2, NULL);
|
|
V_0 = L_3;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597* L_4 = V_0;
|
|
XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_5 = ___0_xmlReader;
|
|
NullCheck(L_4);
|
|
XmlSerializationReader_Initialize_m6788A7360CD9F0E55CBD18B68481A2A8AB55A5B8(L_4, L_5, __this, NULL);
|
|
XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597* L_6 = V_0;
|
|
RuntimeObject* L_7;
|
|
L_7 = VirtualFuncInvoker1< RuntimeObject*, XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597* >::Invoke(10 /* System.Object System.Xml.Serialization.XmlSerializer::Deserialize(System.Xml.Serialization.XmlSerializationReader) */, __this, L_6);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Object System.Xml.Serialization.XmlSerializer::Deserialize(System.Xml.Serialization.XmlSerializationReader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializer_Deserialize_mF6A93541E4FA8342534ACCA762F854541EBCD86B (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597* ___0_reader, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
Exception_t* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 2> __active_exceptions;
|
|
{
|
|
bool L_0 = __this->___customSerializer_4;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_1 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_1, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_Deserialize_mF6A93541E4FA8342534ACCA762F854541EBCD86B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597* L_2 = ___0_reader;
|
|
if (!((XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8*)IsInstClass((RuntimeObject*)L_2, XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0025_1;
|
|
}
|
|
}
|
|
{
|
|
XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597* L_3 = ___0_reader;
|
|
NullCheck(((XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8*)CastclassClass((RuntimeObject*)L_3, XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8_il2cpp_TypeInfo_var)));
|
|
RuntimeObject* L_4;
|
|
L_4 = XmlSerializationReaderInterpreter_ReadRoot_mC64D2353CEDB7BDABAB7A640D8681396BB046B4E(((XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8*)CastclassClass((RuntimeObject*)L_3, XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8_il2cpp_TypeInfo_var)), NULL);
|
|
V_0 = L_4;
|
|
goto IL_0060;
|
|
}
|
|
|
|
IL_0025_1:
|
|
{
|
|
}
|
|
try
|
|
{// begin try (depth: 2)
|
|
SerializerData_t80E5CC9586C1782157CDE6EA3518737643CEDDDF* L_5 = __this->___serializerData_6;
|
|
NullCheck(L_5);
|
|
MethodInfo_t* L_6 = L_5->___ReaderMethod_0;
|
|
XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597* L_7 = ___0_reader;
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_8;
|
|
L_8 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_6, L_7, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL, NULL);
|
|
V_0 = L_8;
|
|
goto IL_0060;
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_003b_1;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003b_1:
|
|
{// begin catch(System.Reflection.TargetInvocationException)
|
|
NullCheck(((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)));
|
|
Exception_t* L_9;
|
|
L_9 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_Deserialize_mF6A93541E4FA8342534ACCA762F854541EBCD86B_RuntimeMethod_var)));
|
|
}// end catch (depth: 2)
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0041;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0041:
|
|
{// begin catch(System.Exception)
|
|
{
|
|
V_1 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
|
|
Exception_t* L_10 = V_1;
|
|
if (((InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)IsInstClass((RuntimeObject*)L_10, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
Exception_t* L_11 = V_1;
|
|
if (!((InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)IsInstClass((RuntimeObject*)L_11, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)))))
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
Exception_t* L_12 = V_1;
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_13 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_13);
|
|
InvalidOperationException__ctor_m63F5561BE647F655D22C8289E53A5D3A2196B668(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA0456228CB07E3980C756D1BE420870078E58D64)), L_12, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_Deserialize_mF6A93541E4FA8342534ACCA762F854541EBCD86B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
|
|
}
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0060:
|
|
{
|
|
RuntimeObject* L_14 = V_0;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.Object,System.Xml.Serialization.XmlSerializationWriter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_Serialize_m4B83578545703FEF01E48C05DD5EFDF15E301964 (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, RuntimeObject* ___0_o, XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* ___1_writer, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
bool L_0 = __this->___customSerializer_4;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_1 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_1, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_Serialize_m4B83578545703FEF01E48C05DD5EFDF15E301964_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* L_2 = ___1_writer;
|
|
if (!((XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9*)IsInstClass((RuntimeObject*)L_2, XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* L_3 = ___1_writer;
|
|
RuntimeObject* L_4 = ___0_o;
|
|
NullCheck(((XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9*)CastclassClass((RuntimeObject*)L_3, XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9_il2cpp_TypeInfo_var)));
|
|
XmlSerializationWriterInterpreter_WriteRoot_mDF5734ADBE4AE54FE85FF14C378249F22DCDDCAE(((XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9*)CastclassClass((RuntimeObject*)L_3, XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9_il2cpp_TypeInfo_var)), L_4, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
SerializerData_t80E5CC9586C1782157CDE6EA3518737643CEDDDF* L_5 = __this->___serializerData_6;
|
|
NullCheck(L_5);
|
|
MethodInfo_t* L_6 = L_5->___WriterMethod_2;
|
|
XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* L_7 = ___1_writer;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = L_8;
|
|
RuntimeObject* L_10 = ___0_o;
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, L_10);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_10);
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_11;
|
|
L_11 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_6, L_7, L_9, NULL);
|
|
goto IL_0048;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0042;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0042:
|
|
{// begin catch(System.Reflection.TargetInvocationException)
|
|
NullCheck(((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)));
|
|
Exception_t* L_12;
|
|
L_12 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IL2CPP_GET_ACTIVE_EXCEPTION(TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_Serialize_m4B83578545703FEF01E48C05DD5EFDF15E301964_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0048:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.IO.TextWriter,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_Serialize_m2EEA80F41157A3088A0E74EB55EA04ECAEE32CCF (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___0_textWriter, RuntimeObject* ___1_o, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B* V_0 = NULL;
|
|
{
|
|
TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = ___0_textWriter;
|
|
XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B* L_1 = (XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B*)il2cpp_codegen_object_new(XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
XmlTextWriter__ctor_m4AE8363DFA5B2D16F3750514727C63D4A0096489(L_1, L_0, NULL);
|
|
V_0 = L_1;
|
|
XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
XmlTextWriter_set_Formatting_mD13223E0443AB804ED5063976D4A8372BE7D7FA3(L_2, 1, NULL);
|
|
XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B* L_3 = V_0;
|
|
RuntimeObject* L_4 = ___1_o;
|
|
XmlSerializer_Serialize_mA94F97CFE1760586CA9CFE865B5593DC0ADFCBB0(__this, L_3, L_4, (XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93*)NULL, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.Xml.XmlWriter,System.Object,System.Xml.Serialization.XmlSerializerNamespaces)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_Serialize_mA94F97CFE1760586CA9CFE865B5593DC0ADFCBB0 (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* ___0_xmlWriter, RuntimeObject* ___1_o, XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* ___2_namespaces, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D67ADE9CC145DA3A39BC63DF500A7B0EC88CE4A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C014955313A7D33D5D04696B884B25325E6393C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral805B49550CB3377ECB61B1B75AB5C38E884BA80C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* V_0 = NULL;
|
|
Exception_t* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
bool L_0 = __this->___customSerializer_4;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0011_1;
|
|
}
|
|
}
|
|
{
|
|
XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* L_1;
|
|
L_1 = VirtualFuncInvoker0< XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* >::Invoke(9 /* System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializer::CreateWriter() */, __this);
|
|
V_0 = L_1;
|
|
goto IL_001e_1;
|
|
}
|
|
|
|
IL_0011_1:
|
|
{
|
|
XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* L_2 = __this->___typeMapping_5;
|
|
XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* L_3;
|
|
L_3 = XmlSerializer_CreateWriter_m63DD57F83F741F8457EF2DD61C399E0D08CAB75D(__this, L_2, NULL);
|
|
V_0 = L_3;
|
|
}
|
|
|
|
IL_001e_1:
|
|
{
|
|
XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* L_4 = ___2_namespaces;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0029_1;
|
|
}
|
|
}
|
|
{
|
|
XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* L_5 = ___2_namespaces;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = XmlSerializerNamespaces_get_Count_mED22239758B4ED23956188752797F66FD3C3F0D2(L_5, NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0050_1;
|
|
}
|
|
}
|
|
|
|
IL_0029_1:
|
|
{
|
|
XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* L_7 = (XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93*)il2cpp_codegen_object_new(XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
XmlSerializerNamespaces__ctor_mBE51E0E9233359BCF1602C6200E9D85084E83E91(L_7, NULL);
|
|
___2_namespaces = L_7;
|
|
XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* L_8 = ___2_namespaces;
|
|
NullCheck(L_8);
|
|
XmlSerializerNamespaces_Add_m4204802D44C6E5763F669D618F0B3D2B7BE49C4B(L_8, _stringLiteral6D67ADE9CC145DA3A39BC63DF500A7B0EC88CE4A, _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C, NULL);
|
|
XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* L_9 = ___2_namespaces;
|
|
NullCheck(L_9);
|
|
XmlSerializerNamespaces_Add_m4204802D44C6E5763F669D618F0B3D2B7BE49C4B(L_9, _stringLiteral805B49550CB3377ECB61B1B75AB5C38E884BA80C, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL);
|
|
}
|
|
|
|
IL_0050_1:
|
|
{
|
|
XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* L_10 = V_0;
|
|
XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_11 = ___0_xmlWriter;
|
|
XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* L_12 = ___2_namespaces;
|
|
NullCheck(L_10);
|
|
XmlSerializationWriter_Initialize_m11222210CAC28774F29C1EE771F734E71D70E95C(L_10, L_11, L_12, NULL);
|
|
RuntimeObject* L_13 = ___1_o;
|
|
XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* L_14 = V_0;
|
|
VirtualActionInvoker2< RuntimeObject*, XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* >::Invoke(11 /* System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.Object,System.Xml.Serialization.XmlSerializationWriter) */, __this, L_13, L_14);
|
|
XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_15 = ___0_xmlWriter;
|
|
NullCheck(L_15);
|
|
VirtualActionInvoker0::Invoke(20 /* System.Void System.Xml.XmlWriter::Flush() */, L_15);
|
|
goto IL_0096;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0068;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0068:
|
|
{// begin catch(System.Exception)
|
|
{
|
|
V_1 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
|
|
Exception_t* L_16 = V_1;
|
|
if (!((TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2*)IsInstSealed((RuntimeObject*)L_16, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2_il2cpp_TypeInfo_var)))))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
Exception_t* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
Exception_t* L_18;
|
|
L_18 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(L_17, NULL);
|
|
V_1 = L_18;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
Exception_t* L_19 = V_1;
|
|
if (((InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)IsInstClass((RuntimeObject*)L_19, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)))))
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
Exception_t* L_20 = V_1;
|
|
if (!((InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)IsInstClass((RuntimeObject*)L_20, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)))))
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
Exception_t* L_21 = V_1;
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_22 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_22);
|
|
InvalidOperationException__ctor_m63F5561BE647F655D22C8289E53A5D3A2196B668(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral26B7C05AA4B2488CAA1781DA8040534799003358)), L_21, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_Serialize_mA94F97CFE1760586CA9CFE865B5593DC0ADFCBB0_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
|
|
}
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0096:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializer::CreateWriter(System.Xml.Serialization.XmlMapping)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* XmlSerializer_CreateWriter_m63DD57F83F741F8457EF2DD61C399E0D08CAB75D (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* ___0_typeMapping, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* V_0 = NULL;
|
|
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* V_1 = NULL;
|
|
bool V_2 = false;
|
|
SerializerData_t80E5CC9586C1782157CDE6EA3518737643CEDDDF* V_3 = NULL;
|
|
bool V_4 = false;
|
|
XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* V_5 = NULL;
|
|
{
|
|
V_1 = __this;
|
|
V_2 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0049:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_0 = V_2;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* L_1 = V_1;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_1, NULL);
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* L_2 = V_1;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_2, (&V_2), NULL);
|
|
SerializerData_t80E5CC9586C1782157CDE6EA3518737643CEDDDF* L_3 = __this->___serializerData_6;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0047_1;
|
|
}
|
|
}
|
|
{
|
|
SerializerData_t80E5CC9586C1782157CDE6EA3518737643CEDDDF* L_4 = __this->___serializerData_6;
|
|
V_3 = L_4;
|
|
V_4 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0034_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
bool L_5 = V_4;
|
|
if (!L_5)
|
|
{
|
|
goto IL_003e_1;
|
|
}
|
|
}
|
|
{
|
|
SerializerData_t80E5CC9586C1782157CDE6EA3518737643CEDDDF* L_6 = V_3;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_6, NULL);
|
|
}
|
|
|
|
IL_003e_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
SerializerData_t80E5CC9586C1782157CDE6EA3518737643CEDDDF* L_7 = V_3;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_7, (&V_4), NULL);
|
|
SerializerData_t80E5CC9586C1782157CDE6EA3518737643CEDDDF* L_8 = __this->___serializerData_6;
|
|
NullCheck(L_8);
|
|
XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* L_9;
|
|
L_9 = SerializerData_CreateWriter_mD1B269EA292DDBF9FF0CC942CB18A7AA3F3A855C(L_8, NULL);
|
|
V_0 = L_9;
|
|
goto IL_003f_1;
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003f_1:
|
|
{
|
|
XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* L_10 = V_0;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0047_1;
|
|
}
|
|
}
|
|
{
|
|
XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* L_11 = V_0;
|
|
V_5 = L_11;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_0047_1:
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* L_12 = ___0_typeMapping;
|
|
XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* L_13 = (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9*)il2cpp_codegen_object_new(XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_13);
|
|
XmlSerializationWriterInterpreter__ctor_m03635FE7701F9E8ACEC9CF5D213284C18820CDDB(L_13, L_12, NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* L_14 = V_5;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlSerializationReader System.Xml.Serialization.XmlSerializer::CreateReader(System.Xml.Serialization.XmlMapping)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597* XmlSerializer_CreateReader_mA0B60291B13CE14CAE5F8908CA3BE1578328FC52 (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* ___0_typeMapping, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* L_0 = ___0_typeMapping;
|
|
XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8* L_1 = (XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8*)il2cpp_codegen_object_new(XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
XmlSerializationReaderInterpreter__ctor_m6C881FC54D45877C33279E7DE29C17C53B821459(L_1, L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializer/SerializerData::CreateWriter()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* SerializerData_CreateWriter_mD1B269EA292DDBF9FF0CC942CB18A7AA3F3A855C (SerializerData_t80E5CC9586C1782157CDE6EA3518737643CEDDDF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Type_t* L_0 = __this->___WriterType_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_0, (Type_t*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
Type_t* L_2 = __this->___WriterType_1;
|
|
RuntimeObject* L_3;
|
|
L_3 = Activator_CreateInstance_mFF030428C64FDDFACC74DFAC97388A1C628BFBCF(L_2, NULL);
|
|
return ((XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B*)CastclassClass((RuntimeObject*)L_3, XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
XmlSerializerImplementation_tA5FE9BE0F0A19E7D007C585CFCB9A983FD88CE57* L_4 = __this->___Implementation_3;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
XmlSerializerImplementation_tA5FE9BE0F0A19E7D007C585CFCB9A983FD88CE57* L_5 = __this->___Implementation_3;
|
|
NullCheck(L_5);
|
|
XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* L_6;
|
|
L_6 = VirtualFuncInvoker0< XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* >::Invoke(4 /* System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializerImplementation::get_Writer() */, L_5);
|
|
return L_6;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
return (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B*)NULL;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Serialization.XmlSerializationWriter System.Xml.Serialization.XmlSerializerImplementation::get_Writer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* XmlSerializerImplementation_get_Writer_mAF12CDF082924FA5DC0A52A39662B78FCB545001 (XmlSerializerImplementation_tA5FE9BE0F0A19E7D007C585CFCB9A983FD88CE57* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
NotSupportedException__ctor_m1398D0CDE19B36AA3DE9392879738C1EA2439CDF(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializerImplementation_get_Writer_mAF12CDF082924FA5DC0A52A39662B78FCB545001_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.String System.Xml.Serialization.XmlTextAttribute::get_DataType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextAttribute_get_DataType_m6B266372322103E2D735DC26D210652ECD475B07 (XmlTextAttribute_tAA8BE9BA759F78BB4CDF00D3848B7746C0EDEFE0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = __this->___dataType_0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = __this->___dataType_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Serialization.XmlTextAttribute::get_Type()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* XmlTextAttribute_get_Type_m6D956F711B1336CEAE650DDC4A35A9899CEF9861 (XmlTextAttribute_tAA8BE9BA759F78BB4CDF00D3848B7746C0EDEFE0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t* L_0 = __this->___type_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean System.Xml.Serialization.XmlTypeAttribute::get_IncludeInSchema()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeAttribute_get_IncludeInSchema_mDC85FE2BB6FE9BE2A457394CEEF91341CAA84DA3 (XmlTypeAttribute_t0EC23A25BEDDEB533D28BD2B87F5B3270E718EE5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___includeInSchema_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Xml.Serialization.XmlTypeAttribute::get_Namespace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeAttribute_get_Namespace_m856E7657F70CD29601993200EEAA7D1771F0FCC9 (XmlTypeAttribute_t0EC23A25BEDDEB533D28BD2B87F5B3270E718EE5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___ns_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Xml.Serialization.XmlTypeAttribute::get_TypeName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeAttribute_get_TypeName_mB06CCEC7168EF5AF9B5286049A3E0571CAFDAD42 (XmlTypeAttribute_t0EC23A25BEDDEB533D28BD2B87F5B3270E718EE5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = __this->___typeName_2;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = __this->___typeName_2;
|
|
return L_2;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Serialization.XmlTypeMapElementInfo::.ctor(System.Xml.Serialization.XmlTypeMapMember,System.Xml.Serialization.TypeData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo__ctor_m8E544F8C477BEB4FBA162B7D5B2DB2502EB4EE1D (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* ___0_member, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___1_type, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->____namespace_1 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____namespace_1), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
__this->____wrappedElement_9 = (bool)1;
|
|
__this->____explicitOrder_10 = (-1);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_0 = ___0_member;
|
|
__this->____member_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____member_3), (void*)L_0);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_1 = ___1_type;
|
|
__this->____type_8 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____type_8), (void*)L_1);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_2 = ___1_type;
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = TypeData_get_IsValueType_m6A1F44C35FE034599DE34B16D1E5DFD8B83A021B(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_4 = ___1_type;
|
|
NullCheck(L_4);
|
|
bool L_5;
|
|
L_5 = TypeData_get_IsNullable_m31728B62ACF57A01989472F565DAAC86DA179D07(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
__this->____isNullable_5 = (bool)1;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapElementInfo::get_TypeData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_0 = __this->____type_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Object System.Xml.Serialization.XmlTypeMapElementInfo::get_ChoiceValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTypeMapElementInfo_get_ChoiceValue_m7BC9464A497AFA7A1BF250BA0D88928706C6412E (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->____choiceValue_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_ChoiceValue(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_ChoiceValue_m51083B31BC4A97D6C58F2A8FA96355BED2E37AAB (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___0_value;
|
|
__this->____choiceValue_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____choiceValue_4), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_ElementName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____elementName_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_ElementName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_ElementName_mEE8DF5FA9A346D3D437DF38E2B5E0BC20AA5DC40 (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->____elementName_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____elementName_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_Namespace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498 (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____namespace_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_Namespace(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_Namespace_mB1BAB4E18DAF612183E318500F2010C73D7B3B5A (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->____namespace_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____namespace_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_DataTypeNamespace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_DataTypeNamespace_mA8278DAED1A896D6AC2B28664C54E0D81155252D (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_0 = __this->____mappedType_7;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_1 = __this->____mappedType_7;
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = XmlTypeMapping_get_XmlTypeNamespace_m9EF835B324606DBC55DF96AEFD62A9F4F7ED2B96(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String System.Xml.Serialization.XmlTypeMapElementInfo::get_DataTypeName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_DataTypeName_mBC6E8CA4DD76FEE0551BFB93992D49C1C143519E (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_0 = __this->____mappedType_7;
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_1;
|
|
L_1 = XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline(__this, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = TypeData_get_XmlType_m06749C1B19C57EB8649CBCD9B106C014DF511453_inline(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_3 = __this->____mappedType_7;
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = XmlTypeMapping_get_XmlType_m5A30CB4EE3541CC1C65003757D5E743042846222_inline(L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaForm System.Xml.Serialization.XmlTypeMapElementInfo::get_Form()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTypeMapElementInfo_get_Form_m6D632374F4C5C58870DFDB60928B518C216180FA (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____form_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_Form(System.Xml.Schema.XmlSchemaForm)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_Form_m404075D5C7B4E4CE0EC5ED46881D4D84C73E0102 (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->____form_2 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapElementInfo::get_MappedType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032 (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_0 = __this->____mappedType_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_MappedType(System.Xml.Serialization.XmlTypeMapping)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_MappedType_m2FD5B0A4823A3FAF00E86D03C959D9B0E0D2A409 (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_0 = ___0_value;
|
|
__this->____mappedType_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____mappedType_7), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_IsNullable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_IsNullable_m5E6F72E9E7ADFA39100C6C0FFA1585BCDE4ACE75 (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->____isNullable_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_IsNullable(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_IsNullable_m3F3A06CB2CB7DACBB6CF90B60346469EA5EE0A6F (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->____isNullable_5 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.XmlTypeMapElementInfo::get_Member()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* XmlTypeMapElementInfo_get_Member_m6212D4CEC25E2BC416734944F4A82DE373456742 (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_0 = __this->____member_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_NestingLevel(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_NestingLevel_m104B8F548E5E7B0982E55AFA8900F9BB4E0E1A35 (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->____nestingLevel_6 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_MultiReferenceType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_MultiReferenceType_m4176293D1962C6176A28D752B43F207817A93D2F (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_0 = __this->____mappedType_7;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_1 = __this->____mappedType_7;
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = XmlTypeMapping_get_MultiReferenceType_m6FF513956B40419EBD15B5C1D3B0DEA151AABD84_inline(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_WrappedElement()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_WrappedElement_m4A1874E9B5785B35A519EC5266425156A3B78468 (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->____wrappedElement_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_WrappedElement(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_WrappedElement_m45FA9CFAFC7B8EB395F59D7832542F3410089195 (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->____wrappedElement_9 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_IsTextElement()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_IsTextElement_m264B22862789A3E5250E3BC780F0E888115596AF (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral299A91A94BC12579A25B9F1508F87ACC3282548C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0;
|
|
L_0 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(__this, NULL);
|
|
bool L_1;
|
|
L_1 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_0, _stringLiteral299A91A94BC12579A25B9F1508F87ACC3282548C, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_IsTextElement(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_IsTextElement_mCE031A8FDAFEACF48094CCDF5C90BBB2A64E2655 (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral299A91A94BC12579A25B9F1508F87ACC3282548C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = ___0_value;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
Exception_t* L_1 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC4E721B999A0498B0D3E99AFADED5BDAD3296EC8)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTypeMapElementInfo_set_IsTextElement_mCE031A8FDAFEACF48094CCDF5C90BBB2A64E2655_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
XmlTypeMapElementInfo_set_ElementName_mEE8DF5FA9A346D3D437DF38E2B5E0BC20AA5DC40_inline(__this, _stringLiteral299A91A94BC12579A25B9F1508F87ACC3282548C, NULL);
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlTypeMapElementInfo_set_Namespace_mB1BAB4E18DAF612183E318500F2010C73D7B3B5A_inline(__this, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_IsUnnamedAnyElement()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_IsUnnamedAnyElement_m037614B195603B217B28697A93F9BD4950E6CC30 (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0;
|
|
L_0 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(__this, NULL);
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
bool L_2;
|
|
L_2 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_IsUnnamedAnyElement(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_IsUnnamedAnyElement_m9C07E7FD57FE290F705A2EC1EF3F4F3C36AB1DDD (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = ___0_value;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
Exception_t* L_1 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC4E721B999A0498B0D3E99AFADED5BDAD3296EC8)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTypeMapElementInfo_set_IsUnnamedAnyElement_m9C07E7FD57FE290F705A2EC1EF3F4F3C36AB1DDD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlTypeMapElementInfo_set_ElementName_mEE8DF5FA9A346D3D437DF38E2B5E0BC20AA5DC40_inline(__this, L_2, NULL);
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlTypeMapElementInfo_set_Namespace_mB1BAB4E18DAF612183E318500F2010C73D7B3B5A_inline(__this, L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Serialization.XmlTypeMapElementInfo::get_ExplicitOrder()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTypeMapElementInfo_get_ExplicitOrder_m929232F83C9F294565C56EC38C5BACCA530DEDAB (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____explicitOrder_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapElementInfo::set_ExplicitOrder(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_ExplicitOrder_mD893A153D81289F4A8C4A429800FEDB81E3578B4 (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->____explicitOrder_10 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_Equals_mAA4A32B975EBE1CFE4611049CF4554F40591C3C5 (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, RuntimeObject* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___0_other;
|
|
if (L_0)
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
RuntimeObject* L_1 = ___0_other;
|
|
V_0 = ((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_1, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var));
|
|
String_t* L_2 = __this->____elementName_0;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
String_t* L_4 = L_3->____elementName_0;
|
|
bool L_5;
|
|
L_5 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_2, L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_6 = __this->____type_8;
|
|
NullCheck(L_6);
|
|
String_t* L_7;
|
|
L_7 = TypeData_get_XmlType_m06749C1B19C57EB8649CBCD9B106C014DF511453_inline(L_6, NULL);
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_9 = L_8->____type_8;
|
|
NullCheck(L_9);
|
|
String_t* L_10;
|
|
L_10 = TypeData_get_XmlType_m06749C1B19C57EB8649CBCD9B106C014DF511453_inline(L_9, NULL);
|
|
bool L_11;
|
|
L_11 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_7, L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
String_t* L_12 = __this->____namespace_1;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_13 = V_0;
|
|
NullCheck(L_13);
|
|
String_t* L_14 = L_13->____namespace_1;
|
|
bool L_15;
|
|
L_15 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_12, L_14, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int32_t L_16 = __this->____form_2;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_17 = V_0;
|
|
NullCheck(L_17);
|
|
int32_t L_18 = L_17->____form_2;
|
|
if ((((int32_t)L_16) == ((int32_t)L_18)))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_19 = __this->____type_8;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_20 = V_0;
|
|
NullCheck(L_20);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_21 = L_20->____type_8;
|
|
if ((((RuntimeObject*)(TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704*)L_19) == ((RuntimeObject*)(TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704*)L_21)))
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
bool L_22 = __this->____isNullable_5;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_23 = V_0;
|
|
NullCheck(L_23);
|
|
bool L_24 = L_23->____isNullable_5;
|
|
if ((((int32_t)L_22) == ((int32_t)L_24)))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
RuntimeObject* L_25 = __this->____choiceValue_4;
|
|
if (!L_25)
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_26 = __this->____choiceValue_4;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_27 = V_0;
|
|
NullCheck(L_27);
|
|
RuntimeObject* L_28 = L_27->____choiceValue_4;
|
|
NullCheck(L_26);
|
|
bool L_29;
|
|
L_29 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_26, L_28);
|
|
if (L_29)
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
RuntimeObject* L_30 = __this->____choiceValue_4;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_31 = V_0;
|
|
NullCheck(L_31);
|
|
RuntimeObject* L_32 = L_31->____choiceValue_4;
|
|
if ((((RuntimeObject*)(RuntimeObject*)L_30) == ((RuntimeObject*)(RuntimeObject*)L_32)))
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Serialization.XmlTypeMapElementInfo::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTypeMapElementInfo_GetHashCode_mD0F042327569EC962B924DA88F33551266192819 (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0;
|
|
L_0 = Object_GetHashCode_m372C5A7AB16CAC13307C11C4256D706CE57E090C(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Serialization.XmlTypeMapElementInfoList::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapElementInfoList__ctor_mEEBEB4330F01D3172DDE3C685C96D1FDB5E70D1B (XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember__ctor_m0FD3AECC0F53452D27E035C52A8B91C5941A7184 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->____globalIndex_2 = (-1);
|
|
__this->____specifiedGlobalIndex_3 = (-1);
|
|
il2cpp_codegen_runtime_class_init_inline(DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_il2cpp_TypeInfo_var);
|
|
DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* L_0 = ((DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_il2cpp_TypeInfo_var))->___Value_0;
|
|
__this->____defaultValue_8 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____defaultValue_8), (void*)L_0);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Xml.Serialization.XmlTypeMapMember::get_Name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapMember_get_Name_mCF37113EDBC93BBAE3E38DDA503BF83C752287F9 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____name_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::set_Name(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_Name_m388D6A30E3DD11FD6068A5D5C180110C327EFC08 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->____name_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____name_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Object System.Xml.Serialization.XmlTypeMapMember::get_DefaultValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTypeMapMember_get_DefaultValue_m9E7FE48431CBCD4C9757423398D48F30B919CFC3 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->____defaultValue_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::set_DefaultValue(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_DefaultValue_m97AC90D89BFEE878DA9FE3150292AD6E69B6FA27 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___0_value;
|
|
__this->____defaultValue_8 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____defaultValue_8), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapMember::IsReadOnly(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMember_IsReadOnly_mE3DBCC6D4CA65E2E2CAA00D4E21C30CAAC03F805 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, Type_t* ___0_type, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MemberInfo_t* L_0 = __this->____member_5;
|
|
bool L_1;
|
|
L_1 = MemberInfo_op_Equality_m4B4F1AF29C9361D125F6D7FAB3D227ED3FECE685(L_0, (MemberInfo_t*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
Type_t* L_2 = ___0_type;
|
|
XmlTypeMapMember_InitMember_mDF86C7533AF7AB6E65BCA9AC7DD578135CECE28A(__this, L_2, NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
MemberInfo_t* L_3 = __this->____member_5;
|
|
if (!((PropertyInfo_t*)IsInstClass((RuntimeObject*)L_3, PropertyInfo_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
MemberInfo_t* L_4 = __this->____member_5;
|
|
NullCheck(((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_4, PropertyInfo_t_il2cpp_TypeInfo_var)));
|
|
bool L_5;
|
|
L_5 = VirtualFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Reflection.PropertyInfo::get_CanWrite() */, ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_4, PropertyInfo_t_il2cpp_TypeInfo_var)));
|
|
return (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object System.Xml.Serialization.XmlTypeMapMember::GetValue(System.Object,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTypeMapMember_GetValue_mD731B7698E115C16C268EBC285CDDD1BDC608504 (RuntimeObject* ___0_ob, String_t* ___1_name, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* V_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___0_ob;
|
|
NullCheck(L_0);
|
|
Type_t* L_1;
|
|
L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL);
|
|
String_t* L_2 = ___1_name;
|
|
NullCheck(L_1);
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_3;
|
|
L_3 = VirtualFuncInvoker2< MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053*, String_t*, int32_t >::Invoke(89 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.BindingFlags) */, L_1, L_2, ((int32_t)20));
|
|
V_0 = L_3;
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = 0;
|
|
MemberInfo_t* L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
if (!((PropertyInfo_t*)IsInstClass((RuntimeObject*)L_6, PropertyInfo_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = 0;
|
|
MemberInfo_t* L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
RuntimeObject* L_10 = ___0_ob;
|
|
NullCheck(((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var)));
|
|
RuntimeObject* L_11;
|
|
L_11 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(25 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var)), L_10, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = 0;
|
|
MemberInfo_t* L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
RuntimeObject* L_15 = ___0_ob;
|
|
NullCheck(((FieldInfo_t*)CastclassClass((RuntimeObject*)L_14, FieldInfo_t_il2cpp_TypeInfo_var)));
|
|
RuntimeObject* L_16;
|
|
L_16 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(24 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, ((FieldInfo_t*)CastclassClass((RuntimeObject*)L_14, FieldInfo_t_il2cpp_TypeInfo_var)), L_15);
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Object System.Xml.Serialization.XmlTypeMapMember::GetValue(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTypeMapMember_GetValue_mB762710324E36B398ED02670400043C5462A5ECF (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, RuntimeObject* ___0_ob, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MemberInfo_t* L_0 = __this->____member_5;
|
|
bool L_1;
|
|
L_1 = MemberInfo_op_Equality_m4B4F1AF29C9361D125F6D7FAB3D227ED3FECE685(L_0, (MemberInfo_t*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = ___0_ob;
|
|
NullCheck(L_2);
|
|
Type_t* L_3;
|
|
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
|
|
XmlTypeMapMember_InitMember_mDF86C7533AF7AB6E65BCA9AC7DD578135CECE28A(__this, L_3, NULL);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
MemberInfo_t* L_4 = __this->____member_5;
|
|
if (!((PropertyInfo_t*)IsInstClass((RuntimeObject*)L_4, PropertyInfo_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
MemberInfo_t* L_5 = __this->____member_5;
|
|
RuntimeObject* L_6 = ___0_ob;
|
|
NullCheck(((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_5, PropertyInfo_t_il2cpp_TypeInfo_var)));
|
|
RuntimeObject* L_7;
|
|
L_7 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(25 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_5, PropertyInfo_t_il2cpp_TypeInfo_var)), L_6, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
MemberInfo_t* L_8 = __this->____member_5;
|
|
RuntimeObject* L_9 = ___0_ob;
|
|
NullCheck(((FieldInfo_t*)CastclassClass((RuntimeObject*)L_8, FieldInfo_t_il2cpp_TypeInfo_var)));
|
|
RuntimeObject* L_10;
|
|
L_10 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(24 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, ((FieldInfo_t*)CastclassClass((RuntimeObject*)L_8, FieldInfo_t_il2cpp_TypeInfo_var)), L_9);
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::SetValue(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_SetValue_m22E52C02AD75799B95A242B6B73EECFC0B20B81D (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, RuntimeObject* ___0_ob, RuntimeObject* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
MemberInfo_t* L_0 = __this->____member_5;
|
|
bool L_1;
|
|
L_1 = MemberInfo_op_Equality_m4B4F1AF29C9361D125F6D7FAB3D227ED3FECE685(L_0, (MemberInfo_t*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = ___0_ob;
|
|
NullCheck(L_2);
|
|
Type_t* L_3;
|
|
L_3 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_2, NULL);
|
|
XmlTypeMapMember_InitMember_mDF86C7533AF7AB6E65BCA9AC7DD578135CECE28A(__this, L_3, NULL);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_4 = __this->____typeData_4;
|
|
NullCheck(L_4);
|
|
TypeData_ConvertForAssignment_m342A0D4CC583DB70A219F8D9470EAF36DC263092(L_4, (&___1_value), NULL);
|
|
MemberInfo_t* L_5 = __this->____member_5;
|
|
if (!((PropertyInfo_t*)IsInstClass((RuntimeObject*)L_5, PropertyInfo_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
MemberInfo_t* L_6 = __this->____member_5;
|
|
RuntimeObject* L_7 = ___0_ob;
|
|
RuntimeObject* L_8 = ___1_value;
|
|
NullCheck(((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_6, PropertyInfo_t_il2cpp_TypeInfo_var)));
|
|
VirtualActionInvoker3< RuntimeObject*, RuntimeObject*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(27 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) */, ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_6, PropertyInfo_t_il2cpp_TypeInfo_var)), L_7, L_8, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
MemberInfo_t* L_9 = __this->____member_5;
|
|
RuntimeObject* L_10 = ___0_ob;
|
|
RuntimeObject* L_11 = ___1_value;
|
|
NullCheck(((FieldInfo_t*)CastclassClass((RuntimeObject*)L_9, FieldInfo_t_il2cpp_TypeInfo_var)));
|
|
FieldInfo_SetValue_mD8C0DA3A1A0CFF073F971622BBDBAAB6688B4B6C(((FieldInfo_t*)CastclassClass((RuntimeObject*)L_9, FieldInfo_t_il2cpp_TypeInfo_var)), L_10, L_11, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::SetValue(System.Object,System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_SetValue_mE1E56C2E7FF4BC0699E6B6EF73CB23C436438F30 (RuntimeObject* ___0_ob, String_t* ___1_name, RuntimeObject* ___2_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* V_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___0_ob;
|
|
NullCheck(L_0);
|
|
Type_t* L_1;
|
|
L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL);
|
|
String_t* L_2 = ___1_name;
|
|
NullCheck(L_1);
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_3;
|
|
L_3 = VirtualFuncInvoker2< MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053*, String_t*, int32_t >::Invoke(89 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.BindingFlags) */, L_1, L_2, ((int32_t)20));
|
|
V_0 = L_3;
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = 0;
|
|
MemberInfo_t* L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
if (!((PropertyInfo_t*)IsInstClass((RuntimeObject*)L_6, PropertyInfo_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = 0;
|
|
MemberInfo_t* L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
RuntimeObject* L_10 = ___0_ob;
|
|
RuntimeObject* L_11 = ___2_value;
|
|
NullCheck(((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var)));
|
|
VirtualActionInvoker3< RuntimeObject*, RuntimeObject*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(27 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) */, ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var)), L_10, L_11, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL);
|
|
return;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = 0;
|
|
MemberInfo_t* L_14 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
RuntimeObject* L_15 = ___0_ob;
|
|
RuntimeObject* L_16 = ___2_value;
|
|
NullCheck(((FieldInfo_t*)CastclassClass((RuntimeObject*)L_14, FieldInfo_t_il2cpp_TypeInfo_var)));
|
|
FieldInfo_SetValue_mD8C0DA3A1A0CFF073F971622BBDBAAB6688B4B6C(((FieldInfo_t*)CastclassClass((RuntimeObject*)L_14, FieldInfo_t_il2cpp_TypeInfo_var)), L_15, L_16, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::InitMember(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_InitMember_mDF86C7533AF7AB6E65BCA9AC7DD578135CECE28A (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, Type_t* ___0_type, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A846A225A3909AB39CFF23BE13DACF54C540FEC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral87C858E345116CE7C4123AF185CDD74EFDD94384);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* V_0 = NULL;
|
|
MethodInfo_t* V_1 = NULL;
|
|
{
|
|
Type_t* L_0 = ___0_type;
|
|
String_t* L_1 = __this->____name_0;
|
|
NullCheck(L_0);
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_2;
|
|
L_2 = VirtualFuncInvoker2< MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053*, String_t*, int32_t >::Invoke(89 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.BindingFlags) */, L_0, L_1, ((int32_t)20));
|
|
V_0 = L_2;
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = 0;
|
|
MemberInfo_t* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
__this->____member_5 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____member_5), (void*)L_5);
|
|
Type_t* L_6 = ___0_type;
|
|
String_t* L_7 = __this->____name_0;
|
|
String_t* L_8;
|
|
L_8 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_7, _stringLiteral87C858E345116CE7C4123AF185CDD74EFDD94384, NULL);
|
|
NullCheck(L_6);
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_9;
|
|
L_9 = VirtualFuncInvoker2< MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053*, String_t*, int32_t >::Invoke(89 /* System.Reflection.MemberInfo[] System.Type::GetMember(System.String,System.Reflection.BindingFlags) */, L_6, L_8, ((int32_t)20));
|
|
V_0 = L_9;
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
if (!(((RuntimeArray*)L_10)->max_length))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
int32_t L_12 = 0;
|
|
MemberInfo_t* L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
__this->____specifiedMember_6 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____specifiedMember_6), (void*)L_13);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
MemberInfo_t* L_14 = __this->____specifiedMember_6;
|
|
if (!((PropertyInfo_t*)IsInstClass((RuntimeObject*)L_14, PropertyInfo_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
MemberInfo_t* L_15 = __this->____specifiedMember_6;
|
|
NullCheck(((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_15, PropertyInfo_t_il2cpp_TypeInfo_var)));
|
|
bool L_16;
|
|
L_16 = VirtualFuncInvoker0< bool >::Invoke(18 /* System.Boolean System.Reflection.PropertyInfo::get_CanRead() */, ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_15, PropertyInfo_t_il2cpp_TypeInfo_var)));
|
|
if (L_16)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
__this->____specifiedMember_6 = (MemberInfo_t*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____specifiedMember_6), (void*)(MemberInfo_t*)NULL);
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
Type_t* L_17 = ___0_type;
|
|
String_t* L_18 = __this->____name_0;
|
|
String_t* L_19;
|
|
L_19 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral7A846A225A3909AB39CFF23BE13DACF54C540FEC, L_18, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_20 = ((Type_t_StaticFields*)il2cpp_codegen_static_fields_for(Type_t_il2cpp_TypeInfo_var))->___EmptyTypes_2;
|
|
NullCheck(L_17);
|
|
MethodInfo_t* L_21;
|
|
L_21 = Type_GetMethod_mF3AF3FA3834D7F99592A4CA715FFD2DE12291562(L_17, L_19, ((int32_t)20), (Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235*)NULL, L_20, (ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364*)NULL, NULL);
|
|
V_1 = L_21;
|
|
MethodInfo_t* L_22 = V_1;
|
|
bool L_23;
|
|
L_23 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_22, (MethodInfo_t*)NULL, NULL);
|
|
if (!L_23)
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
{
|
|
MethodInfo_t* L_24 = V_1;
|
|
NullCheck(L_24);
|
|
Type_t* L_25;
|
|
L_25 = VirtualFuncInvoker0< Type_t* >::Invoke(40 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_24);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_26 = { reinterpret_cast<intptr_t> (Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_27;
|
|
L_27 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_26, NULL);
|
|
bool L_28;
|
|
L_28 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_25, L_27, NULL);
|
|
if (!L_28)
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
{
|
|
MethodInfo_t* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
bool L_30;
|
|
L_30 = VirtualFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Reflection.MethodBase::get_IsGenericMethod() */, L_29);
|
|
if (L_30)
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
{
|
|
MethodInfo_t* L_31 = V_1;
|
|
__this->____shouldSerialize_7 = L_31;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____shouldSerialize_7), (void*)L_31);
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapMember::get_TypeData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* XmlTypeMapMember_get_TypeData_m071A2E1C32FA2AED8FB5D91556CF310A28898D1D (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_0 = __this->____typeData_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::set_TypeData(System.Xml.Serialization.TypeData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_TypeData_m9C4CAF5B4A21DE54C9DE9F90C1332BBDAA4A4B4C (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_0 = ___0_value;
|
|
__this->____typeData_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____typeData_4), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Serialization.XmlTypeMapMember::get_Index()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTypeMapMember_get_Index_m3EAB1243B03E5DBD10C6E7CA245E5A6C04406D12 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____index_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::set_Index(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_Index_m2CF151DEBC1293A91B0126F579B2CA6730CC4D56 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->____index_1 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Serialization.XmlTypeMapMember::get_GlobalIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTypeMapMember_get_GlobalIndex_mC43A1F277B76C624EFAF264B32293499D51853B6 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____globalIndex_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::set_GlobalIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_GlobalIndex_m472100DAE18C222CFAD14F0085743759FB1B11C3 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->____globalIndex_2 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapMember::get_IsOptionalValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMember_get_IsOptionalValueType_m21B5B22EAE095810603E2FE3CCD076B126272047 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____flags_9;
|
|
return (bool)((!(((uint32_t)((int32_t)(L_0&1))) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::set_IsOptionalValueType(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_IsOptionalValueType_m1ECC62001B49DDCD0356F7813B56837977884C92 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* G_B2_0 = NULL;
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* G_B3_1 = NULL;
|
|
{
|
|
bool L_0 = ___0_value;
|
|
G_B1_0 = __this;
|
|
if (L_0)
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->____flags_9;
|
|
G_B3_0 = ((int32_t)(L_1&((int32_t)-2)));
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
int32_t L_2 = __this->____flags_9;
|
|
G_B3_0 = ((int32_t)(L_2|1));
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
G_B3_1->____flags_9 = G_B3_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapMember::get_IsReturnValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMember_get_IsReturnValue_m2FF8236466A439AB4412508BE3D78C3C71A47481 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____flags_9;
|
|
return (bool)((!(((uint32_t)((int32_t)(L_0&2))) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::set_IsReturnValue(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_IsReturnValue_m8E27F10143941CADA16EEB3F2B81DCE9BB573AD1 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* G_B2_0 = NULL;
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* G_B3_1 = NULL;
|
|
{
|
|
bool L_0 = ___0_value;
|
|
G_B1_0 = __this;
|
|
if (L_0)
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->____flags_9;
|
|
G_B3_0 = ((int32_t)(L_1&((int32_t)-3)));
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
int32_t L_2 = __this->____flags_9;
|
|
G_B3_0 = ((int32_t)(L_2|2));
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
G_B3_1->____flags_9 = G_B3_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::CheckOptionalValueType(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_CheckOptionalValueType_mC3A9B15424B4E2F537CAD6602EA32522C47FC36B (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, Type_t* ___0_type, const RuntimeMethod* method)
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* G_B4_0 = NULL;
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* G_B3_0 = NULL;
|
|
int32_t G_B5_0 = 0;
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* G_B5_1 = NULL;
|
|
{
|
|
MemberInfo_t* L_0 = __this->____member_5;
|
|
bool L_1;
|
|
L_1 = MemberInfo_op_Equality_m4B4F1AF29C9361D125F6D7FAB3D227ED3FECE685(L_0, (MemberInfo_t*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
Type_t* L_2 = ___0_type;
|
|
XmlTypeMapMember_InitMember_mDF86C7533AF7AB6E65BCA9AC7DD578135CECE28A(__this, L_2, NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
MemberInfo_t* L_3 = __this->____specifiedMember_6;
|
|
bool L_4;
|
|
L_4 = MemberInfo_op_Inequality_m30A32A50379A6AD359992D3DED56EDE4646D17CA(L_3, (MemberInfo_t*)NULL, NULL);
|
|
G_B3_0 = __this;
|
|
if (L_4)
|
|
{
|
|
G_B4_0 = __this;
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
MethodInfo_t* L_5 = __this->____shouldSerialize_7;
|
|
bool L_6;
|
|
L_6 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_5, (MethodInfo_t*)NULL, NULL);
|
|
G_B5_0 = ((int32_t)(L_6));
|
|
G_B5_1 = G_B3_0;
|
|
goto IL_0033;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
G_B5_0 = 1;
|
|
G_B5_1 = G_B4_0;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
NullCheck(G_B5_1);
|
|
XmlTypeMapMember_set_IsOptionalValueType_m1ECC62001B49DDCD0356F7813B56837977884C92(G_B5_1, (bool)G_B5_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapMember::GetValueSpecified(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMember_GetValueSpecified_mC0FAFD520F9FE9A1DFAFFE40C0B1913CA83E3637 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, RuntimeObject* ___0_ob, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL;
|
|
int32_t G_B12_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->____specifiedGlobalIndex_3;
|
|
if ((((int32_t)L_0) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_ob;
|
|
V_1 = ((ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)Castclass((RuntimeObject*)L_1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var));
|
|
int32_t L_2 = __this->____specifiedGlobalIndex_3;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
if ((((int32_t)L_2) >= ((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_1;
|
|
int32_t L_5 = __this->____specifiedGlobalIndex_3;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
return ((*(bool*)((bool*)(bool*)UnBox(L_7, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
V_0 = (bool)1;
|
|
MemberInfo_t* L_8 = __this->____specifiedMember_6;
|
|
bool L_9;
|
|
L_9 = MemberInfo_op_Inequality_m30A32A50379A6AD359992D3DED56EDE4646D17CA(L_8, (MemberInfo_t*)NULL, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
MemberInfo_t* L_10 = __this->____specifiedMember_6;
|
|
if (!((PropertyInfo_t*)IsInstClass((RuntimeObject*)L_10, PropertyInfo_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
MemberInfo_t* L_11 = __this->____specifiedMember_6;
|
|
RuntimeObject* L_12 = ___0_ob;
|
|
NullCheck(((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_11, PropertyInfo_t_il2cpp_TypeInfo_var)));
|
|
RuntimeObject* L_13;
|
|
L_13 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(25 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_11, PropertyInfo_t_il2cpp_TypeInfo_var)), L_12, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL);
|
|
V_0 = ((*(bool*)((bool*)(bool*)UnBox(L_13, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
|
|
goto IL_0079;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
MemberInfo_t* L_14 = __this->____specifiedMember_6;
|
|
RuntimeObject* L_15 = ___0_ob;
|
|
NullCheck(((FieldInfo_t*)CastclassClass((RuntimeObject*)L_14, FieldInfo_t_il2cpp_TypeInfo_var)));
|
|
RuntimeObject* L_16;
|
|
L_16 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(24 /* System.Object System.Reflection.FieldInfo::GetValue(System.Object) */, ((FieldInfo_t*)CastclassClass((RuntimeObject*)L_14, FieldInfo_t_il2cpp_TypeInfo_var)), L_15);
|
|
V_0 = ((*(bool*)((bool*)(bool*)UnBox(L_16, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
MethodInfo_t* L_17 = __this->____shouldSerialize_7;
|
|
bool L_18;
|
|
L_18 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_17, (MethodInfo_t*)NULL, NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
{
|
|
bool L_19 = V_0;
|
|
if (!L_19)
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
{
|
|
MethodInfo_t* L_20 = __this->____shouldSerialize_7;
|
|
RuntimeObject* L_21 = ___0_ob;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)0);
|
|
NullCheck(L_20);
|
|
RuntimeObject* L_23;
|
|
L_23 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_20, L_21, L_22, NULL);
|
|
G_B12_0 = ((int32_t)(((*(bool*)((bool*)(bool*)UnBox(L_23, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))))));
|
|
goto IL_00a4;
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
G_B12_0 = 0;
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
V_0 = (bool)G_B12_0;
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
bool L_24 = V_0;
|
|
return L_24;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMember::SetValueSpecified(System.Object,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_SetValueSpecified_m59690B6CAF6C450B85F61653053632248FEE544C (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, RuntimeObject* ___0_ob, bool ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FieldInfo_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PropertyInfo_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = __this->____specifiedGlobalIndex_3;
|
|
if ((((int32_t)L_0) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_ob;
|
|
int32_t L_2 = __this->____specifiedGlobalIndex_3;
|
|
bool L_3 = ___1_value;
|
|
bool L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_4);
|
|
NullCheck(((ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)Castclass((RuntimeObject*)L_1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)));
|
|
ArrayElementTypeCheck (((ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)Castclass((RuntimeObject*)L_1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), L_5);
|
|
(((ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)Castclass((RuntimeObject*)L_1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)))->SetAt(static_cast<il2cpp_array_size_t>(L_2), (RuntimeObject*)L_5);
|
|
return;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
MemberInfo_t* L_6 = __this->____specifiedMember_6;
|
|
if (!((PropertyInfo_t*)IsInstClass((RuntimeObject*)L_6, PropertyInfo_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
MemberInfo_t* L_7 = __this->____specifiedMember_6;
|
|
NullCheck(((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_7, PropertyInfo_t_il2cpp_TypeInfo_var)));
|
|
bool L_8;
|
|
L_8 = VirtualFuncInvoker0< bool >::Invoke(19 /* System.Boolean System.Reflection.PropertyInfo::get_CanWrite() */, ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_7, PropertyInfo_t_il2cpp_TypeInfo_var)));
|
|
if (L_8)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
MemberInfo_t* L_9 = __this->____specifiedMember_6;
|
|
RuntimeObject* L_10 = ___0_ob;
|
|
bool L_11 = ___1_value;
|
|
bool L_12 = L_11;
|
|
RuntimeObject* L_13 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_12);
|
|
NullCheck(((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var)));
|
|
VirtualActionInvoker3< RuntimeObject*, RuntimeObject*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(27 /* System.Void System.Reflection.PropertyInfo::SetValue(System.Object,System.Object,System.Object[]) */, ((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var)), L_10, L_13, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
MemberInfo_t* L_14 = __this->____specifiedMember_6;
|
|
if (!((FieldInfo_t*)IsInstClass((RuntimeObject*)L_14, FieldInfo_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
{
|
|
MemberInfo_t* L_15 = __this->____specifiedMember_6;
|
|
RuntimeObject* L_16 = ___0_ob;
|
|
bool L_17 = ___1_value;
|
|
bool L_18 = L_17;
|
|
RuntimeObject* L_19 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_18);
|
|
NullCheck(((FieldInfo_t*)CastclassClass((RuntimeObject*)L_15, FieldInfo_t_il2cpp_TypeInfo_var)));
|
|
FieldInfo_SetValue_mD8C0DA3A1A0CFF073F971622BBDBAAB6688B4B6C(((FieldInfo_t*)CastclassClass((RuntimeObject*)L_15, FieldInfo_t_il2cpp_TypeInfo_var)), L_16, L_19, NULL);
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberAttribute__ctor_m114811B0B3047CF56B5C834D9B72D64CE7DA45AD (XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->____namespace_11 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____namespace_11), (void*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
XmlTypeMapMember__ctor_m0FD3AECC0F53452D27E035C52A8B91C5941A7184(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::get_AttributeName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_AttributeName_m79384B2B6097452969DD46364D07C2F8B353B064 (XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____attributeName_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberAttribute::set_AttributeName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberAttribute_set_AttributeName_m9FA871900139C9A680D39F3FA1D64593EA0A8A37 (XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->____attributeName_10 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____attributeName_10), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Xml.Serialization.XmlTypeMapMemberAttribute::get_Namespace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_Namespace_m6907BC42459BA2FBEE550EF180E697DDF19A8C37 (XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____namespace_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberAttribute::set_Namespace(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberAttribute_set_Namespace_m75CC38F536B9F3D71532845F4D741A6A37489277 (XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->____namespace_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____namespace_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberAttribute::set_Form(System.Xml.Schema.XmlSchemaForm)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberAttribute_set_Form_m060BDBE9694B862C8E46DCEB5CAD8F6C52E9691B (XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->____form_12 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapMemberAttribute::get_MappedType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* XmlTypeMapMemberAttribute_get_MappedType_mD2DBE6E539F3B9A6F922C1DD37084DCDACE07025 (XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_0 = __this->____mappedType_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberAttribute::set_MappedType(System.Xml.Serialization.XmlTypeMapping)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberAttribute_set_MappedType_mA7E95DC2D885930465A715589EF224E64286F518 (XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* __this, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_0 = ___0_value;
|
|
__this->____mappedType_13 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____mappedType_13), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberElement::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement__ctor_m1C521481C567615C591328B512832B144B153169 (XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapMember__ctor_m0FD3AECC0F53452D27E035C52A8B91C5941A7184(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.XmlTypeMapMemberElement::get_ElementInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* XmlTypeMapMemberElement_get_ElementInfo_m62E3A285CDAFF7621EA03A0DA6B1966D5432D337 (XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_0 = __this->____elementInfo_10;
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_1 = (XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78*)il2cpp_codegen_object_new(XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
XmlTypeMapElementInfoList__ctor_mEEBEB4330F01D3172DDE3C685C96D1FDB5E70D1B(L_1, NULL);
|
|
__this->____elementInfo_10 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____elementInfo_10), (void*)L_1);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_2 = __this->____elementInfo_10;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberElement::set_ElementInfo(System.Xml.Serialization.XmlTypeMapElementInfoList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement_set_ElementInfo_m3E7B4C2A13CE5733E5C41B5A559A64327795C038 (XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* __this, XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_0 = ___0_value;
|
|
__this->____elementInfo_10 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____elementInfo_10), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Xml.Serialization.XmlTypeMapMemberElement::get_ChoiceMember()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberElement_get_ChoiceMember_m182A4AB876036DDA005F0760EF51C5FCA7F682D8 (XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____choiceMember_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberElement::set_ChoiceMember(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement_set_ChoiceMember_m8F271920DC329BABB1F6CC20C327EFABC5D5FAD4 (XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->____choiceMember_11 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____choiceMember_11), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapMemberElement::get_ChoiceTypeData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* XmlTypeMapMemberElement_get_ChoiceTypeData_m1C40274707406AC69F5536776D0276266332B845 (XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_0 = __this->____choiceTypeData_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberElement::set_ChoiceTypeData(System.Xml.Serialization.TypeData)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement_set_ChoiceTypeData_mC09197CF2429D39C3771B2E1903663FEE114877D (XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* __this, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_0 = ___0_value;
|
|
__this->____choiceTypeData_13 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____choiceTypeData_13), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapElementInfo System.Xml.Serialization.XmlTypeMapMemberElement::FindElement(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* XmlTypeMapMemberElement_FindElement_mD06805510E6920C0643A9C2C76800A87A97BCA40 (XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* __this, RuntimeObject* ___0_ob, RuntimeObject* ___1_memberValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_2 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_3 = NULL;
|
|
RuntimeObject* V_4 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_5 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_6 = NULL;
|
|
{
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_0 = __this->____elementInfo_10;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_2 = __this->____elementInfo_10;
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_3;
|
|
L_3 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, 0);
|
|
return ((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_3, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
String_t* L_4 = __this->____choiceMember_11;
|
|
if (!L_4)
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_5 = ___0_ob;
|
|
String_t* L_6 = __this->____choiceMember_11;
|
|
RuntimeObject* L_7;
|
|
L_7 = XmlTypeMapMember_GetValue_mD731B7698E115C16C268EBC285CDDD1BDC608504(L_5, L_6, NULL);
|
|
V_0 = L_7;
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_8 = __this->____elementInfo_10;
|
|
NullCheck(L_8);
|
|
RuntimeObject* L_9;
|
|
L_9 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_8);
|
|
V_1 = L_9;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0079:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_10 = V_1;
|
|
V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_10, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_11 = V_4;
|
|
if (!L_11)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_12 = V_4;
|
|
NullCheck(L_12);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_12);
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_006c_1;
|
|
}
|
|
|
|
IL_0043_1:
|
|
{
|
|
RuntimeObject* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
RuntimeObject* L_14;
|
|
L_14 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_13);
|
|
V_2 = ((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_14, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var));
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_15 = V_2;
|
|
NullCheck(L_15);
|
|
RuntimeObject* L_16;
|
|
L_16 = XmlTypeMapElementInfo_get_ChoiceValue_m7BC9464A497AFA7A1BF250BA0D88928706C6412E_inline(L_15, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_006c_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_17 = V_2;
|
|
NullCheck(L_17);
|
|
RuntimeObject* L_18;
|
|
L_18 = XmlTypeMapElementInfo_get_ChoiceValue_m7BC9464A497AFA7A1BF250BA0D88928706C6412E_inline(L_17, NULL);
|
|
RuntimeObject* L_19 = V_0;
|
|
NullCheck(L_18);
|
|
bool L_20;
|
|
L_20 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_18, L_19);
|
|
if (!L_20)
|
|
{
|
|
goto IL_006c_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_21 = V_2;
|
|
V_3 = L_21;
|
|
goto IL_011e;
|
|
}
|
|
|
|
IL_006c_1:
|
|
{
|
|
RuntimeObject* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
bool L_23;
|
|
L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_22);
|
|
if (L_23)
|
|
{
|
|
goto IL_0043_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
RuntimeObject* L_24 = ___1_memberValue;
|
|
if (L_24)
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_25 = __this->____elementInfo_10;
|
|
NullCheck(L_25);
|
|
RuntimeObject* L_26;
|
|
L_26 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_25, 0);
|
|
return ((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_26, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
V_5 = (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)NULL;
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_27 = __this->____elementInfo_10;
|
|
NullCheck(L_27);
|
|
RuntimeObject* L_28;
|
|
L_28 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_27);
|
|
V_1 = L_28;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0105:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_29 = V_1;
|
|
V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_29, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_30 = V_4;
|
|
if (!L_30)
|
|
{
|
|
goto IL_0118;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_31 = V_4;
|
|
NullCheck(L_31);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_31);
|
|
}
|
|
|
|
IL_0118:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00fb_1;
|
|
}
|
|
|
|
IL_00b3_1:
|
|
{
|
|
RuntimeObject* L_32 = V_1;
|
|
NullCheck(L_32);
|
|
RuntimeObject* L_33;
|
|
L_33 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_32);
|
|
V_6 = ((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_33, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var));
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_34 = V_6;
|
|
NullCheck(L_34);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_35;
|
|
L_35 = XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline(L_34, NULL);
|
|
NullCheck(L_35);
|
|
Type_t* L_36;
|
|
L_36 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_35, NULL);
|
|
RuntimeObject* L_37 = ___1_memberValue;
|
|
NullCheck(L_36);
|
|
bool L_38;
|
|
L_38 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(115 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_36, L_37);
|
|
if (!L_38)
|
|
{
|
|
goto IL_00fb_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_39 = V_5;
|
|
if (!L_39)
|
|
{
|
|
goto IL_00f7_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_40 = V_6;
|
|
NullCheck(L_40);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_41;
|
|
L_41 = XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline(L_40, NULL);
|
|
NullCheck(L_41);
|
|
Type_t* L_42;
|
|
L_42 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_41, NULL);
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_43 = V_5;
|
|
NullCheck(L_43);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_44;
|
|
L_44 = XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline(L_43, NULL);
|
|
NullCheck(L_44);
|
|
Type_t* L_45;
|
|
L_45 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_44, NULL);
|
|
NullCheck(L_42);
|
|
bool L_46;
|
|
L_46 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(21 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_42, L_45);
|
|
if (!L_46)
|
|
{
|
|
goto IL_00fb_1;
|
|
}
|
|
}
|
|
|
|
IL_00f7_1:
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_47 = V_6;
|
|
V_5 = L_47;
|
|
}
|
|
|
|
IL_00fb_1:
|
|
{
|
|
RuntimeObject* L_48 = V_1;
|
|
NullCheck(L_48);
|
|
bool L_49;
|
|
L_49 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_48);
|
|
if (L_49)
|
|
{
|
|
goto IL_00b3_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0119;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0119:
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_50 = V_5;
|
|
return L_50;
|
|
}
|
|
|
|
IL_011c:
|
|
{
|
|
return (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)NULL;
|
|
}
|
|
|
|
IL_011e:
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_51 = V_3;
|
|
return L_51;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberElement::SetChoice(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement_SetChoice_m70A2968411084153BBDD57111C740A75C9D7AEB5 (XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* __this, RuntimeObject* ___0_ob, RuntimeObject* ___1_choice, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___0_ob;
|
|
String_t* L_1 = __this->____choiceMember_11;
|
|
RuntimeObject* L_2 = ___1_choice;
|
|
XmlTypeMapMember_SetValue_mE1E56C2E7FF4BC0699E6B6EF73CB23C436438F30(L_0, L_1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapMemberElement::get_IsXmlTextCollector()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMemberElement_get_IsXmlTextCollector_m2FF0627D7710E6CB03FF540D8BE2AEF22ADB6570 (XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->____isTextCollector_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberElement::set_IsXmlTextCollector(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberElement_set_IsXmlTextCollector_m3825384EFF73E2990FD5746E45CE7AF2D69B456B (XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->____isTextCollector_12 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberList::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberList__ctor_mBD734CDCEE34AF3580EF194A4AB86CDBFD5F47D7 (XmlTypeMapMemberList_t5542A0234B55CC3AD3EDD7B830E7C4603FAAD63E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapMemberElement__ctor_m1C521481C567615C591328B512832B144B153169(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 System.Xml.Serialization.XmlTypeMapMemberExpandable::get_FlatArrayIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTypeMapMemberExpandable_get_FlatArrayIndex_mD83A6C690F8EA40C0FAF882E1549E0BD0831CC83 (XmlTypeMapMemberExpandable_tED3170CD402780E1250005E1131CD848660237FE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____flatArrayIndex_14;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberExpandable::set_FlatArrayIndex(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberExpandable_set_FlatArrayIndex_m34257D88ADAD9D20AD7BD89FB29EA298553567CA (XmlTypeMapMemberExpandable_tED3170CD402780E1250005E1131CD848660237FE* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->____flatArrayIndex_14 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberExpandable::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberExpandable__ctor_m6263CF97C7A882C300CD2A7FE9C9F7BE8E3DA6E5 (XmlTypeMapMemberExpandable_tED3170CD402780E1250005E1131CD848660237FE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapMemberElement__ctor_m1C521481C567615C591328B512832B144B153169(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Serialization.ListMap System.Xml.Serialization.XmlTypeMapMemberFlatList::get_ListMap()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* XmlTypeMapMemberFlatList_get_ListMap_mAAD12C509481E6855A9C4865874566320C256EBC (XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* L_0 = __this->____listMap_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberFlatList::set_ListMap(System.Xml.Serialization.ListMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberFlatList_set_ListMap_mFEBE950843FA798DFC8628E296696296C953071E (XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38* __this, ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* L_0 = ___0_value;
|
|
__this->____listMap_15 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____listMap_15), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberFlatList::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberFlatList__ctor_m184FE28F5A2FAA15F1BFBC27F3A2904497E4C8B7 (XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapMemberExpandable__ctor_m6263CF97C7A882C300CD2A7FE9C9F7BE8E3DA6E5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapMemberAnyElement::IsElementDefined(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMemberAnyElement_IsElementDefined_mA16BED80C2A28DF69D7242CAD45F8E4652DB1CAF (XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950* __this, String_t* ___0_name, String_t* ___1_ns, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_1 = NULL;
|
|
bool V_2 = false;
|
|
RuntimeObject* V_3 = NULL;
|
|
{
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_0;
|
|
L_0 = XmlTypeMapMemberElement_get_ElementInfo_m62E3A285CDAFF7621EA03A0DA6B1966D5432D337(__this, NULL);
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0050:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_2 = V_0;
|
|
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_3 = V_3;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4 = V_3;
|
|
NullCheck(L_4);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4);
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0046_1;
|
|
}
|
|
|
|
IL_000e_1:
|
|
{
|
|
RuntimeObject* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
RuntimeObject* L_6;
|
|
L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_5);
|
|
V_1 = ((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_6, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var));
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
bool L_8;
|
|
L_8 = XmlTypeMapElementInfo_get_IsUnnamedAnyElement_m037614B195603B217B28697A93F9BD4950E6CC30(L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0026_1;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
goto IL_0063;
|
|
}
|
|
|
|
IL_0026_1:
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
String_t* L_10;
|
|
L_10 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(L_9, NULL);
|
|
String_t* L_11 = ___0_name;
|
|
bool L_12;
|
|
L_12 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_10, L_11, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0046_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline(L_13, NULL);
|
|
String_t* L_15 = ___1_ns;
|
|
bool L_16;
|
|
L_16 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_14, L_15, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0046_1;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
goto IL_0063;
|
|
}
|
|
|
|
IL_0046_1:
|
|
{
|
|
RuntimeObject* L_17 = V_0;
|
|
NullCheck(L_17);
|
|
bool L_18;
|
|
L_18 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_17);
|
|
if (L_18)
|
|
{
|
|
goto IL_000e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
bool L_19 = V_2;
|
|
return L_19;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapMemberAnyElement::get_IsDefaultAny()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMemberAnyElement_get_IsDefaultAny_m909FBA6B86D7667653B60EEE47228938214F22D5 (XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
bool V_1 = false;
|
|
RuntimeObject* V_2 = NULL;
|
|
{
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_0;
|
|
L_0 = XmlTypeMapMemberElement_get_ElementInfo_m62E3A285CDAFF7621EA03A0DA6B1966D5432D337(__this, NULL);
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_002e:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_2 = V_0;
|
|
V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_3 = V_2;
|
|
if (!L_3)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4 = V_2;
|
|
NullCheck(L_4);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0024_1;
|
|
}
|
|
|
|
IL_000e_1:
|
|
{
|
|
RuntimeObject* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
RuntimeObject* L_6;
|
|
L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_5);
|
|
NullCheck(((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_6, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var)));
|
|
bool L_7;
|
|
L_7 = XmlTypeMapElementInfo_get_IsUnnamedAnyElement_m037614B195603B217B28697A93F9BD4950E6CC30(((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_6, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var)), NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0024_1;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0024_1:
|
|
{
|
|
RuntimeObject* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
bool L_9;
|
|
L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_8);
|
|
if (L_9)
|
|
{
|
|
goto IL_000e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
bool L_10 = V_1;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberAnyElement::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberAnyElement__ctor_m66FD3FF1033A6C41F21CA1677897AA554794E750 (XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapMemberExpandable__ctor_m6263CF97C7A882C300CD2A7FE9C9F7BE8E3DA6E5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberAnyAttribute::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberAnyAttribute__ctor_m55E6BD862DFD1709C359931225EFCC70AF9F8C35 (XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapMember__ctor_m0FD3AECC0F53452D27E035C52A8B91C5941A7184(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Serialization.XmlTypeMapMemberNamespaces::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMemberNamespaces__ctor_m655334756FB0C4721F7AB415FF4C7D25E2A7863B (XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapMember__ctor_m0FD3AECC0F53452D27E035C52A8B91C5941A7184(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Serialization.XmlTypeMapping::.ctor(System.String,System.String,System.Xml.Serialization.TypeData,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping__ctor_m1F3CFD9D36CE8A9EFA55D3A44070D97AB1605558 (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, String_t* ___0_elementName, String_t* ___1_ns, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___2_typeData, String_t* ___3_xmlType, String_t* ___4_xmlTypeNamespace, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___isNullable_12 = (bool)1;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_0, NULL);
|
|
__this->____derivedTypes_14 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____derivedTypes_14), (void*)L_0);
|
|
String_t* L_1 = ___0_elementName;
|
|
String_t* L_2 = ___1_ns;
|
|
XmlMapping__ctor_mC78EC821A5F29E9EFEE0DE8BDB285ED6A5EFE164(__this, L_1, L_2, NULL);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_3 = ___2_typeData;
|
|
__this->___type_8 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___type_8), (void*)L_3);
|
|
String_t* L_4 = ___3_xmlType;
|
|
__this->___xmlType_6 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlType_6), (void*)L_4);
|
|
String_t* L_5 = ___4_xmlTypeNamespace;
|
|
__this->___xmlTypeNamespace_7 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlTypeNamespace_7), (void*)L_5);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Xml.Serialization.XmlTypeMapping::get_TypeFullName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_TypeFullName_m8330E28FE282DDE67C41ADFBC2034E6E26A7ECAB (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_0 = __this->___type_8;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = TypeData_get_FullTypeName_m391893730DDFEE90F76197075F599FEA2E60BE43_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapping::get_TypeData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4 (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_0 = __this->___type_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Xml.Serialization.XmlTypeMapping::get_XmlType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_XmlType_m5A30CB4EE3541CC1C65003757D5E743042846222 (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___xmlType_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapping::set_XmlType(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping_set_XmlType_m32DCAB0634D72D0F98B59A7B0C5BBD4633E2B545 (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->___xmlType_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlType_6), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Xml.Serialization.XmlTypeMapping::get_XmlTypeNamespace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_XmlTypeNamespace_m9EF835B324606DBC55DF96AEFD62A9F4F7ED2B96 (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B1_0 = NULL;
|
|
{
|
|
String_t* L_0 = __this->___xmlTypeNamespace_7;
|
|
String_t* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
G_B2_0 = L_2;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
return G_B2_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapping::set_XmlTypeNamespace(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping_set_XmlTypeNamespace_m29104EA2A5D1A505DAC69E158419FF55472C653D (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->___xmlTypeNamespace_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlTypeNamespace_7), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapping::get_HasXmlTypeNamespace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_HasXmlTypeNamespace_m461935579477604F7ECB9D989B49EF4621DF3FF8 (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___xmlTypeNamespace_7;
|
|
return (bool)((!(((RuntimeObject*)(String_t*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Collections.ArrayList System.Xml.Serialization.XmlTypeMapping::get_DerivedTypes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* XmlTypeMapping_get_DerivedTypes_mC03579CBAD487E7DF121E24DF3CD0F4976CB3A16 (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____derivedTypes_14;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapping::get_MultiReferenceType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_MultiReferenceType_m6FF513956B40419EBD15B5C1D3B0DEA151AABD84 (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___multiReferenceType_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapping::get_BaseMap()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* XmlTypeMapping_get_BaseMap_m4596D5703D08B93CE429A7C62CEB9AA91506B32D (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_0 = __this->___baseMap_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapping::set_BaseMap(System.Xml.Serialization.XmlTypeMapping)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping_set_BaseMap_m1B6EC933148E6ED405775C6A56CF888DF489988F (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_0 = ___0_value;
|
|
__this->___baseMap_9 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___baseMap_9), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapping::set_IncludeInSchema(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping_set_IncludeInSchema_m4ADFB54087375F1E855F955A23FD6A75499C95CB (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___includeInSchema_11 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapping::get_IsNullable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_IsNullable_m2CE4D69DE9C4D1A7AFC01D0BE8C2369BD1C8107B (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___isNullable_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapping::set_IsNullable(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping_set_IsNullable_mD892626D9838297535D63A2CE20F0F0E93B0E06F (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___isNullable_12 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.XmlTypeMapping::get_IsAny()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_IsAny_m0C45955548B231D2E892D2924768B068138CBDD8 (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___isAny_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapping::set_IsAny(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping_set_IsAny_mFAEAE6BA5E6D80112F10CF222570B9BCF739A942 (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___isAny_13 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapping::GetRealTypeMap(System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* XmlTypeMapping_GetRealTypeMap_m0A55DB07D8FEEA87A8206F579D258D3FBC5D5F29 (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, Type_t* ___0_objectType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* V_1 = NULL;
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_0;
|
|
L_0 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = TypeData_get_SchemaType_mDD8AA1AED98E580047EFF8A9C74CA9DCC5FC2E28_inline(L_0, NULL);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return __this;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_2;
|
|
L_2 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline(__this, NULL);
|
|
NullCheck(L_2);
|
|
Type_t* L_3;
|
|
L_3 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_2, NULL);
|
|
Type_t* L_4 = ___0_objectType;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
return __this;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
V_0 = 0;
|
|
goto IL_0054;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_6 = __this->____derivedTypes_14;
|
|
int32_t L_7 = V_0;
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_8;
|
|
L_8 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_6, L_7);
|
|
V_1 = ((XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9*)CastclassClass((RuntimeObject*)L_8, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9_il2cpp_TypeInfo_var));
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_10;
|
|
L_10 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline(L_9, NULL);
|
|
NullCheck(L_10);
|
|
Type_t* L_11;
|
|
L_11 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_10, NULL);
|
|
Type_t* L_12 = ___0_objectType;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_13;
|
|
L_13 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_11, L_12, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_14 = V_1;
|
|
return L_14;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
int32_t L_15 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
int32_t L_16 = V_0;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_17 = __this->____derivedTypes_14;
|
|
NullCheck(L_17);
|
|
int32_t L_18;
|
|
L_18 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_17);
|
|
if ((((int32_t)L_16) < ((int32_t)L_18)))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
return (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9*)NULL;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapping::GetRealElementMap(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* XmlTypeMapping_GetRealElementMap_m2488C8E8ABFB81EE1181A68DA85C142579599ED8 (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, String_t* ___0_name, String_t* ___1_ens, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* V_1 = NULL;
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
{
|
|
String_t* L_0 = __this->___xmlType_6;
|
|
String_t* L_1 = ___0_name;
|
|
bool L_2;
|
|
L_2 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_0, L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3;
|
|
L_3 = XmlTypeMapping_get_XmlTypeNamespace_m9EF835B324606DBC55DF96AEFD62A9F4F7ED2B96(__this, NULL);
|
|
String_t* L_4 = ___1_ens;
|
|
bool L_5;
|
|
L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
return __this;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_6 = __this->____derivedTypes_14;
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_7;
|
|
L_7 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_6);
|
|
V_0 = L_7;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0062:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_8 = V_0;
|
|
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_8, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_9 = V_3;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_10 = V_3;
|
|
NullCheck(L_10);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_10);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0058_1;
|
|
}
|
|
|
|
IL_002c_1:
|
|
{
|
|
RuntimeObject* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
RuntimeObject* L_12;
|
|
L_12 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_11);
|
|
V_1 = ((XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9*)CastclassClass((RuntimeObject*)L_12, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9_il2cpp_TypeInfo_var));
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
String_t* L_14 = L_13->___xmlType_6;
|
|
String_t* L_15 = ___0_name;
|
|
bool L_16;
|
|
L_16 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_14, L_15, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0058_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
String_t* L_18;
|
|
L_18 = XmlTypeMapping_get_XmlTypeNamespace_m9EF835B324606DBC55DF96AEFD62A9F4F7ED2B96(L_17, NULL);
|
|
String_t* L_19 = ___1_ens;
|
|
bool L_20;
|
|
L_20 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_18, L_19, NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_0058_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_21 = V_1;
|
|
V_2 = L_21;
|
|
goto IL_0075;
|
|
}
|
|
|
|
IL_0058_1:
|
|
{
|
|
RuntimeObject* L_22 = V_0;
|
|
NullCheck(L_22);
|
|
bool L_23;
|
|
L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_22);
|
|
if (L_23)
|
|
{
|
|
goto IL_002c_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
return (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9*)NULL;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_24 = V_2;
|
|
return L_24;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.XmlTypeMapping::UpdateRoot(System.Xml.XmlQualifiedName)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapping_UpdateRoot_m1D4F34D903646D5C13C60D3620F5C0ABEA441530 (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_qname, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = ___0_qname;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = XmlQualifiedName_op_Inequality_m8A82F5213618F15B887A45C7B1461EB5C14C86A0(L_0, (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_2 = ___0_qname;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_2, NULL);
|
|
((XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97*)__this)->____elementName_3 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97*)__this)->____elementName_3), (void*)L_3);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_4 = ___0_qname;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_4, NULL);
|
|
((XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97*)__this)->____namespace_4 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97*)__this)->____namespace_4), (void*)L_5);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Serialization.XmlSerializableMapping::.ctor(System.Xml.Serialization.XmlRootAttribute,System.String,System.String,System.Xml.Serialization.TypeData,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializableMapping__ctor_mF15D3F92AF6B8B5698F26636C0ACCC8EC20CABD2 (XmlSerializableMapping_tE7BDFC1308A79813DF734102D332FD528FD841E7* __this, XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* ___0_root, String_t* ___1_elementName, String_t* ___2_ns, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___3_typeData, String_t* ___4_xmlType, String_t* ___5_xmlTypeNamespace, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSerializable_tE36AB1894460107283308E142C1106C4AB31A526_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaProviderAttribute_t913656BFB1429C8144C9EE53E18CC300D1C431AF_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaProviderAttribute_t913656BFB1429C8144C9EE53E18CC300D1C431AF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaU5BU5D_t5DB5D05598D599A3F21C7D3D9A9F3F000AD6A4D3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlSchemaProviderAttribute_t913656BFB1429C8144C9EE53E18CC300D1C431AF* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
MethodInfo_t* V_3 = NULL;
|
|
XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* V_4 = NULL;
|
|
RuntimeObject* V_5 = NULL;
|
|
XmlSchemaU5BU5D_t5DB5D05598D599A3F21C7D3D9A9F3F000AD6A4D3* V_6 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
XmlSerializableMapping_tE7BDFC1308A79813DF734102D332FD528FD841E7* G_B19_0 = NULL;
|
|
XmlSerializableMapping_tE7BDFC1308A79813DF734102D332FD528FD841E7* G_B18_0 = NULL;
|
|
String_t* G_B20_0 = NULL;
|
|
XmlSerializableMapping_tE7BDFC1308A79813DF734102D332FD528FD841E7* G_B20_1 = NULL;
|
|
String_t* G_B23_0 = NULL;
|
|
XmlSerializableMapping_tE7BDFC1308A79813DF734102D332FD528FD841E7* G_B23_1 = NULL;
|
|
String_t* G_B21_0 = NULL;
|
|
XmlSerializableMapping_tE7BDFC1308A79813DF734102D332FD528FD841E7* G_B21_1 = NULL;
|
|
String_t* G_B24_0 = NULL;
|
|
String_t* G_B24_1 = NULL;
|
|
XmlSerializableMapping_tE7BDFC1308A79813DF734102D332FD528FD841E7* G_B24_2 = NULL;
|
|
String_t* G_B22_0 = NULL;
|
|
String_t* G_B22_1 = NULL;
|
|
XmlSerializableMapping_tE7BDFC1308A79813DF734102D332FD528FD841E7* G_B22_2 = NULL;
|
|
{
|
|
String_t* L_0 = ___1_elementName;
|
|
String_t* L_1 = ___2_ns;
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_2 = ___3_typeData;
|
|
String_t* L_3 = ___4_xmlType;
|
|
String_t* L_4 = ___5_xmlTypeNamespace;
|
|
XmlTypeMapping__ctor_m1F3CFD9D36CE8A9EFA55D3A44070D97AB1605558(__this, L_0, L_1, L_2, L_3, L_4, NULL);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_5 = ___3_typeData;
|
|
NullCheck(L_5);
|
|
Type_t* L_6;
|
|
L_6 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_5, NULL);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast<intptr_t> (XmlSchemaProviderAttribute_t913656BFB1429C8144C9EE53E18CC300D1C431AF_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_8;
|
|
L_8 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_7, NULL);
|
|
Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_9;
|
|
L_9 = Attribute_GetCustomAttribute_mF48604D4722E67239F3D6A48CFCCBCDE7BCFFB06(L_6, L_8, NULL);
|
|
V_0 = ((XmlSchemaProviderAttribute_t913656BFB1429C8144C9EE53E18CC300D1C431AF*)CastclassSealed((RuntimeObject*)L_9, XmlSchemaProviderAttribute_t913656BFB1429C8144C9EE53E18CC300D1C431AF_il2cpp_TypeInfo_var));
|
|
XmlSchemaProviderAttribute_t913656BFB1429C8144C9EE53E18CC300D1C431AF* L_10 = V_0;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0200;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_11 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___Empty_4;
|
|
__this->____schemaTypeName_17 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____schemaTypeName_17), (void*)L_11);
|
|
XmlSchemaProviderAttribute_t913656BFB1429C8144C9EE53E18CC300D1C431AF* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
bool L_13;
|
|
L_13 = XmlSchemaProviderAttribute_get_IsAny_mEEC8E5450FC08174F878AE52B6DD1DB1E1E03014_inline(L_12, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapping_set_IsAny_mFAEAE6BA5E6D80112F10CF222570B9BCF739A942_inline(__this, (bool)1, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
XmlSchemaProviderAttribute_t913656BFB1429C8144C9EE53E18CC300D1C431AF* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
String_t* L_15;
|
|
L_15 = XmlSchemaProviderAttribute_get_MethodName_mC1499496A0CFF04AD9F315ABB8D3709508EBF23A_inline(L_14, NULL);
|
|
V_2 = L_15;
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_16 = ___3_typeData;
|
|
NullCheck(L_16);
|
|
Type_t* L_17;
|
|
L_17 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_16, NULL);
|
|
String_t* L_18 = V_2;
|
|
NullCheck(L_17);
|
|
MethodInfo_t* L_19;
|
|
L_19 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_17, L_18, ((int32_t)88), NULL);
|
|
V_3 = L_19;
|
|
MethodInfo_t* L_20 = V_3;
|
|
bool L_21;
|
|
L_21 = MethodInfo_op_Equality_m1466AB76300C9F07856E706E7E914062175189D1(L_20, (MethodInfo_t*)NULL, NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_22 = ___3_typeData;
|
|
NullCheck(L_22);
|
|
Type_t* L_23;
|
|
L_23 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_22, NULL);
|
|
String_t* L_24 = V_2;
|
|
String_t* L_25;
|
|
L_25 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6A3C2DA0F9E8B442541C0AF562469F9A7B1AF34A)), L_23, L_24, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_26 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_26);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_26, L_25, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializableMapping__ctor_mF15D3F92AF6B8B5698F26636C0ACCC8EC20CABD2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_27 = { reinterpret_cast<intptr_t> (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_28;
|
|
L_28 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_27, NULL);
|
|
MethodInfo_t* L_29 = V_3;
|
|
NullCheck(L_29);
|
|
Type_t* L_30;
|
|
L_30 = VirtualFuncInvoker0< Type_t* >::Invoke(40 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_29);
|
|
NullCheck(L_28);
|
|
bool L_31;
|
|
L_31 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_28, L_30);
|
|
if (L_31)
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_32 = { reinterpret_cast<intptr_t> (XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_33;
|
|
L_33 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_32, NULL);
|
|
MethodInfo_t* L_34 = V_3;
|
|
NullCheck(L_34);
|
|
Type_t* L_35;
|
|
L_35 = VirtualFuncInvoker0< Type_t* >::Invoke(40 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_34);
|
|
NullCheck(L_33);
|
|
bool L_36;
|
|
L_36 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_33, L_35);
|
|
if (L_36)
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_37 = V_2;
|
|
String_t* L_38;
|
|
L_38 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral232AE0D402FAC47960A8CA8DD393C63B8FF64178)), L_37, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_39 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_39);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_39, L_38, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializableMapping__ctor_mF15D3F92AF6B8B5698F26636C0ACCC8EC20CABD2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00c2:
|
|
{
|
|
XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_40 = (XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1*)il2cpp_codegen_object_new(XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_40);
|
|
XmlSchemaSet__ctor_m3D365A1BB668EC9DBFBE314F44F00B1AFB3257BD(L_40, NULL);
|
|
V_4 = L_40;
|
|
MethodInfo_t* L_41 = V_3;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_42 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_43 = L_42;
|
|
XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_44 = V_4;
|
|
NullCheck(L_43);
|
|
ArrayElementTypeCheck (L_43, L_44);
|
|
(L_43)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_44);
|
|
NullCheck(L_41);
|
|
RuntimeObject* L_45;
|
|
L_45 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_41, NULL, L_43, NULL);
|
|
V_5 = L_45;
|
|
RuntimeObject* L_46 = V_5;
|
|
if (L_46)
|
|
{
|
|
goto IL_00e2;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_00e2:
|
|
{
|
|
RuntimeObject* L_47 = V_5;
|
|
if (!((XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)IsInstClass((RuntimeObject*)L_47, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_012e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_48 = V_5;
|
|
__this->____schemaType_16 = ((XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)CastclassClass((RuntimeObject*)L_48, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____schemaType_16), (void*)((XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)CastclassClass((RuntimeObject*)L_48, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var)));
|
|
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_49 = __this->____schemaType_16;
|
|
NullCheck(L_49);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_50;
|
|
L_50 = XmlSchemaType_get_QualifiedName_m4DFF2E93FF1C517E0B80685D7F50C26D1F1DB184(L_49, NULL);
|
|
NullCheck(L_50);
|
|
bool L_51;
|
|
L_51 = XmlQualifiedName_get_IsEmpty_m37942163D9A870E85BE8762845953C6A6579A400(L_50, NULL);
|
|
if (L_51)
|
|
{
|
|
goto IL_011d;
|
|
}
|
|
}
|
|
{
|
|
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_52 = __this->____schemaType_16;
|
|
NullCheck(L_52);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_53;
|
|
L_53 = XmlSchemaType_get_QualifiedName_m4DFF2E93FF1C517E0B80685D7F50C26D1F1DB184(L_52, NULL);
|
|
__this->____schemaTypeName_17 = L_53;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____schemaTypeName_17), (void*)L_53);
|
|
goto IL_0163;
|
|
}
|
|
|
|
IL_011d:
|
|
{
|
|
String_t* L_54 = ___4_xmlType;
|
|
String_t* L_55 = ___5_xmlTypeNamespace;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_56 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_56);
|
|
XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_56, L_54, L_55, NULL);
|
|
__this->____schemaTypeName_17 = L_56;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____schemaTypeName_17), (void*)L_56);
|
|
goto IL_0163;
|
|
}
|
|
|
|
IL_012e:
|
|
{
|
|
RuntimeObject* L_57 = V_5;
|
|
if (!((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)IsInstClass((RuntimeObject*)L_57, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0146;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_58 = V_5;
|
|
__this->____schemaTypeName_17 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_58, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____schemaTypeName_17), (void*)((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_58, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var)));
|
|
goto IL_0163;
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_59 = ___3_typeData;
|
|
NullCheck(L_59);
|
|
Type_t* L_60;
|
|
L_60 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_59, NULL);
|
|
NullCheck(L_60);
|
|
String_t* L_61;
|
|
L_61 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_60);
|
|
String_t* L_62 = V_2;
|
|
String_t* L_63;
|
|
L_63 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral558ED33B9D0E36FD1CA98DD526816AE654BA4E92)), L_61, L_62, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_64 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_64);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_64, L_63, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_64, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializableMapping__ctor_mF15D3F92AF6B8B5698F26636C0ACCC8EC20CABD2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0163:
|
|
{
|
|
XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* L_65 = ___0_root;
|
|
G_B18_0 = __this;
|
|
if (L_65)
|
|
{
|
|
G_B19_0 = __this;
|
|
goto IL_0174;
|
|
}
|
|
}
|
|
{
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_66 = __this->____schemaTypeName_17;
|
|
NullCheck(L_66);
|
|
String_t* L_67;
|
|
L_67 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_66, NULL);
|
|
G_B20_0 = L_67;
|
|
G_B20_1 = G_B18_0;
|
|
goto IL_017a;
|
|
}
|
|
|
|
IL_0174:
|
|
{
|
|
XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* L_68 = ___0_root;
|
|
NullCheck(L_68);
|
|
String_t* L_69;
|
|
L_69 = XmlRootAttribute_get_ElementName_m8E9F810E8C3AEA05914EF8AEA47DCC31EDD7B2AE(L_68, NULL);
|
|
G_B20_0 = L_69;
|
|
G_B20_1 = G_B19_0;
|
|
}
|
|
|
|
IL_017a:
|
|
{
|
|
XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* L_70 = ___0_root;
|
|
G_B21_0 = G_B20_0;
|
|
G_B21_1 = G_B20_1;
|
|
if (L_70)
|
|
{
|
|
G_B23_0 = G_B20_0;
|
|
G_B23_1 = G_B20_1;
|
|
goto IL_0194;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_71;
|
|
L_71 = XmlMapping_get_Namespace_m196651C91FB3C3442AC616C977345E89450F024F_inline(__this, NULL);
|
|
String_t* L_72 = L_71;
|
|
G_B22_0 = L_72;
|
|
G_B22_1 = G_B21_0;
|
|
G_B22_2 = G_B21_1;
|
|
if (L_72)
|
|
{
|
|
G_B24_0 = L_72;
|
|
G_B24_1 = G_B21_0;
|
|
G_B24_2 = G_B21_1;
|
|
goto IL_019a;
|
|
}
|
|
}
|
|
{
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_73 = __this->____schemaTypeName_17;
|
|
NullCheck(L_73);
|
|
String_t* L_74;
|
|
L_74 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_73, NULL);
|
|
G_B24_0 = L_74;
|
|
G_B24_1 = G_B22_1;
|
|
G_B24_2 = G_B22_2;
|
|
goto IL_019a;
|
|
}
|
|
|
|
IL_0194:
|
|
{
|
|
XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* L_75 = ___0_root;
|
|
NullCheck(L_75);
|
|
String_t* L_76;
|
|
L_76 = XmlRootAttribute_get_Namespace_mFB0A84474D83BF812BA15DA2D59498384F202FE4_inline(L_75, NULL);
|
|
G_B24_0 = L_76;
|
|
G_B24_1 = G_B23_0;
|
|
G_B24_2 = G_B23_1;
|
|
}
|
|
|
|
IL_019a:
|
|
{
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_77 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_77);
|
|
XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_77, G_B24_1, G_B24_0, NULL);
|
|
NullCheck(G_B24_2);
|
|
XmlTypeMapping_UpdateRoot_m1D4F34D903646D5C13C60D3620F5C0ABEA441530(G_B24_2, L_77, NULL);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_78 = __this->____schemaTypeName_17;
|
|
NullCheck(L_78);
|
|
String_t* L_79;
|
|
L_79 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_78, NULL);
|
|
XmlTypeMapping_set_XmlTypeNamespace_m29104EA2A5D1A505DAC69E158419FF55472C653D_inline(__this, L_79, NULL);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_80 = __this->____schemaTypeName_17;
|
|
NullCheck(L_80);
|
|
String_t* L_81;
|
|
L_81 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_80, NULL);
|
|
XmlTypeMapping_set_XmlType_m32DCAB0634D72D0F98B59A7B0C5BBD4633E2B545_inline(__this, L_81, NULL);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_82 = __this->____schemaTypeName_17;
|
|
NullCheck(L_82);
|
|
bool L_83;
|
|
L_83 = XmlQualifiedName_get_IsEmpty_m37942163D9A870E85BE8762845953C6A6579A400(L_82, NULL);
|
|
if (L_83)
|
|
{
|
|
goto IL_01ff;
|
|
}
|
|
}
|
|
{
|
|
XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_84 = V_4;
|
|
NullCheck(L_84);
|
|
int32_t L_85;
|
|
L_85 = XmlSchemaSet_get_Count_mF4D867C2937A5F6CB0070F087C4FFF5909ABE397(L_84, NULL);
|
|
if ((((int32_t)L_85) <= ((int32_t)0)))
|
|
{
|
|
goto IL_01ff;
|
|
}
|
|
}
|
|
{
|
|
XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_86 = V_4;
|
|
NullCheck(L_86);
|
|
int32_t L_87;
|
|
L_87 = XmlSchemaSet_get_Count_mF4D867C2937A5F6CB0070F087C4FFF5909ABE397(L_86, NULL);
|
|
XmlSchemaU5BU5D_t5DB5D05598D599A3F21C7D3D9A9F3F000AD6A4D3* L_88 = (XmlSchemaU5BU5D_t5DB5D05598D599A3F21C7D3D9A9F3F000AD6A4D3*)(XmlSchemaU5BU5D_t5DB5D05598D599A3F21C7D3D9A9F3F000AD6A4D3*)SZArrayNew(XmlSchemaU5BU5D_t5DB5D05598D599A3F21C7D3D9A9F3F000AD6A4D3_il2cpp_TypeInfo_var, (uint32_t)L_87);
|
|
V_6 = L_88;
|
|
XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_89 = V_4;
|
|
XmlSchemaU5BU5D_t5DB5D05598D599A3F21C7D3D9A9F3F000AD6A4D3* L_90 = V_6;
|
|
NullCheck(L_89);
|
|
XmlSchemaSet_CopyTo_mE195556997080731FCF64D0424CEF381DD20FABA(L_89, L_90, 0, NULL);
|
|
XmlSchemaU5BU5D_t5DB5D05598D599A3F21C7D3D9A9F3F000AD6A4D3* L_91 = V_6;
|
|
NullCheck(L_91);
|
|
int32_t L_92 = 0;
|
|
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_93 = (L_91)->GetAt(static_cast<il2cpp_array_size_t>(L_92));
|
|
__this->____schema_15 = L_93;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____schema_15), (void*)L_93);
|
|
}
|
|
|
|
IL_01ff:
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0200:
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_94 = ___3_typeData;
|
|
NullCheck(L_94);
|
|
Type_t* L_95;
|
|
L_95 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_94, NULL);
|
|
RuntimeObject* L_96;
|
|
L_96 = Activator_CreateInstance_m2BE3252B26369EA17E06A564F25172F6D002469F(L_95, (bool)1, NULL);
|
|
V_1 = ((RuntimeObject*)Castclass((RuntimeObject*)L_96, IXmlSerializable_tE36AB1894460107283308E142C1106C4AB31A526_il2cpp_TypeInfo_var));
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
RuntimeObject* L_97 = V_1;
|
|
NullCheck(L_97);
|
|
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_98;
|
|
L_98 = InterfaceFuncInvoker0< XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* >::Invoke(0 /* System.Xml.Schema.XmlSchema System.Xml.Serialization.IXmlSerializable::GetSchema() */, IXmlSerializable_tE36AB1894460107283308E142C1106C4AB31A526_il2cpp_TypeInfo_var, L_97);
|
|
__this->____schema_15 = L_98;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____schema_15), (void*)L_98);
|
|
goto IL_0224;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0221;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0221:
|
|
{// begin catch(System.Exception)
|
|
IL2CPP_POP_ACTIVE_EXCEPTION();
|
|
goto IL_0224;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0224:
|
|
{
|
|
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_99 = __this->____schema_15;
|
|
if (!L_99)
|
|
{
|
|
goto IL_026c;
|
|
}
|
|
}
|
|
{
|
|
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_100 = __this->____schema_15;
|
|
NullCheck(L_100);
|
|
String_t* L_101;
|
|
L_101 = XmlSchema_get_Id_mFA10A91F54597E48FB75C5824D0263ABDAA8B6F5_inline(L_100, NULL);
|
|
if (!L_101)
|
|
{
|
|
goto IL_024b;
|
|
}
|
|
}
|
|
{
|
|
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_102 = __this->____schema_15;
|
|
NullCheck(L_102);
|
|
String_t* L_103;
|
|
L_103 = XmlSchema_get_Id_mFA10A91F54597E48FB75C5824D0263ABDAA8B6F5_inline(L_102, NULL);
|
|
NullCheck(L_103);
|
|
int32_t L_104;
|
|
L_104 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_103, NULL);
|
|
if (L_104)
|
|
{
|
|
goto IL_026c;
|
|
}
|
|
}
|
|
|
|
IL_024b:
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_105 = ___3_typeData;
|
|
NullCheck(L_105);
|
|
Type_t* L_106;
|
|
L_106 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_105, NULL);
|
|
NullCheck(L_106);
|
|
String_t* L_107;
|
|
L_107 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_106);
|
|
String_t* L_108;
|
|
L_108 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEDE169578D0784988295F2BB094D04C3F7C9B832)), L_107, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDD640DD960B4CEB48E82A897FEAB7F64F88777F4)), NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_109 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_109);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_109, L_108, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_109, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializableMapping__ctor_mF15D3F92AF6B8B5698F26636C0ACCC8EC20CABD2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_026c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Serialization.ClassMap::AddMember(System.Xml.Serialization.XmlTypeMapMember)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassMap_AddMember_m68EC50B8B34647C81D1EFEC1D14083A150A2B49B (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* ___0_member, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_4 = NULL;
|
|
String_t* V_5 = NULL;
|
|
RuntimeObject* V_6 = NULL;
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_0 = ___0_member;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = XmlTypeMapMember_get_GlobalIndex_mC43A1F277B76C624EFAF264B32293499D51853B6_inline(L_0, NULL);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_2 = ___0_member;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_3 = __this->____allMembers_5;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3);
|
|
NullCheck(L_2);
|
|
XmlTypeMapMember_set_GlobalIndex_m472100DAE18C222CFAD14F0085743759FB1B11C3_inline(L_2, L_4, NULL);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_5 = __this->____allMembers_5;
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_6 = ___0_member;
|
|
NullCheck(L_5);
|
|
int32_t L_7;
|
|
L_7 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(27 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_5, L_6);
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_8 = ___0_member;
|
|
NullCheck(L_8);
|
|
RuntimeObject* L_9;
|
|
L_9 = XmlTypeMapMember_get_DefaultValue_m9E7FE48431CBCD4C9757423398D48F30B919CFC3_inline(L_8, NULL);
|
|
if (((DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC*)IsInstSealed((RuntimeObject*)L_9, DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_10 = ___0_member;
|
|
NullCheck(L_10);
|
|
RuntimeObject* L_11;
|
|
L_11 = XmlTypeMapMember_get_DefaultValue_m9E7FE48431CBCD4C9757423398D48F30B919CFC3_inline(L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_12 = __this->____membersWithDefault_6;
|
|
if (L_12)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_13 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_13);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_13, NULL);
|
|
__this->____membersWithDefault_6 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____membersWithDefault_6), (void*)L_13);
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_14 = __this->____membersWithDefault_6;
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_15 = ___0_member;
|
|
NullCheck(L_14);
|
|
int32_t L_16;
|
|
L_16 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(27 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_14, L_15);
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_17 = ___0_member;
|
|
NullCheck(L_17);
|
|
bool L_18;
|
|
L_18 = XmlTypeMapMember_get_IsReturnValue_m2FF8236466A439AB4412508BE3D78C3C71A47481(L_17, NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_19 = ___0_member;
|
|
__this->____returnMember_12 = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____returnMember_12), (void*)L_19);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_20 = ___0_member;
|
|
if (!((XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4*)IsInstClass((RuntimeObject*)L_20, XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_010c;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_21 = ___0_member;
|
|
V_0 = ((XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4*)CastclassClass((RuntimeObject*)L_21, XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4_il2cpp_TypeInfo_var));
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_22 = __this->____attributeMembers_2;
|
|
if (L_22)
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_23 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_23);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_23, NULL);
|
|
__this->____attributeMembers_2 = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____attributeMembers_2), (void*)L_23);
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* L_24 = V_0;
|
|
NullCheck(L_24);
|
|
String_t* L_25;
|
|
L_25 = XmlTypeMapMemberAttribute_get_AttributeName_m79384B2B6097452969DD46364D07C2F8B353B064_inline(L_24, NULL);
|
|
XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* L_26 = V_0;
|
|
NullCheck(L_26);
|
|
String_t* L_27;
|
|
L_27 = XmlTypeMapMemberAttribute_get_Namespace_m6907BC42459BA2FBEE550EF180E697DDF19A8C37_inline(L_26, NULL);
|
|
String_t* L_28;
|
|
L_28 = ClassMap_BuildKey_m8B51C41F6F666CBAB211F3885269AF8D66371054(__this, L_25, L_27, (-1), NULL);
|
|
V_1 = L_28;
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_29 = __this->____attributeMembers_2;
|
|
String_t* L_30 = V_1;
|
|
NullCheck(L_29);
|
|
bool L_31;
|
|
L_31 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(22 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_29, L_30);
|
|
if (!L_31)
|
|
{
|
|
goto IL_00ed;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_32 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_33 = L_32;
|
|
NullCheck(L_33);
|
|
ArrayElementTypeCheck (L_33, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10843A43CD4C64637831AF0FF399A1ED2FB29D7D)));
|
|
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10843A43CD4C64637831AF0FF399A1ED2FB29D7D)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_34 = L_33;
|
|
XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* L_35 = V_0;
|
|
NullCheck(L_35);
|
|
String_t* L_36;
|
|
L_36 = XmlTypeMapMemberAttribute_get_AttributeName_m79384B2B6097452969DD46364D07C2F8B353B064_inline(L_35, NULL);
|
|
NullCheck(L_34);
|
|
ArrayElementTypeCheck (L_34, L_36);
|
|
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_36);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_37 = L_34;
|
|
NullCheck(L_37);
|
|
ArrayElementTypeCheck (L_37, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD39D69B3EED7D6A7B1F9D5CEAE6AC85B41A3DBC)));
|
|
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD39D69B3EED7D6A7B1F9D5CEAE6AC85B41A3DBC)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_38 = L_37;
|
|
XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* L_39 = V_0;
|
|
NullCheck(L_39);
|
|
String_t* L_40;
|
|
L_40 = XmlTypeMapMemberAttribute_get_Namespace_m6907BC42459BA2FBEE550EF180E697DDF19A8C37_inline(L_39, NULL);
|
|
NullCheck(L_38);
|
|
ArrayElementTypeCheck (L_38, L_40);
|
|
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_40);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_41 = L_38;
|
|
NullCheck(L_41);
|
|
ArrayElementTypeCheck (L_41, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral594C9B74105FC363004860F96C38805E33805AA9)));
|
|
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral594C9B74105FC363004860F96C38805E33805AA9)));
|
|
String_t* L_42;
|
|
L_42 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_41, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_43 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_43);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_43, L_42, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ClassMap_AddMember_m68EC50B8B34647C81D1EFEC1D14083A150A2B49B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00ed:
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_44 = ___0_member;
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_45 = __this->____attributeMembers_2;
|
|
NullCheck(L_45);
|
|
int32_t L_46;
|
|
L_46 = VirtualFuncInvoker0< int32_t >::Invoke(33 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_45);
|
|
NullCheck(L_44);
|
|
XmlTypeMapMember_set_Index_m2CF151DEBC1293A91B0126F579B2CA6730CC4D56_inline(L_44, L_46, NULL);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_47 = __this->____attributeMembers_2;
|
|
String_t* L_48 = V_1;
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_49 = ___0_member;
|
|
NullCheck(L_47);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(18 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_47, L_48, L_49);
|
|
return;
|
|
}
|
|
|
|
IL_010c:
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_50 = ___0_member;
|
|
if (!((XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38*)IsInstClass((RuntimeObject*)L_50, XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_51 = ___0_member;
|
|
ClassMap_RegisterFlatList_mD8FD4FD7E17159E8BE8C9373E303CB582D979F6A(__this, ((XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38*)CastclassClass((RuntimeObject*)L_51, XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38_il2cpp_TypeInfo_var)), NULL);
|
|
goto IL_0180;
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_52 = ___0_member;
|
|
if (!((XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950*)IsInstClass((RuntimeObject*)L_52, XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0156;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_53 = ___0_member;
|
|
V_2 = ((XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950*)CastclassClass((RuntimeObject*)L_53, XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950_il2cpp_TypeInfo_var));
|
|
XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950* L_54 = V_2;
|
|
NullCheck(L_54);
|
|
bool L_55;
|
|
L_55 = XmlTypeMapMemberAnyElement_get_IsDefaultAny_m909FBA6B86D7667653B60EEE47228938214F22D5(L_54, NULL);
|
|
if (!L_55)
|
|
{
|
|
goto IL_0140;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950* L_56 = V_2;
|
|
__this->____defaultAnyElement_8 = L_56;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____defaultAnyElement_8), (void*)L_56);
|
|
}
|
|
|
|
IL_0140:
|
|
{
|
|
XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950* L_57 = V_2;
|
|
NullCheck(L_57);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_58;
|
|
L_58 = XmlTypeMapMember_get_TypeData_m071A2E1C32FA2AED8FB5D91556CF310A28898D1D_inline(L_57, NULL);
|
|
NullCheck(L_58);
|
|
bool L_59;
|
|
L_59 = TypeData_get_IsListType_m40A6A12749C9A2F1729D6411A76C62768DB2D4F2(L_58, NULL);
|
|
if (!L_59)
|
|
{
|
|
goto IL_0180;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950* L_60 = V_2;
|
|
ClassMap_RegisterFlatList_mD8FD4FD7E17159E8BE8C9373E303CB582D979F6A(__this, L_60, NULL);
|
|
goto IL_0180;
|
|
}
|
|
|
|
IL_0156:
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_61 = ___0_member;
|
|
if (!((XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1*)IsInstClass((RuntimeObject*)L_61, XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_016b;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_62 = ___0_member;
|
|
__this->____defaultAnyAttribute_9 = ((XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1*)CastclassClass((RuntimeObject*)L_62, XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____defaultAnyAttribute_9), (void*)((XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1*)CastclassClass((RuntimeObject*)L_62, XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1_il2cpp_TypeInfo_var)));
|
|
return;
|
|
}
|
|
|
|
IL_016b:
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_63 = ___0_member;
|
|
if (!((XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112*)IsInstClass((RuntimeObject*)L_63, XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0180;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_64 = ___0_member;
|
|
__this->____namespaceDeclarations_10 = ((XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112*)CastclassClass((RuntimeObject*)L_64, XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____namespaceDeclarations_10), (void*)((XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112*)CastclassClass((RuntimeObject*)L_64, XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112_il2cpp_TypeInfo_var)));
|
|
return;
|
|
}
|
|
|
|
IL_0180:
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_65 = ___0_member;
|
|
if (!((XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840*)IsInstClass((RuntimeObject*)L_65, XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_66 = ___0_member;
|
|
NullCheck(((XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840*)CastclassClass((RuntimeObject*)L_66, XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840_il2cpp_TypeInfo_var)));
|
|
bool L_67;
|
|
L_67 = XmlTypeMapMemberElement_get_IsXmlTextCollector_m2FF0627D7710E6CB03FF540D8BE2AEF22ADB6570_inline(((XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840*)CastclassClass((RuntimeObject*)L_66, XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840_il2cpp_TypeInfo_var)), NULL);
|
|
if (!L_67)
|
|
{
|
|
goto IL_01af;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_68 = __this->____xmlTextCollector_11;
|
|
if (!L_68)
|
|
{
|
|
goto IL_01a8;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_69 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_69);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_69, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA209B37D33B4476CEC46AD3B1D553C7B0BECB32A)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_69, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ClassMap_AddMember_m68EC50B8B34647C81D1EFEC1D14083A150A2B49B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_01a8:
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_70 = ___0_member;
|
|
__this->____xmlTextCollector_11 = L_70;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____xmlTextCollector_11), (void*)L_70);
|
|
}
|
|
|
|
IL_01af:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_71 = __this->____elementMembers_1;
|
|
if (L_71)
|
|
{
|
|
goto IL_01cd;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_72 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_72);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_72, NULL);
|
|
__this->____elementMembers_1 = L_72;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____elementMembers_1), (void*)L_72);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_73 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_73);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_73, NULL);
|
|
__this->____elements_0 = L_73;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____elements_0), (void*)L_73);
|
|
}
|
|
|
|
IL_01cd:
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_74 = ___0_member;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_75 = __this->____elementMembers_1;
|
|
NullCheck(L_75);
|
|
int32_t L_76;
|
|
L_76 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_75);
|
|
NullCheck(L_74);
|
|
XmlTypeMapMember_set_Index_m2CF151DEBC1293A91B0126F579B2CA6730CC4D56_inline(L_74, L_76, NULL);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_77 = __this->____elementMembers_1;
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_78 = ___0_member;
|
|
NullCheck(L_77);
|
|
int32_t L_79;
|
|
L_79 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(27 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_77, L_78);
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_80 = ___0_member;
|
|
NullCheck(((XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840*)CastclassClass((RuntimeObject*)L_80, XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840_il2cpp_TypeInfo_var)));
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_81;
|
|
L_81 = XmlTypeMapMemberElement_get_ElementInfo_m62E3A285CDAFF7621EA03A0DA6B1966D5432D337(((XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840*)CastclassClass((RuntimeObject*)L_80, XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840_il2cpp_TypeInfo_var)), NULL);
|
|
NullCheck(L_81);
|
|
RuntimeObject* L_82;
|
|
L_82 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_81);
|
|
V_3 = L_82;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0293:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_83 = V_3;
|
|
V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_83, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_84 = V_6;
|
|
if (!L_84)
|
|
{
|
|
goto IL_02a6;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_85 = V_6;
|
|
NullCheck(L_85);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_85);
|
|
}
|
|
|
|
IL_02a6:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0286_1;
|
|
}
|
|
|
|
IL_0201_1:
|
|
{
|
|
RuntimeObject* L_86 = V_3;
|
|
NullCheck(L_86);
|
|
RuntimeObject* L_87;
|
|
L_87 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_86);
|
|
V_4 = ((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_87, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var));
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_88 = V_4;
|
|
NullCheck(L_88);
|
|
String_t* L_89;
|
|
L_89 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(L_88, NULL);
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_90 = V_4;
|
|
NullCheck(L_90);
|
|
String_t* L_91;
|
|
L_91 = XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline(L_90, NULL);
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_92 = V_4;
|
|
NullCheck(L_92);
|
|
int32_t L_93;
|
|
L_93 = XmlTypeMapElementInfo_get_ExplicitOrder_m929232F83C9F294565C56EC38C5BACCA530DEDAB_inline(L_92, NULL);
|
|
String_t* L_94;
|
|
L_94 = ClassMap_BuildKey_m8B51C41F6F666CBAB211F3885269AF8D66371054(__this, L_89, L_91, L_93, NULL);
|
|
V_5 = L_94;
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_95 = __this->____elements_0;
|
|
String_t* L_96 = V_5;
|
|
NullCheck(L_95);
|
|
bool L_97;
|
|
L_97 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(22 /* System.Boolean System.Collections.Hashtable::ContainsKey(System.Object) */, L_95, L_96);
|
|
if (!L_97)
|
|
{
|
|
goto IL_0277_1;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_98 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_99 = L_98;
|
|
NullCheck(L_99);
|
|
ArrayElementTypeCheck (L_99, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC66F579DCA45D04AA08CC18AEAEC2741A63B494F)));
|
|
(L_99)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC66F579DCA45D04AA08CC18AEAEC2741A63B494F)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_100 = L_99;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_101 = V_4;
|
|
NullCheck(L_101);
|
|
String_t* L_102;
|
|
L_102 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(L_101, NULL);
|
|
NullCheck(L_100);
|
|
ArrayElementTypeCheck (L_100, L_102);
|
|
(L_100)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_102);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_103 = L_100;
|
|
NullCheck(L_103);
|
|
ArrayElementTypeCheck (L_103, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD39D69B3EED7D6A7B1F9D5CEAE6AC85B41A3DBC)));
|
|
(L_103)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAD39D69B3EED7D6A7B1F9D5CEAE6AC85B41A3DBC)));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_104 = L_103;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_105 = V_4;
|
|
NullCheck(L_105);
|
|
String_t* L_106;
|
|
L_106 = XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline(L_105, NULL);
|
|
NullCheck(L_104);
|
|
ArrayElementTypeCheck (L_104, L_106);
|
|
(L_104)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_106);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_107 = L_104;
|
|
NullCheck(L_107);
|
|
ArrayElementTypeCheck (L_107, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD692E67438BD707EE1906F28C246C0A0A23AE7A5)));
|
|
(L_107)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD692E67438BD707EE1906F28C246C0A0A23AE7A5)));
|
|
String_t* L_108;
|
|
L_108 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_107, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_109 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_109);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_109, L_108, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_109, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ClassMap_AddMember_m68EC50B8B34647C81D1EFEC1D14083A150A2B49B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0277_1:
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_110 = __this->____elements_0;
|
|
String_t* L_111 = V_5;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_112 = V_4;
|
|
NullCheck(L_110);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(18 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_110, L_111, L_112);
|
|
}
|
|
|
|
IL_0286_1:
|
|
{
|
|
RuntimeObject* L_113 = V_3;
|
|
NullCheck(L_113);
|
|
bool L_114;
|
|
L_114 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_113);
|
|
if (L_114)
|
|
{
|
|
goto IL_0201_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02a7;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_02a7:
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_115 = ___0_member;
|
|
NullCheck(L_115);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_116;
|
|
L_116 = XmlTypeMapMember_get_TypeData_m071A2E1C32FA2AED8FB5D91556CF310A28898D1D_inline(L_115, NULL);
|
|
NullCheck(L_116);
|
|
bool L_117;
|
|
L_117 = TypeData_get_IsListType_m40A6A12749C9A2F1729D6411A76C62768DB2D4F2(L_116, NULL);
|
|
if (!L_117)
|
|
{
|
|
goto IL_02f9;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_118 = ___0_member;
|
|
NullCheck(L_118);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_119;
|
|
L_119 = XmlTypeMapMember_get_TypeData_m071A2E1C32FA2AED8FB5D91556CF310A28898D1D_inline(L_118, NULL);
|
|
NullCheck(L_119);
|
|
Type_t* L_120;
|
|
L_120 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_119, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_121;
|
|
L_121 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_120, (Type_t*)NULL, NULL);
|
|
if (!L_121)
|
|
{
|
|
goto IL_02f9;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_122 = ___0_member;
|
|
NullCheck(L_122);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_123;
|
|
L_123 = XmlTypeMapMember_get_TypeData_m071A2E1C32FA2AED8FB5D91556CF310A28898D1D_inline(L_122, NULL);
|
|
NullCheck(L_123);
|
|
Type_t* L_124;
|
|
L_124 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_123, NULL);
|
|
NullCheck(L_124);
|
|
bool L_125;
|
|
L_125 = Type_get_IsArray_mB9B8CA713B2AA9D6AFECC24E05AF78D22532B673(L_124, NULL);
|
|
if (L_125)
|
|
{
|
|
goto IL_02f9;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_126 = __this->____listMembers_7;
|
|
if (L_126)
|
|
{
|
|
goto IL_02ec;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_127 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_127);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_127, NULL);
|
|
__this->____listMembers_7 = L_127;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____listMembers_7), (void*)L_127);
|
|
}
|
|
|
|
IL_02ec:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_128 = __this->____listMembers_7;
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_129 = ___0_member;
|
|
NullCheck(L_128);
|
|
int32_t L_130;
|
|
L_130 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(27 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_128, L_129);
|
|
}
|
|
|
|
IL_02f9:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.ClassMap::RegisterFlatList(System.Xml.Serialization.XmlTypeMapMemberExpandable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassMap_RegisterFlatList_mD8FD4FD7E17159E8BE8C9373E303CB582D979F6A (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, XmlTypeMapMemberExpandable_tED3170CD402780E1250005E1131CD848660237FE* ___0_member, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____flatLists_4;
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_1, NULL);
|
|
__this->____flatLists_4 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____flatLists_4), (void*)L_1);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
XmlTypeMapMemberExpandable_tED3170CD402780E1250005E1131CD848660237FE* L_2 = ___0_member;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_3 = __this->____flatLists_4;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_3);
|
|
NullCheck(L_2);
|
|
XmlTypeMapMemberExpandable_set_FlatArrayIndex_m34257D88ADAD9D20AD7BD89FB29EA298553567CA_inline(L_2, L_4, NULL);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_5 = __this->____flatLists_4;
|
|
XmlTypeMapMemberExpandable_tED3170CD402780E1250005E1131CD848660237FE* L_6 = ___0_member;
|
|
NullCheck(L_5);
|
|
int32_t L_7;
|
|
L_7 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(27 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_5, L_6);
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapMemberAttribute System.Xml.Serialization.ClassMap::GetAttribute(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* ClassMap_GetAttribute_mFAA51D19B1F7AAC3105A581FA1F2738B15BBBCD0 (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, String_t* ___0_name, String_t* ___1_ns, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->____attributeMembers_2;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4*)NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = __this->____attributeMembers_2;
|
|
String_t* L_2 = ___0_name;
|
|
String_t* L_3 = ___1_ns;
|
|
String_t* L_4;
|
|
L_4 = ClassMap_BuildKey_m8B51C41F6F666CBAB211F3885269AF8D66371054(__this, L_2, L_3, (-1), NULL);
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_5;
|
|
L_5 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(24 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_1, L_4);
|
|
return ((XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4*)CastclassClass((RuntimeObject*)L_5, XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4_il2cpp_TypeInfo_var));
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapElementInfo System.Xml.Serialization.ClassMap::GetElement(System.String,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* ClassMap_GetElement_m5F9EF895E43E4009CB54E866BBD4C52A2BAE3528 (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, String_t* ___0_name, String_t* ___1_ns, int32_t ___2_minimalOrder, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->____elements_0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
V_0 = (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)NULL;
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = __this->____elements_0;
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2;
|
|
L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(30 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_1);
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_3;
|
|
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_2);
|
|
V_1 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006d:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_4 = V_1;
|
|
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_5 = V_3;
|
|
if (!L_5)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = V_3;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0063_1;
|
|
}
|
|
|
|
IL_001f_1:
|
|
{
|
|
RuntimeObject* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
RuntimeObject* L_8;
|
|
L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_7);
|
|
V_2 = ((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_8, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var));
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_9 = V_2;
|
|
NullCheck(L_9);
|
|
String_t* L_10;
|
|
L_10 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(L_9, NULL);
|
|
String_t* L_11 = ___0_name;
|
|
bool L_12;
|
|
L_12 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_10, L_11, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0063_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_13 = V_2;
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline(L_13, NULL);
|
|
String_t* L_15 = ___1_ns;
|
|
bool L_16;
|
|
L_16 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_14, L_15, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0063_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_17 = V_2;
|
|
NullCheck(L_17);
|
|
int32_t L_18;
|
|
L_18 = XmlTypeMapElementInfo_get_ExplicitOrder_m929232F83C9F294565C56EC38C5BACCA530DEDAB_inline(L_17, NULL);
|
|
int32_t L_19 = ___2_minimalOrder;
|
|
if ((((int32_t)L_18) < ((int32_t)L_19)))
|
|
{
|
|
goto IL_0063_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_20 = V_0;
|
|
if (!L_20)
|
|
{
|
|
goto IL_0061_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_21 = V_0;
|
|
NullCheck(L_21);
|
|
int32_t L_22;
|
|
L_22 = XmlTypeMapElementInfo_get_ExplicitOrder_m929232F83C9F294565C56EC38C5BACCA530DEDAB_inline(L_21, NULL);
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_23 = V_2;
|
|
NullCheck(L_23);
|
|
int32_t L_24;
|
|
L_24 = XmlTypeMapElementInfo_get_ExplicitOrder_m929232F83C9F294565C56EC38C5BACCA530DEDAB_inline(L_23, NULL);
|
|
if ((((int32_t)L_22) <= ((int32_t)L_24)))
|
|
{
|
|
goto IL_0063_1;
|
|
}
|
|
}
|
|
|
|
IL_0061_1:
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_25 = V_2;
|
|
V_0 = L_25;
|
|
}
|
|
|
|
IL_0063_1:
|
|
{
|
|
RuntimeObject* L_26 = V_1;
|
|
NullCheck(L_26);
|
|
bool L_27;
|
|
L_27 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_26);
|
|
if (L_27)
|
|
{
|
|
goto IL_001f_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_28 = V_0;
|
|
return L_28;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapElementInfo System.Xml.Serialization.ClassMap::GetElement(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* ClassMap_GetElement_m60767CE50696152D35651B8202236E105721F3C3 (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, String_t* ___0_name, String_t* ___1_ns, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_1 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->____elements_0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = __this->____elements_0;
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2;
|
|
L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(30 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_1);
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_3;
|
|
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_2);
|
|
V_0 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0053:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_4 = V_0;
|
|
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_5 = V_3;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = V_3;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0049_1;
|
|
}
|
|
|
|
IL_001d_1:
|
|
{
|
|
RuntimeObject* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
RuntimeObject* L_8;
|
|
L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_7);
|
|
V_1 = ((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_8, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var));
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
String_t* L_10;
|
|
L_10 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(L_9, NULL);
|
|
String_t* L_11 = ___0_name;
|
|
bool L_12;
|
|
L_12 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_10, L_11, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0049_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline(L_13, NULL);
|
|
String_t* L_15 = ___1_ns;
|
|
bool L_16;
|
|
L_16 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_14, L_15, NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0049_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_17 = V_1;
|
|
V_2 = L_17;
|
|
goto IL_0066;
|
|
}
|
|
|
|
IL_0049_1:
|
|
{
|
|
RuntimeObject* L_18 = V_0;
|
|
NullCheck(L_18);
|
|
bool L_19;
|
|
L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_18);
|
|
if (L_19)
|
|
{
|
|
goto IL_001d_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
return (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)NULL;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_20 = V_2;
|
|
return L_20;
|
|
}
|
|
}
|
|
// System.String System.Xml.Serialization.ClassMap::BuildKey(System.String,System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ClassMap_BuildKey_m8B51C41F6F666CBAB211F3885269AF8D66371054 (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, String_t* ___0_name, String_t* ___1_ns, int32_t ___2_explicitOrder, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F8BFCFC439A636B20C06C334A493AB7004843ED);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* G_B4_0 = NULL;
|
|
String_t* G_B4_1 = NULL;
|
|
String_t* G_B4_2 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
String_t* G_B3_1 = NULL;
|
|
String_t* G_B3_2 = NULL;
|
|
String_t* G_B5_0 = NULL;
|
|
String_t* G_B5_1 = NULL;
|
|
String_t* G_B5_2 = NULL;
|
|
String_t* G_B5_3 = NULL;
|
|
{
|
|
bool L_0 = __this->____ignoreMemberNamespace_13;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___0_name;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
String_t* L_2 = ___0_name;
|
|
String_t* L_3 = ___1_ns;
|
|
int32_t L_4 = ___2_explicitOrder;
|
|
G_B3_0 = L_3;
|
|
G_B3_1 = _stringLiteral8F8BFCFC439A636B20C06C334A493AB7004843ED;
|
|
G_B3_2 = L_2;
|
|
if ((((int32_t)L_4) < ((int32_t)0)))
|
|
{
|
|
G_B4_0 = L_3;
|
|
G_B4_1 = _stringLiteral8F8BFCFC439A636B20C06C334A493AB7004843ED;
|
|
G_B4_2 = L_2;
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5;
|
|
L_5 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___2_explicitOrder), NULL);
|
|
String_t* L_6;
|
|
L_6 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1, L_5, NULL);
|
|
G_B5_0 = L_6;
|
|
G_B5_1 = G_B3_0;
|
|
G_B5_2 = G_B3_1;
|
|
G_B5_3 = G_B3_2;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
G_B5_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
G_B5_1 = G_B4_0;
|
|
G_B5_2 = G_B4_1;
|
|
G_B5_3 = G_B4_2;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
String_t* L_7;
|
|
L_7 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(G_B5_3, G_B5_2, G_B5_1, G_B5_0, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.ClassMap::get_IsOrderDependentMap()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ClassMap_get_IsOrderDependentMap_m0B479BCCCAECE8D9D5DC7659B5CFFB7CB949C93A (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
{
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* L_0 = (&__this->____isOrderDependentMap_15);
|
|
bool L_1;
|
|
L_1 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline(L_0, Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
|
|
if (L_1)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_2), (bool)0, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
|
|
__this->____isOrderDependentMap_15 = L_2;
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_3 = __this->____elements_0;
|
|
NullCheck(L_3);
|
|
RuntimeObject* L_4;
|
|
L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(30 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_3);
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_5;
|
|
L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_4);
|
|
V_0 = L_5;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0057:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_6 = V_0;
|
|
V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_6, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_7 = V_1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_8);
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_004d_1;
|
|
}
|
|
|
|
IL_002c_1:
|
|
{
|
|
RuntimeObject* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
RuntimeObject* L_10;
|
|
L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_9);
|
|
NullCheck(((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_10, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var)));
|
|
int32_t L_11;
|
|
L_11 = XmlTypeMapElementInfo_get_ExplicitOrder_m929232F83C9F294565C56EC38C5BACCA530DEDAB_inline(((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_10, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var)), NULL);
|
|
if ((((int32_t)L_11) < ((int32_t)0)))
|
|
{
|
|
goto IL_004d_1;
|
|
}
|
|
}
|
|
{
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_12), (bool)1, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
|
|
__this->____isOrderDependentMap_15 = L_12;
|
|
goto IL_0068;
|
|
}
|
|
|
|
IL_004d_1:
|
|
{
|
|
RuntimeObject* L_13 = V_0;
|
|
NullCheck(L_13);
|
|
bool L_14;
|
|
L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_13);
|
|
if (L_14)
|
|
{
|
|
goto IL_002c_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* L_15 = (&__this->____isOrderDependentMap_15);
|
|
bool L_16;
|
|
L_16 = Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28(L_15, Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapMemberAnyElement System.Xml.Serialization.ClassMap::get_DefaultAnyElementMember()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950* ClassMap_get_DefaultAnyElementMember_m65CFF55B342204FE2E39B8BDF46E733DD43C6B4B (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950* L_0 = __this->____defaultAnyElement_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapMemberAnyAttribute System.Xml.Serialization.ClassMap::get_DefaultAnyAttributeMember()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1* ClassMap_get_DefaultAnyAttributeMember_m88660193A65BE269D1E4F7ADEA4778BC78D40B08 (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1* L_0 = __this->____defaultAnyAttribute_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapMemberNamespaces System.Xml.Serialization.ClassMap::get_NamespaceDeclarations()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112* ClassMap_get_NamespaceDeclarations_m5EF288255B1F07783CF889C781DB6D6BEAF133E1 (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112* L_0 = __this->____namespaceDeclarations_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Collections.ICollection System.Xml.Serialization.ClassMap::get_AttributeMembers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ClassMap_get_AttributeMembers_mB495B40347CA0E1075AB32C00E9D0E3D0510C94F (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAttributeU5BU5D_tD4F816722F17A6B481400D6F933E68A38D97EB83_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* V_1 = NULL;
|
|
RuntimeObject* V_2 = NULL;
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->____attributeMembers_2;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (RuntimeObject*)NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
XmlTypeMapMemberAttributeU5BU5D_tD4F816722F17A6B481400D6F933E68A38D97EB83* L_1 = __this->____attributeMembersArray_3;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapMemberAttributeU5BU5D_tD4F816722F17A6B481400D6F933E68A38D97EB83* L_2 = __this->____attributeMembersArray_3;
|
|
return (RuntimeObject*)L_2;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_3 = __this->____attributeMembers_2;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(33 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_3);
|
|
XmlTypeMapMemberAttributeU5BU5D_tD4F816722F17A6B481400D6F933E68A38D97EB83* L_5 = (XmlTypeMapMemberAttributeU5BU5D_tD4F816722F17A6B481400D6F933E68A38D97EB83*)(XmlTypeMapMemberAttributeU5BU5D_tD4F816722F17A6B481400D6F933E68A38D97EB83*)SZArrayNew(XmlTypeMapMemberAttributeU5BU5D_tD4F816722F17A6B481400D6F933E68A38D97EB83_il2cpp_TypeInfo_var, (uint32_t)L_4);
|
|
__this->____attributeMembersArray_3 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____attributeMembersArray_3), (void*)L_5);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_6 = __this->____attributeMembers_2;
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_7;
|
|
L_7 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(30 /* System.Collections.ICollection System.Collections.Hashtable::get_Values() */, L_6);
|
|
NullCheck(L_7);
|
|
RuntimeObject* L_8;
|
|
L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_7);
|
|
V_0 = L_8;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0066:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_9 = V_0;
|
|
V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_10 = V_2;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_11 = V_2;
|
|
NullCheck(L_11);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_11);
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_005c_1;
|
|
}
|
|
|
|
IL_0042_1:
|
|
{
|
|
RuntimeObject* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
RuntimeObject* L_13;
|
|
L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_12);
|
|
V_1 = ((XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4*)CastclassClass((RuntimeObject*)L_13, XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4_il2cpp_TypeInfo_var));
|
|
XmlTypeMapMemberAttributeU5BU5D_tD4F816722F17A6B481400D6F933E68A38D97EB83* L_14 = __this->____attributeMembersArray_3;
|
|
XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
int32_t L_16;
|
|
L_16 = XmlTypeMapMember_get_Index_m3EAB1243B03E5DBD10C6E7CA245E5A6C04406D12_inline(L_15, NULL);
|
|
XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* L_17 = V_1;
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, L_17);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(L_16), (XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4*)L_17);
|
|
}
|
|
|
|
IL_005c_1:
|
|
{
|
|
RuntimeObject* L_18 = V_0;
|
|
NullCheck(L_18);
|
|
bool L_19;
|
|
L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_18);
|
|
if (L_19)
|
|
{
|
|
goto IL_0042_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
XmlTypeMapMemberAttributeU5BU5D_tD4F816722F17A6B481400D6F933E68A38D97EB83* L_20 = __this->____attributeMembersArray_3;
|
|
return (RuntimeObject*)L_20;
|
|
}
|
|
}
|
|
// System.Collections.ICollection System.Xml.Serialization.ClassMap::get_ElementMembers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ClassMap_get_ElementMembers_m28BCFDC1D5FC50F910FBCF82D9C30472482A505D (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____elementMembers_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Collections.ArrayList System.Xml.Serialization.ClassMap::get_AllMembers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ClassMap_get_AllMembers_m68939A09AB79846A722998916E288759CB918FED (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____allMembers_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Collections.ArrayList System.Xml.Serialization.ClassMap::get_FlatLists()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ClassMap_get_FlatLists_m852941CF165941C1EB03137482353B221F335DE9 (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____flatLists_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Collections.ArrayList System.Xml.Serialization.ClassMap::get_ListMembers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ClassMap_get_ListMembers_m21D695B14B2AF42EC1850374FDA24CDE2B356649 (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____listMembers_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.ClassMap::get_XmlTextCollector()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* ClassMap_get_XmlTextCollector_m3FC50A0C0DEFAC7D4D70209D7D96C58AB7D1DA09 (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_0 = __this->____xmlTextCollector_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapMember System.Xml.Serialization.ClassMap::get_ReturnMember()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* ClassMap_get_ReturnMember_m17D5284F4873CF87F02814AF5BD96CFD23737F32 (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_0 = __this->____returnMember_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.XmlQualifiedName System.Xml.Serialization.ClassMap::get_SimpleContentBaseType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ClassMap_get_SimpleContentBaseType_mCE46351CF4900E4F3990D896D8A0533253FE09AD (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* V_0 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_1 = NULL;
|
|
{
|
|
bool L_0 = __this->____canBeSimpleType_14;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = __this->____elementMembers_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = __this->____elementMembers_1;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2);
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
return (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)NULL;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = __this->____elementMembers_1;
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_5;
|
|
L_5 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, 0);
|
|
V_0 = ((XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840*)CastclassClass((RuntimeObject*)L_5, XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840_il2cpp_TypeInfo_var));
|
|
XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_7;
|
|
L_7 = XmlTypeMapMemberElement_get_ElementInfo_m62E3A285CDAFF7621EA03A0DA6B1966D5432D337(L_6, NULL);
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_7);
|
|
if ((((int32_t)L_8) == ((int32_t)1)))
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
return (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)NULL;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_10;
|
|
L_10 = XmlTypeMapMemberElement_get_ElementInfo_m62E3A285CDAFF7621EA03A0DA6B1966D5432D337(L_9, NULL);
|
|
NullCheck(L_10);
|
|
RuntimeObject* L_11;
|
|
L_11 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_10, 0);
|
|
V_1 = ((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_11, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var));
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
bool L_13;
|
|
L_13 = XmlTypeMapElementInfo_get_IsTextElement_m264B22862789A3E5250E3BC780F0E888115596AF(L_12, NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
return (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)NULL;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_15;
|
|
L_15 = XmlTypeMapMember_get_TypeData_m071A2E1C32FA2AED8FB5D91556CF310A28898D1D_inline(L_14, NULL);
|
|
NullCheck(L_15);
|
|
int32_t L_16;
|
|
L_16 = TypeData_get_SchemaType_mDD8AA1AED98E580047EFF8A9C74CA9DCC5FC2E28_inline(L_15, NULL);
|
|
if ((((int32_t)L_16) == ((int32_t)1)))
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* L_17 = V_0;
|
|
NullCheck(L_17);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_18;
|
|
L_18 = XmlTypeMapMember_get_TypeData_m071A2E1C32FA2AED8FB5D91556CF310A28898D1D_inline(L_17, NULL);
|
|
NullCheck(L_18);
|
|
int32_t L_19;
|
|
L_19 = TypeData_get_SchemaType_mDD8AA1AED98E580047EFF8A9C74CA9DCC5FC2E28_inline(L_18, NULL);
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_20 = V_1;
|
|
NullCheck(L_20);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_21;
|
|
L_21 = XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline(L_20, NULL);
|
|
NullCheck(L_21);
|
|
String_t* L_22;
|
|
L_22 = TypeData_get_XmlType_m06749C1B19C57EB8649CBCD9B106C014DF511453_inline(L_21, NULL);
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_23 = V_1;
|
|
NullCheck(L_23);
|
|
String_t* L_24;
|
|
L_24 = XmlTypeMapElementInfo_get_DataTypeNamespace_mA8278DAED1A896D6AC2B28664C54E0D81155252D(L_23, NULL);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_25 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_25);
|
|
XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_25, L_22, L_24, NULL);
|
|
return L_25;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
return (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)NULL;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.ClassMap::SetCanBeSimpleType(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassMap_SetCanBeSimpleType_mEFA2779827B16C4BACF378B6536121C5FE1AE74C (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, bool ___0_can, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_can;
|
|
__this->____canBeSimpleType_14 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.ClassMap::get_HasSimpleContent()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ClassMap_get_HasSimpleContent_m7023F99D0994EB07A18F31EC2FFF7CEC4FA38960 (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0;
|
|
L_0 = ClassMap_get_SimpleContentBaseType_mCE46351CF4900E4F3990D896D8A0533253FE09AD(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = XmlQualifiedName_op_Inequality_m8A82F5213618F15B887A45C7B1461EB5C14C86A0(L_0, (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)NULL, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.ClassMap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassMap__ctor_m2E0CDD6C951F89A117B800D1EFA07A15B61D32F6 (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_0, NULL);
|
|
__this->____elements_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____elements_0), (void*)L_0);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_1, NULL);
|
|
__this->____allMembers_5 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____allMembers_5), (void*)L_1);
|
|
__this->____canBeSimpleType_14 = (bool)1;
|
|
ObjectMap__ctor_mE344582A0192332702FFC03592ECA4CB356D2E41(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Serialization.ListMap::set_ChoiceMember(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListMap_set_ChoiceMember_m25EB1F93541895E0647E420B7BF9C8C7194621D6 (ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->____choiceMember_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____choiceMember_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapElementInfoList System.Xml.Serialization.ListMap::get_ItemInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* ListMap_get_ItemInfo_mF4B1E24F5658D05E8E1E6296F4A220D33E7EC579 (ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_0 = __this->____itemInfo_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.ListMap::set_ItemInfo(System.Xml.Serialization.XmlTypeMapElementInfoList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListMap_set_ItemInfo_mD0E132CC2807675C9308B26F69EA38EC9EB3EF11 (ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* __this, XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_0 = ___0_value;
|
|
__this->____itemInfo_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____itemInfo_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapElementInfo System.Xml.Serialization.ListMap::FindElement(System.Object,System.Int32,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* ListMap_FindElement_m47E834380D86F46D9AE887F867CC2D3FCF7D4CC2 (ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* __this, RuntimeObject* ___0_ob, int32_t ___1_index, RuntimeObject* ___2_memberValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeArray* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
RuntimeObject* V_2 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_3 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_4 = NULL;
|
|
RuntimeObject* V_5 = NULL;
|
|
Type_t* V_6 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_7 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_8 = NULL;
|
|
{
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_0 = __this->____itemInfo_0;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_2 = __this->____itemInfo_0;
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_3;
|
|
L_3 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, 0);
|
|
return ((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_3, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
String_t* L_4 = __this->____choiceMember_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_00cc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___1_index;
|
|
if ((((int32_t)L_5) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_00cc;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = ___0_ob;
|
|
String_t* L_7 = __this->____choiceMember_1;
|
|
RuntimeObject* L_8;
|
|
L_8 = XmlTypeMapMember_GetValue_mD731B7698E115C16C268EBC285CDDD1BDC608504(L_6, L_7, NULL);
|
|
V_0 = ((RuntimeArray*)CastclassClass((RuntimeObject*)L_8, RuntimeArray_il2cpp_TypeInfo_var));
|
|
RuntimeArray* L_9 = V_0;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = ___1_index;
|
|
RuntimeArray* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
int32_t L_12;
|
|
L_12 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(L_11, NULL);
|
|
if ((((int32_t)L_10) < ((int32_t)L_12)))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
String_t* L_13 = __this->____choiceMember_1;
|
|
String_t* L_14;
|
|
L_14 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3D6EB261B6E5AC1669A2C14AFA8CA0EBB13AA820)), L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC7A7939E82BEFEF8DDB755713442AA62963F09F8)), NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_15 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_15);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_15, L_14, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ListMap_FindElement_m47E834380D86F46D9AE887F867CC2D3FCF7D4CC2_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
RuntimeArray* L_16 = V_0;
|
|
int32_t L_17 = ___1_index;
|
|
NullCheck(L_16);
|
|
RuntimeObject* L_18;
|
|
L_18 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21(L_16, L_17, NULL);
|
|
V_1 = L_18;
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_19 = __this->____itemInfo_0;
|
|
NullCheck(L_19);
|
|
RuntimeObject* L_20;
|
|
L_20 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_19);
|
|
V_2 = L_20;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00b8:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_21 = V_2;
|
|
V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_21, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_22 = V_5;
|
|
if (!L_22)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_23 = V_5;
|
|
NullCheck(L_23);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_23);
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00ab_1;
|
|
}
|
|
|
|
IL_0081_1:
|
|
{
|
|
RuntimeObject* L_24 = V_2;
|
|
NullCheck(L_24);
|
|
RuntimeObject* L_25;
|
|
L_25 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_24);
|
|
V_3 = ((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_25, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var));
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_26 = V_3;
|
|
NullCheck(L_26);
|
|
RuntimeObject* L_27;
|
|
L_27 = XmlTypeMapElementInfo_get_ChoiceValue_m7BC9464A497AFA7A1BF250BA0D88928706C6412E_inline(L_26, NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_00ab_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_28 = V_3;
|
|
NullCheck(L_28);
|
|
RuntimeObject* L_29;
|
|
L_29 = XmlTypeMapElementInfo_get_ChoiceValue_m7BC9464A497AFA7A1BF250BA0D88928706C6412E_inline(L_28, NULL);
|
|
RuntimeObject* L_30 = V_1;
|
|
NullCheck(L_29);
|
|
bool L_31;
|
|
L_31 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_29, L_30);
|
|
if (!L_31)
|
|
{
|
|
goto IL_00ab_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_32 = V_3;
|
|
V_4 = L_32;
|
|
goto IL_0171;
|
|
}
|
|
|
|
IL_00ab_1:
|
|
{
|
|
RuntimeObject* L_33 = V_2;
|
|
NullCheck(L_33);
|
|
bool L_34;
|
|
L_34 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_33);
|
|
if (L_34)
|
|
{
|
|
goto IL_0081_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_016f;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00cc:
|
|
{
|
|
RuntimeObject* L_35 = ___2_memberValue;
|
|
if (L_35)
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
return (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)NULL;
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
RuntimeObject* L_36 = ___2_memberValue;
|
|
NullCheck(L_36);
|
|
Type_t* L_37;
|
|
L_37 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_36, NULL);
|
|
V_6 = L_37;
|
|
V_7 = (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)NULL;
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_38 = __this->____itemInfo_0;
|
|
NullCheck(L_38);
|
|
RuntimeObject* L_39;
|
|
L_39 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_38);
|
|
V_2 = L_39;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0158:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_40 = V_2;
|
|
V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_40, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_41 = V_5;
|
|
if (!L_41)
|
|
{
|
|
goto IL_016b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_42 = V_5;
|
|
NullCheck(L_42);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_42);
|
|
}
|
|
|
|
IL_016b:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_014e_1;
|
|
}
|
|
|
|
IL_00ea_1:
|
|
{
|
|
RuntimeObject* L_43 = V_2;
|
|
NullCheck(L_43);
|
|
RuntimeObject* L_44;
|
|
L_44 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_43);
|
|
V_8 = ((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_44, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var));
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_45 = V_8;
|
|
NullCheck(L_45);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_46;
|
|
L_46 = XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline(L_45, NULL);
|
|
NullCheck(L_46);
|
|
Type_t* L_47;
|
|
L_47 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_46, NULL);
|
|
Type_t* L_48 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
bool L_49;
|
|
L_49 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_47, L_48, NULL);
|
|
if (!L_49)
|
|
{
|
|
goto IL_0112_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_50 = V_8;
|
|
V_4 = L_50;
|
|
goto IL_0171;
|
|
}
|
|
|
|
IL_0112_1:
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_51 = V_8;
|
|
NullCheck(L_51);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_52;
|
|
L_52 = XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline(L_51, NULL);
|
|
NullCheck(L_52);
|
|
Type_t* L_53;
|
|
L_53 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_52, NULL);
|
|
Type_t* L_54 = V_6;
|
|
NullCheck(L_53);
|
|
bool L_55;
|
|
L_55 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_53, L_54);
|
|
if (!L_55)
|
|
{
|
|
goto IL_014e_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_56 = V_7;
|
|
if (!L_56)
|
|
{
|
|
goto IL_014a_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_57 = V_8;
|
|
NullCheck(L_57);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_58;
|
|
L_58 = XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline(L_57, NULL);
|
|
NullCheck(L_58);
|
|
Type_t* L_59;
|
|
L_59 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_58, NULL);
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_60 = V_7;
|
|
NullCheck(L_60);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_61;
|
|
L_61 = XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline(L_60, NULL);
|
|
NullCheck(L_61);
|
|
Type_t* L_62;
|
|
L_62 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_61, NULL);
|
|
NullCheck(L_59);
|
|
bool L_63;
|
|
L_63 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_59, L_62);
|
|
if (!L_63)
|
|
{
|
|
goto IL_014e_1;
|
|
}
|
|
}
|
|
|
|
IL_014a_1:
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_64 = V_8;
|
|
V_7 = L_64;
|
|
}
|
|
|
|
IL_014e_1:
|
|
{
|
|
RuntimeObject* L_65 = V_2;
|
|
NullCheck(L_65);
|
|
bool L_66;
|
|
L_66 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_65);
|
|
if (L_66)
|
|
{
|
|
goto IL_00ea_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_016c;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_016c:
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_67 = V_7;
|
|
return L_67;
|
|
}
|
|
|
|
IL_016f:
|
|
{
|
|
return (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)NULL;
|
|
}
|
|
|
|
IL_0171:
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_68 = V_4;
|
|
return L_68;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapElementInfo System.Xml.Serialization.ListMap::FindElement(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* ListMap_FindElement_mB8E8BCFD1D6C7A8C244598D1317BCC1296E47CD7 (ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* __this, String_t* ___0_elementName, String_t* ___1_ns, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_1 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
{
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_0 = __this->____itemInfo_0;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0044:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_2 = V_0;
|
|
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_3 = V_3;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4 = V_3;
|
|
NullCheck(L_4);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4);
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_003a_1;
|
|
}
|
|
|
|
IL_000e_1:
|
|
{
|
|
RuntimeObject* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
RuntimeObject* L_6;
|
|
L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_5);
|
|
V_1 = ((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_6, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var));
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
String_t* L_8;
|
|
L_8 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(L_7, NULL);
|
|
String_t* L_9 = ___0_elementName;
|
|
bool L_10;
|
|
L_10 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_8, L_9, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_003a_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
String_t* L_12;
|
|
L_12 = XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline(L_11, NULL);
|
|
String_t* L_13 = ___1_ns;
|
|
bool L_14;
|
|
L_14 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_12, L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_003a_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_15 = V_1;
|
|
V_2 = L_15;
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_003a_1:
|
|
{
|
|
RuntimeObject* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
bool L_17;
|
|
L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_16);
|
|
if (L_17)
|
|
{
|
|
goto IL_000e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
return (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)NULL;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_18 = V_2;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Xml.Serialization.XmlTypeMapElementInfo System.Xml.Serialization.ListMap::FindTextElement()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* ListMap_FindTextElement_m4A953DA460CF998CB59D87819531224C9069FC0A (ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_1 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
{
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_0 = __this->____itemInfo_0;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_0);
|
|
V_0 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0030:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_2 = V_0;
|
|
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_3 = V_3;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4 = V_3;
|
|
NullCheck(L_4);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4);
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0026_1;
|
|
}
|
|
|
|
IL_000e_1:
|
|
{
|
|
RuntimeObject* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
RuntimeObject* L_6;
|
|
L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_5);
|
|
V_1 = ((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_6, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var));
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
bool L_8;
|
|
L_8 = XmlTypeMapElementInfo_get_IsTextElement_m264B22862789A3E5250E3BC780F0E888115596AF(L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0026_1;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_9 = V_1;
|
|
V_2 = L_9;
|
|
goto IL_0043;
|
|
}
|
|
|
|
IL_0026_1:
|
|
{
|
|
RuntimeObject* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
bool L_11;
|
|
L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_10);
|
|
if (L_11)
|
|
{
|
|
goto IL_000e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
return (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)NULL;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_12 = V_2;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.ListMap::GetArrayType(System.Int32,System.String&,System.String&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListMap_GetArrayType_mE4DD0F95C5B8779C799547E896D8DE16632AA2B7 (ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* __this, int32_t ___0_itemCount, String_t** ___1_localName, String_t** ___2_ns, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
{
|
|
int32_t L_0 = ___0_itemCount;
|
|
if ((((int32_t)L_0) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1;
|
|
L_1 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___0_itemCount), NULL);
|
|
String_t* L_2;
|
|
L_2 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1, L_1, _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
V_0 = _stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_3 = __this->____itemInfo_0;
|
|
NullCheck(L_3);
|
|
RuntimeObject* L_4;
|
|
L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, 0);
|
|
V_1 = ((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_4, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var));
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_6;
|
|
L_6 = XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline(L_5, NULL);
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = TypeData_get_SchemaType_mDD8AA1AED98E580047EFF8A9C74CA9DCC5FC2E28_inline(L_6, NULL);
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_9;
|
|
L_9 = XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032_inline(L_8, NULL);
|
|
NullCheck(L_9);
|
|
ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0* L_10;
|
|
L_10 = XmlMapping_get_ObjectMap_m63D1AEAC8EDD8396357898D337E350673A1E9003_inline(L_9, NULL);
|
|
String_t** L_11 = ___2_ns;
|
|
NullCheck(((ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC*)CastclassClass((RuntimeObject*)L_10, ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC_il2cpp_TypeInfo_var)));
|
|
ListMap_GetArrayType_mE4DD0F95C5B8779C799547E896D8DE16632AA2B7(((ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC*)CastclassClass((RuntimeObject*)L_10, ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC_il2cpp_TypeInfo_var)), (-1), (&V_2), L_11, NULL);
|
|
String_t** L_12 = ___1_localName;
|
|
String_t* L_13 = V_2;
|
|
String_t* L_14 = V_0;
|
|
String_t* L_15;
|
|
L_15 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_13, L_14, NULL);
|
|
*((RuntimeObject**)L_12) = (RuntimeObject*)L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_12, (void*)(RuntimeObject*)L_15);
|
|
return;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_17;
|
|
L_17 = XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032_inline(L_16, NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_18 = ___1_localName;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_19 = V_1;
|
|
NullCheck(L_19);
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_20;
|
|
L_20 = XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032_inline(L_19, NULL);
|
|
NullCheck(L_20);
|
|
String_t* L_21;
|
|
L_21 = XmlTypeMapping_get_XmlType_m5A30CB4EE3541CC1C65003757D5E743042846222_inline(L_20, NULL);
|
|
String_t* L_22 = V_0;
|
|
String_t* L_23;
|
|
L_23 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_21, L_22, NULL);
|
|
*((RuntimeObject**)L_18) = (RuntimeObject*)L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_18, (void*)(RuntimeObject*)L_23);
|
|
String_t** L_24 = ___2_ns;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_25 = V_1;
|
|
NullCheck(L_25);
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_26;
|
|
L_26 = XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032_inline(L_25, NULL);
|
|
NullCheck(L_26);
|
|
String_t* L_27;
|
|
L_27 = XmlMapping_get_Namespace_m196651C91FB3C3442AC616C977345E89450F024F_inline(L_26, NULL);
|
|
*((RuntimeObject**)L_24) = (RuntimeObject*)L_27;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_24, (void*)(RuntimeObject*)L_27);
|
|
return;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
String_t** L_28 = ___1_localName;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_30;
|
|
L_30 = XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline(L_29, NULL);
|
|
NullCheck(L_30);
|
|
String_t* L_31;
|
|
L_31 = TypeData_get_XmlType_m06749C1B19C57EB8649CBCD9B106C014DF511453_inline(L_30, NULL);
|
|
String_t* L_32 = V_0;
|
|
String_t* L_33;
|
|
L_33 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_31, L_32, NULL);
|
|
*((RuntimeObject**)L_28) = (RuntimeObject*)L_33;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_28, (void*)(RuntimeObject*)L_33);
|
|
String_t** L_34 = ___2_ns;
|
|
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_35 = V_1;
|
|
NullCheck(L_35);
|
|
String_t* L_36;
|
|
L_36 = XmlTypeMapElementInfo_get_DataTypeNamespace_mA8278DAED1A896D6AC2B28664C54E0D81155252D(L_35, NULL);
|
|
*((RuntimeObject**)L_34) = (RuntimeObject*)L_36;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_34, (void*)(RuntimeObject*)L_36);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.ListMap::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListMap_Equals_mD8B8083FC75AEC4A4F652FDD8C3748970A5C43CA (ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* __this, RuntimeObject* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_other;
|
|
V_0 = ((ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC*)IsInstClass((RuntimeObject*)L_0, ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC_il2cpp_TypeInfo_var));
|
|
ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_2 = __this->____itemInfo_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2);
|
|
ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_5 = L_4->____itemInfo_0;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_5);
|
|
if ((((int32_t)L_3) == ((int32_t)L_6)))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
V_1 = 0;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_7 = __this->____itemInfo_0;
|
|
int32_t L_8 = V_1;
|
|
NullCheck(L_7);
|
|
RuntimeObject* L_9;
|
|
L_9 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_7, L_8);
|
|
ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_11 = L_10->____itemInfo_0;
|
|
int32_t L_12 = V_1;
|
|
NullCheck(L_11);
|
|
RuntimeObject* L_13;
|
|
L_13 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_11, L_12);
|
|
NullCheck(L_9);
|
|
bool L_14;
|
|
L_14 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_9, L_13);
|
|
if (L_14)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
int32_t L_15 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
int32_t L_16 = V_1;
|
|
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_17 = __this->____itemInfo_0;
|
|
NullCheck(L_17);
|
|
int32_t L_18;
|
|
L_18 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_17);
|
|
if ((((int32_t)L_16) < ((int32_t)L_18)))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Serialization.ListMap::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ListMap_GetHashCode_m1EE90FD4B8CF4EAB771A8209BCDECAEB92C56AFA (ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0;
|
|
L_0 = Object_GetHashCode_m372C5A7AB16CAC13307C11C4256D706CE57E090C(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Serialization.ListMap::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListMap__ctor_m89E81F66CB6B669B50E293853AAF98AD4DED0F67 (ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ObjectMap__ctor_mE344582A0192332702FFC03592ECA4CB356D2E41(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Serialization.EnumMap::.ctor(System.Xml.Serialization.EnumMap/EnumMapMember[],System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumMap__ctor_m8B507CB9A313B5FEC589E7C3F0A6B573D665768D (EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C* __this, EnumMapMemberU5BU5D_t9142B305BA0F44DC126D50BA43D74FAA86A7D520* ___0_members, bool ___1_isFlags, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* V_1 = NULL;
|
|
{
|
|
ObjectMap__ctor_mE344582A0192332702FFC03592ECA4CB356D2E41(__this, NULL);
|
|
EnumMapMemberU5BU5D_t9142B305BA0F44DC126D50BA43D74FAA86A7D520* L_0 = ___0_members;
|
|
__this->____members_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____members_0), (void*)L_0);
|
|
bool L_1 = ___1_isFlags;
|
|
__this->____isFlags_1 = L_1;
|
|
EnumMapMemberU5BU5D_t9142B305BA0F44DC126D50BA43D74FAA86A7D520* L_2 = __this->____members_0;
|
|
NullCheck(L_2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)));
|
|
__this->____enumNames_2 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____enumNames_2), (void*)L_3);
|
|
EnumMapMemberU5BU5D_t9142B305BA0F44DC126D50BA43D74FAA86A7D520* L_4 = __this->____members_0;
|
|
NullCheck(L_4);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)));
|
|
__this->____xmlNames_3 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____xmlNames_3), (void*)L_5);
|
|
EnumMapMemberU5BU5D_t9142B305BA0F44DC126D50BA43D74FAA86A7D520* L_6 = __this->____members_0;
|
|
NullCheck(L_6);
|
|
Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_7 = (Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D*)(Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D*)SZArrayNew(Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)));
|
|
__this->____values_4 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____values_4), (void*)L_7);
|
|
V_0 = 0;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
EnumMapMemberU5BU5D_t9142B305BA0F44DC126D50BA43D74FAA86A7D520* L_8 = __this->____members_0;
|
|
int32_t L_9 = V_0;
|
|
NullCheck(L_8);
|
|
int32_t L_10 = L_9;
|
|
EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
V_1 = L_11;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = __this->____enumNames_2;
|
|
int32_t L_13 = V_0;
|
|
EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
String_t* L_15;
|
|
L_15 = EnumMapMember_get_EnumName_m2E7534A1D65579CB33E8B43EF4186FC12A2D1B89_inline(L_14, NULL);
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, L_15);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (String_t*)L_15);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = __this->____xmlNames_3;
|
|
int32_t L_17 = V_0;
|
|
EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
String_t* L_19;
|
|
L_19 = EnumMapMember_get_XmlName_mECD2830C6795BE2A0206F5A72D819C8DBAE015E8_inline(L_18, NULL);
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, L_19);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_17), (String_t*)L_19);
|
|
Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_20 = __this->____values_4;
|
|
int32_t L_21 = V_0;
|
|
EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
int64_t L_23;
|
|
L_23 = EnumMapMember_get_Value_mD0B2EF80A4D874FF81E307E81063D9B52A98548E_inline(L_22, NULL);
|
|
NullCheck(L_20);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (int64_t)L_23);
|
|
int32_t L_24 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_24, 1));
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
int32_t L_25 = V_0;
|
|
EnumMapMemberU5BU5D_t9142B305BA0F44DC126D50BA43D74FAA86A7D520* L_26 = __this->____members_0;
|
|
NullCheck(L_26);
|
|
if ((((int32_t)L_25) < ((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Serialization.EnumMap::get_IsFlags()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EnumMap_get_IsFlags_m579F34B1547F457834A6980C8E77BF1936D742CD (EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->____isFlags_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String[] System.Xml.Serialization.EnumMap::get_EnumNames()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* EnumMap_get_EnumNames_m60EAEB72502A0F1E05871326127A80033BA7E35E (EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = __this->____enumNames_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String[] System.Xml.Serialization.EnumMap::get_XmlNames()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* EnumMap_get_XmlNames_m2E3DD7C64B62B3C6217CD1FBA64B76409E4BBF5F (EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = __this->____xmlNames_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int64[] System.Xml.Serialization.EnumMap::get_Values()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* EnumMap_get_Values_m91652E064D00536B1B286304F49E3FD1EBCD7FDC (EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_0 = __this->____values_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Xml.Serialization.EnumMap::GetXmlName(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EnumMap_GetXmlName_m673884ED5B4566B41AA3D16F95E4F21D9B687621 (EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C* __this, String_t* ___0_typeName, RuntimeObject* ___1_enumValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCustomFormatter_t8021E588C6512752ACF5F834D7F8FF70E1D28471_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
RuntimeObject* L_0 = ___1_enumValue;
|
|
if (!((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_1 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidCastException__ctor_mCBC218CE25034242D2EB33B3E59933295CE93C56(L_1, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumMap_GetXmlName_m673884ED5B4566B41AA3D16F95E4F21D9B687621_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
V_0 = ((int64_t)0);
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
RuntimeObject* L_2 = ___1_enumValue;
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_3;
|
|
L_3 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL);
|
|
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_2, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var)));
|
|
int64_t L_4;
|
|
L_4 = InterfaceFuncInvoker1< int64_t, RuntimeObject* >::Invoke(9 /* System.Int64 System.IConvertible::ToInt64(System.IFormatProvider) */, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_2, IConvertible_tC7F4E6F8CAA007182834D242AEDB0F0E09C09515_il2cpp_TypeInfo_var)), L_3);
|
|
V_0 = L_4;
|
|
goto IL_002b;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0024;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0024:
|
|
{// begin catch(System.FormatException)
|
|
InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E* L_5 = (InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
InvalidCastException__ctor_mCBC218CE25034242D2EB33B3E59933295CE93C56(L_5, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumMap_GetXmlName_m673884ED5B4566B41AA3D16F95E4F21D9B687621_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_002b:
|
|
{
|
|
V_2 = 0;
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_6;
|
|
L_6 = EnumMap_get_Values_m91652E064D00536B1B286304F49E3FD1EBCD7FDC_inline(__this, NULL);
|
|
int32_t L_7 = V_2;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = L_7;
|
|
int64_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
int64_t L_10 = V_0;
|
|
if ((!(((uint64_t)L_9) == ((uint64_t)L_10))))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11;
|
|
L_11 = EnumMap_get_XmlNames_m2E3DD7C64B62B3C6217CD1FBA64B76409E4BBF5F_inline(__this, NULL);
|
|
int32_t L_12 = V_2;
|
|
NullCheck(L_11);
|
|
int32_t L_13 = L_12;
|
|
String_t* L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
return L_14;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
int32_t L_15 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
int32_t L_16 = V_2;
|
|
Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_17;
|
|
L_17 = EnumMap_get_Values_m91652E064D00536B1B286304F49E3FD1EBCD7FDC_inline(__this, NULL);
|
|
NullCheck(L_17);
|
|
if ((((int32_t)L_16) < ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
bool L_18;
|
|
L_18 = EnumMap_get_IsFlags_m579F34B1547F457834A6980C8E77BF1936D742CD_inline(__this, NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_19 = V_0;
|
|
if (L_19)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
return L_20;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
V_1 = L_21;
|
|
bool L_22;
|
|
L_22 = EnumMap_get_IsFlags_m579F34B1547F457834A6980C8E77BF1936D742CD_inline(__this, NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_23 = V_0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24;
|
|
L_24 = EnumMap_get_XmlNames_m2E3DD7C64B62B3C6217CD1FBA64B76409E4BBF5F_inline(__this, NULL);
|
|
Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_25;
|
|
L_25 = EnumMap_get_Values_m91652E064D00536B1B286304F49E3FD1EBCD7FDC_inline(__this, NULL);
|
|
String_t* L_26 = ___0_typeName;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlCustomFormatter_t8021E588C6512752ACF5F834D7F8FF70E1D28471_il2cpp_TypeInfo_var);
|
|
String_t* L_27;
|
|
L_27 = XmlCustomFormatter_FromEnum_mF298092C9B8DF7CFEB96557CE3FDFB7C7E1A6163(L_23, L_24, L_25, L_26, NULL);
|
|
V_1 = L_27;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
String_t* L_28 = V_1;
|
|
NullCheck(L_28);
|
|
int32_t L_29;
|
|
L_29 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_28, NULL);
|
|
if (L_29)
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_30;
|
|
L_30 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL);
|
|
int64_t L_31 = V_0;
|
|
int64_t L_32 = L_31;
|
|
RuntimeObject* L_33 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var)), &L_32);
|
|
String_t* L_34 = ___0_typeName;
|
|
String_t* L_35;
|
|
L_35 = String_Format_m44BF8BF44DC9B67D6CF265A1A2703A6D743F5C56(L_30, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF395EC26F95056DBC29912935F80FD26FEC80D35)), L_33, L_34, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_36 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_36);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_36, L_35, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumMap_GetXmlName_m673884ED5B4566B41AA3D16F95E4F21D9B687621_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
String_t* L_37 = V_1;
|
|
return L_37;
|
|
}
|
|
}
|
|
// System.String System.Xml.Serialization.EnumMap::GetEnumName(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EnumMap_GetEnumName_m10DDCE7A6EB14899540AF62430B6133BBAF0CB94 (EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C* __this, String_t* ___0_typeName, String_t* ___1_xmlName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringBuilder_t* V_0 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
EnumMapMemberU5BU5D_t9142B305BA0F44DC126D50BA43D74FAA86A7D520* V_6 = NULL;
|
|
EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* V_7 = NULL;
|
|
{
|
|
bool L_0 = __this->____isFlags_1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___1_xmlName;
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_1, NULL);
|
|
___1_xmlName = L_2;
|
|
String_t* L_3 = ___1_xmlName;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
return _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
StringBuilder_t* L_5 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_5, NULL);
|
|
V_0 = L_5;
|
|
String_t* L_6 = ___1_xmlName;
|
|
NullCheck(L_6);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7;
|
|
L_7 = String_Split_m101D35FEC86371D2BB4E3480F6F896880093B2E9(L_6, (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL, NULL);
|
|
V_1 = L_7;
|
|
V_2 = 0;
|
|
goto IL_00bb;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = V_1;
|
|
int32_t L_9 = V_2;
|
|
NullCheck(L_8);
|
|
int32_t L_10 = L_9;
|
|
String_t* L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
V_3 = L_11;
|
|
String_t* L_12 = V_3;
|
|
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
bool L_14;
|
|
L_14 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_12, L_13, NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
{
|
|
V_4 = (String_t*)NULL;
|
|
V_5 = 0;
|
|
goto IL_0073;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15;
|
|
L_15 = EnumMap_get_XmlNames_m2E3DD7C64B62B3C6217CD1FBA64B76409E4BBF5F_inline(__this, NULL);
|
|
int32_t L_16 = V_5;
|
|
NullCheck(L_15);
|
|
int32_t L_17 = L_16;
|
|
String_t* L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
String_t* L_19 = V_3;
|
|
bool L_20;
|
|
L_20 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_18, L_19, NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21;
|
|
L_21 = EnumMap_get_EnumNames_m60EAEB72502A0F1E05871326127A80033BA7E35E_inline(__this, NULL);
|
|
int32_t L_22 = V_5;
|
|
NullCheck(L_21);
|
|
int32_t L_23 = L_22;
|
|
String_t* L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
|
|
V_4 = L_24;
|
|
goto IL_007f;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
int32_t L_25 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_25, 1));
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
int32_t L_26 = V_5;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_27;
|
|
L_27 = EnumMap_get_XmlNames_m2E3DD7C64B62B3C6217CD1FBA64B76409E4BBF5F_inline(__this, NULL);
|
|
NullCheck(L_27);
|
|
if ((((int32_t)L_26) < ((int32_t)((int32_t)(((RuntimeArray*)L_27)->max_length)))))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
String_t* L_28 = V_4;
|
|
if (!L_28)
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_29 = V_0;
|
|
NullCheck(L_29);
|
|
int32_t L_30;
|
|
L_30 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_29, NULL);
|
|
if ((((int32_t)L_30) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_31 = V_0;
|
|
NullCheck(L_31);
|
|
StringBuilder_t* L_32;
|
|
L_32 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_31, ((int32_t)44), NULL);
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
StringBuilder_t* L_33 = V_0;
|
|
String_t* L_34 = V_4;
|
|
NullCheck(L_33);
|
|
StringBuilder_t* L_35;
|
|
L_35 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_33, L_34, NULL);
|
|
goto IL_00b7;
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var)));
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_36;
|
|
L_36 = CultureInfo_get_CurrentCulture_m8A4580F49DDD7E9DB34C699965423DB8E3BBA9A5(NULL);
|
|
String_t* L_37 = V_3;
|
|
String_t* L_38 = ___0_typeName;
|
|
String_t* L_39;
|
|
L_39 = String_Format_m44BF8BF44DC9B67D6CF265A1A2703A6D743F5C56(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF395EC26F95056DBC29912935F80FD26FEC80D35)), L_37, L_38, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_40 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_40);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_40, L_39, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&EnumMap_GetEnumName_m10DDCE7A6EB14899540AF62430B6133BBAF0CB94_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
int32_t L_41 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_41, 1));
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
int32_t L_42 = V_2;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_43 = V_1;
|
|
NullCheck(L_43);
|
|
if ((((int32_t)L_42) < ((int32_t)((int32_t)(((RuntimeArray*)L_43)->max_length)))))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_44 = V_0;
|
|
NullCheck(L_44);
|
|
String_t* L_45;
|
|
L_45 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_44);
|
|
return L_45;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
EnumMapMemberU5BU5D_t9142B305BA0F44DC126D50BA43D74FAA86A7D520* L_46 = __this->____members_0;
|
|
V_6 = L_46;
|
|
V_2 = 0;
|
|
goto IL_00f8;
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
EnumMapMemberU5BU5D_t9142B305BA0F44DC126D50BA43D74FAA86A7D520* L_47 = V_6;
|
|
int32_t L_48 = V_2;
|
|
NullCheck(L_47);
|
|
int32_t L_49 = L_48;
|
|
EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* L_50 = (L_47)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
|
|
V_7 = L_50;
|
|
EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* L_51 = V_7;
|
|
NullCheck(L_51);
|
|
String_t* L_52;
|
|
L_52 = EnumMapMember_get_XmlName_mECD2830C6795BE2A0206F5A72D819C8DBAE015E8_inline(L_51, NULL);
|
|
String_t* L_53 = ___1_xmlName;
|
|
bool L_54;
|
|
L_54 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_52, L_53, NULL);
|
|
if (!L_54)
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* L_55 = V_7;
|
|
NullCheck(L_55);
|
|
String_t* L_56;
|
|
L_56 = EnumMapMember_get_EnumName_m2E7534A1D65579CB33E8B43EF4186FC12A2D1B89_inline(L_55, NULL);
|
|
return L_56;
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
int32_t L_57 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_57, 1));
|
|
}
|
|
|
|
IL_00f8:
|
|
{
|
|
int32_t L_58 = V_2;
|
|
EnumMapMemberU5BU5D_t9142B305BA0F44DC126D50BA43D74FAA86A7D520* L_59 = V_6;
|
|
NullCheck(L_59);
|
|
if ((((int32_t)L_58) < ((int32_t)((int32_t)(((RuntimeArray*)L_59)->max_length)))))
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Serialization.EnumMap/EnumMapMember::.ctor(System.String,System.String,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EnumMapMember__ctor_m706EC5F580B4D0A8E3470E22AF8B091AE551ABA1 (EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* __this, String_t* ___0_xmlName, String_t* ___1_enumName, int64_t ___2_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
String_t* L_0 = ___0_xmlName;
|
|
__this->____xmlName_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____xmlName_0), (void*)L_0);
|
|
String_t* L_1 = ___1_enumName;
|
|
__this->____enumName_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____enumName_1), (void*)L_1);
|
|
int64_t L_2 = ___2_value;
|
|
__this->____value_2 = L_2;
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Xml.Serialization.EnumMap/EnumMapMember::get_XmlName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EnumMapMember_get_XmlName_mECD2830C6795BE2A0206F5A72D819C8DBAE015E8 (EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____xmlName_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Xml.Serialization.EnumMap/EnumMapMember::get_EnumName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* EnumMapMember_get_EnumName_m2E7534A1D65579CB33E8B43EF4186FC12A2D1B89 (EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____enumName_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int64 System.Xml.Serialization.EnumMap/EnumMapMember::get_Value()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t EnumMapMember_get_Value_mD0B2EF80A4D874FF81E307E81063D9B52A98548E (EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = __this->____value_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_ProhibitDefaultUrlResolver()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_ProhibitDefaultUrlResolver_m05ADF085D05F3BDBE922DE810EC83C717DA41A03 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_CollapseWhiteSpaceIntoEmptyString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_m48E1EFA57B782267B6D68180AEE43D138B7C8E5F (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.BitSet::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet__ctor_mDC866A6C215C5E078AB299625A437E4249E1E722 (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.BitSet::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet__ctor_mDDB46E0F5D8D86AD7A8F144278672ABF09CA5797 (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, int32_t ___0_count, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_count;
|
|
__this->___count_0 = L_0;
|
|
int32_t L_1 = ___0_count;
|
|
int32_t L_2;
|
|
L_2 = BitSet_Subscript_m06E5AB99243F91D0D91E142618529D3F7268637A(__this, ((int32_t)il2cpp_codegen_add(L_1, ((int32_t)31))), NULL);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)L_2);
|
|
__this->___bits_1 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___bits_1), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.BitSet::get_Count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitSet_get_Count_m36E7A9E0ABD32B6B59C1C3EE7376A94B40D06E01 (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___count_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.BitSet::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitSet_get_Item_m0D9F1CC8E2965F1CEC6DB3F4A8FD51A6531ECA89 (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_index;
|
|
bool L_1;
|
|
L_1 = BitSet_Get_mA7D0C2800F3EF8F759779F428326C9FAC7BB61B5(__this, L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.BitSet::Clear()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_Clear_m741257DF75DF0DC22C6534192D777814F6BD721E (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = __this->___bits_1;
|
|
NullCheck(L_0);
|
|
V_0 = ((int32_t)(((RuntimeArray*)L_0)->max_length));
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = __this->___bits_1;
|
|
int32_t L_2 = V_0;
|
|
NullCheck(L_1);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (uint32_t)0);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
int32_t L_4 = L_3;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_4, 1));
|
|
if ((((int32_t)L_4) > ((int32_t)0)))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.BitSet::Set(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_Set_m1F67384F8695F3285BC0CAFCCB64898625267724 (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = ___0_index;
|
|
int32_t L_1;
|
|
L_1 = BitSet_Subscript_m06E5AB99243F91D0D91E142618529D3F7268637A(__this, L_0, NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
BitSet_EnsureLength_m28268C67A38388F4C42EAD01762C32D99C4F9654(__this, ((int32_t)il2cpp_codegen_add(L_2, 1)), NULL);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = __this->___bits_1;
|
|
int32_t L_4 = V_0;
|
|
NullCheck(L_3);
|
|
uint32_t* L_5 = ((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4)));
|
|
int32_t L_6 = *((uint32_t*)L_5);
|
|
int32_t L_7 = ___0_index;
|
|
*((int32_t*)L_5) = (int32_t)((int32_t)(L_6|((int32_t)(1<<((int32_t)(((int32_t)(L_7&((int32_t)31)))&((int32_t)31)))))));
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.BitSet::Get(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitSet_Get_mA7D0C2800F3EF8F759779F428326C9FAC7BB61B5 (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
{
|
|
V_0 = (bool)0;
|
|
int32_t L_0 = ___0_index;
|
|
int32_t L_1 = __this->___count_0;
|
|
if ((((int32_t)L_0) >= ((int32_t)L_1)))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___0_index;
|
|
int32_t L_3;
|
|
L_3 = BitSet_Subscript_m06E5AB99243F91D0D91E142618529D3F7268637A(__this, L_2, NULL);
|
|
V_1 = L_3;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = __this->___bits_1;
|
|
int32_t L_5 = V_1;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
uint32_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
int32_t L_8 = ___0_index;
|
|
V_0 = (bool)((!(((uint64_t)((int64_t)(((int64_t)(uint64_t)L_7)&((int64_t)((int32_t)(1<<((int32_t)(((int32_t)(L_8&((int32_t)31)))&((int32_t)31))))))))) <= ((uint64_t)((int64_t)0))))? 1 : 0);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
bool L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.BitSet::NextSet(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitSet_NextSet_mD3786FE75C72BD3383D9C3221F80C2373A14857D (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, int32_t ___0_startFrom, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
uint32_t V_2 = 0;
|
|
{
|
|
int32_t L_0 = ___0_startFrom;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
int32_t L_1 = V_0;
|
|
int32_t L_2 = __this->___count_0;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_2))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
int32_t L_4;
|
|
L_4 = BitSet_Subscript_m06E5AB99243F91D0D91E142618529D3F7268637A(__this, L_3, NULL);
|
|
V_1 = L_4;
|
|
int32_t L_5 = V_0;
|
|
V_0 = ((int32_t)(L_5&((int32_t)31)));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = __this->___bits_1;
|
|
int32_t L_7 = V_1;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = L_7;
|
|
uint32_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
int32_t L_10 = V_0;
|
|
V_2 = ((int32_t)((uint32_t)L_9>>((int32_t)(L_10&((int32_t)31)))));
|
|
goto IL_0048;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
int32_t L_12 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
V_1 = L_12;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_13 = __this->___bits_1;
|
|
NullCheck(L_13);
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)(((RuntimeArray*)L_13)->max_length))))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
V_0 = 0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = __this->___bits_1;
|
|
int32_t L_15 = V_1;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = L_15;
|
|
uint32_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
V_2 = L_17;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
uint32_t L_18 = V_2;
|
|
if (!L_18)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
uint32_t L_19 = V_2;
|
|
V_2 = ((int32_t)((uint32_t)L_19>>1));
|
|
int32_t L_20 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_20, 1));
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
uint32_t L_21 = V_2;
|
|
if (!((int32_t)((int32_t)L_21&1)))
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = V_1;
|
|
int32_t L_23 = V_0;
|
|
return ((int32_t)il2cpp_codegen_add(((int32_t)(L_22<<5)), L_23));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.BitSet::And(System.Xml.Schema.BitSet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_And_mB665D4DC8D2CFE92427D65BC6E7E8CA74034E95F (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_0 = ___0_other;
|
|
if ((!(((RuntimeObject*)(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)__this) == ((RuntimeObject*)(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)L_0))))
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = __this->___bits_1;
|
|
NullCheck(L_1);
|
|
V_0 = ((int32_t)(((RuntimeArray*)L_1)->max_length));
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_2 = ___0_other;
|
|
NullCheck(L_2);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = L_2->___bits_1;
|
|
NullCheck(L_3);
|
|
V_1 = ((int32_t)(((RuntimeArray*)L_3)->max_length));
|
|
int32_t L_4 = V_0;
|
|
int32_t L_5 = V_1;
|
|
if ((((int32_t)L_4) > ((int32_t)L_5)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = V_0;
|
|
G_B5_0 = L_6;
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
int32_t L_7 = V_1;
|
|
G_B5_0 = L_7;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
V_2 = G_B5_0;
|
|
int32_t L_8 = V_2;
|
|
V_3 = L_8;
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = __this->___bits_1;
|
|
int32_t L_10 = V_3;
|
|
NullCheck(L_9);
|
|
uint32_t* L_11 = ((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_10)));
|
|
int32_t L_12 = *((uint32_t*)L_11);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_13 = ___0_other;
|
|
NullCheck(L_13);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_14 = L_13->___bits_1;
|
|
int32_t L_15 = V_3;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = L_15;
|
|
uint32_t L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
*((int32_t*)L_11) = (int32_t)((int32_t)(L_12&(int32_t)L_17));
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t L_18 = V_3;
|
|
int32_t L_19 = L_18;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_19, 1));
|
|
if ((((int32_t)L_19) > ((int32_t)0)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_20 = __this->___bits_1;
|
|
int32_t L_21 = V_2;
|
|
NullCheck(L_20);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (uint32_t)0);
|
|
int32_t L_22 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
int32_t L_23 = V_2;
|
|
int32_t L_24 = V_0;
|
|
if ((((int32_t)L_23) < ((int32_t)L_24)))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.BitSet::Or(System.Xml.Schema.BitSet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_0 = ___0_other;
|
|
if ((!(((RuntimeObject*)(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)__this) == ((RuntimeObject*)(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)L_0))))
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_1 = ___0_other;
|
|
NullCheck(L_1);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = L_1->___bits_1;
|
|
NullCheck(L_2);
|
|
V_0 = ((int32_t)(((RuntimeArray*)L_2)->max_length));
|
|
int32_t L_3 = V_0;
|
|
BitSet_EnsureLength_m28268C67A38388F4C42EAD01762C32D99C4F9654(__this, L_3, NULL);
|
|
int32_t L_4 = V_0;
|
|
V_1 = L_4;
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = __this->___bits_1;
|
|
int32_t L_6 = V_1;
|
|
NullCheck(L_5);
|
|
uint32_t* L_7 = ((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6)));
|
|
int32_t L_8 = *((uint32_t*)L_7);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_9 = ___0_other;
|
|
NullCheck(L_9);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = L_9->___bits_1;
|
|
int32_t L_11 = V_1;
|
|
NullCheck(L_10);
|
|
int32_t L_12 = L_11;
|
|
uint32_t L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
*((int32_t*)L_7) = (int32_t)((int32_t)(L_8|(int32_t)L_13));
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
int32_t L_14 = V_1;
|
|
int32_t L_15 = L_14;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_15, 1));
|
|
if ((((int32_t)L_15) > ((int32_t)0)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.BitSet::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitSet_GetHashCode_m4D896CB775ED342868D91000F240F9FDD2B5D0C7 (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
V_0 = ((int32_t)1234);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = __this->___bits_1;
|
|
NullCheck(L_0);
|
|
V_1 = ((int32_t)(((RuntimeArray*)L_0)->max_length));
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = __this->___bits_1;
|
|
int32_t L_3 = V_1;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
uint32_t L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
int32_t L_6 = V_1;
|
|
V_0 = ((int32_t)(L_1^((int32_t)il2cpp_codegen_multiply((int32_t)L_5, ((int32_t)il2cpp_codegen_add(L_6, 1))))));
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
int32_t L_7 = V_1;
|
|
int32_t L_8 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
|
|
V_1 = L_8;
|
|
if ((((int32_t)L_8) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_0;
|
|
int32_t L_10 = V_0;
|
|
return ((int32_t)(L_9^L_10));
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.BitSet::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitSet_Equals_m29A5D7FDB3CC6A2AD74261A11EE527800A47CD0C (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
if ((!(((RuntimeObject*)(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)__this) == ((RuntimeObject*)(RuntimeObject*)L_1))))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
RuntimeObject* L_2 = ___0_obj;
|
|
V_0 = ((BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)CastclassSealed((RuntimeObject*)L_2, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var));
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = __this->___bits_1;
|
|
NullCheck(L_3);
|
|
V_1 = ((int32_t)(((RuntimeArray*)L_3)->max_length));
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = L_4->___bits_1;
|
|
NullCheck(L_5);
|
|
V_2 = ((int32_t)(((RuntimeArray*)L_5)->max_length));
|
|
int32_t L_6 = V_1;
|
|
int32_t L_7 = V_2;
|
|
if ((((int32_t)L_6) > ((int32_t)L_7)))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = V_1;
|
|
G_B6_0 = L_8;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
int32_t L_9 = V_2;
|
|
G_B6_0 = L_9;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
V_3 = G_B6_0;
|
|
int32_t L_10 = V_3;
|
|
V_4 = L_10;
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_11 = __this->___bits_1;
|
|
int32_t L_12 = V_4;
|
|
NullCheck(L_11);
|
|
int32_t L_13 = L_12;
|
|
uint32_t L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_15 = V_0;
|
|
NullCheck(L_15);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_16 = L_15->___bits_1;
|
|
int32_t L_17 = V_4;
|
|
NullCheck(L_16);
|
|
int32_t L_18 = L_17;
|
|
uint32_t L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
|
if ((((int32_t)L_14) == ((int32_t)L_19)))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
int32_t L_20 = V_4;
|
|
int32_t L_21 = L_20;
|
|
V_4 = ((int32_t)il2cpp_codegen_subtract(L_21, 1));
|
|
if ((((int32_t)L_21) > ((int32_t)0)))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = V_1;
|
|
int32_t L_23 = V_3;
|
|
if ((((int32_t)L_22) <= ((int32_t)L_23)))
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_24 = V_1;
|
|
V_5 = L_24;
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_25 = __this->___bits_1;
|
|
int32_t L_26 = V_5;
|
|
NullCheck(L_25);
|
|
int32_t L_27 = L_26;
|
|
uint32_t L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
|
|
if (!L_28)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
int32_t L_29 = V_5;
|
|
int32_t L_30 = L_29;
|
|
V_5 = ((int32_t)il2cpp_codegen_subtract(L_30, 1));
|
|
int32_t L_31 = V_3;
|
|
if ((((int32_t)L_30) > ((int32_t)L_31)))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
int32_t L_32 = V_2;
|
|
V_6 = L_32;
|
|
goto IL_0087;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_33 = V_0;
|
|
NullCheck(L_33);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_34 = L_33->___bits_1;
|
|
int32_t L_35 = V_6;
|
|
NullCheck(L_34);
|
|
int32_t L_36 = L_35;
|
|
uint32_t L_37 = (L_34)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
|
|
if (!L_37)
|
|
{
|
|
goto IL_0087;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
int32_t L_38 = V_6;
|
|
int32_t L_39 = L_38;
|
|
V_6 = ((int32_t)il2cpp_codegen_subtract(L_39, 1));
|
|
int32_t L_40 = V_3;
|
|
if ((((int32_t)L_39) > ((int32_t)L_40)))
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.BitSet System.Xml.Schema.BitSet::Clone()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* BitSet_Clone_m121A6E5E33BDEC3E79FF7C18E9CC362749AE7BDE (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_0 = (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)il2cpp_codegen_object_new(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
BitSet__ctor_mDC866A6C215C5E078AB299625A437E4249E1E722(L_0, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_1 = L_0;
|
|
int32_t L_2 = __this->___count_0;
|
|
NullCheck(L_1);
|
|
L_1->___count_0 = L_2;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_3 = L_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = __this->___bits_1;
|
|
NullCheck((RuntimeArray*)L_4);
|
|
RuntimeObject* L_5;
|
|
L_5 = Array_Clone_m66C9D0727C9BAA0995E4142F29B45BC03582E042((RuntimeArray*)L_4, NULL);
|
|
NullCheck(L_3);
|
|
L_3->___bits_1 = ((UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)Castclass((RuntimeObject*)L_5, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_3->___bits_1), (void*)((UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)Castclass((RuntimeObject*)L_5, UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var)));
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.BitSet::Intersects(System.Xml.Schema.BitSet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitSet_Intersects_m043AF26842F147A7D2ADA048E0ECF2F242C6EE7E (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = __this->___bits_1;
|
|
NullCheck(L_0);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_1 = ___0_other;
|
|
NullCheck(L_1);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = L_1->___bits_1;
|
|
NullCheck(L_2);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(((int32_t)(((RuntimeArray*)L_0)->max_length)), ((int32_t)(((RuntimeArray*)L_2)->max_length)), NULL);
|
|
V_0 = L_3;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_4 = __this->___bits_1;
|
|
int32_t L_5 = V_0;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
uint32_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_8 = ___0_other;
|
|
NullCheck(L_8);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = L_8->___bits_1;
|
|
int32_t L_10 = V_0;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
uint32_t L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
if (!((int32_t)((int32_t)L_7&(int32_t)L_12)))
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = ((int32_t)il2cpp_codegen_subtract(L_13, 1));
|
|
V_0 = L_14;
|
|
if ((((int32_t)L_14) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.BitSet::Subscript(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitSet_Subscript_m06E5AB99243F91D0D91E142618529D3F7268637A (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, int32_t ___0_bitIndex, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_bitIndex;
|
|
return ((int32_t)(L_0>>5));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.BitSet::EnsureLength(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitSet_EnsureLength_m28268C67A38388F4C42EAD01762C32D99C4F9654 (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, int32_t ___0_nRequiredLength, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = ___0_nRequiredLength;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = __this->___bits_1;
|
|
NullCheck(L_1);
|
|
if ((((int32_t)L_0) <= ((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_2 = __this->___bits_1;
|
|
NullCheck(L_2);
|
|
V_0 = ((int32_t)il2cpp_codegen_multiply(2, ((int32_t)(((RuntimeArray*)L_2)->max_length))));
|
|
int32_t L_3 = V_0;
|
|
int32_t L_4 = ___0_nRequiredLength;
|
|
if ((((int32_t)L_3) >= ((int32_t)L_4)))
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___0_nRequiredLength;
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)L_6);
|
|
V_1 = L_7;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_8 = __this->___bits_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_9 = V_1;
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_10 = __this->___bits_1;
|
|
NullCheck(L_10);
|
|
Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900((RuntimeArray*)L_8, (RuntimeArray*)L_9, ((int32_t)(((RuntimeArray*)L_10)->max_length)), NULL);
|
|
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_11 = V_1;
|
|
__this->___bits_1 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___bits_1), (void*)L_11);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.UpaException::.ctor(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpaException__ctor_m2FA97E1B47706A792B76C12B3C8CCC53CBAA1458 (UpaException_tE3F146077F59E124C20468069DDA214F746DC9AE* __this, RuntimeObject* ___0_particle1, RuntimeObject* ___1_particle2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Exception_t_il2cpp_TypeInfo_var);
|
|
Exception__ctor_m203319D1EA1274689B380A947B4ADC8445662B8F(__this, NULL);
|
|
RuntimeObject* L_0 = ___0_particle1;
|
|
__this->___particle1_18 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___particle1_18), (void*)L_0);
|
|
RuntimeObject* L_1 = ___1_particle2;
|
|
__this->___particle2_19 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___particle2_19), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.SymbolsDictionary::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymbolsDictionary__ctor_mBF65FBEB7A5DE48E0D0B4A717E5A5461589828BA (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___isUpaEnforced_5 = (bool)1;
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_0, NULL);
|
|
__this->___names_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___names_1), (void*)L_0);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_1, NULL);
|
|
__this->___particles_3 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___particles_3), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.SymbolsDictionary::get_Count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymbolsDictionary_get_Count_m3E9D7FE8914E0C70E38CAB07D72F92AE5F3553D2 (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___last_0;
|
|
return ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.SymbolsDictionary::get_IsUpaEnforced()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SymbolsDictionary_get_IsUpaEnforced_m9AF406F46B587D01C28E15DD9ADFBCE318A0CF11 (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___isUpaEnforced_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.SymbolsDictionary::set_IsUpaEnforced(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymbolsDictionary_set_IsUpaEnforced_mBA5E7696442D87B8E89E2323C3D48777F3F0180A (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___isUpaEnforced_5 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.SymbolsDictionary::AddName(System.Xml.XmlQualifiedName,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymbolsDictionary_AddName_m8FB15DA3EC50C88F1E38C92FF803136274F9F818 (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_name, RuntimeObject* ___1_particle, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->___names_1;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_1 = ___0_name;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_2;
|
|
L_2 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(24 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1);
|
|
V_0 = L_2;
|
|
RuntimeObject* L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4 = V_0;
|
|
V_1 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_4, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_5 = __this->___particles_3;
|
|
int32_t L_6 = V_1;
|
|
NullCheck(L_5);
|
|
RuntimeObject* L_7;
|
|
L_7 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_5, L_6);
|
|
RuntimeObject* L_8 = ___1_particle;
|
|
if ((((RuntimeObject*)(RuntimeObject*)L_7) == ((RuntimeObject*)(RuntimeObject*)L_8)))
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
__this->___isUpaEnforced_5 = (bool)0;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
int32_t L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_10 = __this->___names_1;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_11 = ___0_name;
|
|
int32_t L_12 = __this->___last_0;
|
|
int32_t L_13 = L_12;
|
|
RuntimeObject* L_14 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_13);
|
|
NullCheck(L_10);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(18 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_10, L_11, L_14);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_15 = __this->___particles_3;
|
|
RuntimeObject* L_16 = ___1_particle;
|
|
NullCheck(L_15);
|
|
int32_t L_17;
|
|
L_17 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(27 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_15, L_16);
|
|
int32_t L_18 = __this->___last_0;
|
|
V_2 = L_18;
|
|
int32_t L_19 = V_2;
|
|
__this->___last_0 = ((int32_t)il2cpp_codegen_add(L_19, 1));
|
|
int32_t L_20 = V_2;
|
|
return L_20;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.SymbolsDictionary::AddNamespaceList(System.Xml.Schema.NamespaceList,System.Object,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymbolsDictionary_AddNamespaceList_mFBBD79AB2BF067ADEE1A50D5EA063052474F9623 (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* ___0_list, RuntimeObject* ___1_particle, bool ___2_allowLocal, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
{
|
|
NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* L_0 = ___0_list;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = NamespaceList_get_Type_mFFD57EA1A6B9DCA5F102691385FD53253A1F6953_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
RuntimeObject* L_3 = ___1_particle;
|
|
__this->___particleLast_4 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___particleLast_4), (void*)L_3);
|
|
return;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* L_4 = ___0_list;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = NamespaceList_get_Excluded_mFC793CE3812B152324EAF8719732F84C2A951479_inline(L_4, NULL);
|
|
SymbolsDictionary_AddWildcard_m526F05405A47C793760FC6A58084BE18ABEDA597(__this, L_5, NULL, NULL);
|
|
bool L_6 = ___2_allowLocal;
|
|
if (L_6)
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
SymbolsDictionary_AddWildcard_m526F05405A47C793760FC6A58084BE18ABEDA597(__this, L_7, NULL, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* L_8 = ___0_list;
|
|
NullCheck(L_8);
|
|
RuntimeObject* L_9;
|
|
L_9 = NamespaceList_get_Enumerate_m5929D1D445C230B2AD3E91BC97F6CC47C913A44F(L_8, NULL);
|
|
NullCheck(L_9);
|
|
RuntimeObject* L_10;
|
|
L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_9);
|
|
V_1 = L_10;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006b:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_11 = V_1;
|
|
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_11, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_12 = V_3;
|
|
if (!L_12)
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_13 = V_3;
|
|
NullCheck(L_13);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_13);
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0061_1;
|
|
}
|
|
|
|
IL_004d_1:
|
|
{
|
|
RuntimeObject* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
RuntimeObject* L_15;
|
|
L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_14);
|
|
V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var));
|
|
String_t* L_16 = V_2;
|
|
RuntimeObject* L_17 = ___1_particle;
|
|
SymbolsDictionary_AddWildcard_m526F05405A47C793760FC6A58084BE18ABEDA597(__this, L_16, L_17, NULL);
|
|
}
|
|
|
|
IL_0061_1:
|
|
{
|
|
RuntimeObject* L_18 = V_1;
|
|
NullCheck(L_18);
|
|
bool L_19;
|
|
L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_18);
|
|
if (L_19)
|
|
{
|
|
goto IL_004d_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.SymbolsDictionary::AddWildcard(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SymbolsDictionary_AddWildcard_m526F05405A47C793760FC6A58084BE18ABEDA597 (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, String_t* ___0_wildcard, RuntimeObject* ___1_particle, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->___wildcards_2;
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_1, NULL);
|
|
__this->___wildcards_2 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___wildcards_2), (void*)L_1);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = __this->___wildcards_2;
|
|
String_t* L_3 = ___0_wildcard;
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_4;
|
|
L_4 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(24 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_3);
|
|
V_0 = L_4;
|
|
RuntimeObject* L_5 = V_0;
|
|
if (L_5)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_6 = __this->___wildcards_2;
|
|
String_t* L_7 = ___0_wildcard;
|
|
int32_t L_8 = __this->___last_0;
|
|
int32_t L_9 = L_8;
|
|
RuntimeObject* L_10 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_9);
|
|
NullCheck(L_6);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(18 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_6, L_7, L_10);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_11 = __this->___particles_3;
|
|
RuntimeObject* L_12 = ___1_particle;
|
|
NullCheck(L_11);
|
|
int32_t L_13;
|
|
L_13 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(27 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_11, L_12);
|
|
int32_t L_14 = __this->___last_0;
|
|
__this->___last_0 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
return;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
RuntimeObject* L_15 = ___1_particle;
|
|
if (!L_15)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_16 = __this->___particles_3;
|
|
RuntimeObject* L_17 = V_0;
|
|
RuntimeObject* L_18 = ___1_particle;
|
|
NullCheck(L_16);
|
|
VirtualActionInvoker2< int32_t, RuntimeObject* >::Invoke(26 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_16, ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_17, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))), L_18);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.ICollection System.Xml.Schema.SymbolsDictionary::GetNamespaceListSymbols(System.Xml.Schema.NamespaceList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SymbolsDictionary_GetNamespaceListSymbols_m9FC9A2166243B193B4067C3EC08ADB06432F9E21 (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* ___0_list, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_0, NULL);
|
|
V_0 = L_0;
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = __this->___names_1;
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2;
|
|
L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(29 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_1);
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_3;
|
|
L_3 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_2);
|
|
V_1 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0058:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_4 = V_1;
|
|
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_5 = V_3;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = V_3;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_004e_1;
|
|
}
|
|
|
|
IL_0019_1:
|
|
{
|
|
RuntimeObject* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
RuntimeObject* L_8;
|
|
L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_7);
|
|
V_2 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_8, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var));
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_9 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_10 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___Empty_4;
|
|
bool L_11;
|
|
L_11 = XmlQualifiedName_op_Inequality_m8A82F5213618F15B887A45C7B1461EB5C14C86A0(L_9, L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_004e_1;
|
|
}
|
|
}
|
|
{
|
|
NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* L_12 = ___0_list;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_13 = V_2;
|
|
NullCheck(L_12);
|
|
bool L_14;
|
|
L_14 = NamespaceList_Allows_mF0F140408B98C179F0CE590340C3620C5080D85B(L_12, L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_004e_1;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_15 = V_0;
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_16 = __this->___names_1;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_17 = V_2;
|
|
NullCheck(L_16);
|
|
RuntimeObject* L_18;
|
|
L_18 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(24 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_16, L_17);
|
|
NullCheck(L_15);
|
|
int32_t L_19;
|
|
L_19 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(27 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_15, L_18);
|
|
}
|
|
|
|
IL_004e_1:
|
|
{
|
|
RuntimeObject* L_20 = V_1;
|
|
NullCheck(L_20);
|
|
bool L_21;
|
|
L_21 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_20);
|
|
if (L_21)
|
|
{
|
|
goto IL_0019_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_22 = __this->___wildcards_2;
|
|
if (!L_22)
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_23 = __this->___wildcards_2;
|
|
NullCheck(L_23);
|
|
RuntimeObject* L_24;
|
|
L_24 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(29 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_23);
|
|
NullCheck(L_24);
|
|
RuntimeObject* L_25;
|
|
L_25 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_24);
|
|
V_1 = L_25;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00b9:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_26 = V_1;
|
|
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_26, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_27 = V_3;
|
|
if (!L_27)
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_28 = V_3;
|
|
NullCheck(L_28);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_28);
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00af_1;
|
|
}
|
|
|
|
IL_0084_1:
|
|
{
|
|
RuntimeObject* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
RuntimeObject* L_30;
|
|
L_30 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_29);
|
|
V_4 = ((String_t*)CastclassSealed((RuntimeObject*)L_30, String_t_il2cpp_TypeInfo_var));
|
|
NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* L_31 = ___0_list;
|
|
String_t* L_32 = V_4;
|
|
NullCheck(L_31);
|
|
bool L_33;
|
|
L_33 = VirtualFuncInvoker1< bool, String_t* >::Invoke(4 /* System.Boolean System.Xml.Schema.NamespaceList::Allows(System.String) */, L_31, L_32);
|
|
if (!L_33)
|
|
{
|
|
goto IL_00af_1;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_34 = V_0;
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_35 = __this->___wildcards_2;
|
|
String_t* L_36 = V_4;
|
|
NullCheck(L_35);
|
|
RuntimeObject* L_37;
|
|
L_37 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(24 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_35, L_36);
|
|
NullCheck(L_34);
|
|
int32_t L_38;
|
|
L_38 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(27 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_34, L_37);
|
|
}
|
|
|
|
IL_00af_1:
|
|
{
|
|
RuntimeObject* L_39 = V_1;
|
|
NullCheck(L_39);
|
|
bool L_40;
|
|
L_40 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_39);
|
|
if (L_40)
|
|
{
|
|
goto IL_0084_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* L_41 = ___0_list;
|
|
NullCheck(L_41);
|
|
int32_t L_42;
|
|
L_42 = NamespaceList_get_Type_mFFD57EA1A6B9DCA5F102691385FD53253A1F6953_inline(L_41, NULL);
|
|
if (!L_42)
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
}
|
|
{
|
|
NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* L_43 = ___0_list;
|
|
NullCheck(L_43);
|
|
int32_t L_44;
|
|
L_44 = NamespaceList_get_Type_mFFD57EA1A6B9DCA5F102691385FD53253A1F6953_inline(L_43, NULL);
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00ed;
|
|
}
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_45 = V_0;
|
|
int32_t L_46 = __this->___last_0;
|
|
int32_t L_47 = L_46;
|
|
RuntimeObject* L_48 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_47);
|
|
NullCheck(L_45);
|
|
int32_t L_49;
|
|
L_49 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(27 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_45, L_48);
|
|
}
|
|
|
|
IL_00ed:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_50 = V_0;
|
|
return L_50;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.SymbolsDictionary::Exists(System.Xml.XmlQualifiedName)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SymbolsDictionary_Exists_mB09F502D8DD1C1B902955689089C61FAE9C9DA92 (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->___names_1;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_1 = ___0_name;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_2;
|
|
L_2 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(24 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Object System.Xml.Schema.SymbolsDictionary::GetParticle(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SymbolsDictionary_GetParticle_m229FD0E565E86359CA0CF5E76BB66223CD564BBE (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, int32_t ___0_symbol, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_symbol;
|
|
int32_t L_1 = __this->___last_0;
|
|
if ((((int32_t)L_0) == ((int32_t)L_1)))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = __this->___particles_3;
|
|
int32_t L_3 = ___0_symbol;
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_4;
|
|
L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
RuntimeObject* L_5 = __this->___particleLast_4;
|
|
return L_5;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: System.Xml.Schema.Position
|
|
IL2CPP_EXTERN_C void Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_marshal_pinvoke(const Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757& unmarshaled, Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___symbol_0 = unmarshaled.___symbol_0;
|
|
if (unmarshaled.___particle_1 != NULL)
|
|
{
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.___particle_1))
|
|
{
|
|
marshaled.___particle_1 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.___particle_1));
|
|
(marshaled.___particle_1)->AddRef();
|
|
}
|
|
else
|
|
{
|
|
marshaled.___particle_1 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.___particle_1);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
marshaled.___particle_1 = NULL;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_marshal_pinvoke_back(const Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_marshaled_pinvoke& marshaled, Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Il2CppComObject_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t unmarshaledsymbol_temp_0 = 0;
|
|
unmarshaledsymbol_temp_0 = marshaled.___symbol_0;
|
|
unmarshaled.___symbol_0 = unmarshaledsymbol_temp_0;
|
|
if (marshaled.___particle_1 != NULL)
|
|
{
|
|
unmarshaled.___particle_1 = il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___particle_1, Il2CppComObject_il2cpp_TypeInfo_var);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___particle_1), (void*)il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___particle_1, Il2CppComObject_il2cpp_TypeInfo_var));
|
|
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.___particle_1))
|
|
{
|
|
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.___particle_1), Il2CppIUnknown::IID, marshaled.___particle_1);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
unmarshaled.___particle_1 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___particle_1), (void*)NULL);
|
|
}
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Xml.Schema.Position
|
|
IL2CPP_EXTERN_C void Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_marshal_pinvoke_cleanup(Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_marshaled_pinvoke& marshaled)
|
|
{
|
|
if (marshaled.___particle_1 != NULL)
|
|
{
|
|
(marshaled.___particle_1)->Release();
|
|
marshaled.___particle_1 = NULL;
|
|
}
|
|
}
|
|
// Conversion methods for marshalling of: System.Xml.Schema.Position
|
|
IL2CPP_EXTERN_C void Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_marshal_com(const Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757& unmarshaled, Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___symbol_0 = unmarshaled.___symbol_0;
|
|
if (unmarshaled.___particle_1 != NULL)
|
|
{
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.___particle_1))
|
|
{
|
|
marshaled.___particle_1 = il2cpp_codegen_com_query_interface<Il2CppIUnknown>(static_cast<Il2CppComObject*>(unmarshaled.___particle_1));
|
|
(marshaled.___particle_1)->AddRef();
|
|
}
|
|
else
|
|
{
|
|
marshaled.___particle_1 = il2cpp_codegen_com_get_or_create_ccw<Il2CppIUnknown>(unmarshaled.___particle_1);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
marshaled.___particle_1 = NULL;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_marshal_com_back(const Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_marshaled_com& marshaled, Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Il2CppComObject_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t unmarshaledsymbol_temp_0 = 0;
|
|
unmarshaledsymbol_temp_0 = marshaled.___symbol_0;
|
|
unmarshaled.___symbol_0 = unmarshaledsymbol_temp_0;
|
|
if (marshaled.___particle_1 != NULL)
|
|
{
|
|
unmarshaled.___particle_1 = il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___particle_1, Il2CppComObject_il2cpp_TypeInfo_var);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___particle_1), (void*)il2cpp_codegen_com_get_or_create_rcw_from_iunknown<RuntimeObject>(marshaled.___particle_1, Il2CppComObject_il2cpp_TypeInfo_var));
|
|
|
|
if (il2cpp_codegen_is_import_or_windows_runtime(unmarshaled.___particle_1))
|
|
{
|
|
il2cpp_codegen_com_cache_queried_interface(static_cast<Il2CppComObject*>(unmarshaled.___particle_1), Il2CppIUnknown::IID, marshaled.___particle_1);
|
|
}
|
|
}
|
|
else
|
|
{
|
|
unmarshaled.___particle_1 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___particle_1), (void*)NULL);
|
|
}
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Xml.Schema.Position
|
|
IL2CPP_EXTERN_C void Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_marshal_com_cleanup(Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_marshaled_com& marshaled)
|
|
{
|
|
if (marshaled.___particle_1 != NULL)
|
|
{
|
|
(marshaled.___particle_1)->Release();
|
|
marshaled.___particle_1 = NULL;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Position::.ctor(System.Int32,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Position__ctor_m5F3F9E6D826756F17C8F02643C4AC1CEF9F63FE5 (Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757* __this, int32_t ___0_symbol, RuntimeObject* ___1_particle, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_symbol;
|
|
__this->___symbol_0 = L_0;
|
|
RuntimeObject* L_1 = ___1_particle;
|
|
__this->___particle_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___particle_1), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void Position__ctor_m5F3F9E6D826756F17C8F02643C4AC1CEF9F63FE5_AdjustorThunk (RuntimeObject* __this, int32_t ___0_symbol, RuntimeObject* ___1_particle, const RuntimeMethod* method)
|
|
{
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757*>(__this + _offset);
|
|
Position__ctor_m5F3F9E6D826756F17C8F02643C4AC1CEF9F63FE5(_thisAdjusted, ___0_symbol, ___1_particle, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 System.Xml.Schema.Positions::Add(System.Int32,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Positions_Add_m51791FCA7ADCD9B7E7480E85AEC1A712037A0B32 (Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* __this, int32_t ___0_symbol, RuntimeObject* ___1_particle, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->___positions_0;
|
|
int32_t L_1 = ___0_symbol;
|
|
RuntimeObject* L_2 = ___1_particle;
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
Position__ctor_m5F3F9E6D826756F17C8F02643C4AC1CEF9F63FE5((&L_3), L_1, L_2, /*hidden argument*/NULL);
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_il2cpp_TypeInfo_var, &L_4);
|
|
NullCheck(L_0);
|
|
int32_t L_6;
|
|
L_6 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(27 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_5);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Xml.Schema.Position System.Xml.Schema.Positions::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 Positions_get_Item_mD0E8CB9D8CC6090A050D48B5AE47E389C95257D1 (Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* __this, int32_t ___0_pos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->___positions_0;
|
|
int32_t L_1 = ___0_pos;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_2;
|
|
L_2 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1);
|
|
return ((*(Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757*)((Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757*)(Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757*)UnBox(L_2, Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757_il2cpp_TypeInfo_var))));
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Positions::get_Count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Positions_get_Count_m806913EB2C4DBA009188BA019AB106EC0D1045BF (Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->___positions_0;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Positions::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Positions__ctor_m533C24B9A6C8519F830F3E444036B9906D789C3A (Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_0, NULL);
|
|
__this->___positions_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___positions_0), (void*)L_0);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsRangeNode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SyntaxTreeNode_get_IsRangeNode_m722A7E3D08CB8404AD093C4732FCC9AFBACE70E8 (SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.SyntaxTreeNode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SyntaxTreeNode__ctor_mCC4EE56F73B36C293F308BFE4304383CF29B9CE4 (SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.LeafNode::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeafNode__ctor_m5FD29468DBB6652D9636B80CF3E5445E29F2737C (LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* __this, int32_t ___0_pos, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SyntaxTreeNode__ctor_mCC4EE56F73B36C293F308BFE4304383CF29B9CE4(__this, NULL);
|
|
int32_t L_0 = ___0_pos;
|
|
__this->___pos_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.LeafNode::get_Pos()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LeafNode_get_Pos_m0C2EEEBCDB2F23FC170153DB736C707C061A5B6D (LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___pos_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.LeafNode::set_Pos(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeafNode_set_Pos_mA4961D8E52D803DC74293D95B8C258C2B00707ED (LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___pos_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.LeafNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeafNode_ExpandTree_m004F74A56BC4869BB942D21CAA8CED296900F958 (LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* __this, InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* ___0_parent, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___1_symbols, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___2_positions, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.LeafNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeafNode_ConstructPos_m46760996E2ECD6359EFA8DC971302F1E2C476D1D (LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_firstpos, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___1_lastpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___2_followpos, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_0 = ___0_firstpos;
|
|
int32_t L_1 = __this->___pos_0;
|
|
NullCheck(L_0);
|
|
BitSet_Set_m1F67384F8695F3285BC0CAFCCB64898625267724(L_0, L_1, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_2 = ___1_lastpos;
|
|
int32_t L_3 = __this->___pos_0;
|
|
NullCheck(L_2);
|
|
BitSet_Set_m1F67384F8695F3285BC0CAFCCB64898625267724(L_2, L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.LeafNode::get_IsNullable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LeafNode_get_IsNullable_mB1BD5FE8A0936AC6F02F641F9B98821FCE8A6812 (LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.NamespaceListNode::.ctor(System.Xml.Schema.NamespaceList,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceListNode__ctor_m9C8A3F2B782B6790281D1C624FA9B25C397F15FA (NamespaceListNode_tD447526C5FF22511A65C13BC67E9EE824B69460C* __this, NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* ___0_namespaceList, RuntimeObject* ___1_particle, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SyntaxTreeNode__ctor_mCC4EE56F73B36C293F308BFE4304383CF29B9CE4(__this, NULL);
|
|
NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* L_0 = ___0_namespaceList;
|
|
__this->___namespaceList_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___namespaceList_0), (void*)L_0);
|
|
RuntimeObject* L_1 = ___1_particle;
|
|
__this->___particle_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___particle_1), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.ICollection System.Xml.Schema.NamespaceListNode::GetResolvedSymbols(System.Xml.Schema.SymbolsDictionary)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* NamespaceListNode_GetResolvedSymbols_mCD026CF69F170E28CC0C000664361BE328ACC427 (NamespaceListNode_tD447526C5FF22511A65C13BC67E9EE824B69460C* __this, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___0_symbols, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_0 = ___0_symbols;
|
|
NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* L_1 = __this->___namespaceList_0;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_2;
|
|
L_2 = SymbolsDictionary_GetNamespaceListSymbols_m9FC9A2166243B193B4067C3EC08ADB06432F9E21(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.NamespaceListNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceListNode_ExpandTree_mA294B7AD7C2E31ABE79834DC4913C132AF5A0D25 (NamespaceListNode_tD447526C5FF22511A65C13BC67E9EE824B69460C* __this, InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* ___0_parent, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___1_symbols, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___2_positions, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* V_3 = NULL;
|
|
RuntimeObject* V_4 = NULL;
|
|
{
|
|
V_0 = (SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE*)NULL;
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_0 = ___1_symbols;
|
|
RuntimeObject* L_1;
|
|
L_1 = VirtualFuncInvoker1< RuntimeObject*, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* >::Invoke(8 /* System.Collections.ICollection System.Xml.Schema.NamespaceListNode::GetResolvedSymbols(System.Xml.Schema.SymbolsDictionary) */, __this, L_0);
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2;
|
|
L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_1);
|
|
V_1 = L_2;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006b:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_3 = V_1;
|
|
V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_3, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_4 = V_4;
|
|
if (!L_4)
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_5 = V_4;
|
|
NullCheck(L_5);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0061_1;
|
|
}
|
|
|
|
IL_0011_1:
|
|
{
|
|
RuntimeObject* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_7;
|
|
L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_6);
|
|
V_2 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_7, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_8 = ___1_symbols;
|
|
int32_t L_9 = V_2;
|
|
NullCheck(L_8);
|
|
RuntimeObject* L_10;
|
|
L_10 = SymbolsDictionary_GetParticle_m229FD0E565E86359CA0CF5E76BB66223CD564BBE(L_8, L_9, NULL);
|
|
RuntimeObject* L_11 = __this->___particle_1;
|
|
if ((((RuntimeObject*)(RuntimeObject*)L_10) == ((RuntimeObject*)(RuntimeObject*)L_11)))
|
|
{
|
|
goto IL_0033_1;
|
|
}
|
|
}
|
|
{
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_12 = ___1_symbols;
|
|
NullCheck(L_12);
|
|
SymbolsDictionary_set_IsUpaEnforced_mBA5E7696442D87B8E89E2323C3D48777F3F0180A_inline(L_12, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0033_1:
|
|
{
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_13 = ___2_positions;
|
|
int32_t L_14 = V_2;
|
|
RuntimeObject* L_15 = __this->___particle_1;
|
|
NullCheck(L_13);
|
|
int32_t L_16;
|
|
L_16 = Positions_Add_m51791FCA7ADCD9B7E7480E85AEC1A712037A0B32(L_13, L_14, L_15, NULL);
|
|
LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* L_17 = (LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D*)il2cpp_codegen_object_new(LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_17);
|
|
LeafNode__ctor_m5FD29468DBB6652D9636B80CF3E5445E29F2737C(L_17, L_16, NULL);
|
|
V_3 = L_17;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_18 = V_0;
|
|
if (L_18)
|
|
{
|
|
goto IL_004d_1;
|
|
}
|
|
}
|
|
{
|
|
LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* L_19 = V_3;
|
|
V_0 = L_19;
|
|
goto IL_0061_1;
|
|
}
|
|
|
|
IL_004d_1:
|
|
{
|
|
ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229* L_20 = (ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229*)il2cpp_codegen_object_new(ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229_il2cpp_TypeInfo_var);
|
|
NullCheck(L_20);
|
|
ChoiceNode__ctor_mCD73421963E5F712BA85C8594B375191D87BB6F1(L_20, NULL);
|
|
ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229* L_21 = L_20;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_22 = V_0;
|
|
NullCheck(L_21);
|
|
InteriorNode_set_LeftChild_mC6FDB3A1ABD18FDE11B233415F3A983A49B46E5B_inline(L_21, L_22, NULL);
|
|
ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229* L_23 = L_21;
|
|
LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* L_24 = V_3;
|
|
NullCheck(L_23);
|
|
InteriorNode_set_RightChild_m9325C10A51BD0DAA867F5D4C60C85F4F8DCE6B0A_inline(L_23, L_24, NULL);
|
|
V_0 = L_23;
|
|
}
|
|
|
|
IL_0061_1:
|
|
{
|
|
RuntimeObject* L_25 = V_1;
|
|
NullCheck(L_25);
|
|
bool L_26;
|
|
L_26 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_25);
|
|
if (L_26)
|
|
{
|
|
goto IL_0011_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_27 = ___0_parent;
|
|
NullCheck(L_27);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_28;
|
|
L_28 = InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_inline(L_27, NULL);
|
|
if ((!(((RuntimeObject*)(SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE*)L_28) == ((RuntimeObject*)(NamespaceListNode_tD447526C5FF22511A65C13BC67E9EE824B69460C*)__this))))
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_29 = ___0_parent;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_30 = V_0;
|
|
NullCheck(L_29);
|
|
InteriorNode_set_LeftChild_mC6FDB3A1ABD18FDE11B233415F3A983A49B46E5B_inline(L_29, L_30, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_31 = ___0_parent;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_32 = V_0;
|
|
NullCheck(L_31);
|
|
InteriorNode_set_RightChild_m9325C10A51BD0DAA867F5D4C60C85F4F8DCE6B0A_inline(L_31, L_32, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.NamespaceListNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceListNode_ConstructPos_mE576F4F3739EAA2302C6B38292727D242351C80B (NamespaceListNode_tD447526C5FF22511A65C13BC67E9EE824B69460C* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_firstpos, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___1_lastpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___2_followpos, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NamespaceListNode_ConstructPos_mE576F4F3739EAA2302C6B38292727D242351C80B_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.NamespaceListNode::get_IsNullable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NamespaceListNode_get_IsNullable_m637C0A30D0508ECAA7CBC2B72D4356D09A3C6CB1 (NamespaceListNode_tD447526C5FF22511A65C13BC67E9EE824B69460C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_0 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NamespaceListNode_get_IsNullable_m637C0A30D0508ECAA7CBC2B72D4356D09A3C6CB1_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::get_LeftChild()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406 (InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0 = __this->___leftChild_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.InteriorNode::set_LeftChild(System.Xml.Schema.SyntaxTreeNode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteriorNode_set_LeftChild_mC6FDB3A1ABD18FDE11B233415F3A983A49B46E5B (InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* __this, SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0 = ___0_value;
|
|
__this->___leftChild_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___leftChild_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Schema.SyntaxTreeNode System.Xml.Schema.InteriorNode::get_RightChild()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* InteriorNode_get_RightChild_mE7ACE5A40A687F54D7EAFB52F3336E1BE8701058 (InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0 = __this->___rightChild_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.InteriorNode::set_RightChild(System.Xml.Schema.SyntaxTreeNode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteriorNode_set_RightChild_m9325C10A51BD0DAA867F5D4C60C85F4F8DCE6B0A (InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* __this, SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0 = ___0_value;
|
|
__this->___rightChild_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___rightChild_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.InteriorNode::ExpandTreeNoRecursive(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteriorNode_ExpandTreeNoRecursive_m6D62530CC82ED2EF90585C04E4153AEF73545863 (InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* __this, InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* ___0_parent, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___1_symbols, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___2_positions, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mB25E9C049C31683DF3FD964C8D4DBFD5B0DE466D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m2F6AA67C2D6E3A228DF93AD427D26178853A109F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_m608DAEB7362D4C3B89C140797A7C1D11A5064056_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m2CD2C12F84CDD3BD011526C74254F60E26D5C7F1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206* V_0 = NULL;
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* V_1 = NULL;
|
|
{
|
|
Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206* L_0 = (Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206*)il2cpp_codegen_object_new(Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Stack_1__ctor_m608DAEB7362D4C3B89C140797A7C1D11A5064056(L_0, Stack_1__ctor_m608DAEB7362D4C3B89C140797A7C1D11A5064056_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
V_1 = __this;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_1 = V_1;
|
|
NullCheck(L_1);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_2 = L_1->___leftChild_0;
|
|
if (((ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229*)IsInstSealed((RuntimeObject*)L_2, ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_4 = L_3->___leftChild_0;
|
|
if (!((SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0*)IsInstSealed((RuntimeObject*)L_4, SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206* L_5 = V_0;
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_6 = V_1;
|
|
NullCheck(L_5);
|
|
Stack_1_Push_m2F6AA67C2D6E3A228DF93AD427D26178853A109F(L_5, L_6, Stack_1_Push_m2F6AA67C2D6E3A228DF93AD427D26178853A109F_RuntimeMethod_var);
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_8 = L_7->___leftChild_0;
|
|
V_1 = ((InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF*)CastclassClass((RuntimeObject*)L_8, InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF_il2cpp_TypeInfo_var));
|
|
goto IL_0008;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_10 = L_9->___leftChild_0;
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_11 = V_1;
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_12 = ___1_symbols;
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_13 = ___2_positions;
|
|
NullCheck(L_10);
|
|
VirtualActionInvoker3< InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF*, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3*, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* >::Invoke(4 /* System.Void System.Xml.Schema.SyntaxTreeNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) */, L_10, L_11, L_12, L_13);
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_15 = L_14->___rightChild_1;
|
|
if (!L_15)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_17 = L_16->___rightChild_1;
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_18 = V_1;
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_19 = ___1_symbols;
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_20 = ___2_positions;
|
|
NullCheck(L_17);
|
|
VirtualActionInvoker3< InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF*, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3*, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* >::Invoke(4 /* System.Void System.Xml.Schema.SyntaxTreeNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) */, L_17, L_18, L_19, L_20);
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206* L_21 = V_0;
|
|
NullCheck(L_21);
|
|
int32_t L_22;
|
|
L_22 = Stack_1_get_Count_m2CD2C12F84CDD3BD011526C74254F60E26D5C7F1_inline(L_21, Stack_1_get_Count_m2CD2C12F84CDD3BD011526C74254F60E26D5C7F1_RuntimeMethod_var);
|
|
if (!L_22)
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206* L_23 = V_0;
|
|
NullCheck(L_23);
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_24;
|
|
L_24 = Stack_1_Pop_mB25E9C049C31683DF3FD964C8D4DBFD5B0DE466D(L_23, Stack_1_Pop_mB25E9C049C31683DF3FD964C8D4DBFD5B0DE466D_RuntimeMethod_var);
|
|
V_1 = L_24;
|
|
goto IL_0045;
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.InteriorNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteriorNode_ExpandTree_mEC55EC607A05471D114432FB1FA04D8F38ADFBC5 (InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* __this, InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* ___0_parent, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___1_symbols, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___2_positions, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0 = __this->___leftChild_0;
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_1 = ___1_symbols;
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_2 = ___2_positions;
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker3< InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF*, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3*, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* >::Invoke(4 /* System.Void System.Xml.Schema.SyntaxTreeNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) */, L_0, __this, L_1, L_2);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_3 = __this->___rightChild_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_4 = __this->___rightChild_1;
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_5 = ___1_symbols;
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_6 = ___2_positions;
|
|
NullCheck(L_4);
|
|
VirtualActionInvoker3< InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF*, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3*, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* >::Invoke(4 /* System.Void System.Xml.Schema.SyntaxTreeNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) */, L_4, __this, L_5, L_6);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.InteriorNode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InteriorNode__ctor_mBB2E9C1999B6F04A9D9C8CBAD629CD7837B8C938 (InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SyntaxTreeNode__ctor_mCC4EE56F73B36C293F308BFE4304383CF29B9CE4(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.SequenceNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SequenceNode_ConstructPos_m67A0B0AF2C2EFAFD526D3DB629E5328C0BCA1B18 (SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_firstpos, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___1_lastpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___2_followpos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mE49743F5FC3ED9D600D2FD3FFC87D38993622CD2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m1F1DE2602AD1D8309204F57399638FD5B71953C6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_m28F34CDA66206C6BE7B80A5155296A53C97FFCEF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_mAEA12C0679B6626D272B776DF990861FBB7A8874_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD* V_0 = NULL;
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
{
|
|
Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD* L_0 = (Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD*)il2cpp_codegen_object_new(Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Stack_1__ctor_m28F34CDA66206C6BE7B80A5155296A53C97FFCEF(L_0, Stack_1__ctor_m28F34CDA66206C6BE7B80A5155296A53C97FFCEF_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_1 = ___0_firstpos;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_2 = ___1_lastpos;
|
|
SequenceConstructPosContext__ctor_mAF64A500D91F3309A8CB87C5712C12BCE0B4FE0E((&V_1), __this, L_1, L_2, NULL);
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 L_3 = V_1;
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_4 = L_3.___this__0;
|
|
V_2 = L_4;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_5 = ___1_lastpos;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = BitSet_get_Count_m36E7A9E0ABD32B6B59C1C3EE7376A94B40D06E01_inline(L_5, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_7 = (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)il2cpp_codegen_object_new(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
BitSet__ctor_mDDB46E0F5D8D86AD7A8F144278672ABF09CA5797(L_7, L_6, NULL);
|
|
(&V_1)->___lastposLeft_3 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___lastposLeft_3), (void*)L_7);
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_8 = V_2;
|
|
NullCheck(L_8);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_9;
|
|
L_9 = InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_inline(L_8, NULL);
|
|
if (!((SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0*)IsInstSealed((RuntimeObject*)L_9, SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD* L_10 = V_0;
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 L_11 = V_1;
|
|
NullCheck(L_10);
|
|
Stack_1_Push_m1F1DE2602AD1D8309204F57399638FD5B71953C6(L_10, L_11, Stack_1_Push_m1F1DE2602AD1D8309204F57399638FD5B71953C6_RuntimeMethod_var);
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_12 = V_2;
|
|
NullCheck(L_12);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_13;
|
|
L_13 = InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_inline(L_12, NULL);
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 L_14 = V_1;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_15 = L_14.___firstpos_1;
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 L_16 = V_1;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_17 = L_16.___lastposLeft_3;
|
|
SequenceConstructPosContext__ctor_mAF64A500D91F3309A8CB87C5712C12BCE0B4FE0E((&V_1), ((SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0*)CastclassSealed((RuntimeObject*)L_13, SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0_il2cpp_TypeInfo_var)), L_15, L_17, NULL);
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_18 = V_2;
|
|
NullCheck(L_18);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_19;
|
|
L_19 = InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_inline(L_18, NULL);
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 L_20 = V_1;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_21 = L_20.___firstpos_1;
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 L_22 = V_1;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_23 = L_22.___lastposLeft_3;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_24 = ___2_followpos;
|
|
NullCheck(L_19);
|
|
VirtualActionInvoker3< BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* >::Invoke(5 /* System.Void System.Xml.Schema.SyntaxTreeNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) */, L_19, L_21, L_23, L_24);
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_25 = ___0_firstpos;
|
|
NullCheck(L_25);
|
|
int32_t L_26;
|
|
L_26 = BitSet_get_Count_m36E7A9E0ABD32B6B59C1C3EE7376A94B40D06E01_inline(L_25, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_27 = (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)il2cpp_codegen_object_new(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_27);
|
|
BitSet__ctor_mDDB46E0F5D8D86AD7A8F144278672ABF09CA5797(L_27, L_26, NULL);
|
|
(&V_1)->___firstposRight_4 = L_27;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_1)->___firstposRight_4), (void*)L_27);
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_28 = V_2;
|
|
NullCheck(L_28);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_29;
|
|
L_29 = InteriorNode_get_RightChild_mE7ACE5A40A687F54D7EAFB52F3336E1BE8701058_inline(L_28, NULL);
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 L_30 = V_1;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_31 = L_30.___firstposRight_4;
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 L_32 = V_1;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_33 = L_32.___lastpos_2;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_34 = ___2_followpos;
|
|
NullCheck(L_29);
|
|
VirtualActionInvoker3< BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* >::Invoke(5 /* System.Void System.Xml.Schema.SyntaxTreeNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) */, L_29, L_31, L_33, L_34);
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_35 = V_2;
|
|
NullCheck(L_35);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_36;
|
|
L_36 = InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_inline(L_35, NULL);
|
|
NullCheck(L_36);
|
|
bool L_37;
|
|
L_37 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_36);
|
|
if (!L_37)
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
{
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_38 = V_2;
|
|
NullCheck(L_38);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_39;
|
|
L_39 = InteriorNode_get_RightChild_mE7ACE5A40A687F54D7EAFB52F3336E1BE8701058_inline(L_38, NULL);
|
|
NullCheck(L_39);
|
|
bool L_40;
|
|
L_40 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsRangeNode() */, L_39);
|
|
if (L_40)
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
{
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 L_41 = V_1;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_42 = L_41.___firstpos_1;
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 L_43 = V_1;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_44 = L_43.___firstposRight_4;
|
|
NullCheck(L_42);
|
|
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_42, L_44, NULL);
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_45 = V_2;
|
|
NullCheck(L_45);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_46;
|
|
L_46 = InteriorNode_get_RightChild_mE7ACE5A40A687F54D7EAFB52F3336E1BE8701058_inline(L_45, NULL);
|
|
NullCheck(L_46);
|
|
bool L_47;
|
|
L_47 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_46);
|
|
if (!L_47)
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
}
|
|
{
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 L_48 = V_1;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_49 = L_48.___lastpos_2;
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 L_50 = V_1;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_51 = L_50.___lastposLeft_3;
|
|
NullCheck(L_49);
|
|
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_49, L_51, NULL);
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 L_52 = V_1;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_53 = L_52.___lastposLeft_3;
|
|
NullCheck(L_53);
|
|
int32_t L_54;
|
|
L_54 = BitSet_NextSet_mD3786FE75C72BD3383D9C3221F80C2373A14857D(L_53, (-1), NULL);
|
|
V_3 = L_54;
|
|
goto IL_0112;
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_55 = ___2_followpos;
|
|
int32_t L_56 = V_3;
|
|
NullCheck(L_55);
|
|
int32_t L_57 = L_56;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_58 = (L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 L_59 = V_1;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_60 = L_59.___firstposRight_4;
|
|
NullCheck(L_58);
|
|
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_58, L_60, NULL);
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 L_61 = V_1;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_62 = L_61.___lastposLeft_3;
|
|
int32_t L_63 = V_3;
|
|
NullCheck(L_62);
|
|
int32_t L_64;
|
|
L_64 = BitSet_NextSet_mD3786FE75C72BD3383D9C3221F80C2373A14857D(L_62, L_63, NULL);
|
|
V_3 = L_64;
|
|
}
|
|
|
|
IL_0112:
|
|
{
|
|
int32_t L_65 = V_3;
|
|
if ((!(((uint32_t)L_65) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
{
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_66 = V_2;
|
|
NullCheck(L_66);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_67;
|
|
L_67 = InteriorNode_get_RightChild_mE7ACE5A40A687F54D7EAFB52F3336E1BE8701058_inline(L_66, NULL);
|
|
NullCheck(L_67);
|
|
bool L_68;
|
|
L_68 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsRangeNode() */, L_67);
|
|
if (!L_68)
|
|
{
|
|
goto IL_013e;
|
|
}
|
|
}
|
|
{
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_69 = V_2;
|
|
NullCheck(L_69);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_70;
|
|
L_70 = InteriorNode_get_RightChild_mE7ACE5A40A687F54D7EAFB52F3336E1BE8701058_inline(L_69, NULL);
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 L_71 = V_1;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_72 = L_71.___firstpos_1;
|
|
NullCheck(L_72);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_73;
|
|
L_73 = BitSet_Clone_m121A6E5E33BDEC3E79FF7C18E9CC362749AE7BDE(L_72, NULL);
|
|
NullCheck(((LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D*)CastclassSealed((RuntimeObject*)L_70, LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D_il2cpp_TypeInfo_var)));
|
|
LeafRangeNode_set_NextIteration_mDDBBD1E890E70CDB087694F027A17CD5CFD1A284_inline(((LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D*)CastclassSealed((RuntimeObject*)L_70, LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D_il2cpp_TypeInfo_var)), L_73, NULL);
|
|
}
|
|
|
|
IL_013e:
|
|
{
|
|
Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD* L_74 = V_0;
|
|
NullCheck(L_74);
|
|
int32_t L_75;
|
|
L_75 = Stack_1_get_Count_mAEA12C0679B6626D272B776DF990861FBB7A8874_inline(L_74, Stack_1_get_Count_mAEA12C0679B6626D272B776DF990861FBB7A8874_RuntimeMethod_var);
|
|
if (!L_75)
|
|
{
|
|
goto IL_0159;
|
|
}
|
|
}
|
|
{
|
|
Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD* L_76 = V_0;
|
|
NullCheck(L_76);
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 L_77;
|
|
L_77 = Stack_1_Pop_mE49743F5FC3ED9D600D2FD3FFC87D38993622CD2(L_76, Stack_1_Pop_mE49743F5FC3ED9D600D2FD3FFC87D38993622CD2_RuntimeMethod_var);
|
|
V_1 = L_77;
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7 L_78 = V_1;
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_79 = L_78.___this__0;
|
|
V_2 = L_79;
|
|
goto IL_0075;
|
|
}
|
|
|
|
IL_0159:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.SequenceNode::get_IsNullable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SequenceNode_get_IsNullable_m7D6B7F07E959D0759A37B1298418903EF1C4A779 (SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* V_0 = NULL;
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* V_1 = NULL;
|
|
{
|
|
V_1 = __this;
|
|
}
|
|
|
|
IL_0002:
|
|
{
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_0 = V_1;
|
|
NullCheck(L_0);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_1;
|
|
L_1 = InteriorNode_get_RightChild_mE7ACE5A40A687F54D7EAFB52F3336E1BE8701058_inline(L_0, NULL);
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsRangeNode() */, L_1);
|
|
if (!L_2)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_4;
|
|
L_4 = InteriorNode_get_RightChild_mE7ACE5A40A687F54D7EAFB52F3336E1BE8701058_inline(L_3, NULL);
|
|
NullCheck(((LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D*)CastclassSealed((RuntimeObject*)L_4, LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D_il2cpp_TypeInfo_var)));
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5;
|
|
L_5 = LeafRangeNode_get_Min_mF6C3FA773211799E29F7509BD53A6FD8CE1768E2_inline(((LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D*)CastclassSealed((RuntimeObject*)L_4, LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D_il2cpp_TypeInfo_var)), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_6 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3;
|
|
bool L_7;
|
|
L_7 = Decimal_op_Equality_m4778C6A5F0E0FA5CBEFBBCB9E5A34BBE3D2D0BB5(L_5, L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_9;
|
|
L_9 = InteriorNode_get_RightChild_mE7ACE5A40A687F54D7EAFB52F3336E1BE8701058_inline(L_8, NULL);
|
|
NullCheck(L_9);
|
|
bool L_10;
|
|
L_10 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_9);
|
|
if (L_10)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_12;
|
|
L_12 = InteriorNode_get_RightChild_mE7ACE5A40A687F54D7EAFB52F3336E1BE8701058_inline(L_11, NULL);
|
|
NullCheck(L_12);
|
|
bool L_13;
|
|
L_13 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsRangeNode() */, L_12);
|
|
if (L_13)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_15;
|
|
L_15 = InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_inline(L_14, NULL);
|
|
V_0 = L_15;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_16 = V_0;
|
|
V_1 = ((SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0*)IsInstSealed((RuntimeObject*)L_16, SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0_il2cpp_TypeInfo_var));
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_17 = V_1;
|
|
if (L_17)
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_18 = V_0;
|
|
NullCheck(L_18);
|
|
bool L_19;
|
|
L_19 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_18);
|
|
return L_19;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.SequenceNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SequenceNode_ExpandTree_m4803F5162DF4C35C8C37ABB50771A7BC5B0D0485 (SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* __this, InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* ___0_parent, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___1_symbols, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___2_positions, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_0 = ___0_parent;
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_1 = ___1_symbols;
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_2 = ___2_positions;
|
|
InteriorNode_ExpandTreeNoRecursive_m6D62530CC82ED2EF90585C04E4153AEF73545863(__this, L_0, L_1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.SequenceNode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SequenceNode__ctor_mD4441BDD885F42BAD33816D8D49DD511105B1E71 (SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InteriorNode__ctor_mBB2E9C1999B6F04A9D9C8CBAD629CD7837B8C938(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: System.Xml.Schema.SequenceNode/SequenceConstructPosContext
|
|
IL2CPP_EXTERN_C void SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7_marshal_pinvoke(const SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7& unmarshaled, SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___this__0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'this_' of type 'SequenceConstructPosContext': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___this__0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7_marshal_pinvoke_back(const SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7_marshaled_pinvoke& marshaled, SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7& unmarshaled)
|
|
{
|
|
Exception_t* ___this__0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'this_' of type 'SequenceConstructPosContext': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___this__0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Xml.Schema.SequenceNode/SequenceConstructPosContext
|
|
IL2CPP_EXTERN_C void SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7_marshal_pinvoke_cleanup(SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: System.Xml.Schema.SequenceNode/SequenceConstructPosContext
|
|
IL2CPP_EXTERN_C void SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7_marshal_com(const SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7& unmarshaled, SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___this__0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'this_' of type 'SequenceConstructPosContext': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___this__0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7_marshal_com_back(const SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7_marshaled_com& marshaled, SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7& unmarshaled)
|
|
{
|
|
Exception_t* ___this__0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'this_' of type 'SequenceConstructPosContext': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___this__0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Xml.Schema.SequenceNode/SequenceConstructPosContext
|
|
IL2CPP_EXTERN_C void SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7_marshal_com_cleanup(SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Void System.Xml.Schema.SequenceNode/SequenceConstructPosContext::.ctor(System.Xml.Schema.SequenceNode,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SequenceConstructPosContext__ctor_mAF64A500D91F3309A8CB87C5712C12BCE0B4FE0E (SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7* __this, SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* ___0_node, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___1_firstpos, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___2_lastpos, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_0 = ___0_node;
|
|
__this->___this__0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___this__0), (void*)L_0);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_1 = ___1_firstpos;
|
|
__this->___firstpos_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___firstpos_1), (void*)L_1);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_2 = ___2_lastpos;
|
|
__this->___lastpos_2 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lastpos_2), (void*)L_2);
|
|
__this->___lastposLeft_3 = (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lastposLeft_3), (void*)(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)NULL);
|
|
__this->___firstposRight_4 = (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___firstposRight_4), (void*)(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void SequenceConstructPosContext__ctor_mAF64A500D91F3309A8CB87C5712C12BCE0B4FE0E_AdjustorThunk (RuntimeObject* __this, SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* ___0_node, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___1_firstpos, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___2_lastpos, const RuntimeMethod* method)
|
|
{
|
|
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7*>(__this + _offset);
|
|
SequenceConstructPosContext__ctor_mAF64A500D91F3309A8CB87C5712C12BCE0B4FE0E(_thisAdjusted, ___0_node, ___1_firstpos, ___2_lastpos, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.ChoiceNode::ConstructChildPos(System.Xml.Schema.SyntaxTreeNode,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChoiceNode_ConstructChildPos_m4D75B793F6186D890AA80DF1B6E7519F5EC927AA (SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* ___0_child, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___1_firstpos, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___2_lastpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___3_followpos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* V_0 = NULL;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* V_1 = NULL;
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_0 = ___1_firstpos;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = BitSet_get_Count_m36E7A9E0ABD32B6B59C1C3EE7376A94B40D06E01_inline(L_0, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_2 = (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)il2cpp_codegen_object_new(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
BitSet__ctor_mDDB46E0F5D8D86AD7A8F144278672ABF09CA5797(L_2, L_1, NULL);
|
|
V_0 = L_2;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_3 = ___2_lastpos;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = BitSet_get_Count_m36E7A9E0ABD32B6B59C1C3EE7376A94B40D06E01_inline(L_3, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_5 = (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)il2cpp_codegen_object_new(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
BitSet__ctor_mDDB46E0F5D8D86AD7A8F144278672ABF09CA5797(L_5, L_4, NULL);
|
|
V_1 = L_5;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_6 = ___0_child;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_7 = V_0;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_8 = V_1;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_9 = ___3_followpos;
|
|
NullCheck(L_6);
|
|
VirtualActionInvoker3< BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* >::Invoke(5 /* System.Void System.Xml.Schema.SyntaxTreeNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) */, L_6, L_7, L_8, L_9);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_10 = ___1_firstpos;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_11 = V_0;
|
|
NullCheck(L_10);
|
|
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_10, L_11, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_12 = ___2_lastpos;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_13 = V_1;
|
|
NullCheck(L_12);
|
|
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_12, L_13, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ChoiceNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChoiceNode_ConstructPos_mD5A6CC1D5927C0D1410134EBF84C39E660215311 (ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_firstpos, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___1_lastpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___2_followpos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* V_0 = NULL;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* V_1 = NULL;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* V_2 = NULL;
|
|
ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229* V_3 = NULL;
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_0 = ___0_firstpos;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = BitSet_get_Count_m36E7A9E0ABD32B6B59C1C3EE7376A94B40D06E01_inline(L_0, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_2 = (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)il2cpp_codegen_object_new(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
BitSet__ctor_mDDB46E0F5D8D86AD7A8F144278672ABF09CA5797(L_2, L_1, NULL);
|
|
V_0 = L_2;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_3 = ___1_lastpos;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = BitSet_get_Count_m36E7A9E0ABD32B6B59C1C3EE7376A94B40D06E01_inline(L_3, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_5 = (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)il2cpp_codegen_object_new(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
BitSet__ctor_mDDB46E0F5D8D86AD7A8F144278672ABF09CA5797(L_5, L_4, NULL);
|
|
V_1 = L_5;
|
|
V_3 = __this;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229* L_6 = V_3;
|
|
NullCheck(L_6);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_7;
|
|
L_7 = InteriorNode_get_RightChild_mE7ACE5A40A687F54D7EAFB52F3336E1BE8701058_inline(L_6, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_8 = V_0;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_9 = V_1;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_10 = ___2_followpos;
|
|
ChoiceNode_ConstructChildPos_m4D75B793F6186D890AA80DF1B6E7519F5EC927AA(L_7, L_8, L_9, L_10, NULL);
|
|
ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229* L_11 = V_3;
|
|
NullCheck(L_11);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_12;
|
|
L_12 = InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_inline(L_11, NULL);
|
|
V_2 = L_12;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_13 = V_2;
|
|
V_3 = ((ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229*)IsInstSealed((RuntimeObject*)L_13, ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229_il2cpp_TypeInfo_var));
|
|
ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229* L_14 = V_3;
|
|
if (L_14)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_15 = V_2;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_16 = ___0_firstpos;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_17 = ___1_lastpos;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_18 = ___2_followpos;
|
|
NullCheck(L_15);
|
|
VirtualActionInvoker3< BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* >::Invoke(5 /* System.Void System.Xml.Schema.SyntaxTreeNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) */, L_15, L_16, L_17, L_18);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_19 = ___0_firstpos;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_20 = V_0;
|
|
NullCheck(L_19);
|
|
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_19, L_20, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_21 = ___1_lastpos;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_22 = V_1;
|
|
NullCheck(L_21);
|
|
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_21, L_22, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.ChoiceNode::get_IsNullable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChoiceNode_get_IsNullable_mDB88FC4D2E927B91CBA6440750C0C91226AA5936 (ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* V_0 = NULL;
|
|
ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229* V_1 = NULL;
|
|
{
|
|
V_1 = __this;
|
|
}
|
|
|
|
IL_0002:
|
|
{
|
|
ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229* L_0 = V_1;
|
|
NullCheck(L_0);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_1;
|
|
L_1 = InteriorNode_get_RightChild_mE7ACE5A40A687F54D7EAFB52F3336E1BE8701058_inline(L_0, NULL);
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_1);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_4;
|
|
L_4 = InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_inline(L_3, NULL);
|
|
V_0 = L_4;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_5 = V_0;
|
|
V_1 = ((ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229*)IsInstSealed((RuntimeObject*)L_5, ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229_il2cpp_TypeInfo_var));
|
|
ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229* L_6 = V_1;
|
|
if (L_6)
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
bool L_8;
|
|
L_8 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_7);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ChoiceNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChoiceNode_ExpandTree_mCD8E3E3C98B9A6CF4D18FC19468DAFBFF93C55EF (ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229* __this, InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* ___0_parent, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___1_symbols, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___2_positions, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_0 = ___0_parent;
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_1 = ___1_symbols;
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_2 = ___2_positions;
|
|
InteriorNode_ExpandTreeNoRecursive_m6D62530CC82ED2EF90585C04E4153AEF73545863(__this, L_0, L_1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ChoiceNode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChoiceNode__ctor_mCD73421963E5F712BA85C8594B375191D87BB6F1 (ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InteriorNode__ctor_mBB2E9C1999B6F04A9D9C8CBAD629CD7837B8C938(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.PlusNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlusNode_ConstructPos_mBD4E109873B9DECE1DB61B266E2E3ECC0D022731 (PlusNode_t7090254E5146C8660BBB97898E37FED5A5B28D9D* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_firstpos, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___1_lastpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___2_followpos, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0;
|
|
L_0 = InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_inline(__this, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_1 = ___0_firstpos;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_2 = ___1_lastpos;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_3 = ___2_followpos;
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker3< BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* >::Invoke(5 /* System.Void System.Xml.Schema.SyntaxTreeNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) */, L_0, L_1, L_2, L_3);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_4 = ___1_lastpos;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = BitSet_NextSet_mD3786FE75C72BD3383D9C3221F80C2373A14857D(L_4, (-1), NULL);
|
|
V_0 = L_5;
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_6 = ___2_followpos;
|
|
int32_t L_7 = V_0;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = L_7;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_10 = ___0_firstpos;
|
|
NullCheck(L_9);
|
|
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_9, L_10, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_11 = ___1_lastpos;
|
|
int32_t L_12 = V_0;
|
|
NullCheck(L_11);
|
|
int32_t L_13;
|
|
L_13 = BitSet_NextSet_mD3786FE75C72BD3383D9C3221F80C2373A14857D(L_11, L_12, NULL);
|
|
V_0 = L_13;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
int32_t L_14 = V_0;
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.PlusNode::get_IsNullable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PlusNode_get_IsNullable_m7CBA6F45C231D711DDC33A71540BB053A3562D61 (PlusNode_t7090254E5146C8660BBB97898E37FED5A5B28D9D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0;
|
|
L_0 = InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.PlusNode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlusNode__ctor_m8B34B5E4EEA3FC66788D7439FAF27F0017BFB721 (PlusNode_t7090254E5146C8660BBB97898E37FED5A5B28D9D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InteriorNode__ctor_mBB2E9C1999B6F04A9D9C8CBAD629CD7837B8C938(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.QmarkNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QmarkNode_ConstructPos_m156E01A641A632A349E6476BCAF01B115818FF8F (QmarkNode_t302FD5DABB39E13F51B26B2CA5B0BE1D85706D54* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_firstpos, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___1_lastpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___2_followpos, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0;
|
|
L_0 = InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_inline(__this, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_1 = ___0_firstpos;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_2 = ___1_lastpos;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_3 = ___2_followpos;
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker3< BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* >::Invoke(5 /* System.Void System.Xml.Schema.SyntaxTreeNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) */, L_0, L_1, L_2, L_3);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.QmarkNode::get_IsNullable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QmarkNode_get_IsNullable_mA92F1C9EA9A5E22BBB63F0CDE39FFF7369513C4A (QmarkNode_t302FD5DABB39E13F51B26B2CA5B0BE1D85706D54* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.QmarkNode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QmarkNode__ctor_m819089C3F1F99B45C9D32CA3DD2DB0158AFCA0C1 (QmarkNode_t302FD5DABB39E13F51B26B2CA5B0BE1D85706D54* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InteriorNode__ctor_mBB2E9C1999B6F04A9D9C8CBAD629CD7837B8C938(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.StarNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StarNode_ConstructPos_m51B6B43381BFEDFB212F7412AE118A4689444F49 (StarNode_t97F011188E450E88B8AB4DCF9C4D103E8315242C* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_firstpos, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___1_lastpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___2_followpos, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0;
|
|
L_0 = InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_inline(__this, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_1 = ___0_firstpos;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_2 = ___1_lastpos;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_3 = ___2_followpos;
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker3< BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* >::Invoke(5 /* System.Void System.Xml.Schema.SyntaxTreeNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) */, L_0, L_1, L_2, L_3);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_4 = ___1_lastpos;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = BitSet_NextSet_mD3786FE75C72BD3383D9C3221F80C2373A14857D(L_4, (-1), NULL);
|
|
V_0 = L_5;
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_6 = ___2_followpos;
|
|
int32_t L_7 = V_0;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = L_7;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_10 = ___0_firstpos;
|
|
NullCheck(L_9);
|
|
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_9, L_10, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_11 = ___1_lastpos;
|
|
int32_t L_12 = V_0;
|
|
NullCheck(L_11);
|
|
int32_t L_13;
|
|
L_13 = BitSet_NextSet_mD3786FE75C72BD3383D9C3221F80C2373A14857D(L_11, L_12, NULL);
|
|
V_0 = L_13;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
int32_t L_14 = V_0;
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.StarNode::get_IsNullable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StarNode_get_IsNullable_m86C45A7AB30DE13D113C75177920509B9CF769D7 (StarNode_t97F011188E450E88B8AB4DCF9C4D103E8315242C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.StarNode::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StarNode__ctor_m387E4A4D3B809FD9A2D6437CF41951EFAF7D05D9 (StarNode_t97F011188E450E88B8AB4DCF9C4D103E8315242C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
InteriorNode__ctor_mBB2E9C1999B6F04A9D9C8CBAD629CD7837B8C938(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Decimal System.Xml.Schema.LeafRangeNode::get_Max()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F LeafRangeNode_get_Max_mCAED1316B170C97D90FD6CB17EDE581C37EDF3C0 (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = __this->___max_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Decimal System.Xml.Schema.LeafRangeNode::get_Min()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F LeafRangeNode_get_Min_mF6C3FA773211799E29F7509BD53A6FD8CE1768E2 (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = __this->___min_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.BitSet System.Xml.Schema.LeafRangeNode::get_NextIteration()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* LeafRangeNode_get_NextIteration_m32EED7733FF37B063868939099CB48060EF5114B (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_0 = __this->___nextIteration_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.LeafRangeNode::set_NextIteration(System.Xml.Schema.BitSet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeafRangeNode_set_NextIteration_mDDBBD1E890E70CDB087694F027A17CD5CFD1A284 (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_0 = ___0_value;
|
|
__this->___nextIteration_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___nextIteration_3), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.ContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator__ctor_m1CA2A0A2CE0B9F5009D62E1A58BA91C922314C96 (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, int32_t ___0_contentType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_contentType;
|
|
__this->___contentType_0 = L_0;
|
|
__this->___isEmptiable_2 = (bool)1;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator__ctor_m739A3B127FC59E711DF019533D33E87465DAFA50 (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, int32_t ___0_contentType, bool ___1_isOpen, bool ___2_isEmptiable, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
int32_t L_0 = ___0_contentType;
|
|
__this->___contentType_0 = L_0;
|
|
bool L_1 = ___1_isOpen;
|
|
__this->___isOpen_1 = L_1;
|
|
bool L_2 = ___2_isEmptiable;
|
|
__this->___isEmptiable_2 = L_2;
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.ContentValidator::get_ContentType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ContentValidator_get_ContentType_m2E9C64DB3522E5A29BE6CAA4A929CBABAD1CEF23 (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___contentType_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.ContentValidator::get_IsOpen()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ContentValidator_get_IsOpen_mEE6705ECCE11F7E1002A221B5A8D47BB567173FF (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___contentType_0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->___contentType_0;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
bool L_2 = __this->___isOpen_1;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ContentValidator::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator__cctor_mF7C6359CAC55F9438544B8DEA677741A7F45562C (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_0 = (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE*)il2cpp_codegen_object_new(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
ContentValidator__ctor_m1CA2A0A2CE0B9F5009D62E1A58BA91C922314C96(L_0, 1, NULL);
|
|
((ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var))->___Empty_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var))->___Empty_3), (void*)L_0);
|
|
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_1 = (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE*)il2cpp_codegen_object_new(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
ContentValidator__ctor_m739A3B127FC59E711DF019533D33E87465DAFA50(L_1, 0, (bool)0, (bool)0, NULL);
|
|
((ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var))->___TextOnly_4 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var))->___TextOnly_4), (void*)L_1);
|
|
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_2 = (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE*)il2cpp_codegen_object_new(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
ContentValidator__ctor_m1CA2A0A2CE0B9F5009D62E1A58BA91C922314C96(L_2, 3, NULL);
|
|
((ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var))->___Mixed_5 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var))->___Mixed_5), (void*)L_2);
|
|
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_3 = (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE*)il2cpp_codegen_object_new(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
ContentValidator__ctor_m739A3B127FC59E711DF019533D33E87465DAFA50(L_3, 3, (bool)1, (bool)1, NULL);
|
|
((ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var))->___Any_6 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var))->___Any_6), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator__ctor_m3B7E26A1371336703F3B8B1A1A721C139E1E8078 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, int32_t ___0_contentType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_contentType;
|
|
ParticleContentValidator__ctor_mA96374FD7A9A396E3FCFDE307C3E35B22D8AE736(__this, L_0, (bool)1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::.ctor(System.Xml.Schema.XmlSchemaContentType,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator__ctor_mA96374FD7A9A396E3FCFDE307C3E35B22D8AE736 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, int32_t ___0_contentType, bool ___1_enableUpaCheck, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___0_contentType;
|
|
il2cpp_codegen_runtime_class_init_inline(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
|
|
ContentValidator__ctor_m1CA2A0A2CE0B9F5009D62E1A58BA91C922314C96(__this, L_0, NULL);
|
|
bool L_1 = ___1_enableUpaCheck;
|
|
__this->___enableUpaCheck_13 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::Start()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_Start_mA9E5F5D3C90F19E23A9C60551E105DAE86DF45AC (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_0 = (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3*)il2cpp_codegen_object_new(SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
SymbolsDictionary__ctor_mBF65FBEB7A5DE48E0D0B4A717E5A5461589828BA(L_0, NULL);
|
|
__this->___symbols_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___symbols_7), (void*)L_0);
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_1 = (Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B*)il2cpp_codegen_object_new(Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Positions__ctor_m533C24B9A6C8519F830F3E444036B9906D789C3A(L_1, NULL);
|
|
__this->___positions_8 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___positions_8), (void*)L_1);
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_2 = (Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47*)il2cpp_codegen_object_new(Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Stack__ctor_m4E3FE5A70C400B82DAB9E38E61A934E4E4DE01A7(L_2, NULL);
|
|
__this->___stack_9 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___stack_9), (void*)L_2);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::OpenGroup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_OpenGroup_mB1BC05C6D2410C538451E560BBB054D89259FD38 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_0 = __this->___stack_9;
|
|
NullCheck(L_0);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(17 /* System.Void System.Collections.Stack::Push(System.Object) */, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::CloseGroup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_CloseGroup_mA124590CE4ABB10E0E03B9EF146A249731616B30 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* V_0 = NULL;
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* V_1 = NULL;
|
|
{
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_0 = __this->___stack_9;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Object System.Collections.Stack::Pop() */, L_0);
|
|
V_0 = ((SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE*)CastclassClass((RuntimeObject*)L_1, SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE_il2cpp_TypeInfo_var));
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_3 = __this->___stack_9;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Collections.Stack::get_Count() */, L_3);
|
|
if (L_4)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_5 = V_0;
|
|
__this->___contentNode_10 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___contentNode_10), (void*)L_5);
|
|
__this->___isPartial_11 = (bool)0;
|
|
return;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_6 = __this->___stack_9;
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_7;
|
|
L_7 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Object System.Collections.Stack::Pop() */, L_6);
|
|
V_1 = ((InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF*)CastclassClass((RuntimeObject*)L_7, InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF_il2cpp_TypeInfo_var));
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_8 = V_1;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_9 = V_1;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_10 = V_0;
|
|
NullCheck(L_9);
|
|
InteriorNode_set_RightChild_m9325C10A51BD0DAA867F5D4C60C85F4F8DCE6B0A_inline(L_9, L_10, NULL);
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_11 = V_1;
|
|
V_0 = L_11;
|
|
__this->___isPartial_11 = (bool)1;
|
|
goto IL_005e;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
__this->___isPartial_11 = (bool)0;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_12 = __this->___stack_9;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_13 = V_0;
|
|
NullCheck(L_12);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(17 /* System.Void System.Collections.Stack::Push(System.Object) */, L_12, L_13);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.ParticleContentValidator::Exists(System.Xml.XmlQualifiedName)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParticleContentValidator_Exists_mBCB763C6C4DA1D4732D98E21ECECFA2987132B9E (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_0 = __this->___symbols_7;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_1 = ___0_name;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = SymbolsDictionary_Exists_mB09F502D8DD1C1B902955689089C61FAE9C9DA92(L_0, L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::AddName(System.Xml.XmlQualifiedName,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddName_m664A347C22696BE8E7587622B923EEF8DBAD2025 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_name, RuntimeObject* ___1_particle, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_0 = __this->___positions_8;
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_1 = __this->___symbols_7;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_2 = ___0_name;
|
|
RuntimeObject* L_3 = ___1_particle;
|
|
NullCheck(L_1);
|
|
int32_t L_4;
|
|
L_4 = SymbolsDictionary_AddName_m8FB15DA3EC50C88F1E38C92FF803136274F9F818(L_1, L_2, L_3, NULL);
|
|
RuntimeObject* L_5 = ___1_particle;
|
|
NullCheck(L_0);
|
|
int32_t L_6;
|
|
L_6 = Positions_Add_m51791FCA7ADCD9B7E7480E85AEC1A712037A0B32(L_0, L_4, L_5, NULL);
|
|
LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* L_7 = (LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D*)il2cpp_codegen_object_new(LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
LeafNode__ctor_m5FD29468DBB6652D9636B80CF3E5445E29F2737C(L_7, L_6, NULL);
|
|
ParticleContentValidator_AddLeafNode_m07D10A8D8115BC2924FDF9FE52C5042BC066EBD0(__this, L_7, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::AddNamespaceList(System.Xml.Schema.NamespaceList,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddNamespaceList_m403C6AB955D2F11EBCDF51375E3F728F3A4A74F8 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* ___0_namespaceList, RuntimeObject* ___1_particle, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceListNode_tD447526C5FF22511A65C13BC67E9EE824B69460C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_0 = __this->___symbols_7;
|
|
NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* L_1 = ___0_namespaceList;
|
|
RuntimeObject* L_2 = ___1_particle;
|
|
NullCheck(L_0);
|
|
SymbolsDictionary_AddNamespaceList_mFBBD79AB2BF067ADEE1A50D5EA063052474F9623(L_0, L_1, L_2, (bool)0, NULL);
|
|
NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* L_3 = ___0_namespaceList;
|
|
RuntimeObject* L_4 = ___1_particle;
|
|
NamespaceListNode_tD447526C5FF22511A65C13BC67E9EE824B69460C* L_5 = (NamespaceListNode_tD447526C5FF22511A65C13BC67E9EE824B69460C*)il2cpp_codegen_object_new(NamespaceListNode_tD447526C5FF22511A65C13BC67E9EE824B69460C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
NamespaceListNode__ctor_m9C8A3F2B782B6790281D1C624FA9B25C397F15FA(L_5, L_3, L_4, NULL);
|
|
ParticleContentValidator_AddLeafNode_m07D10A8D8115BC2924FDF9FE52C5042BC066EBD0(__this, L_5, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::AddLeafNode(System.Xml.Schema.SyntaxTreeNode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddLeafNode_m07D10A8D8115BC2924FDF9FE52C5042BC066EBD0 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* ___0_node, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* V_0 = NULL;
|
|
{
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_0 = __this->___stack_9;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Collections.Stack::get_Count() */, L_0);
|
|
if ((((int32_t)L_1) <= ((int32_t)0)))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_2 = __this->___stack_9;
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_3;
|
|
L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Object System.Collections.Stack::Pop() */, L_2);
|
|
V_0 = ((InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF*)CastclassClass((RuntimeObject*)L_3, InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF_il2cpp_TypeInfo_var));
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_5 = V_0;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_6 = ___0_node;
|
|
NullCheck(L_5);
|
|
InteriorNode_set_RightChild_m9325C10A51BD0DAA867F5D4C60C85F4F8DCE6B0A_inline(L_5, L_6, NULL);
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_7 = V_0;
|
|
___0_node = L_7;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_8 = __this->___stack_9;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_9 = ___0_node;
|
|
NullCheck(L_8);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(17 /* System.Void System.Collections.Stack::Push(System.Object) */, L_8, L_9);
|
|
__this->___isPartial_11 = (bool)1;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::AddChoice()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddChoice_mC56136642F8957A5E0450EBFECD4DC45CC5E0A60 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* V_0 = NULL;
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* V_1 = NULL;
|
|
{
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_0 = __this->___stack_9;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Object System.Collections.Stack::Pop() */, L_0);
|
|
V_0 = ((SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE*)CastclassClass((RuntimeObject*)L_1, SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE_il2cpp_TypeInfo_var));
|
|
ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229* L_2 = (ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229*)il2cpp_codegen_object_new(ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
ChoiceNode__ctor_mCD73421963E5F712BA85C8594B375191D87BB6F1(L_2, NULL);
|
|
V_1 = L_2;
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_3 = V_1;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_4 = V_0;
|
|
NullCheck(L_3);
|
|
InteriorNode_set_LeftChild_mC6FDB3A1ABD18FDE11B233415F3A983A49B46E5B_inline(L_3, L_4, NULL);
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_5 = __this->___stack_9;
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_6 = V_1;
|
|
NullCheck(L_5);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(17 /* System.Void System.Collections.Stack::Push(System.Object) */, L_5, L_6);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::AddSequence()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddSequence_m4E844C5C7E35EB35FD72B4A18F0FB55198EBA7DA (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* V_0 = NULL;
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* V_1 = NULL;
|
|
{
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_0 = __this->___stack_9;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Object System.Collections.Stack::Pop() */, L_0);
|
|
V_0 = ((SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE*)CastclassClass((RuntimeObject*)L_1, SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE_il2cpp_TypeInfo_var));
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_2 = (SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0*)il2cpp_codegen_object_new(SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
SequenceNode__ctor_mD4441BDD885F42BAD33816D8D49DD511105B1E71(L_2, NULL);
|
|
V_1 = L_2;
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_3 = V_1;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_4 = V_0;
|
|
NullCheck(L_3);
|
|
InteriorNode_set_LeftChild_mC6FDB3A1ABD18FDE11B233415F3A983A49B46E5B_inline(L_3, L_4, NULL);
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_5 = __this->___stack_9;
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_6 = V_1;
|
|
NullCheck(L_5);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(17 /* System.Void System.Collections.Stack::Push(System.Object) */, L_5, L_6);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::AddStar()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddStar_mEE53402121A554278856D01DD84040B0DAF06017 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StarNode_t97F011188E450E88B8AB4DCF9C4D103E8315242C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
StarNode_t97F011188E450E88B8AB4DCF9C4D103E8315242C* L_0 = (StarNode_t97F011188E450E88B8AB4DCF9C4D103E8315242C*)il2cpp_codegen_object_new(StarNode_t97F011188E450E88B8AB4DCF9C4D103E8315242C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
StarNode__ctor_m387E4A4D3B809FD9A2D6437CF41951EFAF7D05D9(L_0, NULL);
|
|
ParticleContentValidator_Closure_m10F5D16A22E4AA19816E81883C7E712F81AA9CA3(__this, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::AddPlus()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddPlus_mA6877E25D2F1BBC78C9A16AE29B12F9CE955C7C5 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PlusNode_t7090254E5146C8660BBB97898E37FED5A5B28D9D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PlusNode_t7090254E5146C8660BBB97898E37FED5A5B28D9D* L_0 = (PlusNode_t7090254E5146C8660BBB97898E37FED5A5B28D9D*)il2cpp_codegen_object_new(PlusNode_t7090254E5146C8660BBB97898E37FED5A5B28D9D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
PlusNode__ctor_m8B34B5E4EEA3FC66788D7439FAF27F0017BFB721(L_0, NULL);
|
|
ParticleContentValidator_Closure_m10F5D16A22E4AA19816E81883C7E712F81AA9CA3(__this, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::AddQMark()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddQMark_m55D3B074D8781502F6A5093A434D1950C804A155 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QmarkNode_t302FD5DABB39E13F51B26B2CA5B0BE1D85706D54_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
QmarkNode_t302FD5DABB39E13F51B26B2CA5B0BE1D85706D54* L_0 = (QmarkNode_t302FD5DABB39E13F51B26B2CA5B0BE1D85706D54*)il2cpp_codegen_object_new(QmarkNode_t302FD5DABB39E13F51B26B2CA5B0BE1D85706D54_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
QmarkNode__ctor_m819089C3F1F99B45C9D32CA3DD2DB0158AFCA0C1(L_0, NULL);
|
|
ParticleContentValidator_Closure_m10F5D16A22E4AA19816E81883C7E712F81AA9CA3(__this, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::Closure(System.Xml.Schema.InteriorNode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_Closure_m10F5D16A22E4AA19816E81883C7E712F81AA9CA3 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* ___0_node, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* V_0 = NULL;
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* V_1 = NULL;
|
|
{
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_0 = __this->___stack_9;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Collections.Stack::get_Count() */, L_0);
|
|
if ((((int32_t)L_1) <= ((int32_t)0)))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_2 = __this->___stack_9;
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_3;
|
|
L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Object System.Collections.Stack::Pop() */, L_2);
|
|
V_0 = ((SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE*)CastclassClass((RuntimeObject*)L_3, SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE_il2cpp_TypeInfo_var));
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_4 = V_0;
|
|
V_1 = ((InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF*)IsInstClass((RuntimeObject*)L_4, InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF_il2cpp_TypeInfo_var));
|
|
bool L_5 = __this->___isPartial_11;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_6 = V_1;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_7 = ___0_node;
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_9;
|
|
L_9 = InteriorNode_get_RightChild_mE7ACE5A40A687F54D7EAFB52F3336E1BE8701058_inline(L_8, NULL);
|
|
NullCheck(L_7);
|
|
InteriorNode_set_LeftChild_mC6FDB3A1ABD18FDE11B233415F3A983A49B46E5B_inline(L_7, L_9, NULL);
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_10 = V_1;
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_11 = ___0_node;
|
|
NullCheck(L_10);
|
|
InteriorNode_set_RightChild_m9325C10A51BD0DAA867F5D4C60C85F4F8DCE6B0A_inline(L_10, L_11, NULL);
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_12 = ___0_node;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_13 = V_0;
|
|
NullCheck(L_12);
|
|
InteriorNode_set_LeftChild_mC6FDB3A1ABD18FDE11B233415F3A983A49B46E5B_inline(L_12, L_13, NULL);
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_14 = ___0_node;
|
|
V_0 = L_14;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_15 = __this->___stack_9;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_16 = V_0;
|
|
NullCheck(L_15);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(17 /* System.Void System.Collections.Stack::Push(System.Object) */, L_15, L_16);
|
|
return;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_17 = __this->___contentNode_10;
|
|
if (!L_17)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_18 = ___0_node;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_19 = __this->___contentNode_10;
|
|
NullCheck(L_18);
|
|
InteriorNode_set_LeftChild_mC6FDB3A1ABD18FDE11B233415F3A983A49B46E5B_inline(L_18, L_19, NULL);
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_20 = ___0_node;
|
|
__this->___contentNode_10 = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___contentNode_10), (void*)L_20);
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Schema.ContentValidator System.Xml.Schema.ParticleContentValidator::Finish(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* ParticleContentValidator_Finish_mB1589F15458B320D1A6DC7179BB70F5C616ED192 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, bool ___0_useDFA, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DfaContentValidator_tD6828BD839DA60C4AB90B8D0162889CCB10A1D1D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NfaContentValidator_t1CFEEB3C2EDBCA1DD1667EC928825FCA0171F2BC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RangeContentValidator_t3AC4618E77297A22BB80D9223F4CD8FDA53FCA5E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* V_0 = NULL;
|
|
LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* V_3 = NULL;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* V_4 = NULL;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* V_7 = NULL;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* V_8 = NULL;
|
|
int32_t V_9 = 0;
|
|
Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* V_10 = NULL;
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0 = __this->___contentNode_10;
|
|
if (L_0)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1;
|
|
L_1 = ContentValidator_get_ContentType_m2E9C64DB3522E5A29BE6CAA4A929CBABAD1CEF23_inline(__this, NULL);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)3))))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
bool L_2;
|
|
L_2 = ContentValidator_get_IsOpen_mEE6705ECCE11F7E1002A221B5A8D47BB567173FF(__this, NULL);
|
|
bool L_3;
|
|
L_3 = ContentValidator_get_IsOpen_mEE6705ECCE11F7E1002A221B5A8D47BB567173FF(__this, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
|
|
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_4 = ((ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var))->___TextOnly_4;
|
|
return L_4;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
|
|
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_5 = ((ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var))->___Any_6;
|
|
return L_5;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
|
|
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_6 = ((ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_StaticFields*)il2cpp_codegen_static_fields_for(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var))->___Empty_3;
|
|
return L_6;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_7 = (SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0*)il2cpp_codegen_object_new(SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
SequenceNode__ctor_mD4441BDD885F42BAD33816D8D49DD511105B1E71(L_7, NULL);
|
|
V_0 = L_7;
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_8 = V_0;
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_9 = __this->___contentNode_10;
|
|
NullCheck(L_8);
|
|
InteriorNode_set_LeftChild_mC6FDB3A1ABD18FDE11B233415F3A983A49B46E5B_inline(L_8, L_9, NULL);
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_10 = __this->___positions_8;
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_11 = __this->___symbols_7;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_12 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___Empty_4;
|
|
NullCheck(L_11);
|
|
int32_t L_13;
|
|
L_13 = SymbolsDictionary_AddName_m8FB15DA3EC50C88F1E38C92FF803136274F9F818(L_11, L_12, NULL, NULL);
|
|
NullCheck(L_10);
|
|
int32_t L_14;
|
|
L_14 = Positions_Add_m51791FCA7ADCD9B7E7480E85AEC1A712037A0B32(L_10, L_13, NULL, NULL);
|
|
LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* L_15 = (LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D*)il2cpp_codegen_object_new(LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_15);
|
|
LeafNode__ctor_m5FD29468DBB6652D9636B80CF3E5445E29F2737C(L_15, L_14, NULL);
|
|
V_1 = L_15;
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_16 = V_0;
|
|
LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* L_17 = V_1;
|
|
NullCheck(L_16);
|
|
InteriorNode_set_RightChild_m9325C10A51BD0DAA867F5D4C60C85F4F8DCE6B0A_inline(L_16, L_17, NULL);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_18 = __this->___contentNode_10;
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_19 = V_0;
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_20 = __this->___symbols_7;
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_21 = __this->___positions_8;
|
|
NullCheck(L_18);
|
|
VirtualActionInvoker3< InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF*, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3*, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* >::Invoke(4 /* System.Void System.Xml.Schema.SyntaxTreeNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions) */, L_18, L_19, L_20, L_21);
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_22 = __this->___symbols_7;
|
|
NullCheck(L_22);
|
|
int32_t L_23;
|
|
L_23 = SymbolsDictionary_get_Count_m3E9D7FE8914E0C70E38CAB07D72F92AE5F3553D2(L_22, NULL);
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_24 = __this->___positions_8;
|
|
NullCheck(L_24);
|
|
int32_t L_25;
|
|
L_25 = Positions_get_Count_m806913EB2C4DBA009188BA019AB106EC0D1045BF(L_24, NULL);
|
|
V_2 = L_25;
|
|
int32_t L_26 = V_2;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_27 = (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)il2cpp_codegen_object_new(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_27);
|
|
BitSet__ctor_mDDB46E0F5D8D86AD7A8F144278672ABF09CA5797(L_27, L_26, NULL);
|
|
V_3 = L_27;
|
|
int32_t L_28 = V_2;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_29 = (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)il2cpp_codegen_object_new(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_29);
|
|
BitSet__ctor_mDDB46E0F5D8D86AD7A8F144278672ABF09CA5797(L_29, L_28, NULL);
|
|
V_4 = L_29;
|
|
int32_t L_30 = V_2;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_31 = (BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94*)(BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94*)SZArrayNew(BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94_il2cpp_TypeInfo_var, (uint32_t)L_30);
|
|
V_5 = L_31;
|
|
V_6 = 0;
|
|
goto IL_00cb;
|
|
}
|
|
|
|
IL_00ba:
|
|
{
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_32 = V_5;
|
|
int32_t L_33 = V_6;
|
|
int32_t L_34 = V_2;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_35 = (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)il2cpp_codegen_object_new(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_35);
|
|
BitSet__ctor_mDDB46E0F5D8D86AD7A8F144278672ABF09CA5797(L_35, L_34, NULL);
|
|
NullCheck(L_32);
|
|
ArrayElementTypeCheck (L_32, L_35);
|
|
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(L_33), (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)L_35);
|
|
int32_t L_36 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_36, 1));
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
int32_t L_37 = V_6;
|
|
int32_t L_38 = V_2;
|
|
if ((((int32_t)L_37) < ((int32_t)L_38)))
|
|
{
|
|
goto IL_00ba;
|
|
}
|
|
}
|
|
{
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_39 = V_0;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_40 = V_3;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_41 = V_4;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_42 = V_5;
|
|
NullCheck(L_39);
|
|
VirtualActionInvoker3< BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* >::Invoke(5 /* System.Void System.Xml.Schema.SyntaxTreeNode::ConstructPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[]) */, L_39, L_40, L_41, L_42);
|
|
int32_t L_43 = __this->___minMaxNodesCount_12;
|
|
if ((((int32_t)L_43) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0163;
|
|
}
|
|
}
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_44 = V_3;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_45 = V_5;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_46;
|
|
L_46 = ParticleContentValidator_CalculateTotalFollowposForRangeNodes_m2C392732F64A7B47C1FC8D90E66C77F1560D241B(__this, L_44, L_45, (&V_7), NULL);
|
|
V_8 = L_46;
|
|
bool L_47 = __this->___enableUpaCheck_13;
|
|
if (!L_47)
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
}
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_48 = V_3;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_49 = V_7;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_50 = V_8;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_51;
|
|
L_51 = ParticleContentValidator_GetApplicableMinMaxFollowPos_m1B6E20A133E5707BA769AF48BDFE44BEAF7B95C6(__this, L_48, L_49, L_50, NULL);
|
|
ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m19C15685DB36312A6F4A6CD8A9564B8E5AE3AF9E(__this, L_51, NULL);
|
|
V_9 = 0;
|
|
goto IL_012a;
|
|
}
|
|
|
|
IL_010f:
|
|
{
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_52 = V_5;
|
|
int32_t L_53 = V_9;
|
|
NullCheck(L_52);
|
|
int32_t L_54 = L_53;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_55 = (L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_56 = V_7;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_57 = V_8;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_58;
|
|
L_58 = ParticleContentValidator_GetApplicableMinMaxFollowPos_m1B6E20A133E5707BA769AF48BDFE44BEAF7B95C6(__this, L_55, L_56, L_57, NULL);
|
|
ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m19C15685DB36312A6F4A6CD8A9564B8E5AE3AF9E(__this, L_58, NULL);
|
|
int32_t L_59 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_59, 1));
|
|
}
|
|
|
|
IL_012a:
|
|
{
|
|
int32_t L_60 = V_9;
|
|
int32_t L_61 = V_2;
|
|
if ((((int32_t)L_60) < ((int32_t)L_61)))
|
|
{
|
|
goto IL_010f;
|
|
}
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_62 = V_3;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_63 = V_5;
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_64 = __this->___symbols_7;
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_65 = __this->___positions_8;
|
|
LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* L_66 = V_1;
|
|
NullCheck(L_66);
|
|
int32_t L_67;
|
|
L_67 = LeafNode_get_Pos_m0C2EEEBCDB2F23FC170153DB736C707C061A5B6D_inline(L_66, NULL);
|
|
int32_t L_68;
|
|
L_68 = ContentValidator_get_ContentType_m2E9C64DB3522E5A29BE6CAA4A929CBABAD1CEF23_inline(__this, NULL);
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_69 = V_0;
|
|
NullCheck(L_69);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_70;
|
|
L_70 = InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_inline(L_69, NULL);
|
|
NullCheck(L_70);
|
|
bool L_71;
|
|
L_71 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_70);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_72 = V_7;
|
|
int32_t L_73 = __this->___minMaxNodesCount_12;
|
|
RangeContentValidator_t3AC4618E77297A22BB80D9223F4CD8FDA53FCA5E* L_74 = (RangeContentValidator_t3AC4618E77297A22BB80D9223F4CD8FDA53FCA5E*)il2cpp_codegen_object_new(RangeContentValidator_t3AC4618E77297A22BB80D9223F4CD8FDA53FCA5E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_74);
|
|
RangeContentValidator__ctor_m94FC1AFEED6301527AEA1E72C591CF4DE525E1C6(L_74, L_62, L_63, L_64, L_65, L_67, L_68, L_71, L_72, L_73, NULL);
|
|
return L_74;
|
|
}
|
|
|
|
IL_0163:
|
|
{
|
|
V_10 = (Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E*)NULL;
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_75 = __this->___symbols_7;
|
|
NullCheck(L_75);
|
|
bool L_76;
|
|
L_76 = SymbolsDictionary_get_IsUpaEnforced_m9AF406F46B587D01C28E15DD9ADFBCE318A0CF11_inline(L_75, NULL);
|
|
if (L_76)
|
|
{
|
|
goto IL_0186;
|
|
}
|
|
}
|
|
{
|
|
bool L_77 = __this->___enableUpaCheck_13;
|
|
if (!L_77)
|
|
{
|
|
goto IL_019a;
|
|
}
|
|
}
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_78 = V_3;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_79 = V_5;
|
|
ParticleContentValidator_CheckUniqueParticleAttribution_m6146B0EDE69F06990BE39C7EE30DEB51C558B22B(__this, L_78, L_79, NULL);
|
|
goto IL_019a;
|
|
}
|
|
|
|
IL_0186:
|
|
{
|
|
bool L_80 = ___0_useDFA;
|
|
if (!L_80)
|
|
{
|
|
goto IL_019a;
|
|
}
|
|
}
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_81 = V_3;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_82 = V_5;
|
|
LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* L_83 = V_1;
|
|
NullCheck(L_83);
|
|
int32_t L_84;
|
|
L_84 = LeafNode_get_Pos_m0C2EEEBCDB2F23FC170153DB736C707C061A5B6D_inline(L_83, NULL);
|
|
Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* L_85;
|
|
L_85 = ParticleContentValidator_BuildTransitionTable_m7FD817BBF20B342828117C81C3E68D4A8D99EF72(__this, L_81, L_82, L_84, NULL);
|
|
V_10 = L_85;
|
|
}
|
|
|
|
IL_019a:
|
|
{
|
|
Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* L_86 = V_10;
|
|
if (!L_86)
|
|
{
|
|
goto IL_01c3;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* L_87 = V_10;
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_88 = __this->___symbols_7;
|
|
int32_t L_89;
|
|
L_89 = ContentValidator_get_ContentType_m2E9C64DB3522E5A29BE6CAA4A929CBABAD1CEF23_inline(__this, NULL);
|
|
bool L_90;
|
|
L_90 = ContentValidator_get_IsOpen_mEE6705ECCE11F7E1002A221B5A8D47BB567173FF(__this, NULL);
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_91 = V_0;
|
|
NullCheck(L_91);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_92;
|
|
L_92 = InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_inline(L_91, NULL);
|
|
NullCheck(L_92);
|
|
bool L_93;
|
|
L_93 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_92);
|
|
DfaContentValidator_tD6828BD839DA60C4AB90B8D0162889CCB10A1D1D* L_94 = (DfaContentValidator_tD6828BD839DA60C4AB90B8D0162889CCB10A1D1D*)il2cpp_codegen_object_new(DfaContentValidator_tD6828BD839DA60C4AB90B8D0162889CCB10A1D1D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_94);
|
|
DfaContentValidator__ctor_m6F4368454BF9FD87027B15006FED0C27A9A79F90(L_94, L_87, L_88, L_89, L_90, L_93, NULL);
|
|
return L_94;
|
|
}
|
|
|
|
IL_01c3:
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_95 = V_3;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_96 = V_5;
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_97 = __this->___symbols_7;
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_98 = __this->___positions_8;
|
|
LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* L_99 = V_1;
|
|
NullCheck(L_99);
|
|
int32_t L_100;
|
|
L_100 = LeafNode_get_Pos_m0C2EEEBCDB2F23FC170153DB736C707C061A5B6D_inline(L_99, NULL);
|
|
int32_t L_101;
|
|
L_101 = ContentValidator_get_ContentType_m2E9C64DB3522E5A29BE6CAA4A929CBABAD1CEF23_inline(__this, NULL);
|
|
bool L_102;
|
|
L_102 = ContentValidator_get_IsOpen_mEE6705ECCE11F7E1002A221B5A8D47BB567173FF(__this, NULL);
|
|
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_103 = V_0;
|
|
NullCheck(L_103);
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_104;
|
|
L_104 = InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_inline(L_103, NULL);
|
|
NullCheck(L_104);
|
|
bool L_105;
|
|
L_105 = VirtualFuncInvoker0< bool >::Invoke(6 /* System.Boolean System.Xml.Schema.SyntaxTreeNode::get_IsNullable() */, L_104);
|
|
NfaContentValidator_t1CFEEB3C2EDBCA1DD1667EC928825FCA0171F2BC* L_106 = (NfaContentValidator_t1CFEEB3C2EDBCA1DD1667EC928825FCA0171F2BC*)il2cpp_codegen_object_new(NfaContentValidator_t1CFEEB3C2EDBCA1DD1667EC928825FCA0171F2BC_il2cpp_TypeInfo_var);
|
|
NullCheck(L_106);
|
|
NfaContentValidator__ctor_mCE9D87F0C34A773A13742F046EAD9293369D9985(L_106, L_95, L_96, L_97, L_98, L_100, L_101, L_102, L_105, NULL);
|
|
return L_106;
|
|
}
|
|
}
|
|
// System.Xml.Schema.BitSet[] System.Xml.Schema.ParticleContentValidator::CalculateTotalFollowposForRangeNodes(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.BitSet&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ParticleContentValidator_CalculateTotalFollowposForRangeNodes_m2C392732F64A7B47C1FC8D90E66C77F1560D241B (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_firstpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___1_followpos, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B** ___2_posWithRangeTerminals, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* V_5 = NULL;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* V_9 = NULL;
|
|
{
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_0 = __this->___positions_8;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = Positions_get_Count_m806913EB2C4DBA009188BA019AB106EC0D1045BF(L_0, NULL);
|
|
V_0 = L_1;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B** L_2 = ___2_posWithRangeTerminals;
|
|
int32_t L_3 = V_0;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_4 = (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)il2cpp_codegen_object_new(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
BitSet__ctor_mDDB46E0F5D8D86AD7A8F144278672ABF09CA5797(L_4, L_3, NULL);
|
|
*((RuntimeObject**)L_2) = (RuntimeObject*)L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_2, (void*)(RuntimeObject*)L_4);
|
|
int32_t L_5 = __this->___minMaxNodesCount_12;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_6 = (BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94*)(BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94*)SZArrayNew(BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94_il2cpp_TypeInfo_var, (uint32_t)L_5);
|
|
V_1 = L_6;
|
|
V_2 = 0;
|
|
int32_t L_7 = V_0;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
|
|
goto IL_0107;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_8 = __this->___positions_8;
|
|
int32_t L_9 = V_3;
|
|
NullCheck(L_8);
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 L_10;
|
|
L_10 = Positions_get_Item_mD0E8CB9D8CC6090A050D48B5AE47E389C95257D1(L_8, L_9, NULL);
|
|
V_4 = L_10;
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 L_11 = V_4;
|
|
int32_t L_12 = L_11.___symbol_0;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)-2)))))
|
|
{
|
|
goto IL_0103;
|
|
}
|
|
}
|
|
{
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 L_13 = V_4;
|
|
RuntimeObject* L_14 = L_13.___particle_1;
|
|
V_5 = ((LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D*)IsInstSealed((RuntimeObject*)L_14, LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D_il2cpp_TypeInfo_var));
|
|
int32_t L_15 = V_0;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_16 = (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)il2cpp_codegen_object_new(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_16);
|
|
BitSet__ctor_mDDB46E0F5D8D86AD7A8F144278672ABF09CA5797(L_16, L_15, NULL);
|
|
V_6 = L_16;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_17 = V_6;
|
|
NullCheck(L_17);
|
|
BitSet_Clear_m741257DF75DF0DC22C6534192D777814F6BD721E(L_17, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_18 = V_6;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_19 = ___1_followpos;
|
|
int32_t L_20 = V_3;
|
|
NullCheck(L_19);
|
|
int32_t L_21 = L_20;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
|
|
NullCheck(L_18);
|
|
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_18, L_22, NULL);
|
|
LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* L_23 = V_5;
|
|
NullCheck(L_23);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_24;
|
|
L_24 = LeafRangeNode_get_Min_mF6C3FA773211799E29F7509BD53A6FD8CE1768E2_inline(L_23, NULL);
|
|
LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* L_25 = V_5;
|
|
NullCheck(L_25);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_26;
|
|
L_26 = LeafRangeNode_get_Max_mCAED1316B170C97D90FD6CB17EDE581C37EDF3C0_inline(L_25, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
bool L_27;
|
|
L_27 = Decimal_op_Inequality_mCFFC6B60AEDE8CFB2DEABD97FF0F2B79A31E2690(L_24, L_26, NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_28 = V_6;
|
|
LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* L_29 = V_5;
|
|
NullCheck(L_29);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_30;
|
|
L_30 = LeafRangeNode_get_NextIteration_m32EED7733FF37B063868939099CB48060EF5114B_inline(L_29, NULL);
|
|
NullCheck(L_28);
|
|
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_28, L_30, NULL);
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_31 = V_6;
|
|
NullCheck(L_31);
|
|
int32_t L_32;
|
|
L_32 = BitSet_NextSet_mD3786FE75C72BD3383D9C3221F80C2373A14857D(L_31, (-1), NULL);
|
|
V_7 = L_32;
|
|
goto IL_00e5;
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
int32_t L_33 = V_7;
|
|
int32_t L_34 = V_3;
|
|
if ((((int32_t)L_33) <= ((int32_t)L_34)))
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_35 = __this->___positions_8;
|
|
int32_t L_36 = V_7;
|
|
NullCheck(L_35);
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 L_37;
|
|
L_37 = Positions_get_Item_mD0E8CB9D8CC6090A050D48B5AE47E389C95257D1(L_35, L_36, NULL);
|
|
V_8 = L_37;
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 L_38 = V_8;
|
|
int32_t L_39 = L_38.___symbol_0;
|
|
if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)-2)))))
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 L_40 = V_8;
|
|
RuntimeObject* L_41 = L_40.___particle_1;
|
|
V_9 = ((LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D*)IsInstSealed((RuntimeObject*)L_41, LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D_il2cpp_TypeInfo_var));
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_42 = V_6;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_43 = V_1;
|
|
LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* L_44 = V_9;
|
|
NullCheck(L_44);
|
|
int32_t L_45;
|
|
L_45 = LeafNode_get_Pos_m0C2EEEBCDB2F23FC170153DB736C707C061A5B6D_inline(L_44, NULL);
|
|
NullCheck(L_43);
|
|
int32_t L_46 = L_45;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_47 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
|
|
NullCheck(L_42);
|
|
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_42, L_47, NULL);
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_48 = V_6;
|
|
int32_t L_49 = V_7;
|
|
NullCheck(L_48);
|
|
int32_t L_50;
|
|
L_50 = BitSet_NextSet_mD3786FE75C72BD3383D9C3221F80C2373A14857D(L_48, L_49, NULL);
|
|
V_7 = L_50;
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
int32_t L_51 = V_7;
|
|
if ((!(((uint32_t)L_51) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_52 = V_1;
|
|
int32_t L_53 = V_2;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_54 = V_6;
|
|
NullCheck(L_52);
|
|
ArrayElementTypeCheck (L_52, L_54);
|
|
(L_52)->SetAt(static_cast<il2cpp_array_size_t>(L_53), (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)L_54);
|
|
LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* L_55 = V_5;
|
|
int32_t L_56 = V_2;
|
|
int32_t L_57 = L_56;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_57, 1));
|
|
NullCheck(L_55);
|
|
LeafNode_set_Pos_mA4961D8E52D803DC74293D95B8C258C2B00707ED_inline(L_55, L_57, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B** L_58 = ___2_posWithRangeTerminals;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_59 = *((BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B**)L_58);
|
|
int32_t L_60 = V_3;
|
|
NullCheck(L_59);
|
|
BitSet_Set_m1F67384F8695F3285BC0CAFCCB64898625267724(L_59, L_60, NULL);
|
|
}
|
|
|
|
IL_0103:
|
|
{
|
|
int32_t L_61 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_61, 1));
|
|
}
|
|
|
|
IL_0107:
|
|
{
|
|
int32_t L_62 = V_3;
|
|
if ((((int32_t)L_62) >= ((int32_t)0)))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_63 = V_1;
|
|
return L_63;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::CheckCMUPAWithLeafRangeNodes(System.Xml.Schema.BitSet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m19C15685DB36312A6F4A6CD8A9564B8E5AE3AF9E (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_curpos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
{
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_0 = __this->___symbols_7;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = SymbolsDictionary_get_Count_m3E9D7FE8914E0C70E38CAB07D72F92AE5F3553D2(L_0, NULL);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)L_1);
|
|
V_0 = L_2;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_3 = ___0_curpos;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = BitSet_NextSet_mD3786FE75C72BD3383D9C3221F80C2373A14857D(L_3, (-1), NULL);
|
|
V_1 = L_4;
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_5 = __this->___positions_8;
|
|
int32_t L_6 = V_1;
|
|
NullCheck(L_5);
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 L_7;
|
|
L_7 = Positions_get_Item_mD0E8CB9D8CC6090A050D48B5AE47E389C95257D1(L_5, L_6, NULL);
|
|
V_2 = L_7;
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 L_8 = V_2;
|
|
int32_t L_9 = L_8.___symbol_0;
|
|
V_3 = L_9;
|
|
int32_t L_10 = V_3;
|
|
if ((((int32_t)L_10) < ((int32_t)0)))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = V_0;
|
|
int32_t L_12 = V_3;
|
|
NullCheck(L_11);
|
|
int32_t L_13 = L_12;
|
|
RuntimeObject* L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
|
|
if (!L_14)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_15 = V_0;
|
|
int32_t L_16 = V_3;
|
|
NullCheck(L_15);
|
|
int32_t L_17 = L_16;
|
|
RuntimeObject* L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 L_19 = V_2;
|
|
RuntimeObject* L_20 = L_19.___particle_1;
|
|
UpaException_tE3F146077F59E124C20468069DDA214F746DC9AE* L_21 = (UpaException_tE3F146077F59E124C20468069DDA214F746DC9AE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UpaException_tE3F146077F59E124C20468069DDA214F746DC9AE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_21);
|
|
UpaException__ctor_m2FA97E1B47706A792B76C12B3C8CCC53CBAA1458(L_21, L_18, L_20, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParticleContentValidator_CheckCMUPAWithLeafRangeNodes_m19C15685DB36312A6F4A6CD8A9564B8E5AE3AF9E_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = V_0;
|
|
int32_t L_23 = V_3;
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 L_24 = V_2;
|
|
RuntimeObject* L_25 = L_24.___particle_1;
|
|
NullCheck(L_22);
|
|
ArrayElementTypeCheck (L_22, L_25);
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_23), (RuntimeObject*)L_25);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_26 = ___0_curpos;
|
|
int32_t L_27 = V_1;
|
|
NullCheck(L_26);
|
|
int32_t L_28;
|
|
L_28 = BitSet_NextSet_mD3786FE75C72BD3383D9C3221F80C2373A14857D(L_26, L_27, NULL);
|
|
V_1 = L_28;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
int32_t L_29 = V_1;
|
|
if ((!(((uint32_t)L_29) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Schema.BitSet System.Xml.Schema.ParticleContentValidator::GetApplicableMinMaxFollowPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ParticleContentValidator_GetApplicableMinMaxFollowPos_m1B6E20A133E5707BA769AF48BDFE44BEAF7B95C6 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_curpos, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___1_posWithRangeTerminals, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___2_minmaxFollowPos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* V_2 = NULL;
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_0 = ___0_curpos;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_1 = ___1_posWithRangeTerminals;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = BitSet_Intersects_m043AF26842F147A7D2ADA048E0ECF2F242C6EE7E(L_0, L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_3 = __this->___positions_8;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = Positions_get_Count_m806913EB2C4DBA009188BA019AB106EC0D1045BF(L_3, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_5 = (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)il2cpp_codegen_object_new(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
BitSet__ctor_mDDB46E0F5D8D86AD7A8F144278672ABF09CA5797(L_5, L_4, NULL);
|
|
V_0 = L_5;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_6 = V_0;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_7 = ___0_curpos;
|
|
NullCheck(L_6);
|
|
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_6, L_7, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_8 = V_0;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_9 = ___1_posWithRangeTerminals;
|
|
NullCheck(L_8);
|
|
BitSet_And_mB665D4DC8D2CFE92427D65BC6E7E8CA74034E95F(L_8, L_9, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_10 = ___0_curpos;
|
|
NullCheck(L_10);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_11;
|
|
L_11 = BitSet_Clone_m121A6E5E33BDEC3E79FF7C18E9CC362749AE7BDE(L_10, NULL);
|
|
___0_curpos = L_11;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
int32_t L_13;
|
|
L_13 = BitSet_NextSet_mD3786FE75C72BD3383D9C3221F80C2373A14857D(L_12, (-1), NULL);
|
|
V_1 = L_13;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_14 = __this->___positions_8;
|
|
int32_t L_15 = V_1;
|
|
NullCheck(L_14);
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 L_16;
|
|
L_16 = Positions_get_Item_mD0E8CB9D8CC6090A050D48B5AE47E389C95257D1(L_14, L_15, NULL);
|
|
RuntimeObject* L_17 = L_16.___particle_1;
|
|
V_2 = ((LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D*)IsInstSealed((RuntimeObject*)L_17, LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D_il2cpp_TypeInfo_var));
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_18 = ___0_curpos;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_19 = ___2_minmaxFollowPos;
|
|
LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* L_20 = V_2;
|
|
NullCheck(L_20);
|
|
int32_t L_21;
|
|
L_21 = LeafNode_get_Pos_m0C2EEEBCDB2F23FC170153DB736C707C061A5B6D_inline(L_20, NULL);
|
|
NullCheck(L_19);
|
|
int32_t L_22 = L_21;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_23 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
|
|
NullCheck(L_18);
|
|
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_18, L_23, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_24 = V_0;
|
|
int32_t L_25 = V_1;
|
|
NullCheck(L_24);
|
|
int32_t L_26;
|
|
L_26 = BitSet_NextSet_mD3786FE75C72BD3383D9C3221F80C2373A14857D(L_24, L_25, NULL);
|
|
V_1 = L_26;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
int32_t L_27 = V_1;
|
|
if ((!(((uint32_t)L_27) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_28 = ___0_curpos;
|
|
return L_28;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::CheckUniqueParticleAttribution(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_CheckUniqueParticleAttribution_m6146B0EDE69F06990BE39C7EE30DEB51C558B22B (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_firstpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___1_followpos, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_0 = ___0_firstpos;
|
|
ParticleContentValidator_CheckUniqueParticleAttribution_m3E3E7FFC56B2906EF8D2AD535A86CD58E1B8E737(__this, L_0, NULL);
|
|
V_0 = 0;
|
|
goto IL_0018;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_1 = ___1_followpos;
|
|
int32_t L_2 = V_0;
|
|
NullCheck(L_1);
|
|
int32_t L_3 = L_2;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
|
|
ParticleContentValidator_CheckUniqueParticleAttribution_m3E3E7FFC56B2906EF8D2AD535A86CD58E1B8E737(__this, L_4, NULL);
|
|
int32_t L_5 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_7 = __this->___positions_8;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = Positions_get_Count_m806913EB2C4DBA009188BA019AB106EC0D1045BF(L_7, NULL);
|
|
if ((((int32_t)L_6) < ((int32_t)L_8)))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ParticleContentValidator::CheckUniqueParticleAttribution(System.Xml.Schema.BitSet)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_CheckUniqueParticleAttribution_m3E3E7FFC56B2906EF8D2AD535A86CD58E1B8E737 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_curpos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_0 = __this->___symbols_7;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = SymbolsDictionary_get_Count_m3E9D7FE8914E0C70E38CAB07D72F92AE5F3553D2(L_0, NULL);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)L_1);
|
|
V_0 = L_2;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_3 = ___0_curpos;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = BitSet_NextSet_mD3786FE75C72BD3383D9C3221F80C2373A14857D(L_3, (-1), NULL);
|
|
V_1 = L_4;
|
|
goto IL_0080;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_5 = __this->___positions_8;
|
|
int32_t L_6 = V_1;
|
|
NullCheck(L_5);
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 L_7;
|
|
L_7 = Positions_get_Item_mD0E8CB9D8CC6090A050D48B5AE47E389C95257D1(L_5, L_6, NULL);
|
|
int32_t L_8 = L_7.___symbol_0;
|
|
V_2 = L_8;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_0;
|
|
int32_t L_10 = V_2;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
RuntimeObject* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
if (L_12)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = V_0;
|
|
int32_t L_14 = V_2;
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_15 = __this->___positions_8;
|
|
int32_t L_16 = V_1;
|
|
NullCheck(L_15);
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 L_17;
|
|
L_17 = Positions_get_Item_mD0E8CB9D8CC6090A050D48B5AE47E389C95257D1(L_15, L_16, NULL);
|
|
RuntimeObject* L_18 = L_17.___particle_1;
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, L_18);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(L_14), (RuntimeObject*)L_18);
|
|
goto IL_0078;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = V_0;
|
|
int32_t L_20 = V_2;
|
|
NullCheck(L_19);
|
|
int32_t L_21 = L_20;
|
|
RuntimeObject* L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_23 = __this->___positions_8;
|
|
int32_t L_24 = V_1;
|
|
NullCheck(L_23);
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 L_25;
|
|
L_25 = Positions_get_Item_mD0E8CB9D8CC6090A050D48B5AE47E389C95257D1(L_23, L_24, NULL);
|
|
RuntimeObject* L_26 = L_25.___particle_1;
|
|
if ((((RuntimeObject*)(RuntimeObject*)L_22) == ((RuntimeObject*)(RuntimeObject*)L_26)))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_27 = V_0;
|
|
int32_t L_28 = V_2;
|
|
NullCheck(L_27);
|
|
int32_t L_29 = L_28;
|
|
RuntimeObject* L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_31 = __this->___positions_8;
|
|
int32_t L_32 = V_1;
|
|
NullCheck(L_31);
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 L_33;
|
|
L_33 = Positions_get_Item_mD0E8CB9D8CC6090A050D48B5AE47E389C95257D1(L_31, L_32, NULL);
|
|
RuntimeObject* L_34 = L_33.___particle_1;
|
|
UpaException_tE3F146077F59E124C20468069DDA214F746DC9AE* L_35 = (UpaException_tE3F146077F59E124C20468069DDA214F746DC9AE*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UpaException_tE3F146077F59E124C20468069DDA214F746DC9AE_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_35);
|
|
UpaException__ctor_m2FA97E1B47706A792B76C12B3C8CCC53CBAA1458(L_35, L_30, L_34, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ParticleContentValidator_CheckUniqueParticleAttribution_m3E3E7FFC56B2906EF8D2AD535A86CD58E1B8E737_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_36 = ___0_curpos;
|
|
int32_t L_37 = V_1;
|
|
NullCheck(L_36);
|
|
int32_t L_38;
|
|
L_38 = BitSet_NextSet_mD3786FE75C72BD3383D9C3221F80C2373A14857D(L_36, L_37, NULL);
|
|
V_1 = L_38;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
int32_t L_39 = V_1;
|
|
if ((!(((uint32_t)L_39) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32[][] System.Xml.Schema.ParticleContentValidator::BuildTransitionTable(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* ParticleContentValidator_BuildTransitionTable_m7FD817BBF20B342828117C81C3E68D4A8D99EF72 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_firstpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___1_followpos, int32_t ___2_endMarkerPos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Queue_t82FD2BE12D138AF4D22C801CB5044DAEC2BA66BC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_3 = NULL;
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_4 = NULL;
|
|
Queue_t82FD2BE12D138AF4D22C801CB5044DAEC2BA66BC* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* V_7 = NULL;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_8 = NULL;
|
|
int32_t V_9 = 0;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* V_10 = NULL;
|
|
RuntimeObject* V_11 = NULL;
|
|
int32_t V_12 = 0;
|
|
int32_t V_13 = 0;
|
|
{
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_0 = __this->___positions_8;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = Positions_get_Count_m806913EB2C4DBA009188BA019AB106EC0D1045BF(L_0, NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
V_1 = ((int32_t)(((int32_t)8192)/L_2));
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_3 = __this->___symbols_7;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = SymbolsDictionary_get_Count_m3E9D7FE8914E0C70E38CAB07D72F92AE5F3553D2(L_3, NULL);
|
|
V_2 = L_4;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_5 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_5, NULL);
|
|
V_3 = L_5;
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_6 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_6, NULL);
|
|
V_4 = L_6;
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_7 = V_4;
|
|
int32_t L_8 = V_0;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_9 = (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)il2cpp_codegen_object_new(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
BitSet__ctor_mDDB46E0F5D8D86AD7A8F144278672ABF09CA5797(L_9, L_8, NULL);
|
|
int32_t L_10 = (-1);
|
|
RuntimeObject* L_11 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_10);
|
|
NullCheck(L_7);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(18 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_7, L_9, L_11);
|
|
Queue_t82FD2BE12D138AF4D22C801CB5044DAEC2BA66BC* L_12 = (Queue_t82FD2BE12D138AF4D22C801CB5044DAEC2BA66BC*)il2cpp_codegen_object_new(Queue_t82FD2BE12D138AF4D22C801CB5044DAEC2BA66BC_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
Queue__ctor_mFCCBE2B4FFBD3F33D6FBE2D010C9A0CA976784CB(L_12, NULL);
|
|
V_5 = L_12;
|
|
V_6 = 0;
|
|
Queue_t82FD2BE12D138AF4D22C801CB5044DAEC2BA66BC* L_13 = V_5;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_14 = ___0_firstpos;
|
|
NullCheck(L_13);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(13 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_13, L_14);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_15 = V_4;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_16 = ___0_firstpos;
|
|
int32_t L_17 = 0;
|
|
RuntimeObject* L_18 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_17);
|
|
NullCheck(L_15);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(18 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_15, L_16, L_18);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_19 = V_3;
|
|
int32_t L_20 = V_2;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_21 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_20, 1)));
|
|
NullCheck(L_19);
|
|
int32_t L_22;
|
|
L_22 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(27 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_19, (RuntimeObject*)L_21);
|
|
goto IL_015f;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
Queue_t82FD2BE12D138AF4D22C801CB5044DAEC2BA66BC* L_23 = V_5;
|
|
NullCheck(L_23);
|
|
RuntimeObject* L_24;
|
|
L_24 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(15 /* System.Object System.Collections.Queue::Dequeue() */, L_23);
|
|
V_7 = ((BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)CastclassSealed((RuntimeObject*)L_24, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var));
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_25 = V_3;
|
|
int32_t L_26 = V_6;
|
|
NullCheck(L_25);
|
|
RuntimeObject* L_27;
|
|
L_27 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_25, L_26);
|
|
V_8 = ((Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)Castclass((RuntimeObject*)L_27, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var));
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_28 = V_7;
|
|
int32_t L_29 = ___2_endMarkerPos;
|
|
NullCheck(L_28);
|
|
bool L_30;
|
|
L_30 = BitSet_get_Item_m0D9F1CC8E2965F1CEC6DB3F4A8FD51A6531ECA89(L_28, L_29, NULL);
|
|
if (!L_30)
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_31 = V_8;
|
|
int32_t L_32 = V_2;
|
|
NullCheck(L_31);
|
|
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(L_32), (int32_t)1);
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
V_9 = 0;
|
|
goto IL_0151;
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
int32_t L_33 = V_0;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_34 = (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)il2cpp_codegen_object_new(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_34);
|
|
BitSet__ctor_mDDB46E0F5D8D86AD7A8F144278672ABF09CA5797(L_34, L_33, NULL);
|
|
V_10 = L_34;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_35 = V_7;
|
|
NullCheck(L_35);
|
|
int32_t L_36;
|
|
L_36 = BitSet_NextSet_mD3786FE75C72BD3383D9C3221F80C2373A14857D(L_35, (-1), NULL);
|
|
V_12 = L_36;
|
|
goto IL_00e8;
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
int32_t L_37 = V_9;
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_38 = __this->___positions_8;
|
|
int32_t L_39 = V_12;
|
|
NullCheck(L_38);
|
|
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 L_40;
|
|
L_40 = Positions_get_Item_mD0E8CB9D8CC6090A050D48B5AE47E389C95257D1(L_38, L_39, NULL);
|
|
int32_t L_41 = L_40.___symbol_0;
|
|
if ((!(((uint32_t)L_37) == ((uint32_t)L_41))))
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_42 = V_10;
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_43 = ___1_followpos;
|
|
int32_t L_44 = V_12;
|
|
NullCheck(L_43);
|
|
int32_t L_45 = L_44;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_46 = (L_43)->GetAt(static_cast<il2cpp_array_size_t>(L_45));
|
|
NullCheck(L_42);
|
|
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_42, L_46, NULL);
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_47 = V_7;
|
|
int32_t L_48 = V_12;
|
|
NullCheck(L_47);
|
|
int32_t L_49;
|
|
L_49 = BitSet_NextSet_mD3786FE75C72BD3383D9C3221F80C2373A14857D(L_47, L_48, NULL);
|
|
V_12 = L_49;
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
int32_t L_50 = V_12;
|
|
if ((!(((uint32_t)L_50) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_51 = V_4;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_52 = V_10;
|
|
NullCheck(L_51);
|
|
RuntimeObject* L_53;
|
|
L_53 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(24 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_51, L_52);
|
|
V_11 = L_53;
|
|
RuntimeObject* L_54 = V_11;
|
|
if (!L_54)
|
|
{
|
|
goto IL_010a;
|
|
}
|
|
}
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_55 = V_8;
|
|
int32_t L_56 = V_9;
|
|
RuntimeObject* L_57 = V_11;
|
|
NullCheck(L_55);
|
|
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(L_56), (int32_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_57, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))));
|
|
goto IL_014b;
|
|
}
|
|
|
|
IL_010a:
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_58 = V_4;
|
|
NullCheck(L_58);
|
|
int32_t L_59;
|
|
L_59 = VirtualFuncInvoker0< int32_t >::Invoke(33 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_58);
|
|
V_13 = ((int32_t)il2cpp_codegen_subtract(L_59, 1));
|
|
int32_t L_60 = V_13;
|
|
int32_t L_61 = V_1;
|
|
if ((((int32_t)L_60) < ((int32_t)L_61)))
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}
|
|
{
|
|
return (Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E*)NULL;
|
|
}
|
|
|
|
IL_011c:
|
|
{
|
|
Queue_t82FD2BE12D138AF4D22C801CB5044DAEC2BA66BC* L_62 = V_5;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_63 = V_10;
|
|
NullCheck(L_62);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(13 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_62, L_63);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_64 = V_4;
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_65 = V_10;
|
|
int32_t L_66 = V_13;
|
|
int32_t L_67 = L_66;
|
|
RuntimeObject* L_68 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_67);
|
|
NullCheck(L_64);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(18 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_64, L_65, L_68);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_69 = V_3;
|
|
int32_t L_70 = V_2;
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_71 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_70, 1)));
|
|
NullCheck(L_69);
|
|
int32_t L_72;
|
|
L_72 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(27 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_69, (RuntimeObject*)L_71);
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_73 = V_8;
|
|
int32_t L_74 = V_9;
|
|
int32_t L_75 = V_13;
|
|
NullCheck(L_73);
|
|
(L_73)->SetAt(static_cast<il2cpp_array_size_t>(L_74), (int32_t)L_75);
|
|
}
|
|
|
|
IL_014b:
|
|
{
|
|
int32_t L_76 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_76, 1));
|
|
}
|
|
|
|
IL_0151:
|
|
{
|
|
int32_t L_77 = V_9;
|
|
int32_t L_78 = V_2;
|
|
if ((((int32_t)L_77) < ((int32_t)L_78)))
|
|
{
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_79 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_79, 1));
|
|
}
|
|
|
|
IL_015f:
|
|
{
|
|
Queue_t82FD2BE12D138AF4D22C801CB5044DAEC2BA66BC* L_80 = V_5;
|
|
NullCheck(L_80);
|
|
int32_t L_81;
|
|
L_81 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Collections.Queue::get_Count() */, L_80);
|
|
if ((((int32_t)L_81) > ((int32_t)0)))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_82 = V_3;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_83 = { reinterpret_cast<intptr_t> (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_84;
|
|
L_84 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_83, NULL);
|
|
NullCheck(L_82);
|
|
RuntimeArray* L_85;
|
|
L_85 = VirtualFuncInvoker1< RuntimeArray*, Type_t* >::Invoke(43 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_82, L_84);
|
|
return ((Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E*)Castclass((RuntimeObject*)L_85, Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E_il2cpp_TypeInfo_var));
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.DfaContentValidator::.ctor(System.Int32[][],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DfaContentValidator__ctor_m6F4368454BF9FD87027B15006FED0C27A9A79F90 (DfaContentValidator_tD6828BD839DA60C4AB90B8D0162889CCB10A1D1D* __this, Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* ___0_transitionTable, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___1_symbols, int32_t ___2_contentType, bool ___3_isOpen, bool ___4_isEmptiable, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___2_contentType;
|
|
bool L_1 = ___3_isOpen;
|
|
bool L_2 = ___4_isEmptiable;
|
|
il2cpp_codegen_runtime_class_init_inline(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
|
|
ContentValidator__ctor_m739A3B127FC59E711DF019533D33E87465DAFA50(__this, L_0, L_1, L_2, NULL);
|
|
Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* L_3 = ___0_transitionTable;
|
|
__this->___transitionTable_7 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___transitionTable_7), (void*)L_3);
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_4 = ___1_symbols;
|
|
__this->___symbols_8 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___symbols_8), (void*)L_4);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.NfaContentValidator::.ctor(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions,System.Int32,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NfaContentValidator__ctor_mCE9D87F0C34A773A13742F046EAD9293369D9985 (NfaContentValidator_t1CFEEB3C2EDBCA1DD1667EC928825FCA0171F2BC* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_firstpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___1_followpos, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___2_symbols, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___3_positions, int32_t ___4_endMarkerPos, int32_t ___5_contentType, bool ___6_isOpen, bool ___7_isEmptiable, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___5_contentType;
|
|
bool L_1 = ___6_isOpen;
|
|
bool L_2 = ___7_isEmptiable;
|
|
il2cpp_codegen_runtime_class_init_inline(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
|
|
ContentValidator__ctor_m739A3B127FC59E711DF019533D33E87465DAFA50(__this, L_0, L_1, L_2, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_3 = ___0_firstpos;
|
|
__this->___firstpos_7 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___firstpos_7), (void*)L_3);
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_4 = ___1_followpos;
|
|
__this->___followpos_8 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___followpos_8), (void*)L_4);
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_5 = ___2_symbols;
|
|
__this->___symbols_9 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___symbols_9), (void*)L_5);
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_6 = ___3_positions;
|
|
__this->___positions_10 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___positions_10), (void*)L_6);
|
|
int32_t L_7 = ___4_endMarkerPos;
|
|
__this->___endMarkerPos_11 = L_7;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.RangeContentValidator::.ctor(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions,System.Int32,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Xml.Schema.BitSet,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RangeContentValidator__ctor_m94FC1AFEED6301527AEA1E72C591CF4DE525E1C6 (RangeContentValidator_t3AC4618E77297A22BB80D9223F4CD8FDA53FCA5E* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_firstpos, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___1_followpos, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___2_symbols, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___3_positions, int32_t ___4_endMarkerPos, int32_t ___5_contentType, bool ___6_isEmptiable, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___7_positionsWithRangeTerminals, int32_t ___8_minmaxNodesCount, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___5_contentType;
|
|
bool L_1 = ___6_isEmptiable;
|
|
il2cpp_codegen_runtime_class_init_inline(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
|
|
ContentValidator__ctor_m739A3B127FC59E711DF019533D33E87465DAFA50(__this, L_0, (bool)0, L_1, NULL);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_2 = ___0_firstpos;
|
|
__this->___firstpos_7 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___firstpos_7), (void*)L_2);
|
|
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_3 = ___1_followpos;
|
|
__this->___followpos_8 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___followpos_8), (void*)L_3);
|
|
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_4 = ___2_symbols;
|
|
__this->___symbols_10 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___symbols_10), (void*)L_4);
|
|
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_5 = ___3_positions;
|
|
__this->___positions_11 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___positions_11), (void*)L_5);
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_6 = ___7_positionsWithRangeTerminals;
|
|
__this->___positionsWithRangeTerminals_9 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___positionsWithRangeTerminals_9), (void*)L_6);
|
|
int32_t L_7 = ___8_minmaxNodesCount;
|
|
__this->___minMaxNodesCount_12 = L_7;
|
|
int32_t L_8 = ___4_endMarkerPos;
|
|
__this->___endMarkerPos_13 = L_8;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XsdSimpleValue::get_XmlType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* XsdSimpleValue_get_XmlType_m07EE21F2D2F24D95FF370544A1C8610CF363A61E (XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_0 = __this->___xmlType_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Object System.Xml.Schema.XsdSimpleValue::get_TypedValue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XsdSimpleValue_get_TypedValue_mBC6C3E73A5E817F5A9232983714704820CC17B46 (XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___typedValue_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.DatatypeImplementation::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DatatypeImplementation__cctor_m377978FF8386DBB931DD4C4B256ED4CB9BC83728 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_ENTITY_tF5B58FF3B5CC72E20F658AA72570CD37E7F4FF60_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_ENUMERATION_t38424F2300A98945B684DBD899D7BE209E1594BD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_IDREF_tFCF79C29D11E77D369B0509C3BFC4017BB50B64A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_ID_tEE997BC20DA8C5E0DB2C95E82AA8008506C57E01_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_NCName_t0F986951D64B7C3CAAADEBCFEC2BE381349B6A88_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_NMTOKEN_t38324CC80EBF3BAC84A658C532BE936C59DEA329_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_Name_t83369C60D91E0D512F4258D6190E2A347E27FC81_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anyAtomicType_t5A7C513178CC1454D49AF2AEB1F7A2C2F6CC6B4C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeNoTimeZone_t8A3587C6E7482FA519D5C8DA9568E222482A8A33_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeTimeZone_t49C2A7949E7D4E9B3DCE8703FDD8AEE9A0C513A3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTime_t5766DFA5E987E021A79E60DFA28FA8348A735112_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_date_tDF075432994B6EDE6729F0E782708F543F59CD69_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dayTimeDuration_tF827B3255406ABDA8876A13E5E1FED7B6B3D38E0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_day_t94640C2B39FFA29671F4D16E7892DBBD19676F95_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_doubleXdr_tF2CD2B2F44685C9BEDAD3CE207DF4862186BE691_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_fixed_t72793482E29CC18E5554ABFE6C3F4A92076F5614_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_floatXdr_tC7E048FBD066EFDF9F89FB924E529AF4EDB0559A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_integer_tF79B30EE9DAE09CFC6D8D590067026FD6AA911B1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_language_t931A808D8C4FBDD2B23F24DBB4A59231DEB9B25D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_monthDay_t2D12138D6A442ABEF6F5842330BC5BB627D5C450_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_month_t6A71C92B67513A04F6C82DE9C1C1088D9CC15A94_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_normalizedStringV1Compat_tDEA9D21AFB657A05A412FA44CBB0630FAE5B969E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_normalizedString_tAE3C605C50C26A50CD47DA10860F5B7009C2172A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_timeNoTimeZone_t5DE25F37727907E401890DA90D9D2A6C439A726F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_timeTimeZone_t6667C98B628FE52B1F53B6A06F8F143597CB1F30_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_time_tF6BCD9D1DD389320ACD31CBF344D623410A63699_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_tokenV1Compat_t486586DC082FF80A77BD30EC80B6BC80CC24D0BD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_token_t492F72F4A351E294ABE8AFA9F1E7089791FA012B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_untypedAtomicType_tC94703E969B9E7CD609DF5E56361955F932AD0B8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_yearMonthDuration_t2182796B58089FD783B469A8AB3DDA9BBC3340BD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_yearMonth_tFE2B47024E6A1FE92AF122D1D7D717C81C903689_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_year_tD6BBB7E9F6B40CB314F5D94A2E529542912C5AF0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ListFacetsChecker_t63A6573223965499917A16D14DD6632CEB8A2A98_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MiscFacetsChecker_t1574A3CFA038774ABB2F371FFC1A8F00357B5862_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnionFacetsChecker_tE40F75D16F3C838C24177BA7E9F7ADF818B4C6E9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral007174B876FA7EECC4152046B9308966D3E2B5B8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0376126F0449A97AB7E650AF5576C7A59F4FB688);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0797970A05214E4132EBF1E0E234C882D1DCD3C6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral115036F179EA48E7662F9BE55E0E00A42DDE6DA7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1D7B559D2443B7B91D8C57B59220774176D04300);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E6F6A066E9C41521D9969E61D6F5F89615E3161);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral265F3FB35B71A1769644CBC8A1BD32CE34B94D63);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral28B8B40ABFE525E876BDED46712D0F9BF69D09F7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AD43975A69D522C9BBF973465C2270EB67DD0C6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral35297627D35CC089E8CF7EED1566D3C9FF09552C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38FB386B58970DA493E868CAC2AC6550E559B5D7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B0A4D9DF1E7BCA0CC37643FD62C698D64EA7F1D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B73D6A62CBC2F2D7E36C7E827E41941ED0A4B49);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C19E9456A591B7480BFD140A0016E01BC880976);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4BD1D6F2500A903652036B29D6882FA865715A46);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4BE06F642C3A63FAEA457BDFF33BDDEF57BB7CA7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5081C2BB000D6FA0C2CDA4A8B7ED516A31C70DC6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50F42FA04A7512CEA891683F4BA8A38F5CEFD199);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral51C6279E31F7483126B79E3000116001A915B690);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56ED31BBF7FE6AF09919B65DEE19B95A754AA73D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6317C069274A83AF4C018EF28D7F30C62C85E1AB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral648E7A40D2E5792A25DB368740E29C86157D8779);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral692E131B59AF727A7822FA650BA4A6EEB0785056);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A13904391B9244725CDA479F017C96337B784A1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BCD94865A7FBDD85C016B0A6A3B7B81A93F3CB9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C6E6128B9FCA118B8DAB0A8DCD3D012A7B4D437);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral705E2E4DA8BAADF981F701A6C65423C725FAFCA4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7828486CC6E76D847B54C1EB7416ACD4B474A3AB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A05A136E34451BA838B56C57A62ABDD1887D741);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BA557C60FBFACAA46AD1B56F1F3BD5FC6D77A8D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C73C6FEDB24E2B76DB4F136D05437C41452BCA3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80BD0AC23C01D7E27D9756B80C93372D48AB0275);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral842A819C7360E51D01A8550FCEE258164E5AA620);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral84E803D68FC3827ACA2D51AA33D8A230C466CC88);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88B0F4492745F11C4B6C970B7204C62E64A1183E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8BF693870A1CA202D2EE1A186395E62B409214FD);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8CAD5FF1EF457B3BD0E6D30D374C5561AA3D0FDC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AFC78FE25EB4459543F4E497BB776C6616A672B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C0B03C3C90A2F77EF795B5B44ADB4E16550BEE4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA37D4B9061083962C5A0F6AA7E7F2314A643FF2E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB277B5B1CF7C3380602834A207C18657E7B8A9F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD131E029E531EEF793FBF0B4609AC73AD1F372F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB0A1C47352664275E2D7F477FA4C62FC016B575F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB1C0E2BE30C6465F986B63E23CA73D695683ACF6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBAA0AE1BC05CD8F3F881F4350A1BCAC87A11697);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBBCFF9559F03CF35B40795127B3BDBC6A80E8CB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF20334865FA7018C1BA9A8CEB0C34098005DC07);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC622F0B78799504E9F670AD20F9006F7BD480C1D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA645ED4B07E7B41C211BD7FDE87069773914BF6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC1F7052057A1EC518E41F548AA4C5A4BA47C59D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCF0E9D64E3F57C73CF91FF404AA6F5D46637A3CC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD015306D665F695A4B61154904784526EEFEC44B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD29D7A474294CE305B3899F0EF058A660546CC77);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD41E0018E119649FDAD866A881DB09284C4F1F63);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD890B2BC5E5200965CD02403ABB6C221A614A1B7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9AD03488C0FD2A5029083D5A67F58438C2A5CF1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA70DA9BEB540E5A5AE851D4E7FE442181677124);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDDD95D0BA271A5E9F4CE21EE52B8AD959CD7072A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDEF871D9D8BC4EA6B73BA76904D036DFA754981F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1E5CE10BE86E259146E8ADE82FB423C65C3FFD7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE234C34099947BE8BB6C958B450C81758FC6EC63);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE3DFC065B6A6D9931B797808DD066491AAB82B29);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE45A27D5263BA91F21F82127FF20410C4431D222);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB3C5FD07A0EE63BA68796F5AC5B2BF4B174670C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBC96FC5B7AE8C1C12A3890CB36E89139E925C53);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDDA5C78F1020908086DF1A7AC39C48AEFE8E36C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4541B932FD6CC47E51779BE1ADC2CE3B2928831);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF5C24D44837B154270D34E68B33250421ECA84D6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF68BE93499EBDA525EAB969E88B05907332F6184);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_0, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___builtinTypes_5 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___builtinTypes_5), (void*)L_0);
|
|
XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* L_1 = (XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43*)(XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43*)SZArrayNew(XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43_il2cpp_TypeInfo_var, (uint32_t)((int32_t)55));
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___enumToTypeCode_6 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___enumToTypeCode_6), (void*)L_1);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_2 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_2, _stringLiteral6317C069274A83AF4C018EF28D7F30C62C85E1AB, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___QnAnySimpleType_12 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___QnAnySimpleType_12), (void*)L_2);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_3 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_3, _stringLiteralA37D4B9061083962C5A0F6AA7E7F2314A643FF2E, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___QnAnyType_13 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___QnAnyType_13), (void*)L_3);
|
|
StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* L_4 = (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1*)il2cpp_codegen_object_new(StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
StringFacetsChecker__ctor_mAB501526648F1BDE7637990490B57D1A7B3961C7(L_4, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___stringFacetsChecker_14 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___stringFacetsChecker_14), (void*)L_4);
|
|
MiscFacetsChecker_t1574A3CFA038774ABB2F371FFC1A8F00357B5862* L_5 = (MiscFacetsChecker_t1574A3CFA038774ABB2F371FFC1A8F00357B5862*)il2cpp_codegen_object_new(MiscFacetsChecker_t1574A3CFA038774ABB2F371FFC1A8F00357B5862_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
MiscFacetsChecker__ctor_m9C95E6B8ABCCDC1C687ADA081B5F0B6C90B8D032(L_5, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___miscFacetsChecker_15 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___miscFacetsChecker_15), (void*)L_5);
|
|
Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9* L_6 = (Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9*)il2cpp_codegen_object_new(Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
Numeric2FacetsChecker__ctor_mA1163C8BC47DA2F92E07B070708C3FBA4622AB47(L_6, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___numeric2FacetsChecker_16 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___numeric2FacetsChecker_16), (void*)L_6);
|
|
BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0* L_7 = (BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0*)il2cpp_codegen_object_new(BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
BinaryFacetsChecker__ctor_m7E42CBAE8F97833BEF9FE40E56B2D0BE93EF6A56(L_7, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___binaryFacetsChecker_17 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___binaryFacetsChecker_17), (void*)L_7);
|
|
DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67* L_8 = (DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67*)il2cpp_codegen_object_new(DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
DateTimeFacetsChecker__ctor_m922C3E644A10328D83AAE5C948FFB59AE3A7FD17(L_8, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___dateTimeFacetsChecker_18 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___dateTimeFacetsChecker_18), (void*)L_8);
|
|
DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5* L_9 = (DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5*)il2cpp_codegen_object_new(DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
DurationFacetsChecker__ctor_mD485B2B6687EFF58D468200020D5D04E2E835EAD(L_9, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___durationFacetsChecker_19 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___durationFacetsChecker_19), (void*)L_9);
|
|
ListFacetsChecker_t63A6573223965499917A16D14DD6632CEB8A2A98* L_10 = (ListFacetsChecker_t63A6573223965499917A16D14DD6632CEB8A2A98*)il2cpp_codegen_object_new(ListFacetsChecker_t63A6573223965499917A16D14DD6632CEB8A2A98_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
ListFacetsChecker__ctor_mC59A0FE74C39378155503D05121CFC25C8C1FB40(L_10, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___listFacetsChecker_20 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___listFacetsChecker_20), (void*)L_10);
|
|
QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0* L_11 = (QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0*)il2cpp_codegen_object_new(QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0_il2cpp_TypeInfo_var);
|
|
NullCheck(L_11);
|
|
QNameFacetsChecker__ctor_m4977F33483117921259454B1E5BA75491A606875(L_11, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___qnameFacetsChecker_21 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___qnameFacetsChecker_21), (void*)L_11);
|
|
UnionFacetsChecker_tE40F75D16F3C838C24177BA7E9F7ADF818B4C6E9* L_12 = (UnionFacetsChecker_tE40F75D16F3C838C24177BA7E9F7ADF818B4C6E9*)il2cpp_codegen_object_new(UnionFacetsChecker_tE40F75D16F3C838C24177BA7E9F7ADF818B4C6E9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
UnionFacetsChecker__ctor_m774668118D69B40AC7E9F5D1B94CF59D427CB623(L_12, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___unionFacetsChecker_22 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___unionFacetsChecker_22), (void*)L_12);
|
|
Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA* L_13 = (Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA*)il2cpp_codegen_object_new(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
NullCheck(L_13);
|
|
Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(L_13, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_anySimpleType_23 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_anySimpleType_23), (void*)L_13);
|
|
Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09* L_14 = (Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09*)il2cpp_codegen_object_new(Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_il2cpp_TypeInfo_var);
|
|
NullCheck(L_14);
|
|
Datatype_anyURI__ctor_m32F1DA174ADC5EDEF8F8CA9BED02986B2546E8FF(L_14, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_anyURI_24 = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_anyURI_24), (void*)L_14);
|
|
Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4* L_15 = (Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4*)il2cpp_codegen_object_new(Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_15);
|
|
Datatype_base64Binary__ctor_m73C145AE18CEB0BA7AF942D46DE59AE2389ECBF8(L_15, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_base64Binary_25 = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_base64Binary_25), (void*)L_15);
|
|
Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9* L_16 = (Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9*)il2cpp_codegen_object_new(Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_16);
|
|
Datatype_boolean__ctor_mC72E0F2676F9D73635F63A8718800689F7362EFC(L_16, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_boolean_26 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_boolean_26), (void*)L_16);
|
|
Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E* L_17 = (Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E*)il2cpp_codegen_object_new(Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_17);
|
|
Datatype_byte__ctor_m075BBD8981D15BD3A37B7DD188D3C9C613900983(L_17, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_byte_27 = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_byte_27), (void*)L_17);
|
|
Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B* L_18 = (Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B*)il2cpp_codegen_object_new(Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_18);
|
|
Datatype_char__ctor_mC0CC560E3362C3CE4FE7E33D9902137ACEB3CCCC(L_18, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_char_28 = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_char_28), (void*)L_18);
|
|
Datatype_date_tDF075432994B6EDE6729F0E782708F543F59CD69* L_19 = (Datatype_date_tDF075432994B6EDE6729F0E782708F543F59CD69*)il2cpp_codegen_object_new(Datatype_date_tDF075432994B6EDE6729F0E782708F543F59CD69_il2cpp_TypeInfo_var);
|
|
NullCheck(L_19);
|
|
Datatype_date__ctor_mC670D8053913EAD92AA4FF56E8630B9F2EABFF57(L_19, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_date_29 = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_date_29), (void*)L_19);
|
|
Datatype_dateTime_t5766DFA5E987E021A79E60DFA28FA8348A735112* L_20 = (Datatype_dateTime_t5766DFA5E987E021A79E60DFA28FA8348A735112*)il2cpp_codegen_object_new(Datatype_dateTime_t5766DFA5E987E021A79E60DFA28FA8348A735112_il2cpp_TypeInfo_var);
|
|
NullCheck(L_20);
|
|
Datatype_dateTime__ctor_mCB49B59DC868A0D91C3EB85D4C37DE744133CFE8(L_20, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_dateTime_30 = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_dateTime_30), (void*)L_20);
|
|
Datatype_dateTimeNoTimeZone_t8A3587C6E7482FA519D5C8DA9568E222482A8A33* L_21 = (Datatype_dateTimeNoTimeZone_t8A3587C6E7482FA519D5C8DA9568E222482A8A33*)il2cpp_codegen_object_new(Datatype_dateTimeNoTimeZone_t8A3587C6E7482FA519D5C8DA9568E222482A8A33_il2cpp_TypeInfo_var);
|
|
NullCheck(L_21);
|
|
Datatype_dateTimeNoTimeZone__ctor_mFDC13B2A242639C7333DEB5AEDCD859A33EB812E(L_21, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_dateTimeNoTz_31 = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_dateTimeNoTz_31), (void*)L_21);
|
|
Datatype_dateTimeTimeZone_t49C2A7949E7D4E9B3DCE8703FDD8AEE9A0C513A3* L_22 = (Datatype_dateTimeTimeZone_t49C2A7949E7D4E9B3DCE8703FDD8AEE9A0C513A3*)il2cpp_codegen_object_new(Datatype_dateTimeTimeZone_t49C2A7949E7D4E9B3DCE8703FDD8AEE9A0C513A3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_22);
|
|
Datatype_dateTimeTimeZone__ctor_m2D4FD0CBD7DF98C3AB49DB67AE8F4F46C0372172(L_22, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_dateTimeTz_32 = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_dateTimeTz_32), (void*)L_22);
|
|
Datatype_day_t94640C2B39FFA29671F4D16E7892DBBD19676F95* L_23 = (Datatype_day_t94640C2B39FFA29671F4D16E7892DBBD19676F95*)il2cpp_codegen_object_new(Datatype_day_t94640C2B39FFA29671F4D16E7892DBBD19676F95_il2cpp_TypeInfo_var);
|
|
NullCheck(L_23);
|
|
Datatype_day__ctor_mE82C60744AAD4652E7DBAFEA443D24DD1E99A000(L_23, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_day_33 = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_day_33), (void*)L_23);
|
|
Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4* L_24 = (Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4*)il2cpp_codegen_object_new(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_24);
|
|
Datatype_decimal__ctor_m69C02C958528DB81837706655A48FD6FD1FA92B1(L_24, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_decimal_34 = L_24;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_decimal_34), (void*)L_24);
|
|
Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190* L_25 = (Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190*)il2cpp_codegen_object_new(Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var);
|
|
NullCheck(L_25);
|
|
Datatype_double__ctor_m2C6CD86AB0B3DF406648664B37B15EF01732CBB4(L_25, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_double_35 = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_double_35), (void*)L_25);
|
|
Datatype_doubleXdr_tF2CD2B2F44685C9BEDAD3CE207DF4862186BE691* L_26 = (Datatype_doubleXdr_tF2CD2B2F44685C9BEDAD3CE207DF4862186BE691*)il2cpp_codegen_object_new(Datatype_doubleXdr_tF2CD2B2F44685C9BEDAD3CE207DF4862186BE691_il2cpp_TypeInfo_var);
|
|
NullCheck(L_26);
|
|
Datatype_doubleXdr__ctor_mCD2423C93DDA3404DEA11F465C3F30C74E390B54(L_26, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_doubleXdr_36 = L_26;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_doubleXdr_36), (void*)L_26);
|
|
Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F* L_27 = (Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F*)il2cpp_codegen_object_new(Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_27);
|
|
Datatype_duration__ctor_mD3C31D3D995256962CA8C8CA4D5851D67F7A7098(L_27, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_duration_37 = L_27;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_duration_37), (void*)L_27);
|
|
Datatype_ENTITY_tF5B58FF3B5CC72E20F658AA72570CD37E7F4FF60* L_28 = (Datatype_ENTITY_tF5B58FF3B5CC72E20F658AA72570CD37E7F4FF60*)il2cpp_codegen_object_new(Datatype_ENTITY_tF5B58FF3B5CC72E20F658AA72570CD37E7F4FF60_il2cpp_TypeInfo_var);
|
|
NullCheck(L_28);
|
|
Datatype_ENTITY__ctor_mD85AFD27029408839B6041B83E3626754FF6E36D(L_28, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ENTITY_38 = L_28;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ENTITY_38), (void*)L_28);
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_29 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ENTITY_38;
|
|
NullCheck(L_29);
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_30;
|
|
L_30 = DatatypeImplementation_DeriveByList_mDBF9A9BBCD40E6CC7D174D491ED5FEE4A14FAB39(L_29, 1, (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF*)NULL, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ENTITIES_39 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)CastclassClass((RuntimeObject*)L_30, DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ENTITIES_39), (void*)((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)CastclassClass((RuntimeObject*)L_30, DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var)));
|
|
Datatype_ENUMERATION_t38424F2300A98945B684DBD899D7BE209E1594BD* L_31 = (Datatype_ENUMERATION_t38424F2300A98945B684DBD899D7BE209E1594BD*)il2cpp_codegen_object_new(Datatype_ENUMERATION_t38424F2300A98945B684DBD899D7BE209E1594BD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_31);
|
|
Datatype_ENUMERATION__ctor_m27EBE5FFE454566DDBE00340F83E27C47884556A(L_31, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ENUMERATION_40 = L_31;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ENUMERATION_40), (void*)L_31);
|
|
Datatype_fixed_t72793482E29CC18E5554ABFE6C3F4A92076F5614* L_32 = (Datatype_fixed_t72793482E29CC18E5554ABFE6C3F4A92076F5614*)il2cpp_codegen_object_new(Datatype_fixed_t72793482E29CC18E5554ABFE6C3F4A92076F5614_il2cpp_TypeInfo_var);
|
|
NullCheck(L_32);
|
|
Datatype_fixed__ctor_m17A48E1CDFF4FF96FB77006A9CDC600914CA0B67(L_32, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_fixed_41 = L_32;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_fixed_41), (void*)L_32);
|
|
Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5* L_33 = (Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5*)il2cpp_codegen_object_new(Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var);
|
|
NullCheck(L_33);
|
|
Datatype_float__ctor_mF909482A1E954A77EEFAD3ADAC5BC7DDAC262430(L_33, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_float_42 = L_33;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_float_42), (void*)L_33);
|
|
Datatype_floatXdr_tC7E048FBD066EFDF9F89FB924E529AF4EDB0559A* L_34 = (Datatype_floatXdr_tC7E048FBD066EFDF9F89FB924E529AF4EDB0559A*)il2cpp_codegen_object_new(Datatype_floatXdr_tC7E048FBD066EFDF9F89FB924E529AF4EDB0559A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_34);
|
|
Datatype_floatXdr__ctor_mBD66AF735C5F86B6E90E561A28F2B9BD9EF4727E(L_34, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_floatXdr_43 = L_34;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_floatXdr_43), (void*)L_34);
|
|
Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7* L_35 = (Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7*)il2cpp_codegen_object_new(Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_35);
|
|
Datatype_hexBinary__ctor_m25A910970AC3BF4AE8BDC28C292A4BCC0F9F866C(L_35, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_hexBinary_44 = L_35;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_hexBinary_44), (void*)L_35);
|
|
Datatype_ID_tEE997BC20DA8C5E0DB2C95E82AA8008506C57E01* L_36 = (Datatype_ID_tEE997BC20DA8C5E0DB2C95E82AA8008506C57E01*)il2cpp_codegen_object_new(Datatype_ID_tEE997BC20DA8C5E0DB2C95E82AA8008506C57E01_il2cpp_TypeInfo_var);
|
|
NullCheck(L_36);
|
|
Datatype_ID__ctor_m69496A445E62C816BC091CD41BAF74AC7F68AE00(L_36, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ID_45 = L_36;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ID_45), (void*)L_36);
|
|
Datatype_IDREF_tFCF79C29D11E77D369B0509C3BFC4017BB50B64A* L_37 = (Datatype_IDREF_tFCF79C29D11E77D369B0509C3BFC4017BB50B64A*)il2cpp_codegen_object_new(Datatype_IDREF_tFCF79C29D11E77D369B0509C3BFC4017BB50B64A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_37);
|
|
Datatype_IDREF__ctor_mDDD9C50F887DA8FFBB161DDF45986A10138249BE(L_37, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_IDREF_46 = L_37;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_IDREF_46), (void*)L_37);
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_38 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_IDREF_46;
|
|
NullCheck(L_38);
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_39;
|
|
L_39 = DatatypeImplementation_DeriveByList_mDBF9A9BBCD40E6CC7D174D491ED5FEE4A14FAB39(L_38, 1, (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF*)NULL, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_IDREFS_47 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)CastclassClass((RuntimeObject*)L_39, DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_IDREFS_47), (void*)((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)CastclassClass((RuntimeObject*)L_39, DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var)));
|
|
Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E* L_40 = (Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E*)il2cpp_codegen_object_new(Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_40);
|
|
Datatype_int__ctor_mEC9A6E1B6317F8FF29510E020856CBDC9BA9DE93(L_40, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_int_48 = L_40;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_int_48), (void*)L_40);
|
|
Datatype_integer_tF79B30EE9DAE09CFC6D8D590067026FD6AA911B1* L_41 = (Datatype_integer_tF79B30EE9DAE09CFC6D8D590067026FD6AA911B1*)il2cpp_codegen_object_new(Datatype_integer_tF79B30EE9DAE09CFC6D8D590067026FD6AA911B1_il2cpp_TypeInfo_var);
|
|
NullCheck(L_41);
|
|
Datatype_integer__ctor_mEC03888DB53F0044C88E710EAD169737CE17BD08(L_41, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_integer_49 = L_41;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_integer_49), (void*)L_41);
|
|
Datatype_language_t931A808D8C4FBDD2B23F24DBB4A59231DEB9B25D* L_42 = (Datatype_language_t931A808D8C4FBDD2B23F24DBB4A59231DEB9B25D*)il2cpp_codegen_object_new(Datatype_language_t931A808D8C4FBDD2B23F24DBB4A59231DEB9B25D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_42);
|
|
Datatype_language__ctor_m1EDBEF5266886217B52EB454BFFCB1846345466F(L_42, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_language_50 = L_42;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_language_50), (void*)L_42);
|
|
Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809* L_43 = (Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809*)il2cpp_codegen_object_new(Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var);
|
|
NullCheck(L_43);
|
|
Datatype_long__ctor_mE196A820820D9B259D6369FDFDF1F0C6319301E5(L_43, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_long_51 = L_43;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_long_51), (void*)L_43);
|
|
Datatype_month_t6A71C92B67513A04F6C82DE9C1C1088D9CC15A94* L_44 = (Datatype_month_t6A71C92B67513A04F6C82DE9C1C1088D9CC15A94*)il2cpp_codegen_object_new(Datatype_month_t6A71C92B67513A04F6C82DE9C1C1088D9CC15A94_il2cpp_TypeInfo_var);
|
|
NullCheck(L_44);
|
|
Datatype_month__ctor_m30A2DFB1DA694625A9E9BAAAF159985148268B60(L_44, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_month_52 = L_44;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_month_52), (void*)L_44);
|
|
Datatype_monthDay_t2D12138D6A442ABEF6F5842330BC5BB627D5C450* L_45 = (Datatype_monthDay_t2D12138D6A442ABEF6F5842330BC5BB627D5C450*)il2cpp_codegen_object_new(Datatype_monthDay_t2D12138D6A442ABEF6F5842330BC5BB627D5C450_il2cpp_TypeInfo_var);
|
|
NullCheck(L_45);
|
|
Datatype_monthDay__ctor_mB905723A5D3C73DEE4A95357FD68ECB403D882E9(L_45, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_monthDay_53 = L_45;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_monthDay_53), (void*)L_45);
|
|
Datatype_Name_t83369C60D91E0D512F4258D6190E2A347E27FC81* L_46 = (Datatype_Name_t83369C60D91E0D512F4258D6190E2A347E27FC81*)il2cpp_codegen_object_new(Datatype_Name_t83369C60D91E0D512F4258D6190E2A347E27FC81_il2cpp_TypeInfo_var);
|
|
NullCheck(L_46);
|
|
Datatype_Name__ctor_mED45B4D466E78523E5C9D4901107E1402D6A60B8(L_46, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_Name_54 = L_46;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_Name_54), (void*)L_46);
|
|
Datatype_NCName_t0F986951D64B7C3CAAADEBCFEC2BE381349B6A88* L_47 = (Datatype_NCName_t0F986951D64B7C3CAAADEBCFEC2BE381349B6A88*)il2cpp_codegen_object_new(Datatype_NCName_t0F986951D64B7C3CAAADEBCFEC2BE381349B6A88_il2cpp_TypeInfo_var);
|
|
NullCheck(L_47);
|
|
Datatype_NCName__ctor_m9D087A14A0E872BE05836A65CA3D2B4936206FC7(L_47, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NCName_55 = L_47;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NCName_55), (void*)L_47);
|
|
Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0* L_48 = (Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0*)il2cpp_codegen_object_new(Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0_il2cpp_TypeInfo_var);
|
|
NullCheck(L_48);
|
|
Datatype_negativeInteger__ctor_mEB0CFEA8DE9013CDE4CAD03ADAD742929D829458(L_48, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_negativeInteger_56 = L_48;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_negativeInteger_56), (void*)L_48);
|
|
Datatype_NMTOKEN_t38324CC80EBF3BAC84A658C532BE936C59DEA329* L_49 = (Datatype_NMTOKEN_t38324CC80EBF3BAC84A658C532BE936C59DEA329*)il2cpp_codegen_object_new(Datatype_NMTOKEN_t38324CC80EBF3BAC84A658C532BE936C59DEA329_il2cpp_TypeInfo_var);
|
|
NullCheck(L_49);
|
|
Datatype_NMTOKEN__ctor_m5E28C341E2FAFC1A749E6334D19D2B0B6F5CC71B(L_49, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NMTOKEN_57 = L_49;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NMTOKEN_57), (void*)L_49);
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_50 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NMTOKEN_57;
|
|
NullCheck(L_50);
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_51;
|
|
L_51 = DatatypeImplementation_DeriveByList_mDBF9A9BBCD40E6CC7D174D491ED5FEE4A14FAB39(L_50, 1, (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF*)NULL, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NMTOKENS_58 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)CastclassClass((RuntimeObject*)L_51, DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NMTOKENS_58), (void*)((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)CastclassClass((RuntimeObject*)L_51, DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var)));
|
|
Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC* L_52 = (Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC*)il2cpp_codegen_object_new(Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_il2cpp_TypeInfo_var);
|
|
NullCheck(L_52);
|
|
Datatype_nonNegativeInteger__ctor_m63571814CC6B5332053E8CE0D3E8680F60DD446A(L_52, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_nonNegativeInteger_59 = L_52;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_nonNegativeInteger_59), (void*)L_52);
|
|
Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878* L_53 = (Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878*)il2cpp_codegen_object_new(Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878_il2cpp_TypeInfo_var);
|
|
NullCheck(L_53);
|
|
Datatype_nonPositiveInteger__ctor_mB8B32A6979C64620ACE154700D5D9531937398B8(L_53, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_nonPositiveInteger_60 = L_53;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_nonPositiveInteger_60), (void*)L_53);
|
|
Datatype_normalizedString_tAE3C605C50C26A50CD47DA10860F5B7009C2172A* L_54 = (Datatype_normalizedString_tAE3C605C50C26A50CD47DA10860F5B7009C2172A*)il2cpp_codegen_object_new(Datatype_normalizedString_tAE3C605C50C26A50CD47DA10860F5B7009C2172A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_54);
|
|
Datatype_normalizedString__ctor_m1D9A635B6320FEC029B6D31227BE8B20DA58587B(L_54, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_normalizedString_61 = L_54;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_normalizedString_61), (void*)L_54);
|
|
Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2* L_55 = (Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2*)il2cpp_codegen_object_new(Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_55);
|
|
Datatype_NOTATION__ctor_mEA8D8E03F42F7C89B224FA719624755DF22B22D1(L_55, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NOTATION_62 = L_55;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NOTATION_62), (void*)L_55);
|
|
Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45* L_56 = (Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45*)il2cpp_codegen_object_new(Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_il2cpp_TypeInfo_var);
|
|
NullCheck(L_56);
|
|
Datatype_positiveInteger__ctor_m9399743EBFC4E93AB6BAAF760916A631C7ED03CF(L_56, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_positiveInteger_63 = L_56;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_positiveInteger_63), (void*)L_56);
|
|
Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF* L_57 = (Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF*)il2cpp_codegen_object_new(Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_il2cpp_TypeInfo_var);
|
|
NullCheck(L_57);
|
|
Datatype_QName__ctor_m340B0C9EA27478D5902695C25DBB0A3C0F50B880(L_57, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_QName_64 = L_57;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_QName_64), (void*)L_57);
|
|
Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0* L_58 = (Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0*)il2cpp_codegen_object_new(Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var);
|
|
NullCheck(L_58);
|
|
Datatype_QNameXdr__ctor_m795523629427AF9F07C982888D20B6D97D695C66(L_58, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_QNameXdr_65 = L_58;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_QNameXdr_65), (void*)L_58);
|
|
Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B* L_59 = (Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B*)il2cpp_codegen_object_new(Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_59);
|
|
Datatype_short__ctor_mE7C94EA79EC26D246F4DBC1741EA4E93876D8C31(L_59, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_short_66 = L_59;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_short_66), (void*)L_59);
|
|
Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58* L_60 = (Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58*)il2cpp_codegen_object_new(Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58_il2cpp_TypeInfo_var);
|
|
NullCheck(L_60);
|
|
Datatype_string__ctor_m4B4A5FCCD9882F40E91B77F1B1718AB17C33DF2B(L_60, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_string_67 = L_60;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_string_67), (void*)L_60);
|
|
Datatype_time_tF6BCD9D1DD389320ACD31CBF344D623410A63699* L_61 = (Datatype_time_tF6BCD9D1DD389320ACD31CBF344D623410A63699*)il2cpp_codegen_object_new(Datatype_time_tF6BCD9D1DD389320ACD31CBF344D623410A63699_il2cpp_TypeInfo_var);
|
|
NullCheck(L_61);
|
|
Datatype_time__ctor_m478DD66386DAA1B715DB93198D90140E0B059570(L_61, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_time_68 = L_61;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_time_68), (void*)L_61);
|
|
Datatype_timeNoTimeZone_t5DE25F37727907E401890DA90D9D2A6C439A726F* L_62 = (Datatype_timeNoTimeZone_t5DE25F37727907E401890DA90D9D2A6C439A726F*)il2cpp_codegen_object_new(Datatype_timeNoTimeZone_t5DE25F37727907E401890DA90D9D2A6C439A726F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_62);
|
|
Datatype_timeNoTimeZone__ctor_mAAA6E6476D7E4638D3C213EEC33270AA2B48EA1E(L_62, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_timeNoTz_69 = L_62;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_timeNoTz_69), (void*)L_62);
|
|
Datatype_timeTimeZone_t6667C98B628FE52B1F53B6A06F8F143597CB1F30* L_63 = (Datatype_timeTimeZone_t6667C98B628FE52B1F53B6A06F8F143597CB1F30*)il2cpp_codegen_object_new(Datatype_timeTimeZone_t6667C98B628FE52B1F53B6A06F8F143597CB1F30_il2cpp_TypeInfo_var);
|
|
NullCheck(L_63);
|
|
Datatype_timeTimeZone__ctor_m65170431456CD71705FE2BE21EE1D67C238F72EF(L_63, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_timeTz_70 = L_63;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_timeTz_70), (void*)L_63);
|
|
Datatype_token_t492F72F4A351E294ABE8AFA9F1E7089791FA012B* L_64 = (Datatype_token_t492F72F4A351E294ABE8AFA9F1E7089791FA012B*)il2cpp_codegen_object_new(Datatype_token_t492F72F4A351E294ABE8AFA9F1E7089791FA012B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_64);
|
|
Datatype_token__ctor_mED6C155D1F49049D6720D932829361E3C28DDD0B(L_64, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_token_71 = L_64;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_token_71), (void*)L_64);
|
|
Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03* L_65 = (Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03*)il2cpp_codegen_object_new(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var);
|
|
NullCheck(L_65);
|
|
Datatype_unsignedByte__ctor_mB9E349C0DA62338B989815B193EDB7C24D6A89C0(L_65, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_unsignedByte_72 = L_65;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_unsignedByte_72), (void*)L_65);
|
|
Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389* L_66 = (Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389*)il2cpp_codegen_object_new(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var);
|
|
NullCheck(L_66);
|
|
Datatype_unsignedInt__ctor_mC90D6E7C1E7DC4FBF34F0217021E37DF9E74F2C0(L_66, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_unsignedInt_73 = L_66;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_unsignedInt_73), (void*)L_66);
|
|
Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F* L_67 = (Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F*)il2cpp_codegen_object_new(Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var);
|
|
NullCheck(L_67);
|
|
Datatype_unsignedLong__ctor_m976F2CE060CC2BEB3F98E0CF058A50AABF9E1F98(L_67, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_unsignedLong_74 = L_67;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_unsignedLong_74), (void*)L_67);
|
|
Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513* L_68 = (Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513*)il2cpp_codegen_object_new(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var);
|
|
NullCheck(L_68);
|
|
Datatype_unsignedShort__ctor_mFFC2ACD21FCCBF9C8B73F5495F93BD86F7104DED(L_68, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_unsignedShort_75 = L_68;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_unsignedShort_75), (void*)L_68);
|
|
Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7* L_69 = (Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7*)il2cpp_codegen_object_new(Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_69);
|
|
Datatype_uuid__ctor_m6E46A79ABC8A7FE5D59A95C7DECD60CD9C23649F(L_69, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_uuid_76 = L_69;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_uuid_76), (void*)L_69);
|
|
Datatype_year_tD6BBB7E9F6B40CB314F5D94A2E529542912C5AF0* L_70 = (Datatype_year_tD6BBB7E9F6B40CB314F5D94A2E529542912C5AF0*)il2cpp_codegen_object_new(Datatype_year_tD6BBB7E9F6B40CB314F5D94A2E529542912C5AF0_il2cpp_TypeInfo_var);
|
|
NullCheck(L_70);
|
|
Datatype_year__ctor_mC67014E772B373E829F670A22A7FA8982EC970D5(L_70, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_year_77 = L_70;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_year_77), (void*)L_70);
|
|
Datatype_yearMonth_tFE2B47024E6A1FE92AF122D1D7D717C81C903689* L_71 = (Datatype_yearMonth_tFE2B47024E6A1FE92AF122D1D7D717C81C903689*)il2cpp_codegen_object_new(Datatype_yearMonth_tFE2B47024E6A1FE92AF122D1D7D717C81C903689_il2cpp_TypeInfo_var);
|
|
NullCheck(L_71);
|
|
Datatype_yearMonth__ctor_mD338030512E0AF0A5F45F3C84158599F1A1DDE4E(L_71, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_yearMonth_78 = L_71;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_yearMonth_78), (void*)L_71);
|
|
Datatype_normalizedStringV1Compat_tDEA9D21AFB657A05A412FA44CBB0630FAE5B969E* L_72 = (Datatype_normalizedStringV1Compat_tDEA9D21AFB657A05A412FA44CBB0630FAE5B969E*)il2cpp_codegen_object_new(Datatype_normalizedStringV1Compat_tDEA9D21AFB657A05A412FA44CBB0630FAE5B969E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_72);
|
|
Datatype_normalizedStringV1Compat__ctor_mB85C1B991419CCCB55358705130735DCCF491246(L_72, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_normalizedStringV1Compat_79 = L_72;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_normalizedStringV1Compat_79), (void*)L_72);
|
|
Datatype_tokenV1Compat_t486586DC082FF80A77BD30EC80B6BC80CC24D0BD* L_73 = (Datatype_tokenV1Compat_t486586DC082FF80A77BD30EC80B6BC80CC24D0BD*)il2cpp_codegen_object_new(Datatype_tokenV1Compat_t486586DC082FF80A77BD30EC80B6BC80CC24D0BD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_73);
|
|
Datatype_tokenV1Compat__ctor_mFD46C703B3B0E7BFF40F92A71BE1DE1FB2DEE864(L_73, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_tokenV1Compat_80 = L_73;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_tokenV1Compat_80), (void*)L_73);
|
|
Datatype_anyAtomicType_t5A7C513178CC1454D49AF2AEB1F7A2C2F6CC6B4C* L_74 = (Datatype_anyAtomicType_t5A7C513178CC1454D49AF2AEB1F7A2C2F6CC6B4C*)il2cpp_codegen_object_new(Datatype_anyAtomicType_t5A7C513178CC1454D49AF2AEB1F7A2C2F6CC6B4C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_74);
|
|
Datatype_anyAtomicType__ctor_m8A70E617CA90DCE030E0A7E350E7B255922B7613(L_74, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_anyAtomicType_81 = L_74;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_anyAtomicType_81), (void*)L_74);
|
|
Datatype_dayTimeDuration_tF827B3255406ABDA8876A13E5E1FED7B6B3D38E0* L_75 = (Datatype_dayTimeDuration_tF827B3255406ABDA8876A13E5E1FED7B6B3D38E0*)il2cpp_codegen_object_new(Datatype_dayTimeDuration_tF827B3255406ABDA8876A13E5E1FED7B6B3D38E0_il2cpp_TypeInfo_var);
|
|
NullCheck(L_75);
|
|
Datatype_dayTimeDuration__ctor_mC04088673B0454444C2DBFA98DF10C83DE5628C1(L_75, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_dayTimeDuration_82 = L_75;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_dayTimeDuration_82), (void*)L_75);
|
|
Datatype_untypedAtomicType_tC94703E969B9E7CD609DF5E56361955F932AD0B8* L_76 = (Datatype_untypedAtomicType_tC94703E969B9E7CD609DF5E56361955F932AD0B8*)il2cpp_codegen_object_new(Datatype_untypedAtomicType_tC94703E969B9E7CD609DF5E56361955F932AD0B8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_76);
|
|
Datatype_untypedAtomicType__ctor_m5A929A78184090E740F523FDD1E5B2F60B6E2BA9(L_76, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_untypedAtomicType_83 = L_76;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_untypedAtomicType_83), (void*)L_76);
|
|
Datatype_yearMonthDuration_t2182796B58089FD783B469A8AB3DDA9BBC3340BD* L_77 = (Datatype_yearMonthDuration_t2182796B58089FD783B469A8AB3DDA9BBC3340BD*)il2cpp_codegen_object_new(Datatype_yearMonthDuration_t2182796B58089FD783B469A8AB3DDA9BBC3340BD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_77);
|
|
Datatype_yearMonthDuration__ctor_mD91950ED3CB3493994EA24891348733C692D0391(L_77, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_yearMonthDuration_84 = L_77;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_yearMonthDuration_84), (void*)L_77);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_78 = (DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC*)(DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC*)SZArrayNew(DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13));
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_79 = L_78;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_80 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_string_67;
|
|
NullCheck(L_79);
|
|
ArrayElementTypeCheck (L_79, L_80);
|
|
(L_79)->SetAt(static_cast<il2cpp_array_size_t>(0), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_80);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_81 = L_79;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_82 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ID_45;
|
|
NullCheck(L_81);
|
|
ArrayElementTypeCheck (L_81, L_82);
|
|
(L_81)->SetAt(static_cast<il2cpp_array_size_t>(1), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_82);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_83 = L_81;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_84 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_IDREF_46;
|
|
NullCheck(L_83);
|
|
ArrayElementTypeCheck (L_83, L_84);
|
|
(L_83)->SetAt(static_cast<il2cpp_array_size_t>(2), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_84);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_85 = L_83;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_86 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_IDREFS_47;
|
|
NullCheck(L_85);
|
|
ArrayElementTypeCheck (L_85, L_86);
|
|
(L_85)->SetAt(static_cast<il2cpp_array_size_t>(3), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_86);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_87 = L_85;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_88 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ENTITY_38;
|
|
NullCheck(L_87);
|
|
ArrayElementTypeCheck (L_87, L_88);
|
|
(L_87)->SetAt(static_cast<il2cpp_array_size_t>(4), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_88);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_89 = L_87;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_90 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ENTITIES_39;
|
|
NullCheck(L_89);
|
|
ArrayElementTypeCheck (L_89, L_90);
|
|
(L_89)->SetAt(static_cast<il2cpp_array_size_t>(5), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_90);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_91 = L_89;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_92 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NMTOKEN_57;
|
|
NullCheck(L_91);
|
|
ArrayElementTypeCheck (L_91, L_92);
|
|
(L_91)->SetAt(static_cast<il2cpp_array_size_t>(6), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_92);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_93 = L_91;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_94 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NMTOKENS_58;
|
|
NullCheck(L_93);
|
|
ArrayElementTypeCheck (L_93, L_94);
|
|
(L_93)->SetAt(static_cast<il2cpp_array_size_t>(7), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_94);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_95 = L_93;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_96 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NOTATION_62;
|
|
NullCheck(L_95);
|
|
ArrayElementTypeCheck (L_95, L_96);
|
|
(L_95)->SetAt(static_cast<il2cpp_array_size_t>(8), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_96);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_97 = L_95;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_98 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ENUMERATION_40;
|
|
NullCheck(L_97);
|
|
ArrayElementTypeCheck (L_97, L_98);
|
|
(L_97)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_98);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_99 = L_97;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_100 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_QNameXdr_65;
|
|
NullCheck(L_99);
|
|
ArrayElementTypeCheck (L_99, L_100);
|
|
(L_99)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_100);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_101 = L_99;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_102 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NCName_55;
|
|
NullCheck(L_101);
|
|
ArrayElementTypeCheck (L_101, L_102);
|
|
(L_101)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_102);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_tokenizedTypes_85 = L_101;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_tokenizedTypes_85), (void*)L_101);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_103 = (DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC*)(DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC*)SZArrayNew(DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13));
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_104 = L_103;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_105 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_string_67;
|
|
NullCheck(L_104);
|
|
ArrayElementTypeCheck (L_104, L_105);
|
|
(L_104)->SetAt(static_cast<il2cpp_array_size_t>(0), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_105);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_106 = L_104;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_107 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ID_45;
|
|
NullCheck(L_106);
|
|
ArrayElementTypeCheck (L_106, L_107);
|
|
(L_106)->SetAt(static_cast<il2cpp_array_size_t>(1), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_107);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_108 = L_106;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_109 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_IDREF_46;
|
|
NullCheck(L_108);
|
|
ArrayElementTypeCheck (L_108, L_109);
|
|
(L_108)->SetAt(static_cast<il2cpp_array_size_t>(2), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_109);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_110 = L_108;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_111 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_IDREFS_47;
|
|
NullCheck(L_110);
|
|
ArrayElementTypeCheck (L_110, L_111);
|
|
(L_110)->SetAt(static_cast<il2cpp_array_size_t>(3), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_111);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_112 = L_110;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_113 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ENTITY_38;
|
|
NullCheck(L_112);
|
|
ArrayElementTypeCheck (L_112, L_113);
|
|
(L_112)->SetAt(static_cast<il2cpp_array_size_t>(4), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_113);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_114 = L_112;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_115 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ENTITIES_39;
|
|
NullCheck(L_114);
|
|
ArrayElementTypeCheck (L_114, L_115);
|
|
(L_114)->SetAt(static_cast<il2cpp_array_size_t>(5), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_115);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_116 = L_114;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_117 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NMTOKEN_57;
|
|
NullCheck(L_116);
|
|
ArrayElementTypeCheck (L_116, L_117);
|
|
(L_116)->SetAt(static_cast<il2cpp_array_size_t>(6), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_117);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_118 = L_116;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_119 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NMTOKENS_58;
|
|
NullCheck(L_118);
|
|
ArrayElementTypeCheck (L_118, L_119);
|
|
(L_118)->SetAt(static_cast<il2cpp_array_size_t>(7), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_119);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_120 = L_118;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_121 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NOTATION_62;
|
|
NullCheck(L_120);
|
|
ArrayElementTypeCheck (L_120, L_121);
|
|
(L_120)->SetAt(static_cast<il2cpp_array_size_t>(8), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_121);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_122 = L_120;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_123 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ENUMERATION_40;
|
|
NullCheck(L_122);
|
|
ArrayElementTypeCheck (L_122, L_123);
|
|
(L_122)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_123);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_124 = L_122;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_125 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_QName_64;
|
|
NullCheck(L_124);
|
|
ArrayElementTypeCheck (L_124, L_125);
|
|
(L_124)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_125);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_126 = L_124;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_127 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NCName_55;
|
|
NullCheck(L_126);
|
|
ArrayElementTypeCheck (L_126, L_127);
|
|
(L_126)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_127);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_tokenizedTypesXsd_86 = L_126;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_tokenizedTypesXsd_86), (void*)L_126);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_128 = (SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466*)(SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466*)SZArrayNew(SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466_il2cpp_TypeInfo_var, (uint32_t)((int32_t)38));
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_129 = L_128;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_130 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_base64Binary_25;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_131 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_131);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_131, _stringLiteralDA70DA9BEB540E5A5AE851D4E7FE442181677124, L_130, NULL);
|
|
NullCheck(L_129);
|
|
ArrayElementTypeCheck (L_129, L_131);
|
|
(L_129)->SetAt(static_cast<il2cpp_array_size_t>(0), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_131);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_132 = L_129;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_133 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_hexBinary_44;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_134 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_134);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_134, _stringLiteral3B73D6A62CBC2F2D7E36C7E827E41941ED0A4B49, L_133, NULL);
|
|
NullCheck(L_132);
|
|
ArrayElementTypeCheck (L_132, L_134);
|
|
(L_132)->SetAt(static_cast<il2cpp_array_size_t>(1), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_134);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_135 = L_132;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_136 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_boolean_26;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_137 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_137);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_137, _stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490, L_136, NULL);
|
|
NullCheck(L_135);
|
|
ArrayElementTypeCheck (L_135, L_137);
|
|
(L_135)->SetAt(static_cast<il2cpp_array_size_t>(2), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_137);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_138 = L_135;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_139 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_char_28;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_140 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_140);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_140, _stringLiteral38FB386B58970DA493E868CAC2AC6550E559B5D7, L_139, NULL);
|
|
NullCheck(L_138);
|
|
ArrayElementTypeCheck (L_138, L_140);
|
|
(L_138)->SetAt(static_cast<il2cpp_array_size_t>(3), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_140);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_141 = L_138;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_142 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_date_29;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_143 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_143);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_143, _stringLiteral1D7B559D2443B7B91D8C57B59220774176D04300, L_142, NULL);
|
|
NullCheck(L_141);
|
|
ArrayElementTypeCheck (L_141, L_143);
|
|
(L_141)->SetAt(static_cast<il2cpp_array_size_t>(4), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_143);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_144 = L_141;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_145 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_dateTimeNoTz_31;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_146 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_146);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_146, _stringLiteral5081C2BB000D6FA0C2CDA4A8B7ED516A31C70DC6, L_145, NULL);
|
|
NullCheck(L_144);
|
|
ArrayElementTypeCheck (L_144, L_146);
|
|
(L_144)->SetAt(static_cast<il2cpp_array_size_t>(5), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_146);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_147 = L_144;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_148 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_dateTimeTz_32;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_149 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_149);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_149, _stringLiteral4BE06F642C3A63FAEA457BDFF33BDDEF57BB7CA7, L_148, NULL);
|
|
NullCheck(L_147);
|
|
ArrayElementTypeCheck (L_147, L_149);
|
|
(L_147)->SetAt(static_cast<il2cpp_array_size_t>(6), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_149);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_150 = L_147;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_151 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_decimal_34;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_152 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_152);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_152, _stringLiteral56ED31BBF7FE6AF09919B65DEE19B95A754AA73D, L_151, NULL);
|
|
NullCheck(L_150);
|
|
ArrayElementTypeCheck (L_150, L_152);
|
|
(L_150)->SetAt(static_cast<il2cpp_array_size_t>(7), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_152);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_153 = L_150;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_154 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ENTITIES_39;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_155 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_155);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_155, _stringLiteral6A13904391B9244725CDA479F017C96337B784A1, L_154, NULL);
|
|
NullCheck(L_153);
|
|
ArrayElementTypeCheck (L_153, L_155);
|
|
(L_153)->SetAt(static_cast<il2cpp_array_size_t>(8), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_155);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_156 = L_153;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_157 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ENTITY_38;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_158 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_158);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_158, _stringLiteralBBBCFF9559F03CF35B40795127B3BDBC6A80E8CB, L_157, NULL);
|
|
NullCheck(L_156);
|
|
ArrayElementTypeCheck (L_156, L_158);
|
|
(L_156)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_158);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_159 = L_156;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_160 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ENUMERATION_40;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_161 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_161);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_161, _stringLiteral9C0B03C3C90A2F77EF795B5B44ADB4E16550BEE4, L_160, NULL);
|
|
NullCheck(L_159);
|
|
ArrayElementTypeCheck (L_159, L_161);
|
|
(L_159)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_161);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_162 = L_159;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_163 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_fixed_41;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_164 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_164);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_164, _stringLiteralB1C0E2BE30C6465F986B63E23CA73D695683ACF6, L_163, NULL);
|
|
NullCheck(L_162);
|
|
ArrayElementTypeCheck (L_162, L_164);
|
|
(L_162)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_164);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_165 = L_162;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_166 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_doubleXdr_36;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_167 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_167);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_167, _stringLiteralE3DFC065B6A6D9931B797808DD066491AAB82B29, L_166, NULL);
|
|
NullCheck(L_165);
|
|
ArrayElementTypeCheck (L_165, L_167);
|
|
(L_165)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_167);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_168 = L_165;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_169 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_floatXdr_43;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_170 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_170);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_170, _stringLiteral692E131B59AF727A7822FA650BA4A6EEB0785056, L_169, NULL);
|
|
NullCheck(L_168);
|
|
ArrayElementTypeCheck (L_168, L_170);
|
|
(L_168)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_170);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_171 = L_168;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_172 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_doubleXdr_36;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_173 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_173);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_173, _stringLiteralCF0E9D64E3F57C73CF91FF404AA6F5D46637A3CC, L_172, NULL);
|
|
NullCheck(L_171);
|
|
ArrayElementTypeCheck (L_171, L_173);
|
|
(L_171)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_173);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_174 = L_171;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_175 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_byte_27;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_176 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_176);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_176, _stringLiteral8CAD5FF1EF457B3BD0E6D30D374C5561AA3D0FDC, L_175, NULL);
|
|
NullCheck(L_174);
|
|
ArrayElementTypeCheck (L_174, L_176);
|
|
(L_174)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_176);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_177 = L_174;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_178 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_short_66;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_179 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_179);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_179, _stringLiteral0376126F0449A97AB7E650AF5576C7A59F4FB688, L_178, NULL);
|
|
NullCheck(L_177);
|
|
ArrayElementTypeCheck (L_177, L_179);
|
|
(L_177)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_179);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_180 = L_177;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_181 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_int_48;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_182 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_182);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_182, _stringLiteralEBC96FC5B7AE8C1C12A3890CB36E89139E925C53, L_181, NULL);
|
|
NullCheck(L_180);
|
|
ArrayElementTypeCheck (L_180, L_182);
|
|
(L_180)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_182);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_183 = L_180;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_184 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_long_51;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_185 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_185);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_185, _stringLiteral3B0A4D9DF1E7BCA0CC37643FD62C698D64EA7F1D, L_184, NULL);
|
|
NullCheck(L_183);
|
|
ArrayElementTypeCheck (L_183, L_185);
|
|
(L_183)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_185);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_186 = L_183;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_187 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ID_45;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_188 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_188);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_188, _stringLiteral996E5360F80E16B2189CC1E536C91CE68083F694, L_187, NULL);
|
|
NullCheck(L_186);
|
|
ArrayElementTypeCheck (L_186, L_188);
|
|
(L_186)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)19)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_188);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_189 = L_186;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_190 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_IDREF_46;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_191 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_191);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_191, _stringLiteral7828486CC6E76D847B54C1EB7416ACD4B474A3AB, L_190, NULL);
|
|
NullCheck(L_189);
|
|
ArrayElementTypeCheck (L_189, L_191);
|
|
(L_189)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)20)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_191);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_192 = L_189;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_193 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_IDREFS_47;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_194 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_194);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_194, _stringLiteralD015306D665F695A4B61154904784526EEFEC44B, L_193, NULL);
|
|
NullCheck(L_192);
|
|
ArrayElementTypeCheck (L_192, L_194);
|
|
(L_192)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)21)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_194);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_195 = L_192;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_196 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_int_48;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_197 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_197);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_197, _stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72, L_196, NULL);
|
|
NullCheck(L_195);
|
|
ArrayElementTypeCheck (L_195, L_197);
|
|
(L_195)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)22)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_197);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_198 = L_195;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_199 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NMTOKEN_57;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_200 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_200);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_200, _stringLiteral80BD0AC23C01D7E27D9756B80C93372D48AB0275, L_199, NULL);
|
|
NullCheck(L_198);
|
|
ArrayElementTypeCheck (L_198, L_200);
|
|
(L_198)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)23)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_200);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_201 = L_198;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_202 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NMTOKENS_58;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_203 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_203);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_203, _stringLiteral35297627D35CC089E8CF7EED1566D3C9FF09552C, L_202, NULL);
|
|
NullCheck(L_201);
|
|
ArrayElementTypeCheck (L_201, L_203);
|
|
(L_201)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)24)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_203);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_204 = L_201;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_205 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NOTATION_62;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_206 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_206);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_206, _stringLiteralE45A27D5263BA91F21F82127FF20410C4431D222, L_205, NULL);
|
|
NullCheck(L_204);
|
|
ArrayElementTypeCheck (L_204, L_206);
|
|
(L_204)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)25)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_206);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_207 = L_204;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_208 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_doubleXdr_36;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_209 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_209);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_209, _stringLiteral7A05A136E34451BA838B56C57A62ABDD1887D741, L_208, NULL);
|
|
NullCheck(L_207);
|
|
ArrayElementTypeCheck (L_207, L_209);
|
|
(L_207)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)26)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_209);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_210 = L_207;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_211 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_floatXdr_43;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_212 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_212);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_212, _stringLiteralEDDA5C78F1020908086DF1A7AC39C48AEFE8E36C, L_211, NULL);
|
|
NullCheck(L_210);
|
|
ArrayElementTypeCheck (L_210, L_212);
|
|
(L_210)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)27)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_212);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_213 = L_210;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_214 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_doubleXdr_36;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_215 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_215);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_215, _stringLiteralDDD95D0BA271A5E9F4CE21EE52B8AD959CD7072A, L_214, NULL);
|
|
NullCheck(L_213);
|
|
ArrayElementTypeCheck (L_213, L_215);
|
|
(L_213)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)28)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_215);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_216 = L_213;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_217 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_string_67;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_218 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_218);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_218, _stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE, L_217, NULL);
|
|
NullCheck(L_216);
|
|
ArrayElementTypeCheck (L_216, L_218);
|
|
(L_216)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)29)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_218);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_219 = L_216;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_220 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_timeNoTz_69;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_221 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_221);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_221, _stringLiteral51C6279E31F7483126B79E3000116001A915B690, L_220, NULL);
|
|
NullCheck(L_219);
|
|
ArrayElementTypeCheck (L_219, L_221);
|
|
(L_219)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)30)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_221);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_222 = L_219;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_223 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_timeTz_70;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_224 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_224);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_224, _stringLiteralBF20334865FA7018C1BA9A8CEB0C34098005DC07, L_223, NULL);
|
|
NullCheck(L_222);
|
|
ArrayElementTypeCheck (L_222, L_224);
|
|
(L_222)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)31)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_224);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_225 = L_222;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_226 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_unsignedByte_72;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_227 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_227);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_227, _stringLiteral9AFC78FE25EB4459543F4E497BB776C6616A672B, L_226, NULL);
|
|
NullCheck(L_225);
|
|
ArrayElementTypeCheck (L_225, L_227);
|
|
(L_225)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)32)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_227);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_228 = L_225;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_229 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_unsignedShort_75;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_230 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_230);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_230, _stringLiteralEB3C5FD07A0EE63BA68796F5AC5B2BF4B174670C, L_229, NULL);
|
|
NullCheck(L_228);
|
|
ArrayElementTypeCheck (L_228, L_230);
|
|
(L_228)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)33)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_230);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_231 = L_228;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_232 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_unsignedInt_73;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_233 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_233);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_233, _stringLiteralF5C24D44837B154270D34E68B33250421ECA84D6, L_232, NULL);
|
|
NullCheck(L_231);
|
|
ArrayElementTypeCheck (L_231, L_233);
|
|
(L_231)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)34)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_233);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_234 = L_231;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_235 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_unsignedLong_74;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_236 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_236);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_236, _stringLiteralD41E0018E119649FDAD866A881DB09284C4F1F63, L_235, NULL);
|
|
NullCheck(L_234);
|
|
ArrayElementTypeCheck (L_234, L_236);
|
|
(L_234)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)35)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_236);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_237 = L_234;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_238 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_anyURI_24;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_239 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_239);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_239, _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69, L_238, NULL);
|
|
NullCheck(L_237);
|
|
ArrayElementTypeCheck (L_237, L_239);
|
|
(L_237)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)36)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_239);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_240 = L_237;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_241 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_uuid_76;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_242 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_242);
|
|
SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27(L_242, _stringLiteral8BF693870A1CA202D2EE1A186395E62B409214FD, L_241, NULL);
|
|
NullCheck(L_240);
|
|
ArrayElementTypeCheck (L_240, L_242);
|
|
(L_240)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)37)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_242);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_XdrTypes_87 = L_240;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_XdrTypes_87), (void*)L_240);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_243 = (SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466*)(SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466*)SZArrayNew(SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466_il2cpp_TypeInfo_var, (uint32_t)((int32_t)45));
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_244 = L_243;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_245 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ENTITIES_39;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_246 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_246);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_246, _stringLiteralF4541B932FD6CC47E51779BE1ADC2CE3B2928831, L_245, ((int32_t)11), NULL);
|
|
NullCheck(L_244);
|
|
ArrayElementTypeCheck (L_244, L_246);
|
|
(L_244)->SetAt(static_cast<il2cpp_array_size_t>(0), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_246);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_247 = L_244;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_248 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ENTITY_38;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_249 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_249);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_249, _stringLiteral0797970A05214E4132EBF1E0E234C882D1DCD3C6, L_248, ((int32_t)11), NULL);
|
|
NullCheck(L_247);
|
|
ArrayElementTypeCheck (L_247, L_249);
|
|
(L_247)->SetAt(static_cast<il2cpp_array_size_t>(1), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_249);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_250 = L_247;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_251 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_ID_45;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_252 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_252);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_252, _stringLiteralF68BE93499EBDA525EAB969E88B05907332F6184, L_251, 5, NULL);
|
|
NullCheck(L_250);
|
|
ArrayElementTypeCheck (L_250, L_252);
|
|
(L_250)->SetAt(static_cast<il2cpp_array_size_t>(2), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_252);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_253 = L_250;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_254 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_IDREF_46;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_255 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_255);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_255, _stringLiteral4BD1D6F2500A903652036B29D6882FA865715A46, L_254, 5, NULL);
|
|
NullCheck(L_253);
|
|
ArrayElementTypeCheck (L_253, L_255);
|
|
(L_253)->SetAt(static_cast<il2cpp_array_size_t>(3), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_255);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_256 = L_253;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_257 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_IDREFS_47;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_258 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_258);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_258, _stringLiteral648E7A40D2E5792A25DB368740E29C86157D8779, L_257, ((int32_t)11), NULL);
|
|
NullCheck(L_256);
|
|
ArrayElementTypeCheck (L_256, L_258);
|
|
(L_256)->SetAt(static_cast<il2cpp_array_size_t>(4), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_258);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_259 = L_256;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_260 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NCName_55;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_261 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_261);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_261, _stringLiteral50F42FA04A7512CEA891683F4BA8A38F5CEFD199, L_260, ((int32_t)9), NULL);
|
|
NullCheck(L_259);
|
|
ArrayElementTypeCheck (L_259, L_261);
|
|
(L_259)->SetAt(static_cast<il2cpp_array_size_t>(5), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_261);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_262 = L_259;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_263 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NMTOKEN_57;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_264 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_264);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_264, _stringLiteral2AD43975A69D522C9BBF973465C2270EB67DD0C6, L_263, ((int32_t)40), NULL);
|
|
NullCheck(L_262);
|
|
ArrayElementTypeCheck (L_262, L_264);
|
|
(L_262)->SetAt(static_cast<il2cpp_array_size_t>(6), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_264);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_265 = L_262;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_266 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NMTOKENS_58;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_267 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_267);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_267, _stringLiteralD9AD03488C0FD2A5029083D5A67F58438C2A5CF1, L_266, ((int32_t)11), NULL);
|
|
NullCheck(L_265);
|
|
ArrayElementTypeCheck (L_265, L_267);
|
|
(L_265)->SetAt(static_cast<il2cpp_array_size_t>(7), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_267);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_268 = L_265;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_269 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_NOTATION_62;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_270 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_270);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_270, _stringLiteral3C19E9456A591B7480BFD140A0016E01BC880976, L_269, ((int32_t)11), NULL);
|
|
NullCheck(L_268);
|
|
ArrayElementTypeCheck (L_268, L_270);
|
|
(L_268)->SetAt(static_cast<il2cpp_array_size_t>(8), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_270);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_271 = L_268;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_272 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_Name_54;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_273 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_273);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_273, _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B, L_272, ((int32_t)40), NULL);
|
|
NullCheck(L_271);
|
|
ArrayElementTypeCheck (L_271, L_273);
|
|
(L_271)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_273);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_274 = L_271;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_275 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_QName_64;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_276 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_276);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_276, _stringLiteral88B0F4492745F11C4B6C970B7204C62E64A1183E, L_275, ((int32_t)11), NULL);
|
|
NullCheck(L_274);
|
|
ArrayElementTypeCheck (L_274, L_276);
|
|
(L_274)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_276);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_277 = L_274;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_278 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_anySimpleType_23;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_279 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_279);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_279, _stringLiteral6317C069274A83AF4C018EF28D7F30C62C85E1AB, L_278, (-1), NULL);
|
|
NullCheck(L_277);
|
|
ArrayElementTypeCheck (L_277, L_279);
|
|
(L_277)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_279);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_280 = L_277;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_281 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_anyURI_24;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_282 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_282);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_282, _stringLiteralC622F0B78799504E9F670AD20F9006F7BD480C1D, L_281, ((int32_t)11), NULL);
|
|
NullCheck(L_280);
|
|
ArrayElementTypeCheck (L_280, L_282);
|
|
(L_280)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_282);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_283 = L_280;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_284 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_base64Binary_25;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_285 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_285);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_285, _stringLiteral6BCD94865A7FBDD85C016B0A6A3B7B81A93F3CB9, L_284, ((int32_t)11), NULL);
|
|
NullCheck(L_283);
|
|
ArrayElementTypeCheck (L_283, L_285);
|
|
(L_283)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_285);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_286 = L_283;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_287 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_boolean_26;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_288 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_288);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_288, _stringLiteralEC8D2B1EC3E954083D64BF4DDCCC9E46BE24B490, L_287, ((int32_t)11), NULL);
|
|
NullCheck(L_286);
|
|
ArrayElementTypeCheck (L_286, L_288);
|
|
(L_286)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_288);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_289 = L_286;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_290 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_byte_27;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_291 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_291);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_291, _stringLiteralE1E5CE10BE86E259146E8ADE82FB423C65C3FFD7, L_290, ((int32_t)37), NULL);
|
|
NullCheck(L_289);
|
|
ArrayElementTypeCheck (L_289, L_291);
|
|
(L_289)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_291);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_292 = L_289;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_293 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_date_29;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_294 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_294);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_294, _stringLiteral1D7B559D2443B7B91D8C57B59220774176D04300, L_293, ((int32_t)11), NULL);
|
|
NullCheck(L_292);
|
|
ArrayElementTypeCheck (L_292, L_294);
|
|
(L_292)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_294);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_295 = L_292;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_296 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_dateTime_30;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_297 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_297);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_297, _stringLiteral5081C2BB000D6FA0C2CDA4A8B7ED516A31C70DC6, L_296, ((int32_t)11), NULL);
|
|
NullCheck(L_295);
|
|
ArrayElementTypeCheck (L_295, L_297);
|
|
(L_295)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_297);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_298 = L_295;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_299 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_decimal_34;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_300 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_300);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_300, _stringLiteral56ED31BBF7FE6AF09919B65DEE19B95A754AA73D, L_299, ((int32_t)11), NULL);
|
|
NullCheck(L_298);
|
|
ArrayElementTypeCheck (L_298, L_300);
|
|
(L_298)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_300);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_301 = L_298;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_302 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_double_35;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_303 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_303);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_303, _stringLiteral007174B876FA7EECC4152046B9308966D3E2B5B8, L_302, ((int32_t)11), NULL);
|
|
NullCheck(L_301);
|
|
ArrayElementTypeCheck (L_301, L_303);
|
|
(L_301)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)19)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_303);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_304 = L_301;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_305 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_duration_37;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_306 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_306);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_306, _stringLiteral7BA557C60FBFACAA46AD1B56F1F3BD5FC6D77A8D, L_305, ((int32_t)11), NULL);
|
|
NullCheck(L_304);
|
|
ArrayElementTypeCheck (L_304, L_306);
|
|
(L_304)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)20)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_306);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_307 = L_304;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_308 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_float_42;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_309 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_309);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_309, _stringLiteralE3DFC065B6A6D9931B797808DD066491AAB82B29, L_308, ((int32_t)11), NULL);
|
|
NullCheck(L_307);
|
|
ArrayElementTypeCheck (L_307, L_309);
|
|
(L_307)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)21)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_309);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_310 = L_307;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_311 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_day_33;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_312 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_312);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_312, _stringLiteralAD131E029E531EEF793FBF0B4609AC73AD1F372F, L_311, ((int32_t)11), NULL);
|
|
NullCheck(L_310);
|
|
ArrayElementTypeCheck (L_310, L_312);
|
|
(L_310)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)22)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_312);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_313 = L_310;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_314 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_month_52;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_315 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_315);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_315, _stringLiteral842A819C7360E51D01A8550FCEE258164E5AA620, L_314, ((int32_t)11), NULL);
|
|
NullCheck(L_313);
|
|
ArrayElementTypeCheck (L_313, L_315);
|
|
(L_313)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)23)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_315);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_316 = L_313;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_317 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_monthDay_53;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_318 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_318);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_318, _stringLiteralD29D7A474294CE305B3899F0EF058A660546CC77, L_317, ((int32_t)11), NULL);
|
|
NullCheck(L_316);
|
|
ArrayElementTypeCheck (L_316, L_318);
|
|
(L_316)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)24)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_318);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_319 = L_316;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_320 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_year_77;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_321 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_321);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_321, _stringLiteralAB277B5B1CF7C3380602834A207C18657E7B8A9F, L_320, ((int32_t)11), NULL);
|
|
NullCheck(L_319);
|
|
ArrayElementTypeCheck (L_319, L_321);
|
|
(L_319)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)25)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_321);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_322 = L_319;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_323 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_yearMonth_78;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_324 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_324);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_324, _stringLiteralDEF871D9D8BC4EA6B73BA76904D036DFA754981F, L_323, ((int32_t)11), NULL);
|
|
NullCheck(L_322);
|
|
ArrayElementTypeCheck (L_322, L_324);
|
|
(L_322)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)26)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_324);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_325 = L_322;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_326 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_hexBinary_44;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_327 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_327);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_327, _stringLiteral6C6E6128B9FCA118B8DAB0A8DCD3D012A7B4D437, L_326, ((int32_t)11), NULL);
|
|
NullCheck(L_325);
|
|
ArrayElementTypeCheck (L_325, L_327);
|
|
(L_325)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)27)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_327);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_328 = L_325;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_329 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_int_48;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_330 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_330);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_330, _stringLiteral0BA8CB3B900ECEF5E697192B8CDA6B626EB0CE72, L_329, ((int32_t)31), NULL);
|
|
NullCheck(L_328);
|
|
ArrayElementTypeCheck (L_328, L_330);
|
|
(L_328)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)28)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_330);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_331 = L_328;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_332 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_integer_49;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_333 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_333);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_333, _stringLiteralB0A1C47352664275E2D7F477FA4C62FC016B575F, L_332, ((int32_t)18), NULL);
|
|
NullCheck(L_331);
|
|
ArrayElementTypeCheck (L_331, L_333);
|
|
(L_331)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)29)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_333);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_334 = L_331;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_335 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_language_50;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_336 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_336);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_336, _stringLiteralCC1F7052057A1EC518E41F548AA4C5A4BA47C59D, L_335, ((int32_t)40), NULL);
|
|
NullCheck(L_334);
|
|
ArrayElementTypeCheck (L_334, L_336);
|
|
(L_334)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)30)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_336);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_337 = L_334;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_338 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_long_51;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_339 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_339);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_339, _stringLiteralD890B2BC5E5200965CD02403ABB6C221A614A1B7, L_338, ((int32_t)29), NULL);
|
|
NullCheck(L_337);
|
|
ArrayElementTypeCheck (L_337, L_339);
|
|
(L_337)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)31)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_339);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_340 = L_337;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_341 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_negativeInteger_56;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_342 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_342);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_342, _stringLiteralCA645ED4B07E7B41C211BD7FDE87069773914BF6, L_341, ((int32_t)34), NULL);
|
|
NullCheck(L_340);
|
|
ArrayElementTypeCheck (L_340, L_342);
|
|
(L_340)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)32)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_342);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_343 = L_340;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_344 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_nonNegativeInteger_59;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_345 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_345);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_345, _stringLiteralBBAA0AE1BC05CD8F3F881F4350A1BCAC87A11697, L_344, ((int32_t)29), NULL);
|
|
NullCheck(L_343);
|
|
ArrayElementTypeCheck (L_343, L_345);
|
|
(L_343)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)33)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_345);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_346 = L_343;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_347 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_nonPositiveInteger_60;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_348 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_348);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_348, _stringLiteral1E6F6A066E9C41521D9969E61D6F5F89615E3161, L_347, ((int32_t)29), NULL);
|
|
NullCheck(L_346);
|
|
ArrayElementTypeCheck (L_346, L_348);
|
|
(L_346)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)34)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_348);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_349 = L_346;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_350 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_normalizedString_61;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_351 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_351);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_351, _stringLiteral705E2E4DA8BAADF981F701A6C65423C725FAFCA4, L_350, ((int32_t)38), NULL);
|
|
NullCheck(L_349);
|
|
ArrayElementTypeCheck (L_349, L_351);
|
|
(L_349)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)35)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_351);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_352 = L_349;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_353 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_positiveInteger_63;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_354 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_354);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_354, _stringLiteral265F3FB35B71A1769644CBC8A1BD32CE34B94D63, L_353, ((int32_t)33), NULL);
|
|
NullCheck(L_352);
|
|
ArrayElementTypeCheck (L_352, L_354);
|
|
(L_352)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)36)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_354);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_355 = L_352;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_356 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_short_66;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_357 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_357);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_357, _stringLiteral115036F179EA48E7662F9BE55E0E00A42DDE6DA7, L_356, ((int32_t)28), NULL);
|
|
NullCheck(L_355);
|
|
ArrayElementTypeCheck (L_355, L_357);
|
|
(L_355)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)37)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_357);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_358 = L_355;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_359 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_string_67;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_360 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_360);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_360, _stringLiteral2F1705A1AA8BA6FCE863E7F2CBA4BC28458C77AE, L_359, ((int32_t)11), NULL);
|
|
NullCheck(L_358);
|
|
ArrayElementTypeCheck (L_358, L_360);
|
|
(L_358)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)38)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_360);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_361 = L_358;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_362 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_time_68;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_363 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_363);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_363, _stringLiteral51C6279E31F7483126B79E3000116001A915B690, L_362, ((int32_t)11), NULL);
|
|
NullCheck(L_361);
|
|
ArrayElementTypeCheck (L_361, L_363);
|
|
(L_361)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)39)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_363);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_364 = L_361;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_365 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_token_71;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_366 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_366);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_366, _stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306, L_365, ((int32_t)35), NULL);
|
|
NullCheck(L_364);
|
|
ArrayElementTypeCheck (L_364, L_366);
|
|
(L_364)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)40)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_366);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_367 = L_364;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_368 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_unsignedByte_72;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_369 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_369);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_369, _stringLiteralE234C34099947BE8BB6C958B450C81758FC6EC63, L_368, ((int32_t)44), NULL);
|
|
NullCheck(L_367);
|
|
ArrayElementTypeCheck (L_367, L_369);
|
|
(L_367)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)41)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_369);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_370 = L_367;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_371 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_unsignedInt_73;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_372 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_372);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_372, _stringLiteral84E803D68FC3827ACA2D51AA33D8A230C466CC88, L_371, ((int32_t)43), NULL);
|
|
NullCheck(L_370);
|
|
ArrayElementTypeCheck (L_370, L_372);
|
|
(L_370)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)42)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_372);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_373 = L_370;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_374 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_unsignedLong_74;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_375 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_375);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_375, _stringLiteral28B8B40ABFE525E876BDED46712D0F9BF69D09F7, L_374, ((int32_t)33), NULL);
|
|
NullCheck(L_373);
|
|
ArrayElementTypeCheck (L_373, L_375);
|
|
(L_373)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)43)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_375);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_376 = L_373;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_377 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_unsignedShort_75;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_378 = (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)il2cpp_codegen_object_new(SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_378);
|
|
SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071(L_378, _stringLiteral7C73C6FEDB24E2B76DB4F136D05437C41452BCA3, L_377, ((int32_t)42), NULL);
|
|
NullCheck(L_376);
|
|
ArrayElementTypeCheck (L_376, L_378);
|
|
(L_376)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)44)), (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE*)L_378);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_XsdTypes_88 = L_376;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_XsdTypes_88), (void*)L_376);
|
|
DatatypeImplementation_CreateBuiltinTypes_mF61153DAC2391A74ABF42F87022A8261B33F59E9(NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::get_AnySimpleType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* DatatypeImplementation_get_AnySimpleType_m0ABC447DC26C4E76F77B93316E1078712A7F4DD2 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___anySimpleType_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::get_UntypedAtomicType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* DatatypeImplementation_get_UntypedAtomicType_mD791D792B0200F4E629CCB570A3ECCCE30E6E4FA (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___untypedAtomicType_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::FromXmlTokenizedType(System.Xml.XmlTokenizedType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* DatatypeImplementation_FromXmlTokenizedType_m854324A906026D1C5CB31869CC5D0F42094B80B5 (int32_t ___0_token, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_tokenizedTypes_85;
|
|
int32_t L_1 = ___0_token;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::FromTypeName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* DatatypeImplementation_FromTypeName_mF6CC73C154B313EEDCFBC193E961B79728187F2D (String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_XsdTypes_88;
|
|
String_t* L_1 = ___0_name;
|
|
int32_t L_2;
|
|
L_2 = Array_BinarySearch_m1DA1FB64C33F0395645CDA72971F1ACE7A889CAF((RuntimeArray*)L_0, L_1, (RuntimeObject*)NULL, NULL);
|
|
V_0 = L_2;
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) < ((int32_t)0)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_4 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_XsdTypes_88;
|
|
int32_t L_5 = V_0;
|
|
NullCheck(L_4);
|
|
int32_t L_6 = L_5;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_8;
|
|
L_8 = SchemaDatatypeMap_op_Explicit_mA31E84DF0BCB642F3D3F1E3323F58B3A2E391580_inline(L_7, NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
return (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)NULL;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::StartBuiltinType(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* DatatypeImplementation_StartBuiltinType_m0597E6D95C356F60DD57DFAB68C05720DB715663 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_qname, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_dataType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* V_0 = NULL;
|
|
{
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_0 = (XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8*)il2cpp_codegen_object_new(XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
XmlSchemaSimpleType__ctor_mCCEF1D2C61540983908D6E1BB4BEBB3195BA7055(L_0, NULL);
|
|
V_0 = L_0;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_1 = V_0;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_2 = ___0_qname;
|
|
NullCheck(L_1);
|
|
XmlSchemaType_SetQualifiedName_mC117EBA4E037E2AD5D60538EDBCC01933D5149F6(L_1, L_2, NULL);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_3 = V_0;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_4 = ___1_dataType;
|
|
NullCheck(L_3);
|
|
XmlSchemaType_SetDatatype_m6B9703DD5514CFC9E91850433EC3CABDC18BCB6D_inline(L_3, L_4, NULL);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_5 = V_0;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_6 = ___1_dataType;
|
|
SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_7 = (SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD*)il2cpp_codegen_object_new(SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
SchemaElementDecl__ctor_m274259EC34CE5CE38AE0F38DF2640CBAA9CBB1DF(L_7, L_6, NULL);
|
|
NullCheck(L_5);
|
|
XmlSchemaType_set_ElementDecl_mEEFA6EC6350ABB46B54C3BBEDAD78561F2B09536(L_5, L_7, NULL);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_9;
|
|
L_9 = XmlSchemaType_get_ElementDecl_mB5C4C81B41D43C405C7C888A2AD3AEC77F3DF86C(L_8, NULL);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_10 = V_0;
|
|
NullCheck(L_9);
|
|
SchemaDeclBase_set_SchemaType_m4A34BA7ABAAD6A60F7AE3A2572EDD3E86893A21F_inline(L_9, L_10, NULL);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.DatatypeImplementation::FinishBuiltinType(System.Xml.Schema.XmlSchemaSimpleType,System.Xml.Schema.XmlSchemaSimpleType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DatatypeImplementation_FinishBuiltinType_mC616D58A0F6B20B8A9693B29591EBB90EBF35A72 (XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___0_derivedType, XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___1_baseType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleTypeRestriction_t6A157CF7BAB4B9DE623D7C7693C55070EB1B7D1E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlSchemaSimpleTypeRestriction_t6A157CF7BAB4B9DE623D7C7693C55070EB1B7D1E* V_0 = NULL;
|
|
XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* V_3 = NULL;
|
|
{
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_0 = ___0_derivedType;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_1 = ___1_baseType;
|
|
NullCheck(L_0);
|
|
XmlSchemaType_SetBaseSchemaType_mDEA262EB0B426FC9A29BFFA4A9117308C4469B6C_inline(L_0, L_1, NULL);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_2 = ___0_derivedType;
|
|
NullCheck(L_2);
|
|
XmlSchemaType_SetDerivedBy_m38B846A751256507DF0285C064DC5B488C93B75B_inline(L_2, 4, NULL);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_3 = ___0_derivedType;
|
|
NullCheck(L_3);
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_4;
|
|
L_4 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_3, NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, L_4);
|
|
if (L_5)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
XmlSchemaSimpleTypeRestriction_t6A157CF7BAB4B9DE623D7C7693C55070EB1B7D1E* L_6 = (XmlSchemaSimpleTypeRestriction_t6A157CF7BAB4B9DE623D7C7693C55070EB1B7D1E*)il2cpp_codegen_object_new(XmlSchemaSimpleTypeRestriction_t6A157CF7BAB4B9DE623D7C7693C55070EB1B7D1E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
XmlSchemaSimpleTypeRestriction__ctor_m5777FDD4817C7A77B3F1FD1BA212D3C92370EFFE(L_6, NULL);
|
|
V_0 = L_6;
|
|
XmlSchemaSimpleTypeRestriction_t6A157CF7BAB4B9DE623D7C7693C55070EB1B7D1E* L_7 = V_0;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_8 = ___1_baseType;
|
|
NullCheck(L_8);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_9;
|
|
L_9 = XmlSchemaType_get_QualifiedName_m4DFF2E93FF1C517E0B80685D7F50C26D1F1DB184(L_8, NULL);
|
|
NullCheck(L_7);
|
|
XmlSchemaSimpleTypeRestriction_set_BaseTypeName_mF5693C82788AEE2DD4F3F16C94070C4E2C75BE65(L_7, L_9, NULL);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_10 = ___0_derivedType;
|
|
XmlSchemaSimpleTypeRestriction_t6A157CF7BAB4B9DE623D7C7693C55070EB1B7D1E* L_11 = V_0;
|
|
NullCheck(L_10);
|
|
XmlSchemaSimpleType_set_Content_m0BD0F1CBB3B78632801F8FD34A1637B2DA9FEA01_inline(L_10, L_11, NULL);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_12 = ___0_derivedType;
|
|
NullCheck(L_12);
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_13;
|
|
L_13 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_12, NULL);
|
|
NullCheck(L_13);
|
|
int32_t L_14;
|
|
L_14 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, L_13);
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* L_15 = (XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6*)il2cpp_codegen_object_new(XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6_il2cpp_TypeInfo_var);
|
|
NullCheck(L_15);
|
|
XmlSchemaSimpleTypeList__ctor_m0D8842775F71D08ECCF7E32FCB31E75E69222714(L_15, NULL);
|
|
V_1 = L_15;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_16 = ___0_derivedType;
|
|
NullCheck(L_16);
|
|
XmlSchemaType_SetDerivedBy_m38B846A751256507DF0285C064DC5B488C93B75B_inline(L_16, 8, NULL);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_17 = ___0_derivedType;
|
|
NullCheck(L_17);
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_18;
|
|
L_18 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_17, NULL);
|
|
NullCheck(L_18);
|
|
int32_t L_19;
|
|
L_19 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_18);
|
|
V_2 = L_19;
|
|
int32_t L_20 = V_2;
|
|
if ((((int32_t)L_20) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = V_2;
|
|
if ((((int32_t)L_21) == ((int32_t)((int32_t)38))))
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = V_2;
|
|
if ((((int32_t)L_22) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* L_23 = V_1;
|
|
XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* L_24 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* L_25 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___enumToTypeCode_6;
|
|
NullCheck(L_25);
|
|
int32_t L_26 = ((int32_t)34);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_27 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_28 = L_27;
|
|
V_3 = L_28;
|
|
NullCheck(L_24);
|
|
XmlSchemaSimpleTypeList_set_BaseItemType_m61F5587B0F01AFA876563F998C9EB0206ADB6BFE_inline(L_24, L_28, NULL);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_29 = V_3;
|
|
NullCheck(L_23);
|
|
XmlSchemaSimpleTypeList_set_ItemType_m7651BDF231B9E66FFC12A8AAE74845FB71E71C7B_inline(L_23, L_29, NULL);
|
|
goto IL_00b5;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* L_30 = V_1;
|
|
XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* L_31 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* L_32 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___enumToTypeCode_6;
|
|
NullCheck(L_32);
|
|
int32_t L_33 = ((int32_t)39);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_34 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_35 = L_34;
|
|
V_3 = L_35;
|
|
NullCheck(L_31);
|
|
XmlSchemaSimpleTypeList_set_BaseItemType_m61F5587B0F01AFA876563F998C9EB0206ADB6BFE_inline(L_31, L_35, NULL);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_36 = V_3;
|
|
NullCheck(L_30);
|
|
XmlSchemaSimpleTypeList_set_ItemType_m7651BDF231B9E66FFC12A8AAE74845FB71E71C7B_inline(L_30, L_36, NULL);
|
|
goto IL_00b5;
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* L_37 = V_1;
|
|
XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* L_38 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* L_39 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___enumToTypeCode_6;
|
|
NullCheck(L_39);
|
|
int32_t L_40 = ((int32_t)38);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_41 = (L_39)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_42 = L_41;
|
|
V_3 = L_42;
|
|
NullCheck(L_38);
|
|
XmlSchemaSimpleTypeList_set_BaseItemType_m61F5587B0F01AFA876563F998C9EB0206ADB6BFE_inline(L_38, L_42, NULL);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_43 = V_3;
|
|
NullCheck(L_37);
|
|
XmlSchemaSimpleTypeList_set_ItemType_m7651BDF231B9E66FFC12A8AAE74845FB71E71C7B_inline(L_37, L_43, NULL);
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_44 = ___0_derivedType;
|
|
XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* L_45 = V_1;
|
|
NullCheck(L_44);
|
|
XmlSchemaSimpleType_set_Content_m0BD0F1CBB3B78632801F8FD34A1637B2DA9FEA01_inline(L_44, L_45, NULL);
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.DatatypeImplementation::CreateBuiltinTypes()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DatatypeImplementation_CreateBuiltinTypes_mF61153DAC2391A74ABF42F87022A8261B33F59E9 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F48ACBD0C7C02EF65D6C38C3AD927662ECDB6CE);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA92C60F422399B9E64181540FEB7BB64FF237AFE);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA8CEF9FA2E16350C5BB0F9118C66C518032FCD7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF656DB588A082446562DCF385DA7315EB85D49AB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* V_0 = NULL;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* V_1 = NULL;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* V_2 = NULL;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* V_6 = NULL;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* V_7 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_XsdTypes_88;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = ((int32_t)11);
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
V_1 = L_2;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = SchemaDatatypeMap_get_Name_m8F088C5DED5342342A64F546D0874D860F093F9C_inline(L_3, NULL);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_5 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_5, L_4, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL);
|
|
V_0 = L_5;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
String_t* L_7;
|
|
L_7 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_6, NULL);
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_8;
|
|
L_8 = DatatypeImplementation_FromTypeName_mF6CC73C154B313EEDCFBC193E961B79728187F2D(L_7, NULL);
|
|
V_2 = L_8;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_9 = V_0;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_10 = V_2;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_11;
|
|
L_11 = DatatypeImplementation_StartBuiltinType_m0597E6D95C356F60DD57DFAB68C05720DB715663(L_9, L_10, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___anySimpleType_7 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___anySimpleType_7), (void*)L_11);
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_12 = V_2;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_13 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___anySimpleType_7;
|
|
NullCheck(L_12);
|
|
L_12->___parentSchemaType_4 = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_12->___parentSchemaType_4), (void*)L_13);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_14 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___builtinTypes_5;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_15 = V_0;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_16 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___anySimpleType_7;
|
|
NullCheck(L_14);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(18 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_14, L_15, L_16);
|
|
V_4 = 0;
|
|
goto IL_00b4;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
int32_t L_17 = V_4;
|
|
if ((((int32_t)L_17) == ((int32_t)((int32_t)11))))
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_18 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_XsdTypes_88;
|
|
int32_t L_19 = V_4;
|
|
NullCheck(L_18);
|
|
int32_t L_20 = L_19;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
|
|
V_1 = L_21;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
String_t* L_23;
|
|
L_23 = SchemaDatatypeMap_get_Name_m8F088C5DED5342342A64F546D0874D860F093F9C_inline(L_22, NULL);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_24 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_24);
|
|
XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_24, L_23, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL);
|
|
V_0 = L_24;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_25 = V_0;
|
|
NullCheck(L_25);
|
|
String_t* L_26;
|
|
L_26 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_25, NULL);
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_27;
|
|
L_27 = DatatypeImplementation_FromTypeName_mF6CC73C154B313EEDCFBC193E961B79728187F2D(L_26, NULL);
|
|
V_2 = L_27;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_28 = V_0;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_29 = V_2;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_30;
|
|
L_30 = DatatypeImplementation_StartBuiltinType_m0597E6D95C356F60DD57DFAB68C05720DB715663(L_28, L_29, NULL);
|
|
V_3 = L_30;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_31 = V_2;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_32 = V_3;
|
|
NullCheck(L_31);
|
|
L_31->___parentSchemaType_4 = L_32;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_31->___parentSchemaType_4), (void*)L_32);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_33 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___builtinTypes_5;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_34 = V_0;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_35 = V_3;
|
|
NullCheck(L_33);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(18 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_33, L_34, L_35);
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_36 = V_2;
|
|
NullCheck(L_36);
|
|
int32_t L_37 = L_36->___variety_0;
|
|
if (L_37)
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* L_38 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___enumToTypeCode_6;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_39 = V_2;
|
|
NullCheck(L_39);
|
|
int32_t L_40;
|
|
L_40 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_39);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_41 = V_3;
|
|
NullCheck(L_38);
|
|
ArrayElementTypeCheck (L_38, L_41);
|
|
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(L_40), (XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8*)L_41);
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
int32_t L_42 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_42, 1));
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
int32_t L_43 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_44 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_XsdTypes_88;
|
|
NullCheck(L_44);
|
|
if ((((int32_t)L_43) < ((int32_t)((int32_t)(((RuntimeArray*)L_44)->max_length)))))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
V_5 = 0;
|
|
goto IL_014a;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
int32_t L_45 = V_5;
|
|
if ((((int32_t)L_45) == ((int32_t)((int32_t)11))))
|
|
{
|
|
goto IL_0144;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_46 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_XsdTypes_88;
|
|
int32_t L_47 = V_5;
|
|
NullCheck(L_46);
|
|
int32_t L_48 = L_47;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_49 = (L_46)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
|
|
V_1 = L_49;
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_50 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___builtinTypes_5;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_51 = V_1;
|
|
NullCheck(L_51);
|
|
String_t* L_52;
|
|
L_52 = SchemaDatatypeMap_get_Name_m8F088C5DED5342342A64F546D0874D860F093F9C_inline(L_51, NULL);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_53 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_53);
|
|
XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_53, L_52, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL);
|
|
NullCheck(L_50);
|
|
RuntimeObject* L_54;
|
|
L_54 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(24 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_50, L_53);
|
|
V_6 = ((XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8*)CastclassClass((RuntimeObject*)L_54, XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8_il2cpp_TypeInfo_var));
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_55 = V_1;
|
|
NullCheck(L_55);
|
|
int32_t L_56;
|
|
L_56 = SchemaDatatypeMap_get_ParentIndex_mABC02E4B5D5149472B4BD105AAE21EF6F4B93029_inline(L_55, NULL);
|
|
if ((!(((uint32_t)L_56) == ((uint32_t)((int32_t)11)))))
|
|
{
|
|
goto IL_010f;
|
|
}
|
|
}
|
|
{
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_57 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_58 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___anySimpleType_7;
|
|
DatatypeImplementation_FinishBuiltinType_mC616D58A0F6B20B8A9693B29591EBB90EBF35A72(L_57, L_58, NULL);
|
|
goto IL_0144;
|
|
}
|
|
|
|
IL_010f:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_59 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___builtinTypes_5;
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_60 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_XsdTypes_88;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_61 = V_1;
|
|
NullCheck(L_61);
|
|
int32_t L_62;
|
|
L_62 = SchemaDatatypeMap_get_ParentIndex_mABC02E4B5D5149472B4BD105AAE21EF6F4B93029_inline(L_61, NULL);
|
|
NullCheck(L_60);
|
|
int32_t L_63 = L_62;
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_64 = (L_60)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
|
|
NullCheck(L_64);
|
|
String_t* L_65;
|
|
L_65 = SchemaDatatypeMap_get_Name_m8F088C5DED5342342A64F546D0874D860F093F9C_inline(L_64, NULL);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_66 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_66);
|
|
XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_66, L_65, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL);
|
|
NullCheck(L_59);
|
|
RuntimeObject* L_67;
|
|
L_67 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(24 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_59, L_66);
|
|
V_7 = ((XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8*)CastclassClass((RuntimeObject*)L_67, XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8_il2cpp_TypeInfo_var));
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_68 = V_6;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_69 = V_7;
|
|
DatatypeImplementation_FinishBuiltinType_mC616D58A0F6B20B8A9693B29591EBB90EBF35A72(L_68, L_69, NULL);
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
int32_t L_70 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_70, 1));
|
|
}
|
|
|
|
IL_014a:
|
|
{
|
|
int32_t L_71 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* L_72 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_XsdTypes_88;
|
|
NullCheck(L_72);
|
|
if ((((int32_t)L_71) < ((int32_t)((int32_t)(((RuntimeArray*)L_72)->max_length)))))
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_73 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_73);
|
|
XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_73, _stringLiteralA92C60F422399B9E64181540FEB7BB64FF237AFE, _stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F, NULL);
|
|
V_0 = L_73;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_74 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_75 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_anyAtomicType_81;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_76;
|
|
L_76 = DatatypeImplementation_StartBuiltinType_m0597E6D95C356F60DD57DFAB68C05720DB715663(L_74, L_75, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___anyAtomicType_8 = L_76;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___anyAtomicType_8), (void*)L_76);
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_77 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_anyAtomicType_81;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_78 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___anyAtomicType_8;
|
|
NullCheck(L_77);
|
|
L_77->___parentSchemaType_4 = L_78;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_77->___parentSchemaType_4), (void*)L_78);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_79 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___anyAtomicType_8;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_80 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___anySimpleType_7;
|
|
DatatypeImplementation_FinishBuiltinType_mC616D58A0F6B20B8A9693B29591EBB90EBF35A72(L_79, L_80, NULL);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_81 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___builtinTypes_5;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_82 = V_0;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_83 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___anyAtomicType_8;
|
|
NullCheck(L_81);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(18 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_81, L_82, L_83);
|
|
XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* L_84 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___enumToTypeCode_6;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_85 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___anyAtomicType_8;
|
|
NullCheck(L_84);
|
|
ArrayElementTypeCheck (L_84, L_85);
|
|
(L_84)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8*)L_85);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_86 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_86);
|
|
XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_86, _stringLiteral2F48ACBD0C7C02EF65D6C38C3AD927662ECDB6CE, _stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F, NULL);
|
|
V_0 = L_86;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_87 = V_0;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_88 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_untypedAtomicType_83;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_89;
|
|
L_89 = DatatypeImplementation_StartBuiltinType_m0597E6D95C356F60DD57DFAB68C05720DB715663(L_87, L_88, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___untypedAtomicType_9 = L_89;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___untypedAtomicType_9), (void*)L_89);
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_90 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_untypedAtomicType_83;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_91 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___untypedAtomicType_9;
|
|
NullCheck(L_90);
|
|
L_90->___parentSchemaType_4 = L_91;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_90->___parentSchemaType_4), (void*)L_91);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_92 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___untypedAtomicType_9;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_93 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___anyAtomicType_8;
|
|
DatatypeImplementation_FinishBuiltinType_mC616D58A0F6B20B8A9693B29591EBB90EBF35A72(L_92, L_93, NULL);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_94 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___builtinTypes_5;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_95 = V_0;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_96 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___untypedAtomicType_9;
|
|
NullCheck(L_94);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(18 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_94, L_95, L_96);
|
|
XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* L_97 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___enumToTypeCode_6;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_98 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___untypedAtomicType_9;
|
|
NullCheck(L_97);
|
|
ArrayElementTypeCheck (L_97, L_98);
|
|
(L_97)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8*)L_98);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_99 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_99);
|
|
XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_99, _stringLiteralF656DB588A082446562DCF385DA7315EB85D49AB, _stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F, NULL);
|
|
V_0 = L_99;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_100 = V_0;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_101 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_yearMonthDuration_84;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_102;
|
|
L_102 = DatatypeImplementation_StartBuiltinType_m0597E6D95C356F60DD57DFAB68C05720DB715663(L_100, L_101, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___yearMonthDurationType_10 = L_102;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___yearMonthDurationType_10), (void*)L_102);
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_103 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_yearMonthDuration_84;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_104 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___yearMonthDurationType_10;
|
|
NullCheck(L_103);
|
|
L_103->___parentSchemaType_4 = L_104;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_103->___parentSchemaType_4), (void*)L_104);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_105 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___yearMonthDurationType_10;
|
|
XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* L_106 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___enumToTypeCode_6;
|
|
NullCheck(L_106);
|
|
int32_t L_107 = ((int32_t)17);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_108 = (L_106)->GetAt(static_cast<il2cpp_array_size_t>(L_107));
|
|
DatatypeImplementation_FinishBuiltinType_mC616D58A0F6B20B8A9693B29591EBB90EBF35A72(L_105, L_108, NULL);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_109 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___builtinTypes_5;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_110 = V_0;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_111 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___yearMonthDurationType_10;
|
|
NullCheck(L_109);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(18 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_109, L_110, L_111);
|
|
XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* L_112 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___enumToTypeCode_6;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_113 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___yearMonthDurationType_10;
|
|
NullCheck(L_112);
|
|
ArrayElementTypeCheck (L_112, L_113);
|
|
(L_112)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)53)), (XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8*)L_113);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_114 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_114);
|
|
XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_114, _stringLiteralBA8CEF9FA2E16350C5BB0F9118C66C518032FCD7, _stringLiteral5E5E33DB71E24BED154E676FAF7093D2CD80F59F, NULL);
|
|
V_0 = L_114;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_115 = V_0;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_116 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_dayTimeDuration_82;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_117;
|
|
L_117 = DatatypeImplementation_StartBuiltinType_m0597E6D95C356F60DD57DFAB68C05720DB715663(L_115, L_116, NULL);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___dayTimeDurationType_11 = L_117;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___dayTimeDurationType_11), (void*)L_117);
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_118 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_dayTimeDuration_82;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_119 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___dayTimeDurationType_11;
|
|
NullCheck(L_118);
|
|
L_118->___parentSchemaType_4 = L_119;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_118->___parentSchemaType_4), (void*)L_119);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_120 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___dayTimeDurationType_11;
|
|
XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* L_121 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___enumToTypeCode_6;
|
|
NullCheck(L_121);
|
|
int32_t L_122 = ((int32_t)17);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_123 = (L_121)->GetAt(static_cast<il2cpp_array_size_t>(L_122));
|
|
DatatypeImplementation_FinishBuiltinType_mC616D58A0F6B20B8A9693B29591EBB90EBF35A72(L_120, L_123, NULL);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_124 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___builtinTypes_5;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_125 = V_0;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_126 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___dayTimeDurationType_11;
|
|
NullCheck(L_124);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(18 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_124, L_125, L_126);
|
|
XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* L_127 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___enumToTypeCode_6;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_128 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___dayTimeDurationType_11;
|
|
NullCheck(L_127);
|
|
ArrayElementTypeCheck (L_127, L_128);
|
|
(L_127)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)54)), (XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8*)L_128);
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::GetSimpleTypeFromTypeCode(System.Xml.Schema.XmlTypeCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* DatatypeImplementation_GetSimpleTypeFromTypeCode_mE8ABDBE84124F10FCFD5B300C54BBA8004F8DB16 (int32_t ___0_typeCode, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___enumToTypeCode_6;
|
|
int32_t L_1 = ___0_typeCode;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.DatatypeImplementation::DeriveByList(System.Int32,System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* DatatypeImplementation_DeriveByList_mDBF9A9BBCD40E6CC7D174D491ED5FEE4A14FAB39 (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, int32_t ___0_minSize, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___1_schemaType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = __this->___variety_0;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_2 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral44832A6618EA2A0E064DDB0752063789A8CE8A58)), L_1, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DatatypeImplementation_DeriveByList_mDBF9A9BBCD40E6CC7D174D491ED5FEE4A14FAB39_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
int32_t L_3 = __this->___variety_0;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)2))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
NullCheck(((Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC*)CastclassClass((RuntimeObject*)__this, Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC_il2cpp_TypeInfo_var)));
|
|
bool L_4;
|
|
L_4 = Datatype_union_HasAtomicMembers_m70300DCA89A99BF75D87EABDAB9BF8EBD9348CEA(((Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC*)CastclassClass((RuntimeObject*)__this, Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC_il2cpp_TypeInfo_var)), NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_6 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_6);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral44832A6618EA2A0E064DDB0752063789A8CE8A58)), L_5, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DatatypeImplementation_DeriveByList_mDBF9A9BBCD40E6CC7D174D491ED5FEE4A14FAB39_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int32_t L_7 = ___0_minSize;
|
|
Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E* L_8 = (Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E*)il2cpp_codegen_object_new(Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
Datatype_List__ctor_m46EAB3EA563201D502308B095333A0CC8946E1CB(L_8, __this, L_7, NULL);
|
|
Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E* L_9 = L_8;
|
|
NullCheck(L_9);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_9)->___variety_0 = 1;
|
|
Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E* L_10 = L_9;
|
|
NullCheck(L_10);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_10)->___restriction_1 = (RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_10)->___restriction_1), (void*)(RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117*)NULL);
|
|
Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E* L_11 = L_10;
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_12 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___c_anySimpleType_23;
|
|
NullCheck(L_11);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_11)->___baseType_2 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_11)->___baseType_2), (void*)L_12);
|
|
Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E* L_13 = L_11;
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_14 = ___1_schemaType;
|
|
NullCheck(L_13);
|
|
((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_13)->___parentSchemaType_4 = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF*)L_13)->___parentSchemaType_4), (void*)L_14);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.DatatypeImplementation::IsEqual(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DatatypeImplementation_IsEqual_m6B96DC0A051EBCA3CC0911B37CCD21B1D5F90C19 (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, RuntimeObject* ___0_o1, RuntimeObject* ___1_o2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___0_o1;
|
|
RuntimeObject* L_1 = ___1_o2;
|
|
int32_t L_2;
|
|
L_2 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, __this, L_0, L_1);
|
|
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.DatatypeImplementation::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* DatatypeImplementation_CreateValueConverter_m477C3080FBABE63C725C7C68EC1A0E3164AA8DAE (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E*)NULL;
|
|
}
|
|
}
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* DatatypeImplementation_get_FacetsChecker_m757D53D205AB450859D5A9768882F079765190C5 (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___miscFacetsChecker_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.DatatypeImplementation::get_ValueConverter()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* DatatypeImplementation_get_ValueConverter_m07C9E46321B697C56E4BE3DFCA97C10FE3B5A400 (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_0 = __this->___valueConverter_3;
|
|
if (L_0)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_1 = __this->___parentSchemaType_4;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_2;
|
|
L_2 = VirtualFuncInvoker1< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E*, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(16 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.DatatypeImplementation::CreateValueConverter(System.Xml.Schema.XmlSchemaType) */, __this, L_1);
|
|
__this->___valueConverter_3 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___valueConverter_3), (void*)L_2);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_3 = __this->___valueConverter_3;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Xml.XmlTokenizedType System.Xml.Schema.DatatypeImplementation::get_TokenizedType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DatatypeImplementation_get_TokenizedType_mAEA6F08AA2806DD4B08D50FC805E57A8663312EC (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)12));
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.DatatypeImplementation::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* DatatypeImplementation_get_ValueType_m87CC82BCAA53C810EB2734F16B8C788C6DE0FE1F (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.DatatypeImplementation::get_Variety()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DatatypeImplementation_get_Variety_mFC7F86EC2BF268DAD43250E850AA706195EB6931 (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___variety_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.DatatypeImplementation::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DatatypeImplementation_get_TypeCode_m28A98D948B5056018644F65846B76B7ECA15222E (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(0);
|
|
}
|
|
}
|
|
// System.Xml.Schema.RestrictionFacets System.Xml.Schema.DatatypeImplementation::get_Restriction()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* DatatypeImplementation_get_Restriction_m7740CF2684E0F98A8EC55755DE78D4CDDE0010B1 (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_0 = __this->___restriction_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.DatatypeImplementation::get_BuiltInWhitespaceFacet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DatatypeImplementation_get_BuiltInWhitespaceFacet_mFD2296B7A6243C4E6EE3C9AC8E5A8E7F6A977E14 (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(0);
|
|
}
|
|
}
|
|
// System.Object System.Xml.Schema.DatatypeImplementation::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DatatypeImplementation_ParseValue_m921BE0003D2DFDBC402B6E7DED582F27331EDFCC (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
Exception_t* V_1 = NULL;
|
|
{
|
|
String_t* L_0 = ___0_s;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_1 = ___1_nameTable;
|
|
RuntimeObject* L_2 = ___2_nsmgr;
|
|
Exception_t* L_3;
|
|
L_3 = VirtualFuncInvoker4< Exception_t*, String_t*, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*, RuntimeObject*, RuntimeObject** >::Invoke(12 /* System.Exception System.Xml.Schema.XmlSchemaDatatype::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) */, __this, L_0, L_1, L_2, (&V_0));
|
|
V_1 = L_3;
|
|
Exception_t* L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)3);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_5;
|
|
String_t* L_7 = ___0_s;
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, L_7);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_7);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_6;
|
|
String_t* L_9;
|
|
L_9 = DatatypeImplementation_GetTypeName_mB16D719DF1D26676CC8E517073734EE7D2862635(__this, NULL);
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, L_9);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_9);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_8;
|
|
Exception_t* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
String_t* L_12;
|
|
L_12 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_11);
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, L_12);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_12);
|
|
Exception_t* L_13 = V_1;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_14 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_14);
|
|
XmlSchemaException__ctor_m9505C3D1FC19D24715CEC2FD9A00E58A9502453D(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral971D51C40C3690E34F8691C90801333B2B681EF7)), L_10, L_13, (String_t*)NULL, 0, 0, (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*)NULL, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DatatypeImplementation_ParseValue_m921BE0003D2DFDBC402B6E7DED582F27331EDFCC_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
int32_t L_15;
|
|
L_15 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, __this);
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_16 = V_0;
|
|
NullCheck(((XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50*)IsInstClass((RuntimeObject*)L_16, XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50_il2cpp_TypeInfo_var)));
|
|
RuntimeObject* L_17;
|
|
L_17 = XsdSimpleValue_get_TypedValue_mBC6C3E73A5E817F5A9232983714704820CC17B46_inline(((XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50*)IsInstClass((RuntimeObject*)L_16, XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50_il2cpp_TypeInfo_var)), NULL);
|
|
return L_17;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
RuntimeObject* L_18 = V_0;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.String System.Xml.Schema.DatatypeImplementation::GetTypeName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DatatypeImplementation_GetTypeName_mB16D719DF1D26676CC8E517073734EE7D2862635 (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, const RuntimeMethod* method)
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = __this->___parentSchemaType_4;
|
|
V_0 = L_0;
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_3;
|
|
L_3 = XmlSchemaType_get_QualifiedName_m4DFF2E93FF1C517E0B80685D7F50C26D1F1DB184(L_2, NULL);
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = XmlQualifiedName_get_IsEmpty_m37942163D9A870E85BE8762845953C6A6579A400(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
String_t* L_5;
|
|
L_5 = XmlSchemaDatatype_get_TypeCodeString_mC4DD224D43325E0D5E8B421312614C86BC85329D(__this, NULL);
|
|
V_1 = L_5;
|
|
goto IL_002c;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_7;
|
|
L_7 = XmlSchemaType_get_QualifiedName_m4DFF2E93FF1C517E0B80685D7F50C26D1F1DB184(L_6, NULL);
|
|
NullCheck(L_7);
|
|
String_t* L_8;
|
|
L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
|
|
V_1 = L_8;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
String_t* L_9 = V_1;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.DatatypeImplementation::Compare(System.Byte[],System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DatatypeImplementation_Compare_mAAC72E2362C6C2534E06E1AC68E409920346E72C (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value1, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_value1;
|
|
NullCheck(L_0);
|
|
V_0 = ((int32_t)(((RuntimeArray*)L_0)->max_length));
|
|
int32_t L_1 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___1_value2;
|
|
NullCheck(L_2);
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
V_1 = 0;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___0_value1;
|
|
int32_t L_4 = V_1;
|
|
NullCheck(L_3);
|
|
int32_t L_5 = L_4;
|
|
uint8_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___1_value2;
|
|
int32_t L_8 = V_1;
|
|
NullCheck(L_7);
|
|
int32_t L_9 = L_8;
|
|
uint8_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
|
|
if ((((int32_t)L_6) == ((int32_t)L_10)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_11 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.DatatypeImplementation::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DatatypeImplementation__ctor_m043C9552B9BADD73BFD9630123788F3B71BCC3EB (DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaDatatype__ctor_mF5996056D6A960EBC6B5CB40E747FCF8B0DCB71E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::.ctor(System.String,System.Xml.Schema.DatatypeImplementation)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaDatatypeMap__ctor_m9CE8F7724902B386FE268A570E8BA42BAEC54F27 (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* __this, String_t* ___0_name, DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___1_type, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
String_t* L_0 = ___0_name;
|
|
__this->___name_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___name_0), (void*)L_0);
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_1 = ___1_type;
|
|
__this->___type_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___type_1), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::.ctor(System.String,System.Xml.Schema.DatatypeImplementation,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaDatatypeMap__ctor_m4072D54A3AD00E44099CEE1DEE5AF138452A9071 (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* __this, String_t* ___0_name, DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___1_type, int32_t ___2_parentIndex, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
String_t* L_0 = ___0_name;
|
|
__this->___name_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___name_0), (void*)L_0);
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_1 = ___1_type;
|
|
__this->___type_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___type_1), (void*)L_1);
|
|
int32_t L_2 = ___2_parentIndex;
|
|
__this->___parentIndex_2 = L_2;
|
|
return;
|
|
}
|
|
}
|
|
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::op_Explicit(System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* SchemaDatatypeMap_op_Explicit_mA31E84DF0BCB642F3D3F1E3323F58B3A2E391580 (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* ___0_sdm, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_0 = ___0_sdm;
|
|
NullCheck(L_0);
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_1 = L_0->___type_1;
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::get_Name()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaDatatypeMap_get_Name_m8F088C5DED5342342A64F546D0874D860F093F9C (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___name_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::get_ParentIndex()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaDatatypeMap_get_ParentIndex_mABC02E4B5D5149472B4BD105AAE21EF6F4B93029 (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___parentIndex_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap::CompareTo(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaDatatypeMap_CompareTo_mF4A5F264FCDCD361C0C926AFADFA861CB5B7313D (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = __this->___name_0;
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
int32_t L_2;
|
|
L_2 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_0, ((String_t*)CastclassSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)), 4, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_List::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* Datatype_List_CreateValueConverter_mBECAF7EB0A79C9A93FF0D9696D339EABE6ECEA4C (Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* V_0 = NULL;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* V_1 = NULL;
|
|
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* V_2 = NULL;
|
|
XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* V_3 = NULL;
|
|
{
|
|
V_0 = (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF*)NULL;
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___0_schemaType;
|
|
V_2 = ((XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)IsInstClass((RuntimeObject*)L_0, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var));
|
|
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_1 = V_2;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_2 = V_2;
|
|
NullCheck(L_2);
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_3;
|
|
L_3 = XmlSchemaType_get_BaseXmlSchemaType_mB970BEBE5AA98845F853E4136C970E8B822C64C9_inline(L_2, NULL);
|
|
V_1 = ((XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8*)IsInstClass((RuntimeObject*)L_3, XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8_il2cpp_TypeInfo_var));
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_4 = V_1;
|
|
if (L_4)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_5 = V_2;
|
|
NullCheck(L_5);
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_6;
|
|
L_6 = XmlSchemaType_get_BaseXmlSchemaType_mB970BEBE5AA98845F853E4136C970E8B822C64C9_inline(L_5, NULL);
|
|
V_2 = ((XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)IsInstClass((RuntimeObject*)L_6, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var));
|
|
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_7 = V_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_8 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var);
|
|
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_9;
|
|
L_9 = XmlSchemaComplexType_get_AnyType_m8849843192B524BE39AB9F20BECBF40479644573_inline(NULL);
|
|
if ((!(((RuntimeObject*)(XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)L_8) == ((RuntimeObject*)(XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)L_9))))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_10 = ___0_schemaType;
|
|
V_1 = ((XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8*)IsInstClass((RuntimeObject*)L_10, XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_11 = V_1;
|
|
if (!L_11)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091* L_13;
|
|
L_13 = XmlSchemaSimpleType_get_Content_mCB30920833956BE92591B664C0036D0C138B7C54_inline(L_12, NULL);
|
|
V_3 = ((XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6*)IsInstClass((RuntimeObject*)L_13, XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6_il2cpp_TypeInfo_var));
|
|
XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* L_14 = V_3;
|
|
if (!L_14)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* L_15 = V_3;
|
|
NullCheck(L_15);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_16;
|
|
L_16 = XmlSchemaSimpleTypeList_get_BaseItemType_mAB81D9EC2A6AC04FB8F926664A19A4367CF54BD8_inline(L_15, NULL);
|
|
V_0 = L_16;
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_18;
|
|
L_18 = XmlSchemaType_get_BaseXmlSchemaType_mB970BEBE5AA98845F853E4136C970E8B822C64C9_inline(L_17, NULL);
|
|
V_1 = ((XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8*)IsInstClass((RuntimeObject*)L_18, XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8_il2cpp_TypeInfo_var));
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_19 = V_1;
|
|
if (!L_19)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_20 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_21;
|
|
L_21 = DatatypeImplementation_get_AnySimpleType_m0ABC447DC26C4E76F77B93316E1078712A7F4DD2_inline(NULL);
|
|
if ((!(((RuntimeObject*)(XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8*)L_20) == ((RuntimeObject*)(XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8*)L_21))))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_22 = V_0;
|
|
if (L_22)
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_23 = ___0_schemaType;
|
|
NullCheck(L_23);
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_24;
|
|
L_24 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_23, NULL);
|
|
NullCheck(L_24);
|
|
int32_t L_25;
|
|
L_25 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_24);
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_26;
|
|
L_26 = DatatypeImplementation_GetSimpleTypeFromTypeCode_mE8ABDBE84124F10FCFD5B300C54BBA8004F8DB16(L_25, NULL);
|
|
V_0 = L_26;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_27 = V_0;
|
|
NullCheck(L_27);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_28;
|
|
L_28 = XmlSchemaType_get_ValueConverter_mCCC5AAC678099B787A16302E74037FC05E0522C8(L_27, NULL);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_29;
|
|
L_29 = XmlListConverter_Create_m21563D9879C347109B503CCDB2D80449B35F2B91(L_28, NULL);
|
|
return L_29;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_List::.ctor(System.Xml.Schema.DatatypeImplementation,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_List__ctor_m46EAB3EA563201D502308B095333A0CC8946E1CB (Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E* __this, DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___0_type, int32_t ___1_minListSize, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL);
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_0 = ___0_type;
|
|
__this->___itemType_91 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___itemType_91), (void*)L_0);
|
|
int32_t L_1 = ___1_minListSize;
|
|
__this->___minListSize_92 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_List::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_List_Compare_m7420CBE0BC506BAF33B841272D2D809B047CA2B7 (Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeArray* V_0 = NULL;
|
|
RuntimeArray* V_1 = NULL;
|
|
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* V_2 = NULL;
|
|
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* V_3 = NULL;
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
V_0 = ((RuntimeArray*)CastclassClass((RuntimeObject*)L_0, RuntimeArray_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
V_1 = ((RuntimeArray*)CastclassClass((RuntimeObject*)L_1, RuntimeArray_il2cpp_TypeInfo_var));
|
|
RuntimeArray* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(L_2, NULL);
|
|
RuntimeArray* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(L_4, NULL);
|
|
if ((((int32_t)L_3) == ((int32_t)L_5)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
RuntimeArray* L_6 = V_0;
|
|
V_2 = ((XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409*)IsInst((RuntimeObject*)L_6, XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409_il2cpp_TypeInfo_var));
|
|
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* L_7 = V_2;
|
|
if (!L_7)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
RuntimeArray* L_8 = V_1;
|
|
V_3 = ((XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409*)IsInst((RuntimeObject*)L_8, XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409_il2cpp_TypeInfo_var));
|
|
V_5 = 0;
|
|
goto IL_0074;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* L_9 = V_2;
|
|
int32_t L_10 = V_5;
|
|
NullCheck(L_9);
|
|
int32_t L_11 = L_10;
|
|
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_12 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
|
|
NullCheck(L_12);
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_13;
|
|
L_13 = VirtualFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.XPath.XPathItem::get_XmlType() */, L_12);
|
|
V_4 = L_13;
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_14 = V_4;
|
|
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* L_15 = V_3;
|
|
int32_t L_16 = V_5;
|
|
NullCheck(L_15);
|
|
int32_t L_17 = L_16;
|
|
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
NullCheck(L_18);
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_19;
|
|
L_19 = VirtualFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.XPath.XPathItem::get_XmlType() */, L_18);
|
|
if ((!(((RuntimeObject*)(XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF*)L_14) == ((RuntimeObject*)(XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF*)L_19))))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_20 = V_4;
|
|
NullCheck(L_20);
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_21;
|
|
L_21 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_20, NULL);
|
|
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* L_22 = V_2;
|
|
int32_t L_23 = V_5;
|
|
NullCheck(L_22);
|
|
int32_t L_24 = L_23;
|
|
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_25 = (L_22)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
|
|
NullCheck(L_25);
|
|
RuntimeObject* L_26;
|
|
L_26 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Object System.Xml.XPath.XPathItem::get_TypedValue() */, L_25);
|
|
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* L_27 = V_3;
|
|
int32_t L_28 = V_5;
|
|
NullCheck(L_27);
|
|
int32_t L_29 = L_28;
|
|
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_30 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
|
|
NullCheck(L_30);
|
|
RuntimeObject* L_31;
|
|
L_31 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Object System.Xml.XPath.XPathItem::get_TypedValue() */, L_30);
|
|
NullCheck(L_21);
|
|
bool L_32;
|
|
L_32 = VirtualFuncInvoker2< bool, RuntimeObject*, RuntimeObject* >::Invoke(15 /* System.Boolean System.Xml.Schema.XmlSchemaDatatype::IsEqual(System.Object,System.Object) */, L_21, L_26, L_31);
|
|
if (L_32)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
int32_t L_33 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_33, 1));
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
int32_t L_34 = V_5;
|
|
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* L_35 = V_2;
|
|
NullCheck(L_35);
|
|
if ((((int32_t)L_34) < ((int32_t)((int32_t)(((RuntimeArray*)L_35)->max_length)))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
V_6 = 0;
|
|
goto IL_00a7;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_36 = __this->___itemType_91;
|
|
RuntimeArray* L_37 = V_0;
|
|
int32_t L_38 = V_6;
|
|
NullCheck(L_37);
|
|
RuntimeObject* L_39;
|
|
L_39 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21(L_37, L_38, NULL);
|
|
RuntimeArray* L_40 = V_1;
|
|
int32_t L_41 = V_6;
|
|
NullCheck(L_40);
|
|
RuntimeObject* L_42;
|
|
L_42 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21(L_40, L_41, NULL);
|
|
NullCheck(L_36);
|
|
int32_t L_43;
|
|
L_43 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_36, L_39, L_42);
|
|
if (!L_43)
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
int32_t L_44 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_44, 1));
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
int32_t L_45 = V_6;
|
|
RuntimeArray* L_46 = V_0;
|
|
NullCheck(L_46);
|
|
int32_t L_47;
|
|
L_47 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(L_46, NULL);
|
|
if ((((int32_t)L_45) < ((int32_t)L_47)))
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_List::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_List_get_ValueType_m55F8E83830827BB0C1D659F506836C303963C7B2 (Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t* L_0;
|
|
L_0 = VirtualFuncInvoker0< Type_t* >::Invoke(17 /* System.Type System.Xml.Schema.DatatypeImplementation::get_ListValueType() */, __this);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_List::get_TokenizedType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_List_get_TokenizedType_m9CA4809F0BCEE0EC7255230F8AEB814986730F74 (Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_0 = __this->___itemType_91;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_List::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_List_get_ListValueType_mB3B8D3441BB66C4CFF9741FBD005CE39311C1337 (Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_0 = __this->___itemType_91;
|
|
NullCheck(L_0);
|
|
Type_t* L_1;
|
|
L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(17 /* System.Type System.Xml.Schema.DatatypeImplementation::get_ListValueType() */, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_List::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_List_get_FacetsChecker_mC484C6CAFC0AF7F098075CBB55D2BA720307D9D3 (Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___listFacetsChecker_20;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_List::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_List_get_TypeCode_mD91FDE1CBB5D7FBF4554EFC55B1CFF4856B3F40B (Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_0 = __this->___itemType_91;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_List::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_List_TryParseValue_m96501AEF43FFC713284284061BE10C59E7108375 (Datatype_List_t5BC4BBB6ED2970B7737EF4AA2829E534F0676F9E* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral606D85602184211DB21C40AEC7FD6715395189C6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_1 = NULL;
|
|
RuntimeObject* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50* V_6 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_7 = NULL;
|
|
int32_t V_8 = 0;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___listFacetsChecker_20;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_011b;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_4, NULL);
|
|
V_1 = L_4;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_5 = __this->___itemType_91;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, L_5);
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8;
|
|
L_8 = XmlConvert_SplitString_mA7AA35B88D14E59B173FCA6406B408EF3C83F02D(L_7, NULL);
|
|
V_4 = L_8;
|
|
V_5 = 0;
|
|
goto IL_007d;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_9 = __this->___itemType_91;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = V_4;
|
|
int32_t L_11 = V_5;
|
|
NullCheck(L_10);
|
|
int32_t L_12 = L_11;
|
|
String_t* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_14 = ___1_nameTable;
|
|
RuntimeObject* L_15 = ___2_nsmgr;
|
|
NullCheck(L_9);
|
|
Exception_t* L_16;
|
|
L_16 = VirtualFuncInvoker4< Exception_t*, String_t*, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*, RuntimeObject*, RuntimeObject** >::Invoke(12 /* System.Exception System.Xml.Schema.XmlSchemaDatatype::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) */, L_9, L_13, L_14, L_15, (&V_3));
|
|
V_0 = L_16;
|
|
Exception_t* L_17 = V_0;
|
|
if (L_17)
|
|
{
|
|
goto IL_011b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_18 = V_3;
|
|
V_6 = ((XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50*)CastclassClass((RuntimeObject*)L_18, XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50_il2cpp_TypeInfo_var));
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_19 = V_1;
|
|
XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50* L_20 = V_6;
|
|
NullCheck(L_20);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_21;
|
|
L_21 = XsdSimpleValue_get_XmlType_m07EE21F2D2F24D95FF370544A1C8610CF363A61E_inline(L_20, NULL);
|
|
XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50* L_22 = V_6;
|
|
NullCheck(L_22);
|
|
RuntimeObject* L_23;
|
|
L_23 = XsdSimpleValue_get_TypedValue_mBC6C3E73A5E817F5A9232983714704820CC17B46_inline(L_22, NULL);
|
|
RuntimeObject* L_24 = ___2_nsmgr;
|
|
XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* L_25 = (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)il2cpp_codegen_object_new(XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
|
|
NullCheck(L_25);
|
|
XmlAtomicValue__ctor_m7787147F7BDA89E00EF133C22C5B467662FDCADA(L_25, L_21, L_23, L_24, NULL);
|
|
NullCheck(L_19);
|
|
int32_t L_26;
|
|
L_26 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(27 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_19, L_25);
|
|
int32_t L_27 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_27, 1));
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
int32_t L_28 = V_5;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_29 = V_4;
|
|
NullCheck(L_29);
|
|
if ((((int32_t)L_28) < ((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_30 = V_1;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_31 = { reinterpret_cast<intptr_t> (XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_32;
|
|
L_32 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_31, NULL);
|
|
NullCheck(L_30);
|
|
RuntimeArray* L_33;
|
|
L_33 = VirtualFuncInvoker1< RuntimeArray*, Type_t* >::Invoke(43 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_30, L_32);
|
|
V_2 = L_33;
|
|
goto IL_00e7;
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
String_t* L_34 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_35;
|
|
L_35 = XmlConvert_SplitString_mA7AA35B88D14E59B173FCA6406B408EF3C83F02D(L_34, NULL);
|
|
V_7 = L_35;
|
|
V_8 = 0;
|
|
goto IL_00cd;
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_36 = __this->___itemType_91;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_37 = V_7;
|
|
int32_t L_38 = V_8;
|
|
NullCheck(L_37);
|
|
int32_t L_39 = L_38;
|
|
String_t* L_40 = (L_37)->GetAt(static_cast<il2cpp_array_size_t>(L_39));
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_41 = ___1_nameTable;
|
|
RuntimeObject* L_42 = ___2_nsmgr;
|
|
RuntimeObject** L_43 = ___3_typedValue;
|
|
NullCheck(L_36);
|
|
Exception_t* L_44;
|
|
L_44 = VirtualFuncInvoker4< Exception_t*, String_t*, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*, RuntimeObject*, RuntimeObject** >::Invoke(12 /* System.Exception System.Xml.Schema.XmlSchemaDatatype::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&) */, L_36, L_40, L_41, L_42, L_43);
|
|
V_0 = L_44;
|
|
Exception_t* L_45 = V_0;
|
|
if (L_45)
|
|
{
|
|
goto IL_011b;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_46 = V_1;
|
|
RuntimeObject** L_47 = ___3_typedValue;
|
|
RuntimeObject* L_48 = *((RuntimeObject**)L_47);
|
|
NullCheck(L_46);
|
|
int32_t L_49;
|
|
L_49 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(27 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_46, L_48);
|
|
int32_t L_50 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_50, 1));
|
|
}
|
|
|
|
IL_00cd:
|
|
{
|
|
int32_t L_51 = V_8;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_52 = V_7;
|
|
NullCheck(L_52);
|
|
if ((((int32_t)L_51) < ((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length)))))
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_53 = V_1;
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_54 = __this->___itemType_91;
|
|
NullCheck(L_54);
|
|
Type_t* L_55;
|
|
L_55 = VirtualFuncInvoker0< Type_t* >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_54);
|
|
NullCheck(L_53);
|
|
RuntimeArray* L_56;
|
|
L_56 = VirtualFuncInvoker1< RuntimeArray*, Type_t* >::Invoke(43 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_53, L_55);
|
|
V_2 = L_56;
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_57 = V_1;
|
|
NullCheck(L_57);
|
|
int32_t L_58;
|
|
L_58 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_57);
|
|
int32_t L_59 = __this->___minListSize_92;
|
|
if ((((int32_t)L_58) >= ((int32_t)L_59)))
|
|
{
|
|
goto IL_0105;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_60 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_61 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_61);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_61, _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6, L_60, NULL);
|
|
return L_61;
|
|
}
|
|
|
|
IL_0105:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_62 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___listFacetsChecker_20;
|
|
RuntimeObject* L_63 = V_2;
|
|
NullCheck(L_62);
|
|
Exception_t* L_64;
|
|
L_64 = VirtualFuncInvoker2< Exception_t*, RuntimeObject*, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(5 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype) */, L_62, L_63, __this);
|
|
V_0 = L_64;
|
|
Exception_t* L_65 = V_0;
|
|
if (L_65)
|
|
{
|
|
goto IL_011b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_66 = ___3_typedValue;
|
|
RuntimeObject* L_67 = V_2;
|
|
*((RuntimeObject**)L_66) = (RuntimeObject*)L_67;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_66, (void*)(RuntimeObject*)L_67);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_011b:
|
|
{
|
|
Exception_t* L_68 = V_0;
|
|
return L_68;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Boolean System.Xml.Schema.Datatype_union::HasAtomicMembers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Datatype_union_HasAtomicMembers_m70300DCA89A99BF75D87EABDAB9BF8EBD9348CEA (Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* L_0 = __this->___types_93;
|
|
int32_t L_1 = V_0;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
NullCheck(L_3);
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_4;
|
|
L_4 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_3, NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, L_4);
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)1))))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
int32_t L_7 = V_0;
|
|
XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* L_8 = __this->___types_93;
|
|
NullCheck(L_8);
|
|
if ((((int32_t)L_7) < ((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_union::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_union__cctor_m7EB25B9EA8F9BE82F3A6B64BBE4BCF9F472367E3 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC_il2cpp_TypeInfo_var))->___atomicValueType_91 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC_il2cpp_TypeInfo_var))->___atomicValueType_91), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC_il2cpp_TypeInfo_var))->___listValueType_92 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_union_t22C688740C641369128CF9524F387AE2B28C3FAC_il2cpp_TypeInfo_var))->___listValueType_92), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_anySimpleType::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* Datatype_anySimpleType_CreateValueConverter_mF754FE6248590771E076A7E90CB6A62BD5A7B1B0 (Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_0 = ((XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var))->___Untyped_34;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_anySimpleType::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_anySimpleType_get_FacetsChecker_mB486029A1F24B6FA195C9561768B0E67C1F6A70B (Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___miscFacetsChecker_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_anySimpleType::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_anySimpleType_get_ValueType_mC9C0ACC15AE9807DF6715004296192D53C376B62 (Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var))->___atomicValueType_89;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_anySimpleType::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_anySimpleType_get_TypeCode_mBABA0BC36CFAFF1CF1E112EA1C6DD2F760A84E79 (Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)10));
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_anySimpleType::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_anySimpleType_get_ListValueType_m0F92A5C273D7CD4BBD716CF7A1941DEBD870BFAA (Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var))->___listValueType_90;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_anySimpleType::get_TokenizedType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_anySimpleType_get_TokenizedType_m3A01D65FC8F6AA55D16A0FA0E4D2622339BBBA7F (Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)12));
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_anySimpleType::get_BuiltInWhitespaceFacet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_anySimpleType_get_BuiltInWhitespaceFacet_m155420B8D883A47A48637BD996B7BCE6726CD9EF (Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_anySimpleType::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_anySimpleType_Compare_m5F22BCD68AF5A3784742FB5221FF434468A16D57 (Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0);
|
|
RuntimeObject* L_2 = ___1_value2;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
|
|
int32_t L_4;
|
|
L_4 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_1, L_3, 4, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_anySimpleType::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_anySimpleType_TryParseValue_m2E4CD3018EE7EEB983337CB26C1FBA2A9A8DCDED (Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
String_t* L_1 = ___0_s;
|
|
String_t* L_2;
|
|
L_2 = XmlComplianceUtil_NonCDataNormalize_m05104F40CDDB7AA097927219C896E3AF39715E67(L_1, NULL);
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)L_2);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_anySimpleType::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5 (Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
DatatypeImplementation__ctor_m043C9552B9BADD73BFD9630123788F3B71BCC3EB(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_anySimpleType::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_anySimpleType__cctor_mDF1AE3E9753E4343E5A703886F7AEA75DF855DED (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var))->___atomicValueType_89 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var))->___atomicValueType_89), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var))->___listValueType_90 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var))->___listValueType_90), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_anyAtomicType::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* Datatype_anyAtomicType_CreateValueConverter_m257AFA06B3819959321BDC0DA4481113B44E73B8 (Datatype_anyAtomicType_t5A7C513178CC1454D49AF2AEB1F7A2C2F6CC6B4C* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_0 = ((XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_StaticFields*)il2cpp_codegen_static_fields_for(XmlAnyConverter_tBC4927E3D9A1A421B198890D5A743D059855AF0F_il2cpp_TypeInfo_var))->___AnyAtomic_33;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_anyAtomicType::get_BuiltInWhitespaceFacet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_anyAtomicType_get_BuiltInWhitespaceFacet_m71EF5D16C369807AB99CD3D22392249BD5E367DC (Datatype_anyAtomicType_t5A7C513178CC1454D49AF2AEB1F7A2C2F6CC6B4C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(0);
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_anyAtomicType::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_anyAtomicType_get_TypeCode_m150419C8DD9E77C7F81E7F90E9FCE13F71AE818B (Datatype_anyAtomicType_t5A7C513178CC1454D49AF2AEB1F7A2C2F6CC6B4C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)10));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_anyAtomicType::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_anyAtomicType__ctor_m8A70E617CA90DCE030E0A7E350E7B255922B7613 (Datatype_anyAtomicType_t5A7C513178CC1454D49AF2AEB1F7A2C2F6CC6B4C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_untypedAtomicType::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* Datatype_untypedAtomicType_CreateValueConverter_m36116580FD69980A570804565E99EF2C3DBE362B (Datatype_untypedAtomicType_tC94703E969B9E7CD609DF5E56361955F932AD0B8* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_0 = ((XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var))->___Untyped_34;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_untypedAtomicType::get_BuiltInWhitespaceFacet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_untypedAtomicType_get_BuiltInWhitespaceFacet_m6D67E33F6801F2FE2EC2D3D8AB7796F3EADB2FC8 (Datatype_untypedAtomicType_tC94703E969B9E7CD609DF5E56361955F932AD0B8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(0);
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_untypedAtomicType::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_untypedAtomicType_get_TypeCode_m68FEDDBE2D03FD11E0FC5FB65251B0251F9CE65A (Datatype_untypedAtomicType_tC94703E969B9E7CD609DF5E56361955F932AD0B8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)11));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_untypedAtomicType::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_untypedAtomicType__ctor_m5A929A78184090E740F523FDD1E5B2F60B6E2BA9 (Datatype_untypedAtomicType_tC94703E969B9E7CD609DF5E56361955F932AD0B8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Datatype_anyAtomicType__ctor_m8A70E617CA90DCE030E0A7E350E7B255922B7613(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_string::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* Datatype_string_CreateValueConverter_m32F4B5901DADE8325A97246F3E3C062C59465303 (Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___0_schemaType;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = XmlStringConverter_Create_m23A4D1CCC30D6D429BBBEC289CA21E213B8AD64B(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_string::get_BuiltInWhitespaceFacet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_string_get_BuiltInWhitespaceFacet_m28B5F43A78A026A22F2F810C33E01BC6A229D8CA (Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(0);
|
|
}
|
|
}
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_string::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_string_get_FacetsChecker_m4E31E896669F61B963AE536BD81AC8ECBCBB1FFF (Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___stringFacetsChecker_14;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_string::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_string_get_TypeCode_mB0E339E1B6147F36B3A90BF90D0B4E9AC8CA2DBC (Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)12));
|
|
}
|
|
}
|
|
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_string::get_TokenizedType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_string_get_TokenizedType_mBEEA698BEA6371F3CC5D2E750913CD90682435C1 (Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(0);
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_string::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_string_TryParseValue_mC4AA4DC55AA6C53C4C9FFAC2534513117D81456B (Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___stringFacetsChecker_14;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_4 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___stringFacetsChecker_14;
|
|
String_t* L_5 = ___0_s;
|
|
NullCheck(L_4);
|
|
Exception_t* L_6;
|
|
L_6 = VirtualFuncInvoker2< Exception_t*, String_t*, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(13 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype) */, L_4, L_5, __this);
|
|
V_0 = L_6;
|
|
Exception_t* L_7 = V_0;
|
|
if (L_7)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_8 = ___3_typedValue;
|
|
String_t* L_9 = ___0_s;
|
|
*((RuntimeObject**)L_8) = (RuntimeObject*)L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_8, (void*)(RuntimeObject*)L_9);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
Exception_t* L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_string::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_string__ctor_m4B4A5FCCD9882F40E91B77F1B1718AB17C33DF2B (Datatype_string_tC9795B61DB5B262F434A8B122EA0C7ED6C4B8F58* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_boolean::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* Datatype_boolean_CreateValueConverter_mCC6C446E89535679DE93F7E41082C07CA25BF1D5 (Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___0_schemaType;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = XmlBooleanConverter_Create_m21C2ED89C52A8F7EE9440510C9DC5EC1A76F9DC8(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_boolean::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_boolean_get_FacetsChecker_m8AC74CB8760D68607DC92A5CB64C439E3CBB0EDF (Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___miscFacetsChecker_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_boolean::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_boolean_get_TypeCode_m9E30BAB4C93BDD2E2C2913D9BC846FBD893D2B6E (Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)13));
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_boolean::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_boolean_get_ValueType_m46086DBD46E9945CF4CA80B88D64A1C01346287C (Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_il2cpp_TypeInfo_var))->___atomicValueType_91;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_boolean::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_boolean_get_ListValueType_m27571CBDBA5B28C506F0A1AEFBFC8AAB4779D900 (Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_il2cpp_TypeInfo_var))->___listValueType_92;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_boolean::get_BuiltInWhitespaceFacet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_boolean_get_BuiltInWhitespaceFacet_m1D0A0FABE0A115635C93BF16A93721DC498C53F4 (Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_boolean::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_boolean_Compare_mFBD10971601B7A6A2624C77ED82BE6FD3F6D6985 (Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
V_0 = ((*(bool*)((bool*)(bool*)UnBox(L_0, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
int32_t L_2;
|
|
L_2 = Boolean_CompareTo_mB21CF195A8AB25CA8C228FECCD17F3C4C37BFBBC((&V_0), L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_boolean::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_boolean_TryParseValue_m7191C09A02966272F86EEE136D4C0771463270B4 (Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___miscFacetsChecker_15;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_5;
|
|
L_5 = XmlConvert_TryToBoolean_m69845D5EF91CF9C6E485FAEBC75B67C16A118E2A(L_4, (&V_1), NULL);
|
|
V_0 = L_5;
|
|
Exception_t* L_6 = V_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_7 = ___3_typedValue;
|
|
bool L_8 = V_1;
|
|
bool L_9 = L_8;
|
|
RuntimeObject* L_10 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_9);
|
|
*((RuntimeObject**)L_7) = (RuntimeObject*)L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_7, (void*)(RuntimeObject*)L_10);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
Exception_t* L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_boolean::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_boolean__ctor_mC72E0F2676F9D73635F63A8718800689F7362EFC (Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_boolean::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_boolean__cctor_mC743628D8EC41722C242D4919EE0C4A08CC0BF20 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_il2cpp_TypeInfo_var))->___atomicValueType_91 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_il2cpp_TypeInfo_var))->___atomicValueType_91), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_il2cpp_TypeInfo_var))->___listValueType_92 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_boolean_t323A51F179D8353A733CCC602401CF2FA20617D9_il2cpp_TypeInfo_var))->___listValueType_92), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_float::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* Datatype_float_CreateValueConverter_m5E70187EAA7AE40392B3EB3B223EEE13EE5A0454 (Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___0_schemaType;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = XmlNumeric2Converter_Create_m6E89C2BF9CBA1DFAB78C920B8CA859A003ED4D21(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_float::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_float_get_FacetsChecker_mAC95B06ED14D0ABFE6BC1691306858F8D0D2ED67 (Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___numeric2FacetsChecker_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_float::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_float_get_TypeCode_m546B2A4DC0CEAC136E4BF53FDADBDA64BD57F25C (Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)15));
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_float::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_float_get_ValueType_m263FA390D677147E99CE7FFBB31BEEFF491304B7 (Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var))->___atomicValueType_91;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_float::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_float_get_ListValueType_m39BCF7AFB184B43573C48BB80D672E85F67BCD87 (Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var))->___listValueType_92;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_float::get_BuiltInWhitespaceFacet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_float_get_BuiltInWhitespaceFacet_m237BB9313F256A424B5C9D25D558D0E440DD3286 (Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_float::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_float_Compare_m044CD484171D207E53DC6E472EF1BAD3D4EBC967 (Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
V_0 = ((*(float*)((float*)(float*)UnBox(L_0, Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
int32_t L_2;
|
|
L_2 = Single_CompareTo_mAD407AC6ADA9D53ED2D0DD43254B6EE5A96F49A5((&V_0), L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_float::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_float_TryParseValue_m2DC3EA93A82D57529BE1FDB927B00517D520DA58 (Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
float V_1 = 0.0f;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___numeric2FacetsChecker_16;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_5;
|
|
L_5 = XmlConvert_TryToSingle_mE537B50A56CB3020B48B14FD728E0C0FAF9490CA(L_4, (&V_1), NULL);
|
|
V_0 = L_5;
|
|
Exception_t* L_6 = V_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_7 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___numeric2FacetsChecker_16;
|
|
float L_8 = V_1;
|
|
NullCheck(L_7);
|
|
Exception_t* L_9;
|
|
L_9 = VirtualFuncInvoker2< Exception_t*, float, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(12 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Single,System.Xml.Schema.XmlSchemaDatatype) */, L_7, L_8, __this);
|
|
V_0 = L_9;
|
|
Exception_t* L_10 = V_0;
|
|
if (L_10)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_11 = ___3_typedValue;
|
|
float L_12 = V_1;
|
|
float L_13 = L_12;
|
|
RuntimeObject* L_14 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_13);
|
|
*((RuntimeObject**)L_11) = (RuntimeObject*)L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_14);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
Exception_t* L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_float::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_float__ctor_mF909482A1E954A77EEFAD3ADAC5BC7DDAC262430 (Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_float::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_float__cctor_m8EDDF4B47DE54E4179814DC763F681603B3A3A1D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var))->___atomicValueType_91 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var))->___atomicValueType_91), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var))->___listValueType_92 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var))->___listValueType_92), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_double::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* Datatype_double_CreateValueConverter_m88D9E1BC9D0E2F6768BB4CFC5EF6C9006AB35F5D (Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___0_schemaType;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = XmlNumeric2Converter_Create_m6E89C2BF9CBA1DFAB78C920B8CA859A003ED4D21(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_double::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_double_get_FacetsChecker_m8C7D12234601A573D17C83919E0136332BE6F681 (Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___numeric2FacetsChecker_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_double::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_double_get_TypeCode_mA001C294860F98BF0400EFCA717CE3D75B666222 (Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)16));
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_double::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_double_get_ValueType_mBC086FAEA8EB1C837165118FB76DA16B25EC8134 (Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var))->___atomicValueType_91;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_double::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_double_get_ListValueType_mA87098894865222C3C7A6803EB6F60E17A10138B (Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var))->___listValueType_92;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_double::get_BuiltInWhitespaceFacet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_double_get_BuiltInWhitespaceFacet_m70537A511E08E5FC44E59B98AB9E744EC45476FA (Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_double::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_double_Compare_m535588A977AE8B902597D0D053FBF4FB69494B30 (Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
double V_0 = 0.0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
V_0 = ((*(double*)((double*)(double*)UnBox(L_0, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
int32_t L_2;
|
|
L_2 = Double_CompareTo_m2F47CE23700B216156455DDBF7ED4FA42FD8E941((&V_0), L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_double::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_double_TryParseValue_m7FD3AD63F87FB4B717523B4347FE22F7502EAB17 (Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
double V_1 = 0.0;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___numeric2FacetsChecker_16;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_5;
|
|
L_5 = XmlConvert_TryToDouble_m6140BFE5D1C06819F453CB39E19BCF9039993609(L_4, (&V_1), NULL);
|
|
V_0 = L_5;
|
|
Exception_t* L_6 = V_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_7 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___numeric2FacetsChecker_16;
|
|
double L_8 = V_1;
|
|
NullCheck(L_7);
|
|
Exception_t* L_9;
|
|
L_9 = VirtualFuncInvoker2< Exception_t*, double, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(11 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Double,System.Xml.Schema.XmlSchemaDatatype) */, L_7, L_8, __this);
|
|
V_0 = L_9;
|
|
Exception_t* L_10 = V_0;
|
|
if (L_10)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_11 = ___3_typedValue;
|
|
double L_12 = V_1;
|
|
double L_13 = L_12;
|
|
RuntimeObject* L_14 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_13);
|
|
*((RuntimeObject**)L_11) = (RuntimeObject*)L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_14);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
Exception_t* L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_double::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_double__ctor_m2C6CD86AB0B3DF406648664B37B15EF01732CBB4 (Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_double::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_double__cctor_m4C16A9FFFD48A778604889D349790175360A3E0F (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var))->___atomicValueType_91 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var))->___atomicValueType_91), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (DoubleU5BU5D_tCC308475BD3B8229DB2582938669EF2F9ECC1FEE_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var))->___listValueType_92 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var))->___listValueType_92), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_decimal::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* Datatype_decimal_CreateValueConverter_m1CA8D1042B24BA13065D9ABEE5064CB57BA4E649 (Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___0_schemaType;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = XmlNumeric10Converter_Create_m48A3C43C83A34E878D03B0B0E966C4C6D2DEBE09(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_decimal::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_decimal_get_FacetsChecker_m67E658EFE378F8AA2320224C6FAACE4B03BE59FB (Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_93;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_decimal::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_decimal_get_TypeCode_mD1D901C977729E0436BA777AB2104AC6E0D4FB6C (Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)14));
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_decimal::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_decimal_get_ValueType_m324ACDFEFB2A30144FB774B50DC1CEDF7EA55C1C (Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var))->___atomicValueType_91;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_decimal::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_decimal_get_ListValueType_m8681F4276295B91C9728B28A2181369EB8E073C7 (Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var))->___listValueType_92;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_decimal::get_BuiltInWhitespaceFacet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_decimal_get_BuiltInWhitespaceFacet_mE0E18D80771B81A3E431A8B8D55BE929AC28713B (Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_decimal::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_decimal_Compare_mA7AFD78D20F2E85B4408352563CA512B56386795 (Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
V_0 = ((*(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F*)UnBox(L_0, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
int32_t L_2;
|
|
L_2 = Decimal_CompareTo_mA32F9DE44243C9FBDD49976D6FA861AFD415EF95((&V_0), L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_decimal::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_decimal_TryParseValue_m2B245F38967ED10C30C1698E3ED243059F2E6884 (Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_93;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_5;
|
|
L_5 = XmlConvert_TryToDecimal_mACFB99727B0B9DA0D7BC2121AFB8B15499639422(L_4, (&V_1), NULL);
|
|
V_0 = L_5;
|
|
Exception_t* L_6 = V_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_7 = ((Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_93;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_8 = V_1;
|
|
NullCheck(L_7);
|
|
Exception_t* L_9;
|
|
L_9 = VirtualFuncInvoker2< Exception_t*, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, L_7, L_8, __this);
|
|
V_0 = L_9;
|
|
Exception_t* L_10 = V_0;
|
|
if (L_10)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_11 = ___3_typedValue;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_12 = V_1;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_13 = L_12;
|
|
RuntimeObject* L_14 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_13);
|
|
*((RuntimeObject**)L_11) = (RuntimeObject*)L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_14);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
Exception_t* L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_decimal::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_decimal__ctor_m69C02C958528DB81837706655A48FD6FD1FA92B1 (Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_decimal::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_decimal__cctor_m24E50FD4B0DAA4820797F7DE62BF190C286CB57D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var))->___atomicValueType_91 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var))->___atomicValueType_91), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var))->___listValueType_92 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var))->___listValueType_92), (void*)L_3);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_4), (-1), (-1), (-1), (bool)1, (uint8_t)0, /*hidden argument*/NULL);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_5), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL);
|
|
Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* L_6 = (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)il2cpp_codegen_object_new(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78(L_6, L_4, L_5, NULL);
|
|
((Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_93 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_93), (void*)L_6);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_duration::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* Datatype_duration_CreateValueConverter_mFAA60EB64902FB90A7060D5B89E1F7CF2CA50096 (Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___0_schemaType;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = XmlMiscConverter_Create_m3175FCF5AEF4C3F05375AC6AFBD24A72F30BA4A6(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_duration::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_duration_get_FacetsChecker_mF69F443FC1A1910BA64577CE7AB2CAC5D840C08B (Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___durationFacetsChecker_19;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_duration::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_duration_get_TypeCode_m12CDFAC6F9AA8BF8C0CE7A39340B2D441DCFB68A (Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)17));
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_duration::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_duration_get_ValueType_mAB4BB2B031083901B7C1F905FFE301EB5AED0A59 (Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_il2cpp_TypeInfo_var))->___atomicValueType_91;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_duration::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_duration_get_ListValueType_m3DBCC0198DADE5D8D674707E09156BA858DD6B6D (Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_il2cpp_TypeInfo_var))->___listValueType_92;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_duration::get_BuiltInWhitespaceFacet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_duration_get_BuiltInWhitespaceFacet_mC6B3214B589F8C079FDB76B95D6E6DAB036EC1F5 (Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_duration::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_duration_Compare_mA84F1E41B630C4E1381C1035F13934759334504E (Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
V_0 = ((*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)UnBox(L_0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
int32_t L_2;
|
|
L_2 = TimeSpan_CompareTo_m8C88E571867C476F31963347C707D2BEC3D5A99A((&V_0), L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_duration::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_duration_TryParseValue_mACAB100C489C4645C09FFD4DB664B449C126FB1F (Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral606D85602184211DB21C40AEC7FD6715395189C6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
String_t* L_1 = ___0_s;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___0_s;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_5 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_5, _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_6 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___durationFacetsChecker_19;
|
|
NullCheck(L_6);
|
|
Exception_t* L_7;
|
|
L_7 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_6, (&___0_s), __this);
|
|
V_0 = L_7;
|
|
Exception_t* L_8 = V_0;
|
|
if (L_8)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_10;
|
|
L_10 = XmlConvert_TryToTimeSpan_m3FAA9A009D0D471564F75C88D7E9CAA20AA67B7A(L_9, (&V_1), NULL);
|
|
V_0 = L_10;
|
|
Exception_t* L_11 = V_0;
|
|
if (L_11)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_12 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___durationFacetsChecker_19;
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_13 = V_1;
|
|
NullCheck(L_12);
|
|
Exception_t* L_14;
|
|
L_14 = VirtualFuncInvoker2< Exception_t*, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(15 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype) */, L_12, L_13, __this);
|
|
V_0 = L_14;
|
|
Exception_t* L_15 = V_0;
|
|
if (L_15)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_16 = ___3_typedValue;
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_17 = V_1;
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_18 = L_17;
|
|
RuntimeObject* L_19 = Box(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var, &L_18);
|
|
*((RuntimeObject**)L_16) = (RuntimeObject*)L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_16, (void*)(RuntimeObject*)L_19);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
Exception_t* L_20 = V_0;
|
|
return L_20;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_duration::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_duration__ctor_mD3C31D3D995256962CA8C8CA4D5851D67F7A7098 (Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_duration::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_duration__cctor_m78A90801BEAA72CD57C0464DA5389A07F9C7B224 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpanU5BU5D_tC920B81B0E6DCA110DB9D62B5C3850B4BECB87E6_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_il2cpp_TypeInfo_var))->___atomicValueType_91 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_il2cpp_TypeInfo_var))->___atomicValueType_91), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (TimeSpanU5BU5D_tC920B81B0E6DCA110DB9D62B5C3850B4BECB87E6_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_il2cpp_TypeInfo_var))->___listValueType_92 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_il2cpp_TypeInfo_var))->___listValueType_92), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Exception System.Xml.Schema.Datatype_yearMonthDuration::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_yearMonthDuration_TryParseValue_m254A19CCCDF947E23D3F648E875E0139F7436C78 (Datatype_yearMonthDuration_t2182796B58089FD783B469A8AB3DDA9BBC3340BD* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral606D85602184211DB21C40AEC7FD6715395189C6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
String_t* L_1 = ___0_s;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___0_s;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_5 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_5, _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_6 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___durationFacetsChecker_19;
|
|
NullCheck(L_6);
|
|
Exception_t* L_7;
|
|
L_7 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_6, (&___0_s), __this);
|
|
V_0 = L_7;
|
|
Exception_t* L_8 = V_0;
|
|
if (L_8)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = ___0_s;
|
|
Exception_t* L_10;
|
|
L_10 = XsdDuration_TryParse_mD1BACB59A72886E68BF87FCFF8A837082F963D96(L_9, 1, (&V_1), NULL);
|
|
V_0 = L_10;
|
|
Exception_t* L_11 = V_0;
|
|
if (L_11)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
Exception_t* L_12;
|
|
L_12 = XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171((&V_1), 1, (&V_2), NULL);
|
|
V_0 = L_12;
|
|
Exception_t* L_13 = V_0;
|
|
if (L_13)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_14 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___durationFacetsChecker_19;
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_15 = V_2;
|
|
NullCheck(L_14);
|
|
Exception_t* L_16;
|
|
L_16 = VirtualFuncInvoker2< Exception_t*, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(15 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype) */, L_14, L_15, __this);
|
|
V_0 = L_16;
|
|
Exception_t* L_17 = V_0;
|
|
if (L_17)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_18 = ___3_typedValue;
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_19 = V_2;
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_20 = L_19;
|
|
RuntimeObject* L_21 = Box(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var, &L_20);
|
|
*((RuntimeObject**)L_18) = (RuntimeObject*)L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_18, (void*)(RuntimeObject*)L_21);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
Exception_t* L_22 = V_0;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_yearMonthDuration::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_yearMonthDuration_get_TypeCode_mCB5B4887550648FE7A11951493C0C050B232DBF9 (Datatype_yearMonthDuration_t2182796B58089FD783B469A8AB3DDA9BBC3340BD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)53));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_yearMonthDuration::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_yearMonthDuration__ctor_mD91950ED3CB3493994EA24891348733C692D0391 (Datatype_yearMonthDuration_t2182796B58089FD783B469A8AB3DDA9BBC3340BD* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_il2cpp_TypeInfo_var);
|
|
Datatype_duration__ctor_mD3C31D3D995256962CA8C8CA4D5851D67F7A7098(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Exception System.Xml.Schema.Datatype_dayTimeDuration::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_dayTimeDuration_TryParseValue_m20B5B9055B0156357947CACC8387344CFCDA29FE (Datatype_dayTimeDuration_tF827B3255406ABDA8876A13E5E1FED7B6B3D38E0* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral606D85602184211DB21C40AEC7FD6715395189C6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
String_t* L_1 = ___0_s;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___0_s;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_5 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_5, _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_6 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___durationFacetsChecker_19;
|
|
NullCheck(L_6);
|
|
Exception_t* L_7;
|
|
L_7 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_6, (&___0_s), __this);
|
|
V_0 = L_7;
|
|
Exception_t* L_8 = V_0;
|
|
if (L_8)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = ___0_s;
|
|
Exception_t* L_10;
|
|
L_10 = XsdDuration_TryParse_mD1BACB59A72886E68BF87FCFF8A837082F963D96(L_9, 2, (&V_1), NULL);
|
|
V_0 = L_10;
|
|
Exception_t* L_11 = V_0;
|
|
if (L_11)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
Exception_t* L_12;
|
|
L_12 = XsdDuration_TryToTimeSpan_mD2D18571E29C257F265B446E3DF060DC71336171((&V_1), 2, (&V_2), NULL);
|
|
V_0 = L_12;
|
|
Exception_t* L_13 = V_0;
|
|
if (L_13)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_14 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___durationFacetsChecker_19;
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_15 = V_2;
|
|
NullCheck(L_14);
|
|
Exception_t* L_16;
|
|
L_16 = VirtualFuncInvoker2< Exception_t*, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(15 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype) */, L_14, L_15, __this);
|
|
V_0 = L_16;
|
|
Exception_t* L_17 = V_0;
|
|
if (L_17)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_18 = ___3_typedValue;
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_19 = V_2;
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_20 = L_19;
|
|
RuntimeObject* L_21 = Box(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var, &L_20);
|
|
*((RuntimeObject**)L_18) = (RuntimeObject*)L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_18, (void*)(RuntimeObject*)L_21);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
Exception_t* L_22 = V_0;
|
|
return L_22;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_dayTimeDuration::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_dayTimeDuration_get_TypeCode_m6ACDE9D67931D72280FC804DD7FD596B6A5C104A (Datatype_dayTimeDuration_tF827B3255406ABDA8876A13E5E1FED7B6B3D38E0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)54));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_dayTimeDuration::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dayTimeDuration__ctor_mC04088673B0454444C2DBFA98DF10C83DE5628C1 (Datatype_dayTimeDuration_tF827B3255406ABDA8876A13E5E1FED7B6B3D38E0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_duration_t4105DE44CA70147DA9F6A80404176F7632494E0F_il2cpp_TypeInfo_var);
|
|
Datatype_duration__ctor_mD3C31D3D995256962CA8C8CA4D5851D67F7A7098(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_dateTimeBase::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* Datatype_dateTimeBase_CreateValueConverter_mD9273F330A40F05FD814BF19439ADB3AF7359C37 (Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___0_schemaType;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = XmlDateTimeConverter_Create_m1C53ED485756FF7A95E631708F9328D937862849(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_dateTimeBase::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_dateTimeBase_get_FacetsChecker_m8B7FEBAEB2FA4DC8EB5E0E832D09F0F7DFBD4FA1 (Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___dateTimeFacetsChecker_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_dateTimeBase::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_dateTimeBase_get_TypeCode_m80AD5D1B562A84A30BBED2CBFC6E08C19AB4647A (Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)18));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_dateTimeBase::.ctor(System.Xml.Schema.XsdDateTimeFlags)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dateTimeBase__ctor_m40D72BB7C7EB7C540274D3E2E938182461CF6E69 (Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367* __this, int32_t ___0_dateTimeFlags, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL);
|
|
int32_t L_0 = ___0_dateTimeFlags;
|
|
__this->___dateTimeFlags_93 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_dateTimeBase::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_dateTimeBase_get_ValueType_mD59D75B7C383EDA58868BAB55B9DA1708773413B (Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var))->___atomicValueType_91;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_dateTimeBase::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_dateTimeBase_get_ListValueType_mB9DA0E609987720915C0E641168D94EDF733E026 (Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var))->___listValueType_92;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_dateTimeBase::get_BuiltInWhitespaceFacet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_dateTimeBase_get_BuiltInWhitespaceFacet_m0C93C5F555F58F8DC7D558E158D1189C266C912D (Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_dateTimeBase::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_dateTimeBase_Compare_m576CBBC331801E2B4B815725670EB6C9630441E6 (Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
V_0 = ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_0, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
V_1 = ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_1, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))));
|
|
int32_t L_2;
|
|
L_2 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993((&V_0), NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3;
|
|
L_3 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993((&V_1), NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4 = V_1;
|
|
int32_t L_5;
|
|
L_5 = DateTime_CompareTo_m4A3000CD4FF15EA7CA2E9C5C95A9D07F3AA8D35D((&V_0), L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6;
|
|
L_6 = DateTime_ToUniversalTime_m52CA1EAD0BE0A357BCACC38747ECA4A8810155A9((&V_0), NULL);
|
|
V_0 = L_6;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7;
|
|
L_7 = DateTime_ToUniversalTime_m52CA1EAD0BE0A357BCACC38747ECA4A8810155A9((&V_1), NULL);
|
|
int32_t L_8;
|
|
L_8 = DateTime_CompareTo_m4A3000CD4FF15EA7CA2E9C5C95A9D07F3AA8D35D((&V_0), L_7, NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_dateTimeBase::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_dateTimeBase_TryParseValue_m6192EED50B1DE5842164065B2A85B4DD870DB08C (Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTimeFlags_t69F10B0961FFA92954C37D538C4B5D5FAD9F1F76_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___dateTimeFacetsChecker_18;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_s;
|
|
int32_t L_5 = __this->___dateTimeFlags_93;
|
|
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = XsdDateTime_TryParse_m068598C2E7472B2CD642EA44B748529FCFFFF8BA(L_4, L_5, (&V_1), NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8 = L_7;
|
|
String_t* L_9 = ___0_s;
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, L_9);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_9);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = L_8;
|
|
int32_t* L_11 = (&__this->___dateTimeFlags_93);
|
|
Il2CppFakeBox<int32_t> L_12(XsdDateTimeFlags_t69F10B0961FFA92954C37D538C4B5D5FAD9F1F76_il2cpp_TypeInfo_var, L_11);
|
|
String_t* L_13;
|
|
L_13 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_12), NULL);
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, L_13);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_13);
|
|
String_t* L_14;
|
|
L_14 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_10, NULL);
|
|
FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_15 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_15);
|
|
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_15, L_14, NULL);
|
|
V_0 = L_15;
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_16 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MinValue_32;
|
|
V_2 = L_16;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB L_17 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_18;
|
|
L_18 = XsdDateTime_op_Implicit_m1EF46AEE72E727BAE0AAB367CFC0331C0368F328(L_17, NULL);
|
|
V_2 = L_18;
|
|
goto IL_0067;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0064;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0064:
|
|
{// begin catch(System.ArgumentException)
|
|
V_0 = ((ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION();
|
|
goto IL_0082;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0067:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_19 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___dateTimeFacetsChecker_18;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_20 = V_2;
|
|
NullCheck(L_19);
|
|
Exception_t* L_21;
|
|
L_21 = VirtualFuncInvoker2< Exception_t*, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(10 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.DateTime,System.Xml.Schema.XmlSchemaDatatype) */, L_19, L_20, __this);
|
|
V_0 = L_21;
|
|
Exception_t* L_22 = V_0;
|
|
if (L_22)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_23 = ___3_typedValue;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_24 = V_2;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_25 = L_24;
|
|
RuntimeObject* L_26 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_25);
|
|
*((RuntimeObject**)L_23) = (RuntimeObject*)L_26;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_23, (void*)(RuntimeObject*)L_26);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
Exception_t* L_27 = V_0;
|
|
return L_27;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_dateTimeBase::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dateTimeBase__cctor_m32BBCE6103583AD794A3A9C622E49172862906B7 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeU5BU5D_t8F9285FE729A200A620421ED546CFB3DCF386EA1_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var))->___atomicValueType_91 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var))->___atomicValueType_91), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (DateTimeU5BU5D_t8F9285FE729A200A620421ED546CFB3DCF386EA1_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var))->___listValueType_92 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var))->___listValueType_92), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.Datatype_dateTimeNoTimeZone::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dateTimeNoTimeZone__ctor_mFDC13B2A242639C7333DEB5AEDCD859A33EB812E (Datatype_dateTimeNoTimeZone_t8A3587C6E7482FA519D5C8DA9568E222482A8A33* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
Datatype_dateTimeBase__ctor_m40D72BB7C7EB7C540274D3E2E938182461CF6E69(__this, ((int32_t)256), NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.Datatype_dateTimeTimeZone::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dateTimeTimeZone__ctor_m2D4FD0CBD7DF98C3AB49DB67AE8F4F46C0372172 (Datatype_dateTimeTimeZone_t49C2A7949E7D4E9B3DCE8703FDD8AEE9A0C513A3* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
Datatype_dateTimeBase__ctor_m40D72BB7C7EB7C540274D3E2E938182461CF6E69(__this, ((int32_t)512), NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.Datatype_dateTime::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_dateTime__ctor_mCB49B59DC868A0D91C3EB85D4C37DE744133CFE8 (Datatype_dateTime_t5766DFA5E987E021A79E60DFA28FA8348A735112* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
Datatype_dateTimeBase__ctor_m40D72BB7C7EB7C540274D3E2E938182461CF6E69(__this, 1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.Datatype_timeNoTimeZone::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_timeNoTimeZone__ctor_mAAA6E6476D7E4638D3C213EEC33270AA2B48EA1E (Datatype_timeNoTimeZone_t5DE25F37727907E401890DA90D9D2A6C439A726F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
Datatype_dateTimeBase__ctor_m40D72BB7C7EB7C540274D3E2E938182461CF6E69(__this, ((int32_t)1024), NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.Datatype_timeTimeZone::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_timeTimeZone__ctor_m65170431456CD71705FE2BE21EE1D67C238F72EF (Datatype_timeTimeZone_t6667C98B628FE52B1F53B6A06F8F143597CB1F30* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
Datatype_dateTimeBase__ctor_m40D72BB7C7EB7C540274D3E2E938182461CF6E69(__this, 2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_time::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_time_get_TypeCode_mAFAA5522F773822929CCB3E89CD7169FED51E40F (Datatype_time_tF6BCD9D1DD389320ACD31CBF344D623410A63699* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)19));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_time::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_time__ctor_m478DD66386DAA1B715DB93198D90140E0B059570 (Datatype_time_tF6BCD9D1DD389320ACD31CBF344D623410A63699* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
Datatype_dateTimeBase__ctor_m40D72BB7C7EB7C540274D3E2E938182461CF6E69(__this, 2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_date::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_date_get_TypeCode_m58A31A11ADE129E44674152CB82359836A8DC759 (Datatype_date_tDF075432994B6EDE6729F0E782708F543F59CD69* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)20));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_date::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_date__ctor_mC670D8053913EAD92AA4FF56E8630B9F2EABFF57 (Datatype_date_tDF075432994B6EDE6729F0E782708F543F59CD69* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
Datatype_dateTimeBase__ctor_m40D72BB7C7EB7C540274D3E2E938182461CF6E69(__this, 4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_yearMonth::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_yearMonth_get_TypeCode_m6BA08F53730CE5E824DAF24E77598B039A5F40F5 (Datatype_yearMonth_tFE2B47024E6A1FE92AF122D1D7D717C81C903689* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)21));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_yearMonth::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_yearMonth__ctor_mD338030512E0AF0A5F45F3C84158599F1A1DDE4E (Datatype_yearMonth_tFE2B47024E6A1FE92AF122D1D7D717C81C903689* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
Datatype_dateTimeBase__ctor_m40D72BB7C7EB7C540274D3E2E938182461CF6E69(__this, 8, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_year::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_year_get_TypeCode_m480C2948A71ADADA909C39DB57B56C68349F6507 (Datatype_year_tD6BBB7E9F6B40CB314F5D94A2E529542912C5AF0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)22));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_year::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_year__ctor_mC67014E772B373E829F670A22A7FA8982EC970D5 (Datatype_year_tD6BBB7E9F6B40CB314F5D94A2E529542912C5AF0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
Datatype_dateTimeBase__ctor_m40D72BB7C7EB7C540274D3E2E938182461CF6E69(__this, ((int32_t)16), NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_monthDay::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_monthDay_get_TypeCode_m6265C2C6D604C699C5044A966010112019ECEDDE (Datatype_monthDay_t2D12138D6A442ABEF6F5842330BC5BB627D5C450* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)23));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_monthDay::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_monthDay__ctor_mB905723A5D3C73DEE4A95357FD68ECB403D882E9 (Datatype_monthDay_t2D12138D6A442ABEF6F5842330BC5BB627D5C450* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
Datatype_dateTimeBase__ctor_m40D72BB7C7EB7C540274D3E2E938182461CF6E69(__this, ((int32_t)32), NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_day::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_day_get_TypeCode_m83196E3C4E9981BB90141B651B80D56D1B5A4E8E (Datatype_day_t94640C2B39FFA29671F4D16E7892DBBD19676F95* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)24));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_day::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_day__ctor_mE82C60744AAD4652E7DBAFEA443D24DD1E99A000 (Datatype_day_t94640C2B39FFA29671F4D16E7892DBBD19676F95* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
Datatype_dateTimeBase__ctor_m40D72BB7C7EB7C540274D3E2E938182461CF6E69(__this, ((int32_t)64), NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_month::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_month_get_TypeCode_m7C3251D341FFC2B4E8C99B73C637FA3226CA4F40 (Datatype_month_t6A71C92B67513A04F6C82DE9C1C1088D9CC15A94* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)25));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_month::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_month__ctor_m30A2DFB1DA694625A9E9BAAAF159985148268B60 (Datatype_month_t6A71C92B67513A04F6C82DE9C1C1088D9CC15A94* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_dateTimeBase_t81812488FFAB27E4FC2C1CE5033A13DE46925367_il2cpp_TypeInfo_var);
|
|
Datatype_dateTimeBase__ctor_m40D72BB7C7EB7C540274D3E2E938182461CF6E69(__this, ((int32_t)128), NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_hexBinary::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* Datatype_hexBinary_CreateValueConverter_m03685FA61F9C083985246009E7B3C3D6AF5B97B7 (Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___0_schemaType;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = XmlMiscConverter_Create_m3175FCF5AEF4C3F05375AC6AFBD24A72F30BA4A6(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_hexBinary::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_hexBinary_get_FacetsChecker_mED85F1DECF2F547A93109DC83593732D27E01AF0 (Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___binaryFacetsChecker_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_hexBinary::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_hexBinary_get_TypeCode_mA0C6F9BACA31569DCEB810FF4E930DEE267DD422 (Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)26));
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_hexBinary::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_hexBinary_get_ValueType_m57DC7910E41CDF3305E17A445EF145597EB285CC (Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_il2cpp_TypeInfo_var))->___atomicValueType_91;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_hexBinary::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_hexBinary_get_ListValueType_mBF6FED1EC73879A8D374453EE8DAC935718892C9 (Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_il2cpp_TypeInfo_var))->___listValueType_92;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_hexBinary::get_BuiltInWhitespaceFacet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_hexBinary_get_BuiltInWhitespaceFacet_m2D9D25E385C9160AD648ADB94AC29ABF3DF11E34 (Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_hexBinary::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_hexBinary_Compare_m75CDB4D72DDF8CDE18E900A514DE98C1C1EC2CBE (Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
int32_t L_2;
|
|
L_2 = DatatypeImplementation_Compare_mAAC72E2362C6C2534E06E1AC68E409920346E72C(__this, ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)), ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_1, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)), NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_hexBinary::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_hexBinary_TryParseValue_mC7C836872135966A76A45C8943DCF26D43178B0F (Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___binaryFacetsChecker_17;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
String_t* L_4 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5;
|
|
L_5 = XmlConvert_FromBinHexString_mD2E68F1DDD3765DFEBF23898D2B87E7E1F1EA8DE(L_4, (bool)0, NULL);
|
|
V_1 = L_5;
|
|
goto IL_0027;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0021;
|
|
}
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0024;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0021:
|
|
{// begin catch(System.ArgumentException)
|
|
V_0 = ((ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION();
|
|
goto IL_003d;
|
|
}// end catch (depth: 1)
|
|
|
|
CATCH_0024:
|
|
{// begin catch(System.Xml.XmlException)
|
|
V_0 = ((XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION();
|
|
goto IL_003d;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0027:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_6 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___binaryFacetsChecker_17;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = V_1;
|
|
NullCheck(L_6);
|
|
Exception_t* L_8;
|
|
L_8 = VirtualFuncInvoker2< Exception_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(14 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Byte[],System.Xml.Schema.XmlSchemaDatatype) */, L_6, L_7, __this);
|
|
V_0 = L_8;
|
|
Exception_t* L_9 = V_0;
|
|
if (L_9)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_10 = ___3_typedValue;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = V_1;
|
|
*((RuntimeObject**)L_10) = (RuntimeObject*)L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_10, (void*)(RuntimeObject*)L_11);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
Exception_t* L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_hexBinary::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_hexBinary__ctor_m25A910970AC3BF4AE8BDC28C292A4BCC0F9F866C (Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_hexBinary::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_hexBinary__cctor_mA1CC15E7B00119920B4211D23FC7B9138C938CF4 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5DU5BU5D_t19A0C6D66F22DF673E9CDB37DEF566FE0EC947FA_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_il2cpp_TypeInfo_var))->___atomicValueType_91 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_il2cpp_TypeInfo_var))->___atomicValueType_91), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (ByteU5BU5DU5BU5D_t19A0C6D66F22DF673E9CDB37DEF566FE0EC947FA_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_il2cpp_TypeInfo_var))->___listValueType_92 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_il2cpp_TypeInfo_var))->___listValueType_92), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_base64Binary::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* Datatype_base64Binary_CreateValueConverter_m1B589FA08C7AA77725EEB30EF94393C016BFC4E5 (Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___0_schemaType;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = XmlMiscConverter_Create_m3175FCF5AEF4C3F05375AC6AFBD24A72F30BA4A6(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_base64Binary::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_base64Binary_get_FacetsChecker_mDF9A11190C48D451C10AB47C2815003DE8D6C9C9 (Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___binaryFacetsChecker_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_base64Binary::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_base64Binary_get_TypeCode_m485AA9EA06296D0C0C7E3432214C5324264FE9A0 (Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)27));
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_base64Binary::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_base64Binary_get_ValueType_m7416A9925A2762D176AFC7B500CB57364C3B8FF0 (Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_il2cpp_TypeInfo_var))->___atomicValueType_91;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_base64Binary::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_base64Binary_get_ListValueType_m6C8B6CD0A5A203889E08BD35F9EE736E1203ACCA (Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_il2cpp_TypeInfo_var))->___listValueType_92;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_base64Binary::get_BuiltInWhitespaceFacet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_base64Binary_get_BuiltInWhitespaceFacet_m4536FDB9E08C4C6C8AD04448A4F618FF0C8B4CE2 (Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_base64Binary::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_base64Binary_Compare_m5E66F66C82107CC2CDC9EC504390D5C176984A56 (Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
int32_t L_2;
|
|
L_2 = DatatypeImplementation_Compare_mAAC72E2362C6C2534E06E1AC68E409920346E72C(__this, ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)), ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_1, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)), NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_base64Binary::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_base64Binary_TryParseValue_m540A47B52738E523C50D0BF24F5708A67296B56C (Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___binaryFacetsChecker_17;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
String_t* L_4 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5;
|
|
L_5 = Convert_FromBase64String_m267327B074B41D93C9622D142B95CFAA4ACCCA9C(L_4, NULL);
|
|
V_1 = L_5;
|
|
goto IL_0026;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0020;
|
|
}
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0023;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0020:
|
|
{// begin catch(System.ArgumentException)
|
|
V_0 = ((ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION();
|
|
goto IL_003c;
|
|
}// end catch (depth: 1)
|
|
|
|
CATCH_0023:
|
|
{// begin catch(System.FormatException)
|
|
V_0 = ((FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)IL2CPP_GET_ACTIVE_EXCEPTION(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION();
|
|
goto IL_003c;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0026:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_6 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___binaryFacetsChecker_17;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = V_1;
|
|
NullCheck(L_6);
|
|
Exception_t* L_8;
|
|
L_8 = VirtualFuncInvoker2< Exception_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(14 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Byte[],System.Xml.Schema.XmlSchemaDatatype) */, L_6, L_7, __this);
|
|
V_0 = L_8;
|
|
Exception_t* L_9 = V_0;
|
|
if (L_9)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_10 = ___3_typedValue;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = V_1;
|
|
*((RuntimeObject**)L_10) = (RuntimeObject*)L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_10, (void*)(RuntimeObject*)L_11);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
Exception_t* L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_base64Binary::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_base64Binary__ctor_m73C145AE18CEB0BA7AF942D46DE59AE2389ECBF8 (Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_base64Binary::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_base64Binary__cctor_m7189E2EA55590910934CD679914154608DC1C4F3 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5DU5BU5D_t19A0C6D66F22DF673E9CDB37DEF566FE0EC947FA_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_il2cpp_TypeInfo_var))->___atomicValueType_91 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_il2cpp_TypeInfo_var))->___atomicValueType_91), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (ByteU5BU5DU5BU5D_t19A0C6D66F22DF673E9CDB37DEF566FE0EC947FA_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_il2cpp_TypeInfo_var))->___listValueType_92 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_il2cpp_TypeInfo_var))->___listValueType_92), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_anyURI::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* Datatype_anyURI_CreateValueConverter_m3D59692D9838D00BFA06249C5142C68BA472A9BB (Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___0_schemaType;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = XmlMiscConverter_Create_m3175FCF5AEF4C3F05375AC6AFBD24A72F30BA4A6(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_anyURI::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_anyURI_get_FacetsChecker_m3B328D9B0E1AE31F2C1C4C2C52517BBCE1A8C4BA (Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___stringFacetsChecker_14;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_anyURI::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_anyURI_get_TypeCode_mEE98F1CE0B6F188B47186BCA34E58ECA81255D98 (Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)28));
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_anyURI::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_anyURI_get_ValueType_m4F610CC99C703CEFDD1DAFB1A8CF672EA385EACA (Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_il2cpp_TypeInfo_var))->___atomicValueType_91;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_anyURI::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_anyURI_get_ListValueType_m4760BA494702C1AFF9F81E9B02DF6C7ABDAFCC61 (Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_il2cpp_TypeInfo_var))->___listValueType_92;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_anyURI::get_BuiltInWhitespaceFacet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_anyURI_get_BuiltInWhitespaceFacet_m880A664F2EB4D7619A7B7DD12ABAA518878B8F52 (Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_anyURI::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_anyURI_Compare_m8D09EBB1115AFC7D84C121D29F7874CD02C21B60 (Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
NullCheck(((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)CastclassClass((RuntimeObject*)L_0, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)));
|
|
bool L_2;
|
|
L_2 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)CastclassClass((RuntimeObject*)L_0, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)), ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)CastclassClass((RuntimeObject*)L_1, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)));
|
|
if (L_2)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_anyURI::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_anyURI_TryParseValue_m0D1FB614A49574D28DA60ECDE1EA72019673D704 (Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___stringFacetsChecker_14;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_5;
|
|
L_5 = XmlConvert_TryToUri_mD2C431BE5C766D24EAD184976E9B3DB563C6D5A6(L_4, (&V_1), NULL);
|
|
V_0 = L_5;
|
|
Exception_t* L_6 = V_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
String_t* L_8;
|
|
L_8 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(L_7, NULL);
|
|
V_2 = L_8;
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_9 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___stringFacetsChecker_14;
|
|
String_t* L_10 = V_2;
|
|
NullCheck(((StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1*)CastclassClass((RuntimeObject*)L_9, StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_11;
|
|
L_11 = StringFacetsChecker_CheckValueFacets_m978AF3302F218DC458394425A0FE953A051EF99A(((StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1*)CastclassClass((RuntimeObject*)L_9, StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_il2cpp_TypeInfo_var)), L_10, __this, (bool)0, NULL);
|
|
V_0 = L_11;
|
|
Exception_t* L_12 = V_0;
|
|
if (L_12)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_13 = ___3_typedValue;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_14 = V_1;
|
|
*((RuntimeObject**)L_13) = (RuntimeObject*)L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_13, (void*)(RuntimeObject*)L_14);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
Exception_t* L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_anyURI::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_anyURI__ctor_m32F1DA174ADC5EDEF8F8CA9BED02986B2546E8FF (Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_anyURI::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_anyURI__cctor_m478C991FCCE5A2D237DF0413C1ADD88A28AE3A1A (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UriU5BU5D_t95648338DE865E9517F36D1339C4D8DDFA4AAA2D_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_il2cpp_TypeInfo_var))->___atomicValueType_91 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_il2cpp_TypeInfo_var))->___atomicValueType_91), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (UriU5BU5D_t95648338DE865E9517F36D1339C4D8DDFA4AAA2D_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_il2cpp_TypeInfo_var))->___listValueType_92 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_anyURI_t2C54C4F66A48B8EF710E62C6732D10DF4CC0DF09_il2cpp_TypeInfo_var))->___listValueType_92), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_QName::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* Datatype_QName_CreateValueConverter_m01940E8C96E6EE96FC39D3DE1BC63ABE54735633 (Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___0_schemaType;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = XmlMiscConverter_Create_m3175FCF5AEF4C3F05375AC6AFBD24A72F30BA4A6(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_QName::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_QName_get_FacetsChecker_mA328F0F179D315DF1F0F6632F52F1F3FCB7A5103 (Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___qnameFacetsChecker_21;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_QName::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_QName_get_TypeCode_m383C869A4D34A9F9575BFB1349BCE48B44E95D95 (Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)29));
|
|
}
|
|
}
|
|
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_QName::get_TokenizedType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_QName_get_TokenizedType_mDE2F3FCE104064AF272FF8864193EF66F34EA78B (Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)10));
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_QName::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_QName_get_ValueType_m304F67B43612EA598B3E7F97E9012DAA8B1B62C7 (Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_il2cpp_TypeInfo_var))->___atomicValueType_91;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_QName::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_QName_get_ListValueType_m99DACA3F44DF18B50B33A08C7EC36809AC976DEE (Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_il2cpp_TypeInfo_var))->___listValueType_92;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_QName::get_BuiltInWhitespaceFacet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_QName_get_BuiltInWhitespaceFacet_m87956B0CC14A8CDF745BF8808BEC65DE1DB13A36 (Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_QName::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_QName_TryParseValue_mA77F3168C35B6EE0C8B1E2B5EA2D69F4EFFB665E (Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral606D85602184211DB21C40AEC7FD6715395189C6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
String_t* L_1 = ___0_s;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___0_s;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_5 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_5, _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_6 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___qnameFacetsChecker_21;
|
|
NullCheck(L_6);
|
|
Exception_t* L_7;
|
|
L_7 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_6, (&___0_s), __this);
|
|
V_0 = L_7;
|
|
Exception_t* L_8 = V_0;
|
|
if (L_8)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)NULL;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
String_t* L_9 = ___0_s;
|
|
RuntimeObject* L_10 = ___2_nsmgr;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_11;
|
|
L_11 = XmlQualifiedName_Parse_m78CCE431EBDD21AF71F3508B8864DAA2A977DEDE(L_9, L_10, (&V_2), NULL);
|
|
V_1 = L_11;
|
|
goto IL_0044;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_003e;
|
|
}
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0041;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003e:
|
|
{// begin catch(System.ArgumentException)
|
|
V_0 = ((ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION();
|
|
goto IL_005a;
|
|
}// end catch (depth: 1)
|
|
|
|
CATCH_0041:
|
|
{// begin catch(System.Xml.XmlException)
|
|
V_0 = ((XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION();
|
|
goto IL_005a;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0044:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_12 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___qnameFacetsChecker_21;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_13 = V_1;
|
|
NullCheck(L_12);
|
|
Exception_t* L_14;
|
|
L_14 = VirtualFuncInvoker2< Exception_t*, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(16 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype) */, L_12, L_13, __this);
|
|
V_0 = L_14;
|
|
Exception_t* L_15 = V_0;
|
|
if (L_15)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_16 = ___3_typedValue;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_17 = V_1;
|
|
*((RuntimeObject**)L_16) = (RuntimeObject*)L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_16, (void*)(RuntimeObject*)L_17);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
Exception_t* L_18 = V_0;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_QName::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_QName__ctor_m340B0C9EA27478D5902695C25DBB0A3C0F50B880 (Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_QName::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_QName__cctor_mB031841B9963FABA4D7F314656006AA2B309136A (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_il2cpp_TypeInfo_var))->___atomicValueType_91 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_il2cpp_TypeInfo_var))->___atomicValueType_91), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_il2cpp_TypeInfo_var))->___listValueType_92 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QName_t599BDD7E0DAD98FBDE8045F921CF501AE912A2CF_il2cpp_TypeInfo_var))->___listValueType_92), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_normalizedString::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_normalizedString_get_TypeCode_m4D1DB0E41649683CA7AB3F0605E7BF4F0167403B (Datatype_normalizedString_tAE3C605C50C26A50CD47DA10860F5B7009C2172A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)31));
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_normalizedString::get_BuiltInWhitespaceFacet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_normalizedString_get_BuiltInWhitespaceFacet_m1B9CDFD96EB7EEF9BDF91B220CA902BCBF54451F (Datatype_normalizedString_tAE3C605C50C26A50CD47DA10860F5B7009C2172A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(1);
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_normalizedString::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_normalizedString__ctor_m1D9A635B6320FEC029B6D31227BE8B20DA58587B (Datatype_normalizedString_tAE3C605C50C26A50CD47DA10860F5B7009C2172A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Datatype_string__ctor_m4B4A5FCCD9882F40E91B77F1B1718AB17C33DF2B(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_normalizedStringV1Compat::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_normalizedStringV1Compat_get_TypeCode_m9CB6D17464E77DA3FC8351ED57F78910A2E9DEE7 (Datatype_normalizedStringV1Compat_tDEA9D21AFB657A05A412FA44CBB0630FAE5B969E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)31));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_normalizedStringV1Compat::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_normalizedStringV1Compat__ctor_mB85C1B991419CCCB55358705130735DCCF491246 (Datatype_normalizedStringV1Compat_tDEA9D21AFB657A05A412FA44CBB0630FAE5B969E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Datatype_string__ctor_m4B4A5FCCD9882F40E91B77F1B1718AB17C33DF2B(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_token::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_token_get_TypeCode_mE9488950B2EF6A943AAEC58BA6527E0352E42919 (Datatype_token_t492F72F4A351E294ABE8AFA9F1E7089791FA012B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)32));
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_token::get_BuiltInWhitespaceFacet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_token_get_BuiltInWhitespaceFacet_m35C49C828693B2C2BC617A41BE187D1845C5B08A (Datatype_token_t492F72F4A351E294ABE8AFA9F1E7089791FA012B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_token::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_token__ctor_mED6C155D1F49049D6720D932829361E3C28DDD0B (Datatype_token_t492F72F4A351E294ABE8AFA9F1E7089791FA012B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Datatype_normalizedString__ctor_m1D9A635B6320FEC029B6D31227BE8B20DA58587B(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_tokenV1Compat::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_tokenV1Compat_get_TypeCode_m9E2BF4FF695A83E92F37831EB45DD6AE88C62BE1 (Datatype_tokenV1Compat_t486586DC082FF80A77BD30EC80B6BC80CC24D0BD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)32));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_tokenV1Compat::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_tokenV1Compat__ctor_mFD46C703B3B0E7BFF40F92A71BE1DE1FB2DEE864 (Datatype_tokenV1Compat_t486586DC082FF80A77BD30EC80B6BC80CC24D0BD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Datatype_normalizedStringV1Compat__ctor_mB85C1B991419CCCB55358705130735DCCF491246(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_language::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_language_get_TypeCode_mDD6065BE6BCEC5F80054499797FA26527712971E (Datatype_language_t931A808D8C4FBDD2B23F24DBB4A59231DEB9B25D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)33));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_language::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_language__ctor_m1EDBEF5266886217B52EB454BFFCB1846345466F (Datatype_language_t931A808D8C4FBDD2B23F24DBB4A59231DEB9B25D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Datatype_token__ctor_mED6C155D1F49049D6720D932829361E3C28DDD0B(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_NMTOKEN::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_NMTOKEN_get_TypeCode_m0FDC711C65DD8C9D45DFFEEEC35BF83128EE06BC (Datatype_NMTOKEN_t38324CC80EBF3BAC84A658C532BE936C59DEA329* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)34));
|
|
}
|
|
}
|
|
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_NMTOKEN::get_TokenizedType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_NMTOKEN_get_TokenizedType_m87D4B452FDE3829F1EE914B46B0457141B2ABBB4 (Datatype_NMTOKEN_t38324CC80EBF3BAC84A658C532BE936C59DEA329* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(6);
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_NMTOKEN::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_NMTOKEN__ctor_m5E28C341E2FAFC1A749E6334D19D2B0B6F5CC71B (Datatype_NMTOKEN_t38324CC80EBF3BAC84A658C532BE936C59DEA329* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Datatype_token__ctor_mED6C155D1F49049D6720D932829361E3C28DDD0B(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_Name::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_Name_get_TypeCode_mDD44AEE92A69F0D958C27DDAB358965979A30FF5 (Datatype_Name_t83369C60D91E0D512F4258D6190E2A347E27FC81* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)35));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_Name::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_Name__ctor_mED45B4D466E78523E5C9D4901107E1402D6A60B8 (Datatype_Name_t83369C60D91E0D512F4258D6190E2A347E27FC81* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Datatype_token__ctor_mED6C155D1F49049D6720D932829361E3C28DDD0B(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_NCName::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_NCName_get_TypeCode_m52C14A449C88A74AC95005F63D258F0CEE3F91C5 (Datatype_NCName_t0F986951D64B7C3CAAADEBCFEC2BE381349B6A88* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)36));
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_NCName::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_NCName_TryParseValue_m55D395ACB16B0A15A9BFFCBA08DEC2A3F84372F5 (Datatype_NCName_t0F986951D64B7C3CAAADEBCFEC2BE381349B6A88* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___stringFacetsChecker_14;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_4 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___stringFacetsChecker_14;
|
|
String_t* L_5 = ___0_s;
|
|
NullCheck(L_4);
|
|
Exception_t* L_6;
|
|
L_6 = VirtualFuncInvoker2< Exception_t*, String_t*, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(13 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype) */, L_4, L_5, __this);
|
|
V_0 = L_6;
|
|
Exception_t* L_7 = V_0;
|
|
if (L_7)
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_8 = ___1_nameTable;
|
|
String_t* L_9 = ___0_s;
|
|
NullCheck(L_8);
|
|
String_t* L_10;
|
|
L_10 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_8, L_9);
|
|
RuntimeObject** L_11 = ___3_typedValue;
|
|
String_t* L_12 = ___0_s;
|
|
*((RuntimeObject**)L_11) = (RuntimeObject*)L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_12);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
Exception_t* L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_NCName::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_NCName__ctor_m9D087A14A0E872BE05836A65CA3D2B4936206FC7 (Datatype_NCName_t0F986951D64B7C3CAAADEBCFEC2BE381349B6A88* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Datatype_Name__ctor_mED45B4D466E78523E5C9D4901107E1402D6A60B8(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_ID::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_ID_get_TypeCode_m3D96093766FA74A1ED3CCE317FE5E00DDCA8D8E1 (Datatype_ID_tEE997BC20DA8C5E0DB2C95E82AA8008506C57E01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)37));
|
|
}
|
|
}
|
|
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_ID::get_TokenizedType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_ID_get_TokenizedType_mB326B17E36E118BE98271324FD094466069020E2 (Datatype_ID_tEE997BC20DA8C5E0DB2C95E82AA8008506C57E01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(1);
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_ID::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_ID__ctor_m69496A445E62C816BC091CD41BAF74AC7F68AE00 (Datatype_ID_tEE997BC20DA8C5E0DB2C95E82AA8008506C57E01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Datatype_NCName__ctor_m9D087A14A0E872BE05836A65CA3D2B4936206FC7(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_IDREF::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_IDREF_get_TypeCode_mCC13CF1B39DB5CEEDB8B35A5FB92D286B62271E2 (Datatype_IDREF_tFCF79C29D11E77D369B0509C3BFC4017BB50B64A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)38));
|
|
}
|
|
}
|
|
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_IDREF::get_TokenizedType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_IDREF_get_TokenizedType_m448B9C5D99CFA7E184B17ECA95B7597FBA3DED7A (Datatype_IDREF_tFCF79C29D11E77D369B0509C3BFC4017BB50B64A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_IDREF::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_IDREF__ctor_mDDD9C50F887DA8FFBB161DDF45986A10138249BE (Datatype_IDREF_tFCF79C29D11E77D369B0509C3BFC4017BB50B64A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Datatype_NCName__ctor_m9D087A14A0E872BE05836A65CA3D2B4936206FC7(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_ENTITY::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_ENTITY_get_TypeCode_m7D54D8DF1CE07E1929806687ACA76868AB9D0DEE (Datatype_ENTITY_tF5B58FF3B5CC72E20F658AA72570CD37E7F4FF60* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)39));
|
|
}
|
|
}
|
|
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_ENTITY::get_TokenizedType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_ENTITY_get_TokenizedType_mA85D51131B32AD19791624144FF7BAA76F2A7659 (Datatype_ENTITY_tF5B58FF3B5CC72E20F658AA72570CD37E7F4FF60* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(4);
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_ENTITY::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_ENTITY__ctor_mD85AFD27029408839B6041B83E3626754FF6E36D (Datatype_ENTITY_tF5B58FF3B5CC72E20F658AA72570CD37E7F4FF60* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Datatype_NCName__ctor_m9D087A14A0E872BE05836A65CA3D2B4936206FC7(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.Datatype_NOTATION::CreateValueConverter(System.Xml.Schema.XmlSchemaType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* Datatype_NOTATION_CreateValueConverter_m577467FDFB08583E7D97D5045A141C020120CCFF (Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_schemaType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___0_schemaType;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = XmlMiscConverter_Create_m3175FCF5AEF4C3F05375AC6AFBD24A72F30BA4A6(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_NOTATION::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_NOTATION_get_FacetsChecker_m0C8043BE6447AB8197ADAAEF8D64EE363E9AFFB5 (Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___qnameFacetsChecker_21;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_NOTATION::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_NOTATION_get_TypeCode_m453EC3A7659B34F4839E6C516E7D8FD07770E7E3 (Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)30));
|
|
}
|
|
}
|
|
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_NOTATION::get_TokenizedType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_NOTATION_get_TokenizedType_m988A7D0815C80276B0A51A2E055BAAAD120B3D05 (Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(8);
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_NOTATION::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_NOTATION_get_ValueType_m3674B70766006860248F92967796DCD154789140 (Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_il2cpp_TypeInfo_var))->___atomicValueType_91;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_NOTATION::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_NOTATION_get_ListValueType_mA68F661F948FCC7C5C33B51DAA4C64409E211722 (Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_il2cpp_TypeInfo_var))->___listValueType_92;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.Datatype_NOTATION::get_BuiltInWhitespaceFacet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_NOTATION_get_BuiltInWhitespaceFacet_m7B3EE5456AAD1EAE75FD5A7AC0D698A64F56E362 (Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_NOTATION::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_NOTATION_TryParseValue_m275886A61B26432F70B23EFC3E1BFC3B9D55EE69 (Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral606D85602184211DB21C40AEC7FD6715395189C6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
String_t* L_1 = ___0_s;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___0_s;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_5 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_5, _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_6 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___qnameFacetsChecker_21;
|
|
NullCheck(L_6);
|
|
Exception_t* L_7;
|
|
L_7 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_6, (&___0_s), __this);
|
|
V_0 = L_7;
|
|
Exception_t* L_8 = V_0;
|
|
if (L_8)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)NULL;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
String_t* L_9 = ___0_s;
|
|
RuntimeObject* L_10 = ___2_nsmgr;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_11;
|
|
L_11 = XmlQualifiedName_Parse_m78CCE431EBDD21AF71F3508B8864DAA2A977DEDE(L_9, L_10, (&V_2), NULL);
|
|
V_1 = L_11;
|
|
goto IL_0044;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_003e;
|
|
}
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0041;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003e:
|
|
{// begin catch(System.ArgumentException)
|
|
V_0 = ((ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION();
|
|
goto IL_005a;
|
|
}// end catch (depth: 1)
|
|
|
|
CATCH_0041:
|
|
{// begin catch(System.Xml.XmlException)
|
|
V_0 = ((XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION();
|
|
goto IL_005a;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0044:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_12 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___qnameFacetsChecker_21;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_13 = V_1;
|
|
NullCheck(L_12);
|
|
Exception_t* L_14;
|
|
L_14 = VirtualFuncInvoker2< Exception_t*, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(16 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype) */, L_12, L_13, __this);
|
|
V_0 = L_14;
|
|
Exception_t* L_15 = V_0;
|
|
if (L_15)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_16 = ___3_typedValue;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_17 = V_1;
|
|
*((RuntimeObject**)L_16) = (RuntimeObject*)L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_16, (void*)(RuntimeObject*)L_17);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
Exception_t* L_18 = V_0;
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_NOTATION::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_NOTATION__ctor_mEA8D8E03F42F7C89B224FA719624755DF22B22D1 (Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_NOTATION::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_NOTATION__cctor_m15DAC1BDE72D7BBA62BC87C6097081B998A84C09 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_il2cpp_TypeInfo_var))->___atomicValueType_91 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_il2cpp_TypeInfo_var))->___atomicValueType_91), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_il2cpp_TypeInfo_var))->___listValueType_92 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_NOTATION_t56C9DD282908A9699F6FD0785C63391D24A446D2_il2cpp_TypeInfo_var))->___listValueType_92), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_integer::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_integer_get_TypeCode_mEA45FB6BBD02C882B067218D915F0D27C3AB6178 (Datatype_integer_tF79B30EE9DAE09CFC6D8D590067026FD6AA911B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)40));
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_integer::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_integer_TryParseValue_m4302F24BAF2AA60E2D0E9A4EBB32A5AC3CD6AE52 (Datatype_integer_tF79B30EE9DAE09CFC6D8D590067026FD6AA911B1* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1;
|
|
L_1 = VirtualFuncInvoker0< FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* >::Invoke(13 /* System.Xml.Schema.FacetsChecker System.Xml.Schema.XmlSchemaDatatype::get_FacetsChecker() */, __this);
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_5;
|
|
L_5 = XmlConvert_TryToInteger_m32D04A92FD0365201BD06C06CD0D413F63A4BD42(L_4, (&V_1), NULL);
|
|
V_0 = L_5;
|
|
Exception_t* L_6 = V_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_7;
|
|
L_7 = VirtualFuncInvoker0< FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* >::Invoke(13 /* System.Xml.Schema.FacetsChecker System.Xml.Schema.XmlSchemaDatatype::get_FacetsChecker() */, __this);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_8 = V_1;
|
|
NullCheck(L_7);
|
|
Exception_t* L_9;
|
|
L_9 = VirtualFuncInvoker2< Exception_t*, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, L_7, L_8, __this);
|
|
V_0 = L_9;
|
|
Exception_t* L_10 = V_0;
|
|
if (L_10)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_11 = ___3_typedValue;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_12 = V_1;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_13 = L_12;
|
|
RuntimeObject* L_14 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_13);
|
|
*((RuntimeObject**)L_11) = (RuntimeObject*)L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_14);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
Exception_t* L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_integer::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_integer__ctor_mEC03888DB53F0044C88E710EAD169737CE17BD08 (Datatype_integer_tF79B30EE9DAE09CFC6D8D590067026FD6AA911B1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var);
|
|
Datatype_decimal__ctor_m69C02C958528DB81837706655A48FD6FD1FA92B1(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_nonPositiveInteger::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_nonPositiveInteger_get_FacetsChecker_mF1EE7038A02F482EFD3406C5F13FDDD5EBC41A8F (Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_94;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_nonPositiveInteger::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_nonPositiveInteger_get_TypeCode_m20FB0AC7DA693ABBC3252B0CBAEC06DCBFFE9D72 (Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)41));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_nonPositiveInteger::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_nonPositiveInteger__ctor_mB8B32A6979C64620ACE154700D5D9531937398B8 (Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Datatype_integer__ctor_mEC03888DB53F0044C88E710EAD169737CE17BD08(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_nonPositiveInteger::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_nonPositiveInteger__cctor_m11279C992E33633DC062D165CFA1A397A2B6F0D6 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_0), (-1), (-1), (-1), (bool)1, (uint8_t)0, /*hidden argument*/NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3;
|
|
Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* L_2 = (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)il2cpp_codegen_object_new(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78(L_2, L_0, L_1, NULL);
|
|
((Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_94 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_94), (void*)L_2);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_negativeInteger::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_negativeInteger_get_FacetsChecker_m31EF2B0B8444911A7E43EA4BD8606C664D852556 (Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_95;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_negativeInteger::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_negativeInteger_get_TypeCode_mF30B9757C11B83396BD93C8D31179D61F537E180 (Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)42));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_negativeInteger::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_negativeInteger__ctor_mEB0CFEA8DE9013CDE4CAD03ADAD742929D829458 (Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_nonPositiveInteger_t5CC718911BF758C357E34BDA078C7CE7C5416878_il2cpp_TypeInfo_var);
|
|
Datatype_nonPositiveInteger__ctor_mB8B32A6979C64620ACE154700D5D9531937398B8(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_negativeInteger::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_negativeInteger__cctor_mCCB0F8B052851624F780BEE7DBE973FCB0FC2767 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_0), (-1), (-1), (-1), (bool)1, (uint8_t)0, /*hidden argument*/NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___MinusOne_5;
|
|
Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* L_2 = (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)il2cpp_codegen_object_new(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78(L_2, L_0, L_1, NULL);
|
|
((Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_95 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_negativeInteger_tDD1705FB8034CA7CFD0BD6903FE88B014FF2D1F0_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_95), (void*)L_2);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_long::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_long_get_FacetsChecker_m2E076F75221C23C07C87E3B4E5EA33A78A072C86 (Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_96;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_long::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_long_get_TypeCode_m1E446F2564E27D795427DFFE62590E01CD5533DA (Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)43));
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_long::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_long_Compare_mF72F6C16C197DED90ED71AAD1FCC6762FD8CEF3F (Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
V_0 = ((*(int64_t*)((int64_t*)(int64_t*)UnBox(L_0, Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
int32_t L_2;
|
|
L_2 = Int64_CompareTo_m1340DE58EE06BE5F2B68745E2D62BDF5DCD9646E((&V_0), L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_long::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_long_get_ValueType_mB3758E7DC5FD1AD750982FA674955691A65B3CB5 (Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var))->___atomicValueType_94;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_long::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_long_get_ListValueType_mA49587B3BCAE903FAD4A58C185BD54727B02DBA8 (Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var))->___listValueType_95;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_long::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_long_TryParseValue_m16F463A4DBF1ECC524F572A6763E9E0BC7124691 (Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
int64_t V_1 = 0;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_96;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_5;
|
|
L_5 = XmlConvert_TryToInt64_mC724081FBD7206016D6E60F2A7C8C115EC5AA530(L_4, (&V_1), NULL);
|
|
V_0 = L_5;
|
|
Exception_t* L_6 = V_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_7 = ((Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_96;
|
|
int64_t L_8 = V_1;
|
|
NullCheck(L_7);
|
|
Exception_t* L_9;
|
|
L_9 = VirtualFuncInvoker2< Exception_t*, int64_t, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(7 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int64,System.Xml.Schema.XmlSchemaDatatype) */, L_7, L_8, __this);
|
|
V_0 = L_9;
|
|
Exception_t* L_10 = V_0;
|
|
if (L_10)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_11 = ___3_typedValue;
|
|
int64_t L_12 = V_1;
|
|
int64_t L_13 = L_12;
|
|
RuntimeObject* L_14 = Box(Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_il2cpp_TypeInfo_var, &L_13);
|
|
*((RuntimeObject**)L_11) = (RuntimeObject*)L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_14);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
Exception_t* L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_long::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_long__ctor_mE196A820820D9B259D6369FDFDF1F0C6319301E5 (Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Datatype_integer__ctor_mEC03888DB53F0044C88E710EAD169737CE17BD08(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_long::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_long__cctor_mA7521408654BB7D9835C28DC5A5A1BA479AB3563 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var))->___atomicValueType_94 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var))->___atomicValueType_94), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var))->___listValueType_95 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var))->___listValueType_95), (void*)L_3);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Decimal__ctor_mD42FF624FC0A2122E4F867709F3C03304E99BE71((&L_4), ((int64_t)(std::numeric_limits<int64_t>::min)()), /*hidden argument*/NULL);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
Decimal__ctor_mD42FF624FC0A2122E4F867709F3C03304E99BE71((&L_5), ((int64_t)(std::numeric_limits<int64_t>::max)()), /*hidden argument*/NULL);
|
|
Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* L_6 = (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)il2cpp_codegen_object_new(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78(L_6, L_4, L_5, NULL);
|
|
((Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_96 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_96), (void*)L_6);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_int::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_int_get_FacetsChecker_m379802A6FB55A993E033246066BA632638EE2C2B (Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_99;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_int::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_int_get_TypeCode_m58EFE6BD87137417D26C19044DFCC3B50B4ECB10 (Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)44));
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_int::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_int_Compare_mF7ACEE35B60F92B90F47A8F40955666947B1F57B (Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
V_0 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_0, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
int32_t L_2;
|
|
L_2 = Int32_CompareTo_m4EB552F8681751642C86952DE0EF0190E688A7BF((&V_0), L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_int::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_int_get_ValueType_mB791061D3F808F7D5710C2B6C077C8549B81B65C (Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var))->___atomicValueType_97;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_int::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_int_get_ListValueType_m04654419C62DCC26809725F48BB5068171C158E7 (Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var))->___listValueType_98;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_int::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_int_TryParseValue_m57C6E6E6B26BADEED4FD647C35D9918625D0D983 (Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_99;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_5;
|
|
L_5 = XmlConvert_TryToInt32_m08AE7735D2EA1A3F7A5DDAD6C42E02C31B53B224(L_4, (&V_1), NULL);
|
|
V_0 = L_5;
|
|
Exception_t* L_6 = V_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_7 = ((Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_99;
|
|
int32_t L_8 = V_1;
|
|
NullCheck(L_7);
|
|
Exception_t* L_9;
|
|
L_9 = VirtualFuncInvoker2< Exception_t*, int32_t, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(8 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int32,System.Xml.Schema.XmlSchemaDatatype) */, L_7, L_8, __this);
|
|
V_0 = L_9;
|
|
Exception_t* L_10 = V_0;
|
|
if (L_10)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_11 = ___3_typedValue;
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = L_12;
|
|
RuntimeObject* L_14 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_13);
|
|
*((RuntimeObject**)L_11) = (RuntimeObject*)L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_14);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
Exception_t* L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_int::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_int__ctor_mEC9A6E1B6317F8FF29510E020856CBDC9BA9DE93 (Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_long_tE9299E74B90B5AD2D4FEACB21E49CE66ECBFD809_il2cpp_TypeInfo_var);
|
|
Datatype_long__ctor_mE196A820820D9B259D6369FDFDF1F0C6319301E5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_int::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_int__cctor_mE7CE070BCB3F39F56839B0EEB741EFF024B3F4E8 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var))->___atomicValueType_97 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var))->___atomicValueType_97), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var))->___listValueType_98 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var))->___listValueType_98), (void*)L_3);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Decimal__ctor_m6DDFD6E3A7A8CDEB1BADF8E09A8D8E1BDA9497A9((&L_4), ((int32_t)-2147483648LL), /*hidden argument*/NULL);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
Decimal__ctor_m6DDFD6E3A7A8CDEB1BADF8E09A8D8E1BDA9497A9((&L_5), ((int32_t)2147483647LL), /*hidden argument*/NULL);
|
|
Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* L_6 = (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)il2cpp_codegen_object_new(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78(L_6, L_4, L_5, NULL);
|
|
((Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_99 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_99), (void*)L_6);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_short::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_short_get_FacetsChecker_mEF72F2F73EA06067CECCA918D83B82512DED039D (Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_102;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_short::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_short_get_TypeCode_m4C1CFCBB6B1D29BCFC7C7DC4B9C9FDA9DE241DA7 (Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)45));
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_short::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_short_Compare_mC456718DC856098E0E443E2EDCE6BAF2F7BD91BD (Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int16_t V_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
V_0 = ((*(int16_t*)((int16_t*)(int16_t*)UnBox(L_0, Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
int32_t L_2;
|
|
L_2 = Int16_CompareTo_m5BD2376522CEE1560FE0B5A3C2B5B1B214A62090((&V_0), L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_short::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_short_get_ValueType_mA5DB9927B0A39EDADC45F3D2038914E934C97D70 (Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var))->___atomicValueType_100;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_short::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_short_get_ListValueType_mB86F996A271ED0C0027B7EE83357780AF22FCD90 (Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var))->___listValueType_101;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_short::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_short_TryParseValue_m1F2ED70AACA92028467C644ACDD47E5A1D10EE6D (Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
int16_t V_1 = 0;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_102;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_5;
|
|
L_5 = XmlConvert_TryToInt16_m8F2F1BDF9141D0C9F79223B91D2D392F4D4405AE(L_4, (&V_1), NULL);
|
|
V_0 = L_5;
|
|
Exception_t* L_6 = V_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_7 = ((Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_102;
|
|
int16_t L_8 = V_1;
|
|
NullCheck(L_7);
|
|
Exception_t* L_9;
|
|
L_9 = VirtualFuncInvoker2< Exception_t*, int16_t, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(9 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int16,System.Xml.Schema.XmlSchemaDatatype) */, L_7, L_8, __this);
|
|
V_0 = L_9;
|
|
Exception_t* L_10 = V_0;
|
|
if (L_10)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_11 = ___3_typedValue;
|
|
int16_t L_12 = V_1;
|
|
int16_t L_13 = L_12;
|
|
RuntimeObject* L_14 = Box(Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_il2cpp_TypeInfo_var, &L_13);
|
|
*((RuntimeObject**)L_11) = (RuntimeObject*)L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_14);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
Exception_t* L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_short::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_short__ctor_mE7C94EA79EC26D246F4DBC1741EA4E93876D8C31 (Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_int_t21E675DD5E3D16EC64D17CD9E6D31F514CEE3F6E_il2cpp_TypeInfo_var);
|
|
Datatype_int__ctor_mEC9A6E1B6317F8FF29510E020856CBDC9BA9DE93(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_short::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_short__cctor_m74DE67B5C1CDA302C53047159EB33035C2406FE1 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var))->___atomicValueType_100 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var))->___atomicValueType_100), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (Int16U5BU5D_t8175CE8DD9C9F9FB0CF4F58E45BC570575B43CFB_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var))->___listValueType_101 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var))->___listValueType_101), (void*)L_3);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Decimal__ctor_m6DDFD6E3A7A8CDEB1BADF8E09A8D8E1BDA9497A9((&L_4), ((int32_t)-32768), /*hidden argument*/NULL);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
Decimal__ctor_m6DDFD6E3A7A8CDEB1BADF8E09A8D8E1BDA9497A9((&L_5), ((int32_t)32767), /*hidden argument*/NULL);
|
|
Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* L_6 = (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)il2cpp_codegen_object_new(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78(L_6, L_4, L_5, NULL);
|
|
((Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_102 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_102), (void*)L_6);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_byte::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_byte_get_FacetsChecker_mFD613C50F10D138533F330E28DA19C8F6BF666C3 (Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_105;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_byte::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_byte_get_TypeCode_mB546F3CCB25B9280445E9314942E4DA2471C1785 (Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)46));
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_byte::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_byte_Compare_m8D3D91DF62E8124B10CDC3654B7F320FA37E9332 (Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int8_t V_0 = 0x0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
V_0 = ((*(int8_t*)((int8_t*)(int8_t*)UnBox(L_0, SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
int32_t L_2;
|
|
L_2 = SByte_CompareTo_mE33D49E0A12617E87A94163442EE207927332D6F((&V_0), L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_byte::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_byte_get_ValueType_m6EBD02077F32DF83146BB419F502DEBF00B7C99C (Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var))->___atomicValueType_103;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_byte::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_byte_get_ListValueType_mF4CB867CD5EDD57E1A33CC593048C135CC9A12ED (Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var))->___listValueType_104;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_byte::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_byte_TryParseValue_mA899B5A188D6BA7458D8E84725502CC77AB6A9BD (Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
int8_t V_1 = 0x0;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_105;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_5;
|
|
L_5 = XmlConvert_TryToSByte_mFBF6A550A54F7E33E31D63C7BCFE9DBC97431E3F(L_4, (&V_1), NULL);
|
|
V_0 = L_5;
|
|
Exception_t* L_6 = V_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_7 = ((Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_105;
|
|
int8_t L_8 = V_1;
|
|
NullCheck(L_7);
|
|
Exception_t* L_9;
|
|
L_9 = VirtualFuncInvoker2< Exception_t*, int16_t, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(9 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int16,System.Xml.Schema.XmlSchemaDatatype) */, L_7, L_8, __this);
|
|
V_0 = L_9;
|
|
Exception_t* L_10 = V_0;
|
|
if (L_10)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_11 = ___3_typedValue;
|
|
int8_t L_12 = V_1;
|
|
int8_t L_13 = L_12;
|
|
RuntimeObject* L_14 = Box(SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_il2cpp_TypeInfo_var, &L_13);
|
|
*((RuntimeObject**)L_11) = (RuntimeObject*)L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_14);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
Exception_t* L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_byte::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_byte__ctor_m075BBD8981D15BD3A37B7DD188D3C9C613900983 (Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_short_t2C8953EFBDF79A267320569CF1BE1AC54254FB0B_il2cpp_TypeInfo_var);
|
|
Datatype_short__ctor_mE7C94EA79EC26D246F4DBC1741EA4E93876D8C31(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_byte::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_byte__cctor_mD7777F1ADAB27AAC82D3E1999BDC8733C50CB7F9 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var))->___atomicValueType_103 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var))->___atomicValueType_103), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var))->___listValueType_104 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var))->___listValueType_104), (void*)L_3);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Decimal__ctor_m6DDFD6E3A7A8CDEB1BADF8E09A8D8E1BDA9497A9((&L_4), ((int32_t)-128), /*hidden argument*/NULL);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
Decimal__ctor_m6DDFD6E3A7A8CDEB1BADF8E09A8D8E1BDA9497A9((&L_5), ((int32_t)127), /*hidden argument*/NULL);
|
|
Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* L_6 = (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)il2cpp_codegen_object_new(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78(L_6, L_4, L_5, NULL);
|
|
((Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_105 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_byte_tAF82DFB325F124E5C3459837C04DD5A01C0E7E3E_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_105), (void*)L_6);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_nonNegativeInteger::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_nonNegativeInteger_get_FacetsChecker_m3C13E3638FDDCABC07973E992D087BF2ABC134B3 (Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_94;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_nonNegativeInteger::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_nonNegativeInteger_get_TypeCode_mD1BC900F113C3DFE36F5F398ECAC7FE24CE9B6EC (Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)47));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_nonNegativeInteger::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_nonNegativeInteger__ctor_m63571814CC6B5332053E8CE0D3E8680F60DD446A (Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Datatype_integer__ctor_mEC03888DB53F0044C88E710EAD169737CE17BD08(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_nonNegativeInteger::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_nonNegativeInteger__cctor_m99CF7704B9241F9A6A3AB5FEE115D29B525273BF (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_1), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL);
|
|
Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* L_2 = (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)il2cpp_codegen_object_new(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78(L_2, L_0, L_1, NULL);
|
|
((Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_94 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_94), (void*)L_2);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedLong::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_unsignedLong_get_FacetsChecker_m6B502C181033EC3985D10B9B92BE7542123A8006 (Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_97;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_unsignedLong::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_unsignedLong_get_TypeCode_mE4C7BE6BF4F3CF512BB0E6094DFB315C779F6DB5 (Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)48));
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_unsignedLong::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_unsignedLong_Compare_m2DC53CBEAA1D4297CECC22BF109BCE82FAE7E093 (Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint64_t V_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
V_0 = ((*(uint64_t*)((uint64_t*)(uint64_t*)UnBox(L_0, UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
int32_t L_2;
|
|
L_2 = UInt64_CompareTo_m288BA0CFC7A33B21926BEA039FC439AF369935C0((&V_0), L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_unsignedLong::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_unsignedLong_get_ValueType_m03208024A36383FD152257FF9A0C534D77A34668 (Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var))->___atomicValueType_95;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_unsignedLong::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_unsignedLong_get_ListValueType_m09FD940F449F1550E25DC90018825F7892574DC6 (Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var))->___listValueType_96;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_unsignedLong::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_unsignedLong_TryParseValue_m7812AAB63567A4C3C06EFC756F0ABAB75B1FA9E9 (Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
uint64_t V_1 = 0;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_97;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_5;
|
|
L_5 = XmlConvert_TryToUInt64_mE2AC52C0B1DD1A259D1E9B2CA4194A4D6AB9B42A(L_4, (&V_1), NULL);
|
|
V_0 = L_5;
|
|
Exception_t* L_6 = V_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_7 = ((Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_97;
|
|
uint64_t L_8 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_9;
|
|
L_9 = Decimal_op_Implicit_mA78C1FC00B4E76A91931998BD4FDE3574A54B090(L_8, NULL);
|
|
NullCheck(L_7);
|
|
Exception_t* L_10;
|
|
L_10 = VirtualFuncInvoker2< Exception_t*, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, L_7, L_9, __this);
|
|
V_0 = L_10;
|
|
Exception_t* L_11 = V_0;
|
|
if (L_11)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_12 = ___3_typedValue;
|
|
uint64_t L_13 = V_1;
|
|
uint64_t L_14 = L_13;
|
|
RuntimeObject* L_15 = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &L_14);
|
|
*((RuntimeObject**)L_12) = (RuntimeObject*)L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_12, (void*)(RuntimeObject*)L_15);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
Exception_t* L_16 = V_0;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_unsignedLong::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedLong__ctor_m976F2CE060CC2BEB3F98E0CF058A50AABF9E1F98 (Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_il2cpp_TypeInfo_var);
|
|
Datatype_nonNegativeInteger__ctor_m63571814CC6B5332053E8CE0D3E8680F60DD446A(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_unsignedLong::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedLong__cctor_m9A8A81A372D82ABB20DA2793A01E087A1A745FBC (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_0_0_0_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var))->___atomicValueType_95 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var))->___atomicValueType_95), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var))->___listValueType_96 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var))->___listValueType_96), (void*)L_3);
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
Decimal__ctor_m9CB8BFC1B0EDC4847DC5F36E7477E4A60F3E624C((&L_5), ((int64_t)(-1)), /*hidden argument*/NULL);
|
|
Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* L_6 = (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)il2cpp_codegen_object_new(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78(L_6, L_4, L_5, NULL);
|
|
((Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_97 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_97), (void*)L_6);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedInt::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_unsignedInt_get_FacetsChecker_m59D5AD2DC30B1AFA8266F58FA828DFD52296B73D (Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_100;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_unsignedInt::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_unsignedInt_get_TypeCode_m6B327C1F1799A2B693CF8E26793E5D77DF9F4E83 (Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)49));
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_unsignedInt::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_unsignedInt_Compare_mB31B8522C81B06F7349B1BF70FE0F4A352AC0058 (Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
V_0 = ((*(uint32_t*)((uint32_t*)(uint32_t*)UnBox(L_0, UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
int32_t L_2;
|
|
L_2 = UInt32_CompareTo_m7641828869D5AF657A97ACB8AB5E328984F46988((&V_0), L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_unsignedInt::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_unsignedInt_get_ValueType_mA7D98C80501AA6E4C3DFA47DA724C1688EA9B1D4 (Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var))->___atomicValueType_98;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_unsignedInt::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_unsignedInt_get_ListValueType_m38C1763525A94547589631AC64CDBC27205B600D (Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var))->___listValueType_99;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_unsignedInt::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_unsignedInt_TryParseValue_mEBFFC88D71551C281FA9A2E74D0310580C69BC72 (Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
uint32_t V_1 = 0;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_100;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_5;
|
|
L_5 = XmlConvert_TryToUInt32_m736AB25F4B7D13B492060272BC705B44C3E41512(L_4, (&V_1), NULL);
|
|
V_0 = L_5;
|
|
Exception_t* L_6 = V_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_7 = ((Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_100;
|
|
uint32_t L_8 = V_1;
|
|
NullCheck(L_7);
|
|
Exception_t* L_9;
|
|
L_9 = VirtualFuncInvoker2< Exception_t*, int64_t, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(7 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int64,System.Xml.Schema.XmlSchemaDatatype) */, L_7, ((int64_t)(uint64_t)L_8), __this);
|
|
V_0 = L_9;
|
|
Exception_t* L_10 = V_0;
|
|
if (L_10)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_11 = ___3_typedValue;
|
|
uint32_t L_12 = V_1;
|
|
uint32_t L_13 = L_12;
|
|
RuntimeObject* L_14 = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &L_13);
|
|
*((RuntimeObject**)L_11) = (RuntimeObject*)L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_14);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
Exception_t* L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_unsignedInt::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedInt__ctor_mC90D6E7C1E7DC4FBF34F0217021E37DF9E74F2C0 (Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedLong_t03058783F6B4D509EEF9A4334DE90406C7CF111F_il2cpp_TypeInfo_var);
|
|
Datatype_unsignedLong__ctor_m976F2CE060CC2BEB3F98E0CF058A50AABF9E1F98(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_unsignedInt::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedInt__cctor_mF7B9AB9326D59AEE76A8D4FA15EC40E697802DF1 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_0_0_0_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var))->___atomicValueType_98 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var))->___atomicValueType_98), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var))->___listValueType_99 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var))->___listValueType_99), (void*)L_3);
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
Decimal__ctor_m2A5CA96744F1CA434D87C61A7856FA2F2C2C1191((&L_5), (-1), /*hidden argument*/NULL);
|
|
Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* L_6 = (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)il2cpp_codegen_object_new(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78(L_6, L_4, L_5, NULL);
|
|
((Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_100 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_100), (void*)L_6);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedShort::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_unsignedShort_get_FacetsChecker_mFBD40513D992E46DF94CEF1236FD80CF1BDA0B57 (Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_103;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_unsignedShort::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_unsignedShort_get_TypeCode_m79B03602263A42653B26AC8E4951081DAF1C41A0 (Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)50));
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_unsignedShort::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_unsignedShort_Compare_m86A3E34C8C384E57774D987EB301219468A4916C (Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint16_t V_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
V_0 = ((*(uint16_t*)((uint16_t*)(uint16_t*)UnBox(L_0, UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
int32_t L_2;
|
|
L_2 = UInt16_CompareTo_m02159C1CB7FFBEEEFABB409F3A07F9F6CCD63127((&V_0), L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_unsignedShort::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_unsignedShort_get_ValueType_mE97BD769DCE5BE9D1C1FC9B7C389743CF8B9B0D1 (Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___atomicValueType_101;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_unsignedShort::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_unsignedShort_get_ListValueType_m5599309B00DF2085C2DC60BB459144467CE5F8CB (Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___listValueType_102;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_unsignedShort::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_unsignedShort_TryParseValue_m1BC1F75103D5F7048FE7E9CA49EC2211FA1278B6 (Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
uint16_t V_1 = 0;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_103;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_5;
|
|
L_5 = XmlConvert_TryToUInt16_mBB2E9ABB81D0BF66D7B72EB85B058A5C95F9ACD2(L_4, (&V_1), NULL);
|
|
V_0 = L_5;
|
|
Exception_t* L_6 = V_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_7 = ((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_103;
|
|
uint16_t L_8 = V_1;
|
|
NullCheck(L_7);
|
|
Exception_t* L_9;
|
|
L_9 = VirtualFuncInvoker2< Exception_t*, int32_t, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(8 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int32,System.Xml.Schema.XmlSchemaDatatype) */, L_7, L_8, __this);
|
|
V_0 = L_9;
|
|
Exception_t* L_10 = V_0;
|
|
if (L_10)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_11 = ___3_typedValue;
|
|
uint16_t L_12 = V_1;
|
|
uint16_t L_13 = L_12;
|
|
RuntimeObject* L_14 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_13);
|
|
*((RuntimeObject**)L_11) = (RuntimeObject*)L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_14);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
Exception_t* L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_unsignedShort::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedShort__ctor_mFFC2ACD21FCCBF9C8B73F5495F93BD86F7104DED (Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedInt_t99A457EB9C80C517B6F8897478FAA375C7F10389_il2cpp_TypeInfo_var);
|
|
Datatype_unsignedInt__ctor_mC90D6E7C1E7DC4FBF34F0217021E37DF9E74F2C0(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_unsignedShort::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedShort__cctor_m0F372D04FD13C516FD8C713A8D774890084A19E4 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_0_0_0_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___atomicValueType_101 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___atomicValueType_101), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___listValueType_102 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___listValueType_102), (void*)L_3);
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
Decimal__ctor_m6DDFD6E3A7A8CDEB1BADF8E09A8D8E1BDA9497A9((&L_5), ((int32_t)65535), /*hidden argument*/NULL);
|
|
Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* L_6 = (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)il2cpp_codegen_object_new(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78(L_6, L_4, L_5, NULL);
|
|
((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_103 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_103), (void*)L_6);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_unsignedByte::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_unsignedByte_get_FacetsChecker_m0267FA5A9D6B650EEB805C77ABB898FF10A72ABB (Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_106;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_unsignedByte::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_unsignedByte_get_TypeCode_m578657A982EE9BAFC6B3AA4DED22CDFDBE44445C (Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)51));
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_unsignedByte::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_unsignedByte_Compare_m39217E53C0C29F28CE84245C27C98D015CC3AB1B (Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t V_0 = 0x0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
V_0 = ((*(uint8_t*)((uint8_t*)(uint8_t*)UnBox(L_0, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
int32_t L_2;
|
|
L_2 = Byte_CompareTo_m4F4B52E1A3F43E77E2054A5F2178DFBCB23DFF2C((&V_0), L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_unsignedByte::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_unsignedByte_get_ValueType_mA17FE34EEDEA485FE8B846CE1476B89A1ADB8094 (Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___atomicValueType_104;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_unsignedByte::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_unsignedByte_get_ListValueType_mC555BAB723923993AD93564AFA0FE0EB571886CC (Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___listValueType_105;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_unsignedByte::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_unsignedByte_TryParseValue_m949E24321FA0CA9D9D81A710EB3B4C48C0560790 (Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
uint8_t V_1 = 0x0;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_1 = ((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_106;
|
|
NullCheck(L_1);
|
|
Exception_t* L_2;
|
|
L_2 = VirtualFuncInvoker2< Exception_t*, String_t**, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(4 /* System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype) */, L_1, (&___0_s), __this);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_5;
|
|
L_5 = XmlConvert_TryToByte_m365107AF1D296D76F98F901BD54E8044145C6019(L_4, (&V_1), NULL);
|
|
V_0 = L_5;
|
|
Exception_t* L_6 = V_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_7 = ((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_106;
|
|
uint8_t L_8 = V_1;
|
|
NullCheck(L_7);
|
|
Exception_t* L_9;
|
|
L_9 = VirtualFuncInvoker2< Exception_t*, int16_t, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(9 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int16,System.Xml.Schema.XmlSchemaDatatype) */, L_7, L_8, __this);
|
|
V_0 = L_9;
|
|
Exception_t* L_10 = V_0;
|
|
if (L_10)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_11 = ___3_typedValue;
|
|
uint8_t L_12 = V_1;
|
|
uint8_t L_13 = L_12;
|
|
RuntimeObject* L_14 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_13);
|
|
*((RuntimeObject**)L_11) = (RuntimeObject*)L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_14);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
Exception_t* L_15 = V_0;
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_unsignedByte::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedByte__ctor_mB9E349C0DA62338B989815B193EDB7C24D6A89C0 (Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_unsignedShort_t2FCA0FD0CA9F601B7938A07226074483A8494513_il2cpp_TypeInfo_var);
|
|
Datatype_unsignedShort__ctor_mFFC2ACD21FCCBF9C8B73F5495F93BD86F7104DED(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_unsignedByte::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_unsignedByte__cctor_m4B6B95C156BDAA99B32D76581625B1A7F17B672D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___atomicValueType_104 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___atomicValueType_104), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___listValueType_105 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___listValueType_105), (void*)L_3);
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
Decimal__ctor_m6DDFD6E3A7A8CDEB1BADF8E09A8D8E1BDA9497A9((&L_5), ((int32_t)255), /*hidden argument*/NULL);
|
|
Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* L_6 = (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)il2cpp_codegen_object_new(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78(L_6, L_4, L_5, NULL);
|
|
((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_106 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_unsignedByte_t507F8AF976F96D31C4D2AB98A1C2A411769DFA03_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_106), (void*)L_6);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.Schema.FacetsChecker System.Xml.Schema.Datatype_positiveInteger::get_FacetsChecker()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* Datatype_positiveInteger_get_FacetsChecker_m696A77E867701A5AA872F048D12620C8FAE55489 (Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_il2cpp_TypeInfo_var);
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0 = ((Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_95;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Xml.Schema.XmlTypeCode System.Xml.Schema.Datatype_positiveInteger::get_TypeCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_positiveInteger_get_TypeCode_m0373CC72589D22ECDB8D1DC8AC513476F4D4B737 (Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)52));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_positiveInteger::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_positiveInteger__ctor_m9399743EBFC4E93AB6BAAF760916A631C7ED03CF (Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_nonNegativeInteger_t17F27C77447AE5A7C67B04451C716E6DEA79E8CC_il2cpp_TypeInfo_var);
|
|
Datatype_nonNegativeInteger__ctor_m63571814CC6B5332053E8CE0D3E8680F60DD446A(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_positiveInteger::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_positiveInteger__cctor_m06640CBCB3B281EBA435FBCE13FA5240434D4FA5 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___One_4;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_1), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL);
|
|
Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* L_2 = (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)il2cpp_codegen_object_new(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78(L_2, L_0, L_1, NULL);
|
|
((Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_95 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_positiveInteger_t1C357E30C4D06C4F29DD5F014E6DD32F5D8A6D45_il2cpp_TypeInfo_var))->___numeric10FacetsChecker_95), (void*)L_2);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Object System.Xml.Schema.Datatype_doubleXdr::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Datatype_doubleXdr_ParseValue_m4AA9B370A284D72960326426F93A7B74E34D6472 (Datatype_doubleXdr_tF2CD2B2F44685C9BEDAD3CE207DF4862186BE691* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
double V_0 = 0.0;
|
|
Exception_t* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
try
|
|
{// begin try (depth: 1)
|
|
String_t* L_0 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
double L_1;
|
|
L_1 = XmlConvert_ToDouble_m2418B80456367C61C63D2851ADF27DF906F2077C(L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_0025;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0009;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0009:
|
|
{// begin catch(System.Exception)
|
|
V_1 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2;
|
|
String_t* L_4 = ___0_s;
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, L_4);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_4);
|
|
String_t* L_5;
|
|
L_5 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_3, NULL);
|
|
Exception_t* L_6 = V_1;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_7 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_7);
|
|
XmlSchemaException__ctor_m8859229CBC18363B2BF879B0EA795397C4B228AB(L_7, L_5, L_6, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_doubleXdr_ParseValue_m4AA9B370A284D72960326426F93A7B74E34D6472_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0025:
|
|
{
|
|
double L_8 = V_0;
|
|
bool L_9;
|
|
L_9 = Double_IsInfinity_mF1F2BB1A8094AF95520E754AE9888993EA948B34_inline(L_8, NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
double L_10 = V_0;
|
|
bool L_11;
|
|
L_11 = Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline(L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
String_t* L_12 = ___0_s;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_13 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_13);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_12, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_doubleXdr_ParseValue_m4AA9B370A284D72960326426F93A7B74E34D6472_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
double L_14 = V_0;
|
|
double L_15 = L_14;
|
|
RuntimeObject* L_16 = Box(Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var, &L_15);
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_doubleXdr::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_doubleXdr__ctor_mCD2423C93DDA3404DEA11F465C3F30C74E390B54 (Datatype_doubleXdr_tF2CD2B2F44685C9BEDAD3CE207DF4862186BE691* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_double_tBEDBB831BE3FB014D7CF47804A829B99B8379190_il2cpp_TypeInfo_var);
|
|
Datatype_double__ctor_m2C6CD86AB0B3DF406648664B37B15EF01732CBB4(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Object System.Xml.Schema.Datatype_floatXdr::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Datatype_floatXdr_ParseValue_m3E96BEC8525BB4394AF28AABE87EE183FDEE2B93 (Datatype_floatXdr_tC7E048FBD066EFDF9F89FB924E529AF4EDB0559A* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float V_0 = 0.0f;
|
|
Exception_t* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
try
|
|
{// begin try (depth: 1)
|
|
String_t* L_0 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
float L_1;
|
|
L_1 = XmlConvert_ToSingle_m57D622EA6B6024A02ACA602BA5B0ABDE831E1095(L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_0025;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0009;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0009:
|
|
{// begin catch(System.Exception)
|
|
V_1 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2;
|
|
String_t* L_4 = ___0_s;
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, L_4);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_4);
|
|
String_t* L_5;
|
|
L_5 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_3, NULL);
|
|
Exception_t* L_6 = V_1;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_7 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_7);
|
|
XmlSchemaException__ctor_m8859229CBC18363B2BF879B0EA795397C4B228AB(L_7, L_5, L_6, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_floatXdr_ParseValue_m3E96BEC8525BB4394AF28AABE87EE183FDEE2B93_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0025:
|
|
{
|
|
float L_8 = V_0;
|
|
bool L_9;
|
|
L_9 = Single_IsInfinity_m8D101DE5C104130734F6DCA3E6E86345B064E4AD_inline(L_8, NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
float L_10 = V_0;
|
|
bool L_11;
|
|
L_11 = Single_IsNaN_mFE637F6ECA9F7697CE8EFF56427858F4C5EDF75D_inline(L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
String_t* L_12 = ___0_s;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_13 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_13);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_12, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_floatXdr_ParseValue_m3E96BEC8525BB4394AF28AABE87EE183FDEE2B93_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
float L_14 = V_0;
|
|
float L_15 = L_14;
|
|
RuntimeObject* L_16 = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &L_15);
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_floatXdr::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_floatXdr__ctor_mBD66AF735C5F86B6E90E561A28F2B9BD9EF4727E (Datatype_floatXdr_tC7E048FBD066EFDF9F89FB924E529AF4EDB0559A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_float_tC92C842B6C62E541E5BA3CF754A66385E480F2C5_il2cpp_TypeInfo_var);
|
|
Datatype_float__ctor_mF909482A1E954A77EEFAD3ADAC5BC7DDAC262430(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_QNameXdr::get_TokenizedType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_QNameXdr_get_TokenizedType_mEC2DCE9F58233EEA4A19AE557D2D748A760C2256 (Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)10));
|
|
}
|
|
}
|
|
// System.Object System.Xml.Schema.Datatype_QNameXdr::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Datatype_QNameXdr_ParseValue_m50B56A961D8924B4DBC60DBB4E029341AFDC5318 (Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
Exception_t* V_2 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
String_t* L_0 = ___0_s;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___0_s;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_4 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral606D85602184211DB21C40AEC7FD6715395189C6)), L_3, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_QNameXdr_ParseValue_m50B56A961D8924B4DBC60DBB4E029341AFDC5318_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
RuntimeObject* L_5 = ___2_nsmgr;
|
|
if (L_5)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_6 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_6);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9596E5523DE78154FE7D2F120B5259D589F47C5E)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_QNameXdr_ParseValue_m50B56A961D8924B4DBC60DBB4E029341AFDC5318_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
String_t* L_7 = ___0_s;
|
|
NullCheck(L_7);
|
|
String_t* L_8;
|
|
L_8 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_7, NULL);
|
|
RuntimeObject* L_9 = ___2_nsmgr;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_10;
|
|
L_10 = XmlQualifiedName_Parse_m78CCE431EBDD21AF71F3508B8864DAA2A977DEDE(L_8, L_9, (&V_0), NULL);
|
|
V_1 = L_10;
|
|
goto IL_0058;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_003b;
|
|
}
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_003c;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003b:
|
|
{// begin catch(System.Xml.Schema.XmlSchemaException)
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_QNameXdr_ParseValue_m50B56A961D8924B4DBC60DBB4E029341AFDC5318_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
CATCH_003c:
|
|
{// begin catch(System.Exception)
|
|
V_2 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11;
|
|
String_t* L_13 = ___0_s;
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, L_13);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_13);
|
|
String_t* L_14;
|
|
L_14 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_12, NULL);
|
|
Exception_t* L_15 = V_2;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_16 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_16);
|
|
XmlSchemaException__ctor_m8859229CBC18363B2BF879B0EA795397C4B228AB(L_16, L_14, L_15, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_QNameXdr_ParseValue_m50B56A961D8924B4DBC60DBB4E029341AFDC5318_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0058:
|
|
{
|
|
RuntimeObject* L_17 = V_1;
|
|
return L_17;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_QNameXdr::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_QNameXdr_get_ValueType_m0D9D1384F67EFAF30D23B4A961D9A6CFB42ADB72 (Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var))->___atomicValueType_91;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_QNameXdr::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_QNameXdr_get_ListValueType_mB160D71AA00201BE9CA80FD087D1AB4BDA633012 (Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var))->___listValueType_92;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_QNameXdr::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_QNameXdr__ctor_m795523629427AF9F07C982888D20B6D97D695C66 (Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_QNameXdr::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_QNameXdr__cctor_m3001A240906EBAABF1E416E07F5F8CF2645169BC (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var))->___atomicValueType_91 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var))->___atomicValueType_91), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var))->___listValueType_92 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_QNameXdr_t203F82EB7C1C90E216E272048D2C060D4091A0F0_il2cpp_TypeInfo_var))->___listValueType_92), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Xml.XmlTokenizedType System.Xml.Schema.Datatype_ENUMERATION::get_TokenizedType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_ENUMERATION_get_TokenizedType_m58ECACDE6D83B247BDE477ADF1B852B67AC2D5EE (Datatype_ENUMERATION_t38424F2300A98945B684DBD899D7BE209E1594BD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (int32_t)(((int32_t)9));
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_ENUMERATION::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_ENUMERATION__ctor_m27EBE5FFE454566DDBE00340F83E27C47884556A (Datatype_ENUMERATION_t38424F2300A98945B684DBD899D7BE209E1594BD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Datatype_NMTOKEN__ctor_m5E28C341E2FAFC1A749E6334D19D2B0B6F5CC71B(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Type System.Xml.Schema.Datatype_char::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_char_get_ValueType_m32E1D6774AD7660F937A1336A6675AD40E068AAE (Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var))->___atomicValueType_91;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_char::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_char_get_ListValueType_m913BFB1E2F88E682EF5CDF991A0FC56084B2EEBA (Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var))->___listValueType_92;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_char::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_char_Compare_mF1D7216D5822B9D9EE6BEC4DA6B6A831D57A71E5 (Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
V_0 = ((*(Il2CppChar*)((Il2CppChar*)(Il2CppChar*)UnBox(L_0, Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
int32_t L_2;
|
|
L_2 = Char_CompareTo_m8EA6F779C3E8158B00C31C6136699AD3DB8F49E8((&V_0), L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Object System.Xml.Schema.Datatype_char::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Datatype_char_ParseValue_m88FDFFB8EF74E4B50558C95ED86E56CFFD162401 (Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
Exception_t* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
try
|
|
{// begin try (depth: 1)
|
|
String_t* L_0 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Il2CppChar L_1;
|
|
L_1 = XmlConvert_ToChar_m0976C51C05E8ECBEBA46A86D0445529415A2FCA6(L_0, NULL);
|
|
Il2CppChar L_2 = L_1;
|
|
RuntimeObject* L_3 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_2);
|
|
V_0 = L_3;
|
|
goto IL_002b;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_000e;
|
|
}
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_000f;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000e:
|
|
{// begin catch(System.Xml.Schema.XmlSchemaException)
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_char_ParseValue_m88FDFFB8EF74E4B50558C95ED86E56CFFD162401_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
CATCH_000f:
|
|
{// begin catch(System.Exception)
|
|
V_1 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4;
|
|
String_t* L_6 = ___0_s;
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_6);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_6);
|
|
String_t* L_7;
|
|
L_7 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_5, NULL);
|
|
Exception_t* L_8 = V_1;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_9 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_9);
|
|
XmlSchemaException__ctor_m8859229CBC18363B2BF879B0EA795397C4B228AB(L_9, L_7, L_8, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_char_ParseValue_m88FDFFB8EF74E4B50558C95ED86E56CFFD162401_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_002b:
|
|
{
|
|
RuntimeObject* L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_char::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_char_TryParseValue_mC7E95E2BEC0AE4381CEF90E803BCC0E3385BE8FB (Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
Il2CppChar V_1 = 0x0;
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
String_t* L_1 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_2;
|
|
L_2 = XmlConvert_TryToChar_mE6F5E18D3152F0EA7700F6E9ACAEFEB91B294A18(L_1, (&V_1), NULL);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_4 = ___3_typedValue;
|
|
Il2CppChar L_5 = V_1;
|
|
Il2CppChar L_6 = L_5;
|
|
RuntimeObject* L_7 = Box(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var, &L_6);
|
|
*((RuntimeObject**)L_4) = (RuntimeObject*)L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_4, (void*)(RuntimeObject*)L_7);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
Exception_t* L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_char::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_char__ctor_mC0CC560E3362C3CE4FE7E33D9902137ACEB3CCCC (Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_char::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_char__cctor_m148DD7DC6AF7B26A1A10A9DD1E5ED126F0660892 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (Char_t521A6F19B456D956AF452D926C32709DC03D6B17_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var))->___atomicValueType_91 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var))->___atomicValueType_91), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var))->___listValueType_92 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_char_t8F3DB64F668474C98953C3F5FD4BEBB360CDB76B_il2cpp_TypeInfo_var))->___listValueType_92), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Object System.Xml.Schema.Datatype_fixed::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Datatype_fixed_ParseValue_m86B4CE0F5B85B2C49DD7C863CEB9636C51874B87 (Datatype_fixed_t72793482E29CC18E5554ABFE6C3F4A92076F5614* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
RuntimeObject* V_2 = NULL;
|
|
Exception_t* V_3 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_0;
|
|
L_0 = VirtualFuncInvoker0< FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* >::Invoke(13 /* System.Xml.Schema.FacetsChecker System.Xml.Schema.XmlSchemaDatatype::get_FacetsChecker() */, __this);
|
|
String_t* L_1 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2;
|
|
L_2 = XmlConvert_ToDecimal_mADC865682AA62EC874AFEA0D55B7FBED9A1B6E32(L_1, NULL);
|
|
V_1 = L_2;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_3 = V_1;
|
|
NullCheck(((Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)IsInstClass((RuntimeObject*)L_0, Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_4;
|
|
L_4 = Numeric10FacetsChecker_CheckTotalAndFractionDigits_m3D779F70AA7CE7881B4D69F145F7AE9C61CB097F(((Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)IsInstClass((RuntimeObject*)L_0, Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var)), L_3, ((int32_t)18), 4, (bool)1, (bool)1, NULL);
|
|
V_0 = L_4;
|
|
Exception_t* L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0023_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
|
|
IL_0023_1:
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_6 = V_1;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_7 = L_6;
|
|
RuntimeObject* L_8 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_7);
|
|
V_2 = L_8;
|
|
goto IL_004b;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_002c;
|
|
}
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_002d;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_002c:
|
|
{// begin catch(System.Xml.Schema.XmlSchemaException)
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_fixed_ParseValue_m86B4CE0F5B85B2C49DD7C863CEB9636C51874B87_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
CATCH_002d:
|
|
{// begin catch(System.Exception)
|
|
V_3 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = L_9;
|
|
String_t* L_11 = ___0_s;
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, L_11);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_11);
|
|
String_t* L_12;
|
|
L_12 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_10, NULL);
|
|
Exception_t* L_13 = V_3;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_14 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_14);
|
|
XmlSchemaException__ctor_m8859229CBC18363B2BF879B0EA795397C4B228AB(L_14, L_12, L_13, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_fixed_ParseValue_m86B4CE0F5B85B2C49DD7C863CEB9636C51874B87_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0049:
|
|
{
|
|
Exception_t* L_15 = V_0;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_fixed_ParseValue_m86B4CE0F5B85B2C49DD7C863CEB9636C51874B87_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
RuntimeObject* L_16 = V_2;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_fixed::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_fixed_TryParseValue_mD3F309E2192D5843AD34C4A31357483968A79815 (Datatype_fixed_t72793482E29CC18E5554ABFE6C3F4A92076F5614* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
String_t* L_1 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_2;
|
|
L_2 = XmlConvert_TryToDecimal_mACFB99727B0B9DA0D7BC2121AFB8B15499639422(L_1, (&V_1), NULL);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* L_4;
|
|
L_4 = VirtualFuncInvoker0< FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* >::Invoke(13 /* System.Xml.Schema.FacetsChecker System.Xml.Schema.XmlSchemaDatatype::get_FacetsChecker() */, __this);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5 = V_1;
|
|
NullCheck(((Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)IsInstClass((RuntimeObject*)L_4, Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var)));
|
|
Exception_t* L_6;
|
|
L_6 = Numeric10FacetsChecker_CheckTotalAndFractionDigits_m3D779F70AA7CE7881B4D69F145F7AE9C61CB097F(((Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109*)IsInstClass((RuntimeObject*)L_4, Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var)), L_5, ((int32_t)18), 4, (bool)1, (bool)1, NULL);
|
|
V_0 = L_6;
|
|
Exception_t* L_7 = V_0;
|
|
if (L_7)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_8 = ___3_typedValue;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_9 = V_1;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_10 = L_9;
|
|
RuntimeObject* L_11 = Box(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var, &L_10);
|
|
*((RuntimeObject**)L_8) = (RuntimeObject*)L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_8, (void*)(RuntimeObject*)L_11);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
Exception_t* L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_fixed::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_fixed__ctor_m17A48E1CDFF4FF96FB77006A9CDC600914CA0B67 (Datatype_fixed_t72793482E29CC18E5554ABFE6C3F4A92076F5614* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_decimal_tCEBA0025D34A2F09B2685878DDE797233B7958B4_il2cpp_TypeInfo_var);
|
|
Datatype_decimal__ctor_m69C02C958528DB81837706655A48FD6FD1FA92B1(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Type System.Xml.Schema.Datatype_uuid::get_ValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_uuid_get_ValueType_m60DDA223ED83617463E65FD832E1AD1B1B011C33 (Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var))->___atomicValueType_91;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Type System.Xml.Schema.Datatype_uuid::get_ListValueType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Datatype_uuid_get_ListValueType_m54691F15D604B0D0792AC6960C82A233C7F55E87 (Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var);
|
|
Type_t* L_0 = ((Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var))->___listValueType_92;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 System.Xml.Schema.Datatype_uuid::Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Datatype_uuid_Compare_m5441E172CD5F392EC8B913E748B18466AFDE55BC (Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7* __this, RuntimeObject* ___0_value1, RuntimeObject* ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Guid_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
RuntimeObject* L_0 = ___0_value1;
|
|
V_0 = ((*(Guid_t*)((Guid_t*)(Guid_t*)UnBox(L_0, Guid_t_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_1 = ___1_value2;
|
|
bool L_2;
|
|
L_2 = Guid_Equals_mC7349E47BF1CBCBFB4C9032C050DE54AAC10000B((&V_0), L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
return 0;
|
|
}
|
|
}
|
|
// System.Object System.Xml.Schema.Datatype_uuid::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Datatype_uuid_ParseValue_m1CBF7DD86DEE8976B670E15AE6B2F4FAE6ABC333 (Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
Exception_t* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
try
|
|
{// begin try (depth: 1)
|
|
String_t* L_0 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Guid_t L_1;
|
|
L_1 = XmlConvert_ToGuid_m3B2378387DFAACD9C495FA98715ECC431A581510(L_0, NULL);
|
|
Guid_t L_2 = L_1;
|
|
RuntimeObject* L_3 = Box(Guid_t_il2cpp_TypeInfo_var, &L_2);
|
|
V_0 = L_3;
|
|
goto IL_002b;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_000e;
|
|
}
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_000f;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000e:
|
|
{// begin catch(System.Xml.Schema.XmlSchemaException)
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_uuid_ParseValue_m1CBF7DD86DEE8976B670E15AE6B2F4FAE6ABC333_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
CATCH_000f:
|
|
{// begin catch(System.Exception)
|
|
V_1 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4;
|
|
String_t* L_6 = ___0_s;
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, L_6);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_6);
|
|
String_t* L_7;
|
|
L_7 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral199D2EE984FE34C696D79D31CA3409D299E91428)), L_5, NULL);
|
|
Exception_t* L_8 = V_1;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_9 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_9);
|
|
XmlSchemaException__ctor_m8859229CBC18363B2BF879B0EA795397C4B228AB(L_9, L_7, L_8, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Datatype_uuid_ParseValue_m1CBF7DD86DEE8976B670E15AE6B2F4FAE6ABC333_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_002b:
|
|
{
|
|
RuntimeObject* L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Datatype_uuid::TryParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver,System.Object&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Datatype_uuid_TryParseValue_mE855E6ACD676170199A9EC4FA0B45FBB721D667E (Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7* __this, String_t* ___0_s, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nameTable, RuntimeObject* ___2_nsmgr, RuntimeObject** ___3_typedValue, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
Guid_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
RuntimeObject** L_0 = ___3_typedValue;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
String_t* L_1 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_2;
|
|
L_2 = XmlConvert_TryToGuid_m87100A1E44B4BE28EEF96868646C4604EE10A32B(L_1, (&V_1), NULL);
|
|
V_0 = L_2;
|
|
Exception_t* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_4 = ___3_typedValue;
|
|
Guid_t L_5 = V_1;
|
|
Guid_t L_6 = L_5;
|
|
RuntimeObject* L_7 = Box(Guid_t_il2cpp_TypeInfo_var, &L_6);
|
|
*((RuntimeObject**)L_4) = (RuntimeObject*)L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_4, (void*)(RuntimeObject*)L_7);
|
|
return (Exception_t*)NULL;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
Exception_t* L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_uuid::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_uuid__ctor_m6E46A79ABC8A7FE5D59A95C7DECD60CD9C23649F (Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_il2cpp_TypeInfo_var);
|
|
Datatype_anySimpleType__ctor_mD3FEDA90F3C36B5D64FA1E8BEF53E2B00FCDB1C5(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Datatype_uuid::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Datatype_uuid__cctor_m1C7E0E10E18A5DBB993E1AE0713EA06F9CB7982E (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (Guid_t_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_1;
|
|
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
|
|
((Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var))->___atomicValueType_91 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var))->___atomicValueType_91), (void*)L_1);
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (GuidU5BU5D_t0B65C049D6CE72B5A2BF6E42AE9C98CEC1BE6B42_0_0_0_var) };
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
((Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var))->___listValueType_92 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_StaticFields*)il2cpp_codegen_static_fields_for(Datatype_uuid_t46BD092F228AC208148CF8054BB32563FCAEDAA7_il2cpp_TypeInfo_var))->___listValueType_92), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.DtdValidator::SetDefaultTypedValue(System.Xml.Schema.SchemaAttDef,System.Xml.IDtdParserAdapter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_SetDefaultTypedValue_mE6989FDEBC8F5EFB61B0AD93B149FD7BA0B9ECA9 (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* ___0_attdef, RuntimeObject* ___1_readerAdapter, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* V_1 = NULL;
|
|
RuntimeObject* V_2 = NULL;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* V_3 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_0 = ___0_attdef;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = SchemaAttDef_get_DefaultValueExpanded_m61569B11E4FBDEED7A35CD5A39675B57CE6DB78F(L_0, NULL);
|
|
V_0 = L_1;
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_2 = ___0_attdef;
|
|
NullCheck(L_2);
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3;
|
|
L_3 = SchemaDeclBase_get_Datatype_mE6DE13C3518B65A1CF6E464F12D7D7653247AF90_inline(L_2, NULL);
|
|
V_1 = L_3;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_4 = V_1;
|
|
if (L_4)
|
|
{
|
|
goto IL_0013_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_0013_1:
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* System.Xml.XmlTokenizedType System.Xml.Schema.XmlSchemaDatatype::get_TokenizedType() */, L_5);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0022_1;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
String_t* L_8;
|
|
L_8 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_7, NULL);
|
|
V_0 = L_8;
|
|
}
|
|
|
|
IL_0022_1:
|
|
{
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_9 = ___0_attdef;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_10 = V_1;
|
|
String_t* L_11 = V_0;
|
|
RuntimeObject* L_12 = ___1_readerAdapter;
|
|
NullCheck(L_12);
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_13;
|
|
L_13 = InterfaceFuncInvoker0< XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* >::Invoke(0 /* System.Xml.XmlNameTable System.Xml.IDtdParserAdapter::get_NameTable() */, IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var, L_12);
|
|
RuntimeObject* L_14 = ___1_readerAdapter;
|
|
NullCheck(L_14);
|
|
RuntimeObject* L_15;
|
|
L_15 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Xml.IXmlNamespaceResolver System.Xml.IDtdParserAdapter::get_NamespaceResolver() */, IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var, L_14);
|
|
NullCheck(L_10);
|
|
RuntimeObject* L_16;
|
|
L_16 = VirtualFuncInvoker3< RuntimeObject*, String_t*, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_10, L_11, L_13, L_15);
|
|
NullCheck(L_9);
|
|
SchemaDeclBase_set_DefaultValueTyped_m35E01A5A9C44038AE78774AF2D7B6E627AD66FC1_inline(L_9, L_16, NULL);
|
|
goto IL_006d;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_003d;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003d:
|
|
{// begin catch(System.Exception)
|
|
{
|
|
RuntimeObject* L_17 = ___1_readerAdapter;
|
|
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_17, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IDtdParserAdapterWithValidation_tC370E742FC1C08EECE2E2741D97D6985EF1ED347_il2cpp_TypeInfo_var)))));
|
|
RuntimeObject* L_18;
|
|
L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Xml.IValidationEventHandling System.Xml.IDtdParserAdapterWithValidation::get_ValidationEventHandling() */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IDtdParserAdapterWithValidation_tC370E742FC1C08EECE2E2741D97D6985EF1ED347_il2cpp_TypeInfo_var)), ((RuntimeObject*)Castclass((RuntimeObject*)L_17, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IDtdParserAdapterWithValidation_tC370E742FC1C08EECE2E2741D97D6985EF1ED347_il2cpp_TypeInfo_var)))));
|
|
V_2 = L_18;
|
|
RuntimeObject* L_19 = V_2;
|
|
if (!L_19)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_20 = ___0_attdef;
|
|
NullCheck(L_20);
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_21;
|
|
L_21 = SchemaDeclBase_get_Name_m013DF0DD721FE902399C2DF4D2E6F8DAD50ECFAE_inline(L_20, NULL);
|
|
NullCheck(L_21);
|
|
String_t* L_22;
|
|
L_22 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21);
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_23 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_23);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3ADAAB999C40C872F1295FAF8822A6B94D90F345)), L_22, NULL);
|
|
V_3 = L_23;
|
|
RuntimeObject* L_24 = V_2;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_25 = V_3;
|
|
NullCheck(L_24);
|
|
InterfaceActionInvoker2< Exception_t*, int32_t >::Invoke(0 /* System.Void System.Xml.IValidationEventHandling::SendEvent(System.Exception,System.Xml.Schema.XmlSeverityType) */, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IValidationEventHandling_t5929D7539D965D446556F7740F36A2BF7C6CC57E_il2cpp_TypeInfo_var)), L_24, L_25, 0);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
IL2CPP_POP_ACTIVE_EXCEPTION();
|
|
goto IL_006d;
|
|
}
|
|
}// end catch (depth: 1)
|
|
|
|
IL_006d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.DtdValidator::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator__cctor_m3B30BF68F0F7235667A9D12D587003B63FE26FC0 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdValidator_tF916F1805E2290242B688583602409378173CF17_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E* L_0 = (NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E*)il2cpp_codegen_object_new(NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
NamespaceManager__ctor_m9E35D31BAFC48B1E68DB6EA658F97D48EC32CBE3(L_0, NULL);
|
|
((DtdValidator_tF916F1805E2290242B688583602409378173CF17_StaticFields*)il2cpp_codegen_static_fields_for(DtdValidator_tF916F1805E2290242B688583602409378173CF17_il2cpp_TypeInfo_var))->___namespaceManager_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DtdValidator_tF916F1805E2290242B688583602409378173CF17_StaticFields*)il2cpp_codegen_static_fields_for(DtdValidator_tF916F1805E2290242B688583602409378173CF17_il2cpp_TypeInfo_var))->___namespaceManager_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.String System.Xml.Schema.DtdValidator/NamespaceManager::LookupNamespace(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NamespaceManager_LookupNamespace_m49F9D4AB9F6A8BA1C7F6CF2C809AF269D1D699DC (NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E* __this, String_t* ___0_prefix, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_prefix;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.DtdValidator/NamespaceManager::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceManager__ctor_m9E35D31BAFC48B1E68DB6EA658F97D48EC32CBE3 (NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlNamespaceManager__ctor_m6485992B6D88F2C7276E1D562B9F643AD60AD4CD(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Exception System.Xml.Schema.FacetsChecker::CheckLexicalFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckLexicalFacets_m5686FA73EFF45F0B27D662CC2E7DF0CDC34C0FC6 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, String_t** ___0_parseString, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t** L_0 = ___0_parseString;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_1 = ___1_datatype;
|
|
FacetsChecker_CheckWhitespaceFacets_mF4C52E695C89082BB62D3A8407D28A343A6F753B(__this, L_0, L_1, NULL);
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_2 = ___1_datatype;
|
|
NullCheck(L_2);
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3;
|
|
L_3 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_2);
|
|
String_t** L_4 = ___0_parseString;
|
|
String_t* L_5 = *((String_t**)L_4);
|
|
Exception_t* L_6;
|
|
L_6 = FacetsChecker_CheckPatternFacets_m13374C2B9B9288DCE1227A58966D57150C1A0DA5(__this, L_3, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_m662876E07B1EE019801A70D38AA6AED46C6299A6 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_mC3F35ADB255A82042499CBC1CAC2D433B2B2121E (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int64,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_m29680F36EDCE3922A6AF0D56533EFBF68B7AA8F3 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, int64_t ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int32,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_m9C7412830631FEE84CED403B3F4C9CE4DBEB5575 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, int32_t ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Int16,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_m8958A31C2402C38F708A743CF286528255A4185C (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, int16_t ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.DateTime,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_m9BE44DFDD2888C26A9EF07967EA662CBC0839680 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Double,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_mC3605A3090860850F57D7BBB7D5B09FE13507B15 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, double ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Single,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_mA4AC0E4F7AAC91B5F8A84CF6360DA49E0658F9C5 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, float ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_mB1787DCA21A651B9A18E3FECEEC6710EE5FD561A (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, String_t* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Byte[],System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_m559F8F88C2F4732F774C8D4385C71D8F51617605 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_m848E5E295D52A8E5F7C7A042B5B6729EB10CF1A7 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckValueFacets_mFDBB028B28C431C13EAE4CBBA46CF31DC332417A (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.FacetsChecker::CheckWhitespaceFacets(System.String&,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsChecker_CheckWhitespaceFacets_mF4C52E695C89082BB62D3A8407D28A343A6F753B (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, String_t** ___0_s, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype;
|
|
NullCheck(L_0);
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1;
|
|
L_1 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0);
|
|
V_0 = L_1;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_2 = ___1_datatype;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, L_2);
|
|
V_1 = L_3;
|
|
int32_t L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_1;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_6 = ___0_s;
|
|
String_t** L_7 = ___0_s;
|
|
String_t* L_8 = *((String_t**)L_7);
|
|
NullCheck(L_8);
|
|
String_t* L_9;
|
|
L_9 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_8, NULL);
|
|
*((RuntimeObject**)L_6) = (RuntimeObject*)L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_6, (void*)(RuntimeObject*)L_9);
|
|
return;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_10 = ___1_datatype;
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.XmlSchemaDatatype::get_BuiltInWhitespaceFacet() */, L_10);
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_12 = ___0_s;
|
|
String_t** L_13 = ___0_s;
|
|
String_t* L_14 = *((String_t**)L_13);
|
|
String_t* L_15;
|
|
L_15 = XmlComplianceUtil_NonCDataNormalize_m05104F40CDDB7AA097927219C896E3AF39715E67(L_14, NULL);
|
|
*((RuntimeObject**)L_12) = (RuntimeObject*)L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_12, (void*)(RuntimeObject*)L_15);
|
|
return;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_16 = ___1_datatype;
|
|
NullCheck(L_16);
|
|
int32_t L_17;
|
|
L_17 = VirtualFuncInvoker0< int32_t >::Invoke(14 /* System.Xml.Schema.XmlSchemaWhiteSpace System.Xml.Schema.XmlSchemaDatatype::get_BuiltInWhitespaceFacet() */, L_16);
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_18 = ___0_s;
|
|
String_t** L_19 = ___0_s;
|
|
String_t* L_20 = *((String_t**)L_19);
|
|
String_t* L_21;
|
|
L_21 = XmlComplianceUtil_CDataNormalize_m5DE92209D1870DF7E10D8B9B0CAFBA8F0D45FA4D(L_20, NULL);
|
|
*((RuntimeObject**)L_18) = (RuntimeObject*)L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_18, (void*)(RuntimeObject*)L_21);
|
|
return;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_22 = V_0;
|
|
if (!L_22)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_23 = V_0;
|
|
NullCheck(L_23);
|
|
int32_t L_24 = L_23->___Flags_12;
|
|
if (!((int32_t)((int32_t)L_24&((int32_t)32))))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_25 = V_0;
|
|
NullCheck(L_25);
|
|
int32_t L_26 = L_25->___WhiteSpace_5;
|
|
if ((!(((uint32_t)L_26) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_27 = ___0_s;
|
|
String_t** L_28 = ___0_s;
|
|
String_t* L_29 = *((String_t**)L_28);
|
|
String_t* L_30;
|
|
L_30 = XmlComplianceUtil_CDataNormalize_m5DE92209D1870DF7E10D8B9B0CAFBA8F0D45FA4D(L_29, NULL);
|
|
*((RuntimeObject**)L_27) = (RuntimeObject*)L_30;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_27, (void*)(RuntimeObject*)L_30);
|
|
return;
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_31 = V_0;
|
|
NullCheck(L_31);
|
|
int32_t L_32 = L_31->___WhiteSpace_5;
|
|
if ((!(((uint32_t)L_32) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_33 = ___0_s;
|
|
String_t** L_34 = ___0_s;
|
|
String_t* L_35 = *((String_t**)L_34);
|
|
String_t* L_36;
|
|
L_36 = XmlComplianceUtil_NonCDataNormalize_m05104F40CDDB7AA097927219C896E3AF39715E67(L_35, NULL);
|
|
*((RuntimeObject**)L_33) = (RuntimeObject*)L_36;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_33, (void*)(RuntimeObject*)L_36);
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.FacetsChecker::CheckPatternFacets(System.Xml.Schema.RestrictionFacets,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* FacetsChecker_CheckPatternFacets_m13374C2B9B9288DCE1227A58966D57150C1A0DA5 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* ___0_restriction, String_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2FD726975E1B11E900D32393E382DD325472C6C5);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_0 = ___0_restriction;
|
|
if (!L_0)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1 = ___0_restriction;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = L_1->___Flags_12;
|
|
if (!((int32_t)((int32_t)L_2&8)))
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
V_0 = 0;
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = ___0_restriction;
|
|
NullCheck(L_3);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = L_3->___Patterns_3;
|
|
int32_t L_5 = V_0;
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_6;
|
|
L_6 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5);
|
|
String_t* L_7 = ___1_value;
|
|
NullCheck(((Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)CastclassClass((RuntimeObject*)L_6, Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var)));
|
|
bool L_8;
|
|
L_8 = Regex_IsMatch_m7E96E666FBE7259D7638A3A6A21BE824D2406F49(((Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)CastclassClass((RuntimeObject*)L_6, Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var)), L_7, NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_10 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_10, _stringLiteral2FD726975E1B11E900D32393E382DD325472C6C5, L_9, NULL);
|
|
return L_10;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
int32_t L_11 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
int32_t L_12 = V_0;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_13 = ___0_restriction;
|
|
NullCheck(L_13);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_14 = L_13->___Patterns_3;
|
|
NullCheck(L_14);
|
|
int32_t L_15;
|
|
L_15 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_14);
|
|
if ((((int32_t)L_12) < ((int32_t)L_15)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.FacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FacetsChecker_MatchEnumeration_m4E84EC3BAC1A9E8E4DAB8DADA43A92AD8223D8FC (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Decimal System.Xml.Schema.FacetsChecker::Power(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F FacetsChecker_Power_m208FDCE8778563CE091A92098B81ACC5A4FCFDC1 (int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___One_4;
|
|
V_0 = L_0;
|
|
int32_t L_1 = ___0_x;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2;
|
|
L_2 = Decimal_op_Implicit_mDBA4FB50BAF9CE8B75AA6ED5ABED7F597CB46177(L_1, NULL);
|
|
V_1 = L_2;
|
|
int32_t L_3 = ___1_y;
|
|
if ((((int32_t)L_3) <= ((int32_t)((int32_t)28))))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
Decimal__ctor_mC089D0AF6A28E017DE6F2F0966D8EBEBFE2DAAF7((&L_4), (-1), (-1), (-1), (bool)0, (uint8_t)0, /*hidden argument*/NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
V_2 = 0;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5 = V_0;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_6 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_7;
|
|
L_7 = Decimal_op_Multiply_mA4945210C6DDD59AB803A2B07BA948E8A1BFD2FC(L_5, L_6, NULL);
|
|
V_0 = L_7;
|
|
int32_t L_8 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
int32_t L_9 = V_2;
|
|
int32_t L_10 = ___1_y;
|
|
if ((((int32_t)L_9) < ((int32_t)L_10)))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.FacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8 (FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.Numeric10FacetsChecker::.ctor(System.Decimal,System.Decimal)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Numeric10FacetsChecker__ctor_mAC68FB10F4410FCE23B0E6D469B94C4C47F6DD78 (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_minVal, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___1_maxVal, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, NULL);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = ___0_minVal;
|
|
__this->___minValue_2 = L_0;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1 = ___1_maxVal;
|
|
__this->___maxValue_1 = L_1;
|
|
return;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric10FacetsChecker_CheckValueFacets_m6282D28EFD9734DA5E634F05C3E0CA90CF00CDFF (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype;
|
|
NullCheck(L_0);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
|
|
RuntimeObject* L_2 = ___0_value;
|
|
NullCheck(L_1);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_3;
|
|
L_3 = VirtualFuncInvoker1< Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, RuntimeObject* >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_1, L_2);
|
|
V_0 = L_3;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4 = V_0;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___1_datatype;
|
|
Exception_t* L_6;
|
|
L_6 = VirtualFuncInvoker2< Exception_t*, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_4, L_5);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric10FacetsChecker_CheckValueFacets_m75B12419E673342A749E1A99496CAB439AACD1B0 (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* V_2 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype;
|
|
NullCheck(L_0);
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1;
|
|
L_1 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0);
|
|
V_0 = L_1;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___Flags_12;
|
|
G_B3_0 = ((int32_t)(L_4));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
V_1 = G_B3_0;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___1_datatype;
|
|
NullCheck(L_5);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_6;
|
|
L_6 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_5);
|
|
V_2 = L_6;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_7 = ___0_value;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_8 = __this->___maxValue_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
bool L_9;
|
|
L_9 = Decimal_op_GreaterThan_m549F09BF0C53D8611E550CA9CCB53543D6DAF717(L_7, L_8, NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_10 = ___0_value;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_11 = __this->___minValue_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
bool L_12;
|
|
L_12 = Decimal_op_LessThan_mEA888B7F0853F7700602254AAD4AD058C30552F5(L_10, L_11, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = L_13;
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_15;
|
|
L_15 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
String_t* L_16;
|
|
L_16 = Decimal_ToString_m08256316312F5D05FE3D099C083A99BC694F4762((&___0_value), L_15, NULL);
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, L_16);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_16);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = L_14;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_18 = ___1_datatype;
|
|
NullCheck(L_18);
|
|
String_t* L_19;
|
|
L_19 = XmlSchemaDatatype_get_TypeCodeString_mC4DD224D43325E0D5E8B421312614C86BC85329D(L_18, NULL);
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, L_19);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_19);
|
|
String_t* L_20;
|
|
L_20 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral06F74C6DAF114664BF1BD452596A0DBDCCED259A, L_17, NULL);
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_21 = (OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)il2cpp_codegen_object_new(OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_21);
|
|
OverflowException__ctor_m2B99D79236B7B87C0BB6C9AB2E557DECE481C264(L_21, L_20, NULL);
|
|
return L_21;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
int32_t L_22 = V_1;
|
|
if (!L_22)
|
|
{
|
|
goto IL_016a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = V_1;
|
|
if (!((int32_t)((int32_t)L_23&((int32_t)64))))
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_24 = ___0_value;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_25 = V_2;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_26 = V_0;
|
|
NullCheck(L_26);
|
|
RuntimeObject* L_27 = L_26->___MaxInclusive_6;
|
|
NullCheck(L_25);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_28;
|
|
L_28 = VirtualFuncInvoker1< Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, RuntimeObject* >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_25, L_27);
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
bool L_29;
|
|
L_29 = Decimal_op_GreaterThan_m549F09BF0C53D8611E550CA9CCB53543D6DAF717(L_24, L_28, NULL);
|
|
if (!L_29)
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_31 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_31);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_31, _stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80, L_30, NULL);
|
|
return L_31;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
int32_t L_32 = V_1;
|
|
if (!((int32_t)((int32_t)L_32&((int32_t)128))))
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_33 = ___0_value;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_34 = V_2;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_35 = V_0;
|
|
NullCheck(L_35);
|
|
RuntimeObject* L_36 = L_35->___MaxExclusive_7;
|
|
NullCheck(L_34);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_37;
|
|
L_37 = VirtualFuncInvoker1< Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, RuntimeObject* >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_34, L_36);
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
bool L_38;
|
|
L_38 = Decimal_op_GreaterThanOrEqual_m58389CF06B86290F31B8F12D204D9B8AEBF107F3(L_33, L_37, NULL);
|
|
if (!L_38)
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_40 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_40);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_40, _stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1, L_39, NULL);
|
|
return L_40;
|
|
}
|
|
|
|
IL_00c2:
|
|
{
|
|
int32_t L_41 = V_1;
|
|
if (!((int32_t)((int32_t)L_41&((int32_t)256))))
|
|
{
|
|
goto IL_00ef;
|
|
}
|
|
}
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_42 = ___0_value;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_43 = V_2;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_44 = V_0;
|
|
NullCheck(L_44);
|
|
RuntimeObject* L_45 = L_44->___MinInclusive_8;
|
|
NullCheck(L_43);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_46;
|
|
L_46 = VirtualFuncInvoker1< Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, RuntimeObject* >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_43, L_45);
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
bool L_47;
|
|
L_47 = Decimal_op_LessThan_mEA888B7F0853F7700602254AAD4AD058C30552F5(L_42, L_46, NULL);
|
|
if (!L_47)
|
|
{
|
|
goto IL_00ef;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_48 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_49 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_49);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_49, _stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B, L_48, NULL);
|
|
return L_49;
|
|
}
|
|
|
|
IL_00ef:
|
|
{
|
|
int32_t L_50 = V_1;
|
|
if (!((int32_t)((int32_t)L_50&((int32_t)512))))
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_51 = ___0_value;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_52 = V_2;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_53 = V_0;
|
|
NullCheck(L_53);
|
|
RuntimeObject* L_54 = L_53->___MinExclusive_9;
|
|
NullCheck(L_52);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_55;
|
|
L_55 = VirtualFuncInvoker1< Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, RuntimeObject* >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_52, L_54);
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
bool L_56;
|
|
L_56 = Decimal_op_LessThanOrEqual_mDA2C07E8C2E834B7BAA1F921A8A4CEEC480027E1(L_51, L_55, NULL);
|
|
if (!L_56)
|
|
{
|
|
goto IL_011c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_57 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_58 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_58);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_58, _stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944, L_57, NULL);
|
|
return L_58;
|
|
}
|
|
|
|
IL_011c:
|
|
{
|
|
int32_t L_59 = V_1;
|
|
if (!((int32_t)((int32_t)L_59&((int32_t)16))))
|
|
{
|
|
goto IL_0142;
|
|
}
|
|
}
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_60 = ___0_value;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_61 = V_0;
|
|
NullCheck(L_61);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_62 = L_61->___Enumeration_4;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_63 = V_2;
|
|
bool L_64;
|
|
L_64 = Numeric10FacetsChecker_MatchEnumeration_m360473DC822873BBBA34F333B63813B3E6055FA0(__this, L_60, L_62, L_63, NULL);
|
|
if (L_64)
|
|
{
|
|
goto IL_0142;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_65 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_66 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_66);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_66, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_65, NULL);
|
|
return L_66;
|
|
}
|
|
|
|
IL_0142:
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_67 = ___0_value;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_68 = V_0;
|
|
NullCheck(L_68);
|
|
int32_t L_69 = L_68->___TotalDigits_10;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_70 = V_0;
|
|
NullCheck(L_70);
|
|
int32_t L_71 = L_70->___FractionDigits_11;
|
|
int32_t L_72 = V_1;
|
|
int32_t L_73 = V_1;
|
|
Exception_t* L_74;
|
|
L_74 = Numeric10FacetsChecker_CheckTotalAndFractionDigits_m3D779F70AA7CE7881B4D69F145F7AE9C61CB097F(__this, L_67, L_69, L_71, (bool)((!(((uint32_t)((int32_t)((int32_t)L_72&((int32_t)1024)))) <= ((uint32_t)0)))? 1 : 0), (bool)((!(((uint32_t)((int32_t)((int32_t)L_73&((int32_t)2048)))) <= ((uint32_t)0)))? 1 : 0), NULL);
|
|
return L_74;
|
|
}
|
|
|
|
IL_016a:
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Int64,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric10FacetsChecker_CheckValueFacets_mD9EACC32C9859B5AB85AC795B0576B2F63EFB8A5 (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, int64_t ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int64_t L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1;
|
|
L_1 = Decimal_op_Implicit_m8F9A38760D01B23E6DFF77EA760CCE5111F3656D(L_0, NULL);
|
|
V_0 = L_1;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2 = V_0;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3 = ___1_datatype;
|
|
Exception_t* L_4;
|
|
L_4 = VirtualFuncInvoker2< Exception_t*, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_2, L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Int32,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric10FacetsChecker_CheckValueFacets_m9AA64357151682FBBA4A5A0E7FBD636D28489F42 (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, int32_t ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1;
|
|
L_1 = Decimal_op_Implicit_mDBA4FB50BAF9CE8B75AA6ED5ABED7F597CB46177(L_0, NULL);
|
|
V_0 = L_1;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2 = V_0;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3 = ___1_datatype;
|
|
Exception_t* L_4;
|
|
L_4 = VirtualFuncInvoker2< Exception_t*, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_2, L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckValueFacets(System.Int16,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric10FacetsChecker_CheckValueFacets_m092159DB2D91D07FBFD46CFDD64F68B40B7E9691 (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, int16_t ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
int16_t L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1;
|
|
L_1 = Decimal_op_Implicit_mDBEE9D553761C542A6C4C6071BACC01A7D67E0E9(L_0, NULL);
|
|
V_0 = L_1;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2 = V_0;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3 = ___1_datatype;
|
|
Exception_t* L_4;
|
|
L_4 = VirtualFuncInvoker2< Exception_t*, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(6 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Decimal,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_2, L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.Numeric10FacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numeric10FacetsChecker_MatchEnumeration_m3571C9007D515C2B7355935FAEEB28724B769936 (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype;
|
|
NullCheck(L_0);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
|
|
RuntimeObject* L_2 = ___0_value;
|
|
NullCheck(L_1);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_3;
|
|
L_3 = VirtualFuncInvoker1< Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, RuntimeObject* >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_1, L_2);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = ___1_enumeration;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___2_datatype;
|
|
NullCheck(L_5);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_6;
|
|
L_6 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_5);
|
|
bool L_7;
|
|
L_7 = Numeric10FacetsChecker_MatchEnumeration_m360473DC822873BBBA34F333B63813B3E6055FA0(__this, L_3, L_4, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.Numeric10FacetsChecker::MatchEnumeration(System.Decimal,System.Collections.ArrayList,System.Xml.Schema.XmlValueConverter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numeric10FacetsChecker_MatchEnumeration_m360473DC822873BBBA34F333B63813B3E6055FA0 (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___2_valueConverter, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = ___0_value;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1 = ___2_valueConverter;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = ___1_enumeration;
|
|
int32_t L_3 = V_0;
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_4;
|
|
L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3);
|
|
NullCheck(L_1);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5;
|
|
L_5 = VirtualFuncInvoker1< Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F, RuntimeObject* >::Invoke(23 /* System.Decimal System.Xml.Schema.XmlValueConverter::ToDecimal(System.Object) */, L_1, L_4);
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Decimal_op_Equality_m4778C6A5F0E0FA5CBEFBBCB9E5A34BBE3D2D0BB5(L_0, L_5, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
int32_t L_7 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
int32_t L_8 = V_0;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_9 = ___1_enumeration;
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_9);
|
|
if ((((int32_t)L_8) < ((int32_t)L_10)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Numeric10FacetsChecker::CheckTotalAndFractionDigits(System.Decimal,System.Int32,System.Int32,System.Boolean,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric10FacetsChecker_CheckTotalAndFractionDigits_m3D779F70AA7CE7881B4D69F145F7AE9C61CB097F (Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, int32_t ___1_totalDigits, int32_t ___2_fractionDigits, bool ___3_checkTotal, bool ___4_checkFraction, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21C885F024DD76B32C6CA3D9BD35E0A148EDDD9D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral609F11BECFD0CCE90D4C1D6AA2F061231AAB9266);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = ___1_totalDigits;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1;
|
|
L_1 = FacetsChecker_Power_m208FDCE8778563CE091A92098B81ACC5A4FCFDC1(((int32_t)10), L_0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___One_4;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_3;
|
|
L_3 = Decimal_op_Subtraction_mBDD5FAB14E0E9FA655A4C32B72C39E6BF947DF81(L_1, L_2, NULL);
|
|
V_0 = L_3;
|
|
V_1 = 0;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_4 = ___0_value;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_5 = ((Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields*)il2cpp_codegen_static_fields_for(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var))->___Zero_3;
|
|
bool L_6;
|
|
L_6 = Decimal_op_LessThan_mEA888B7F0853F7700602254AAD4AD058C30552F5(L_4, L_5, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_7 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_8;
|
|
L_8 = Decimal_Negate_m29E46170CE6DDB013C9F40C9699565C5F3BF47AC(L_7, NULL);
|
|
___0_value = L_8;
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_9 = ___0_value;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
Decimal__ctor_m6DDFD6E3A7A8CDEB1BADF8E09A8D8E1BDA9497A9((&L_10), ((int32_t)10), /*hidden argument*/NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_11;
|
|
L_11 = Decimal_op_Multiply_mA4945210C6DDD59AB803A2B07BA948E8A1BFD2FC(L_9, L_10, NULL);
|
|
___0_value = L_11;
|
|
int32_t L_12 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_12, 1));
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_13 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_14;
|
|
L_14 = Decimal_Truncate_mC5741EB8C60D8468DC94BEDF10B91C3C9A82D204(L_13, NULL);
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_15 = ___0_value;
|
|
bool L_16;
|
|
L_16 = Decimal_op_Inequality_mCFFC6B60AEDE8CFB2DEABD97FF0F2B79A31E2690(L_14, L_15, NULL);
|
|
if (L_16)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
bool L_17 = ___3_checkTotal;
|
|
if (!L_17)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_18 = ___0_value;
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_19 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
|
|
bool L_20;
|
|
L_20 = Decimal_op_GreaterThan_m549F09BF0C53D8611E550CA9CCB53543D6DAF717(L_18, L_19, NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = V_1;
|
|
int32_t L_22 = ___1_totalDigits;
|
|
if ((((int32_t)L_21) <= ((int32_t)L_22)))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_24 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_24);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_24, _stringLiteral21C885F024DD76B32C6CA3D9BD35E0A148EDDD9D, L_23, NULL);
|
|
return L_24;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
bool L_25 = ___4_checkFraction;
|
|
if (!L_25)
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_26 = V_1;
|
|
int32_t L_27 = ___2_fractionDigits;
|
|
if ((((int32_t)L_26) <= ((int32_t)L_27)))
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_29 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_29);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_29, _stringLiteral609F11BECFD0CCE90D4C1D6AA2F061231AAB9266, L_28, NULL);
|
|
return L_29;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Numeric10FacetsChecker::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Numeric10FacetsChecker__cctor_m9B93BB90790BBEF5C6600B9F991C8B3C341075DD (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)43));
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)45));
|
|
((Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_StaticFields*)il2cpp_codegen_static_fields_for(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var))->___signs_0 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_StaticFields*)il2cpp_codegen_static_fields_for(Numeric10FacetsChecker_t7BC4E413EDDD28E0FFEA17D40D7513CC77445109_il2cpp_TypeInfo_var))->___signs_0), (void*)L_2);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Exception System.Xml.Schema.Numeric2FacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric2FacetsChecker_CheckValueFacets_mD4DD9678834E21AAEEEF9B7B7960FF3474EF2BAC (Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
double V_0 = 0.0;
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype;
|
|
NullCheck(L_0);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
|
|
RuntimeObject* L_2 = ___0_value;
|
|
NullCheck(L_1);
|
|
double L_3;
|
|
L_3 = VirtualFuncInvoker1< double, RuntimeObject* >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_1, L_2);
|
|
V_0 = L_3;
|
|
double L_4 = V_0;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___1_datatype;
|
|
Exception_t* L_6;
|
|
L_6 = VirtualFuncInvoker2< Exception_t*, double, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(11 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Double,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_4, L_5);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Numeric2FacetsChecker::CheckValueFacets(System.Double,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric2FacetsChecker_CheckValueFacets_m27978F7B8EF00272E59944E8FF4E5DED20291741 (Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9* __this, double ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* V_2 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype;
|
|
NullCheck(L_0);
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1;
|
|
L_1 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0);
|
|
V_0 = L_1;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___Flags_12;
|
|
G_B3_0 = ((int32_t)(L_4));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
V_1 = G_B3_0;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___1_datatype;
|
|
NullCheck(L_5);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_6;
|
|
L_6 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_5);
|
|
V_2 = L_6;
|
|
int32_t L_7 = V_1;
|
|
if (!((int32_t)((int32_t)L_7&((int32_t)64))))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
double L_8 = ___0_value;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_9 = V_2;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
RuntimeObject* L_11 = L_10->___MaxInclusive_6;
|
|
NullCheck(L_9);
|
|
double L_12;
|
|
L_12 = VirtualFuncInvoker1< double, RuntimeObject* >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_9, L_11);
|
|
if ((!(((double)L_8) > ((double)L_12))))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_14 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_14);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_14, _stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80, L_13, NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
int32_t L_15 = V_1;
|
|
if (!((int32_t)((int32_t)L_15&((int32_t)128))))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
double L_16 = ___0_value;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_17 = V_2;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_18 = V_0;
|
|
NullCheck(L_18);
|
|
RuntimeObject* L_19 = L_18->___MaxExclusive_7;
|
|
NullCheck(L_17);
|
|
double L_20;
|
|
L_20 = VirtualFuncInvoker1< double, RuntimeObject* >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_17, L_19);
|
|
if ((!(((double)L_16) >= ((double)L_20))))
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_22 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_22);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_22, _stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1, L_21, NULL);
|
|
return L_22;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
int32_t L_23 = V_1;
|
|
if (!((int32_t)((int32_t)L_23&((int32_t)256))))
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
double L_24 = ___0_value;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_25 = V_2;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_26 = V_0;
|
|
NullCheck(L_26);
|
|
RuntimeObject* L_27 = L_26->___MinInclusive_8;
|
|
NullCheck(L_25);
|
|
double L_28;
|
|
L_28 = VirtualFuncInvoker1< double, RuntimeObject* >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_25, L_27);
|
|
if ((!(((double)L_24) < ((double)L_28))))
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_30 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_30);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_30, _stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B, L_29, NULL);
|
|
return L_30;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
int32_t L_31 = V_1;
|
|
if (!((int32_t)((int32_t)L_31&((int32_t)512))))
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
double L_32 = ___0_value;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_33 = V_2;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_34 = V_0;
|
|
NullCheck(L_34);
|
|
RuntimeObject* L_35 = L_34->___MinExclusive_9;
|
|
NullCheck(L_33);
|
|
double L_36;
|
|
L_36 = VirtualFuncInvoker1< double, RuntimeObject* >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_33, L_35);
|
|
if ((!(((double)L_32) <= ((double)L_36))))
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_38 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_38);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_38, _stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944, L_37, NULL);
|
|
return L_38;
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
int32_t L_39 = V_1;
|
|
if (!((int32_t)((int32_t)L_39&((int32_t)16))))
|
|
{
|
|
goto IL_00de;
|
|
}
|
|
}
|
|
{
|
|
double L_40 = ___0_value;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_41 = V_0;
|
|
NullCheck(L_41);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_42 = L_41->___Enumeration_4;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_43 = V_2;
|
|
bool L_44;
|
|
L_44 = Numeric2FacetsChecker_MatchEnumeration_m20DADCEDB719B96CBCC78CB2A95A9EC4F1480DBD(__this, L_40, L_42, L_43, NULL);
|
|
if (L_44)
|
|
{
|
|
goto IL_00de;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_45 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_46 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_46);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_46, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_45, NULL);
|
|
return L_46;
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.Numeric2FacetsChecker::CheckValueFacets(System.Single,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* Numeric2FacetsChecker_CheckValueFacets_m8CE497FC008D33C1ABE2DE8903F9E974B49FF265 (Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9* __this, float ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
double V_0 = 0.0;
|
|
{
|
|
float L_0 = ___0_value;
|
|
V_0 = ((double)L_0);
|
|
double L_1 = V_0;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_2 = ___1_datatype;
|
|
Exception_t* L_3;
|
|
L_3 = VirtualFuncInvoker2< Exception_t*, double, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(11 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Double,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_1, L_2);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.Numeric2FacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numeric2FacetsChecker_MatchEnumeration_mBB696C98207FDF5C6684CB3ABBCFA4AC6D0F6A4B (Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype;
|
|
NullCheck(L_0);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
|
|
RuntimeObject* L_2 = ___0_value;
|
|
NullCheck(L_1);
|
|
double L_3;
|
|
L_3 = VirtualFuncInvoker1< double, RuntimeObject* >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_1, L_2);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = ___1_enumeration;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___2_datatype;
|
|
NullCheck(L_5);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_6;
|
|
L_6 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_5);
|
|
bool L_7;
|
|
L_7 = Numeric2FacetsChecker_MatchEnumeration_m20DADCEDB719B96CBCC78CB2A95A9EC4F1480DBD(__this, L_3, L_4, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.Numeric2FacetsChecker::MatchEnumeration(System.Double,System.Collections.ArrayList,System.Xml.Schema.XmlValueConverter)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Numeric2FacetsChecker_MatchEnumeration_m20DADCEDB719B96CBCC78CB2A95A9EC4F1480DBD (Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9* __this, double ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___2_valueConverter, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
double L_0 = ___0_value;
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1 = ___2_valueConverter;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = ___1_enumeration;
|
|
int32_t L_3 = V_0;
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_4;
|
|
L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3);
|
|
NullCheck(L_1);
|
|
double L_5;
|
|
L_5 = VirtualFuncInvoker1< double, RuntimeObject* >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_1, L_4);
|
|
if ((!(((double)L_0) == ((double)L_5))))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_7 = V_0;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_8 = ___1_enumeration;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_8);
|
|
if ((((int32_t)L_7) < ((int32_t)L_9)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.Numeric2FacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Numeric2FacetsChecker__ctor_mA1163C8BC47DA2F92E07B070708C3FBA4622AB47 (Numeric2FacetsChecker_t2F329072D8A66D4C6F672F683A64050DB96E28B9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Exception System.Xml.Schema.DurationFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* DurationFacetsChecker_CheckValueFacets_m2846D467AE27D81FD01FC9FD33CDD5D3141DE81B (DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype;
|
|
NullCheck(L_0);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
|
|
RuntimeObject* L_2 = ___0_value;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast<intptr_t> (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_4;
|
|
L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL);
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_5;
|
|
L_5 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, Type_t* >::Invoke(60 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type) */, L_1, L_2, L_4);
|
|
V_0 = ((*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)UnBox(L_5, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))));
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_6 = V_0;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_7 = ___1_datatype;
|
|
Exception_t* L_8;
|
|
L_8 = VirtualFuncInvoker2< Exception_t*, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(15 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_6, L_7);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.DurationFacetsChecker::CheckValueFacets(System.TimeSpan,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* DurationFacetsChecker_CheckValueFacets_m25C7A3318B811298F08F954F736B02C63840100C (DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype;
|
|
NullCheck(L_0);
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1;
|
|
L_1 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0);
|
|
V_0 = L_1;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___Flags_12;
|
|
G_B3_0 = ((int32_t)(L_4));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
V_1 = G_B3_0;
|
|
int32_t L_5 = V_1;
|
|
if (!((int32_t)((int32_t)L_5&((int32_t)64))))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_6 = ___0_value;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
RuntimeObject* L_8 = L_7->___MaxInclusive_6;
|
|
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
int32_t L_9;
|
|
L_9 = TimeSpan_Compare_m93842825875A7C79D2A8A9E16D522AF01673CBEE(L_6, ((*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)UnBox(L_8, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var)))), NULL);
|
|
if ((((int32_t)L_9) <= ((int32_t)0)))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_11 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_11);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_11, _stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80, L_10, NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
int32_t L_12 = V_1;
|
|
if (!((int32_t)((int32_t)L_12&((int32_t)128))))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_13 = ___0_value;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
RuntimeObject* L_15 = L_14->___MaxExclusive_7;
|
|
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
int32_t L_16;
|
|
L_16 = TimeSpan_Compare_m93842825875A7C79D2A8A9E16D522AF01673CBEE(L_13, ((*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)UnBox(L_15, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var)))), NULL);
|
|
if ((((int32_t)L_16) < ((int32_t)0)))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_18 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_18);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_18, _stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1, L_17, NULL);
|
|
return L_18;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
int32_t L_19 = V_1;
|
|
if (!((int32_t)((int32_t)L_19&((int32_t)256))))
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_20 = ___0_value;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_21 = V_0;
|
|
NullCheck(L_21);
|
|
RuntimeObject* L_22 = L_21->___MinInclusive_8;
|
|
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
int32_t L_23;
|
|
L_23 = TimeSpan_Compare_m93842825875A7C79D2A8A9E16D522AF01673CBEE(L_20, ((*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)UnBox(L_22, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var)))), NULL);
|
|
if ((((int32_t)L_23) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_25 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_25);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_25, _stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B, L_24, NULL);
|
|
return L_25;
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
int32_t L_26 = V_1;
|
|
if (!((int32_t)((int32_t)L_26&((int32_t)512))))
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
{
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_27 = ___0_value;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_28 = V_0;
|
|
NullCheck(L_28);
|
|
RuntimeObject* L_29 = L_28->___MinExclusive_9;
|
|
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
int32_t L_30;
|
|
L_30 = TimeSpan_Compare_m93842825875A7C79D2A8A9E16D522AF01673CBEE(L_27, ((*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)UnBox(L_29, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var)))), NULL);
|
|
if ((((int32_t)L_30) > ((int32_t)0)))
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_31 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_32 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_32);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_32, _stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944, L_31, NULL);
|
|
return L_32;
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
int32_t L_33 = V_1;
|
|
if (!((int32_t)((int32_t)L_33&((int32_t)16))))
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_34 = ___0_value;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_35 = V_0;
|
|
NullCheck(L_35);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_36 = L_35->___Enumeration_4;
|
|
bool L_37;
|
|
L_37 = DurationFacetsChecker_MatchEnumeration_mBA6D228A0E38ED291BE77CFB25E99C7F7C0522AF(__this, L_34, L_36, NULL);
|
|
if (L_37)
|
|
{
|
|
goto IL_00ea;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_38 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_39 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_39);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_39, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_38, NULL);
|
|
return L_39;
|
|
}
|
|
|
|
IL_00ea:
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.DurationFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DurationFacetsChecker_MatchEnumeration_m8ED6479143F3744AA1EE522C27A74AF2D9A1EFCB (DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___0_value;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = ___1_enumeration;
|
|
bool L_2;
|
|
L_2 = DurationFacetsChecker_MatchEnumeration_mBA6D228A0E38ED291BE77CFB25E99C7F7C0522AF(__this, ((*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)UnBox(L_0, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var)))), L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.DurationFacetsChecker::MatchEnumeration(System.TimeSpan,System.Collections.ArrayList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DurationFacetsChecker_MatchEnumeration_mBA6D228A0E38ED291BE77CFB25E99C7F7C0522AF (DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = ___1_enumeration;
|
|
int32_t L_2 = V_0;
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_3;
|
|
L_3 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_1, L_2);
|
|
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
int32_t L_4;
|
|
L_4 = TimeSpan_Compare_m93842825875A7C79D2A8A9E16D522AF01673CBEE(L_0, ((*(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)UnBox(L_3, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var)))), NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_5 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_7 = ___1_enumeration;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_7);
|
|
if ((((int32_t)L_6) < ((int32_t)L_8)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.DurationFacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DurationFacetsChecker__ctor_mD485B2B6687EFF58D468200020D5D04E2E835EAD (DurationFacetsChecker_tE880971843B98947595D739EFCE18DAB60C4A2C5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Exception System.Xml.Schema.DateTimeFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* DateTimeFacetsChecker_CheckValueFacets_mD923F951B3BB97B95545AFE9D3582DB70B236FC6 (DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype;
|
|
NullCheck(L_0);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
|
|
RuntimeObject* L_2 = ___0_value;
|
|
NullCheck(L_1);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3;
|
|
L_3 = VirtualFuncInvoker1< DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D, RuntimeObject* >::Invoke(39 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Object) */, L_1, L_2);
|
|
V_0 = L_3;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4 = V_0;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___1_datatype;
|
|
Exception_t* L_6;
|
|
L_6 = VirtualFuncInvoker2< Exception_t*, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(10 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.DateTime,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_4, L_5);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.DateTimeFacetsChecker::CheckValueFacets(System.DateTime,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* DateTimeFacetsChecker_CheckValueFacets_m493F1649D764F7DD0E3F1DF29DBD98C1F1DCF6F5 (DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype;
|
|
NullCheck(L_0);
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1;
|
|
L_1 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0);
|
|
V_0 = L_1;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___Flags_12;
|
|
G_B3_0 = ((int32_t)(L_4));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
V_1 = G_B3_0;
|
|
int32_t L_5 = V_1;
|
|
if (!((int32_t)((int32_t)L_5&((int32_t)64))))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_6 = ___1_datatype;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7 = ___0_value;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_8 = L_7;
|
|
RuntimeObject* L_9 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_8);
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
RuntimeObject* L_11 = L_10->___MaxInclusive_6;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_12 = ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_11, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_13 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_12);
|
|
NullCheck(L_6);
|
|
int32_t L_14;
|
|
L_14 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_6, L_9, L_13);
|
|
if ((((int32_t)L_14) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_16 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_16);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_16, _stringLiteral628A96807E2AFE216B2BE536DBBB9B88DB607F80, L_15, NULL);
|
|
return L_16;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
int32_t L_17 = V_1;
|
|
if (!((int32_t)((int32_t)L_17&((int32_t)128))))
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_18 = ___1_datatype;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_19 = ___0_value;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_20 = L_19;
|
|
RuntimeObject* L_21 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_20);
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_22 = V_0;
|
|
NullCheck(L_22);
|
|
RuntimeObject* L_23 = L_22->___MaxExclusive_7;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_24 = ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_23, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_25 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_24);
|
|
NullCheck(L_18);
|
|
int32_t L_26;
|
|
L_26 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_18, L_21, L_25);
|
|
if ((((int32_t)L_26) < ((int32_t)0)))
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_28 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_28);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_28, _stringLiteral6C3AB4682D9AA8BCD6C4295BB3342C60EC69EDF1, L_27, NULL);
|
|
return L_28;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
int32_t L_29 = V_1;
|
|
if (!((int32_t)((int32_t)L_29&((int32_t)256))))
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_30 = ___1_datatype;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_31 = ___0_value;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_32 = L_31;
|
|
RuntimeObject* L_33 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_32);
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_34 = V_0;
|
|
NullCheck(L_34);
|
|
RuntimeObject* L_35 = L_34->___MinInclusive_8;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_36 = ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_35, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_37 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_36);
|
|
NullCheck(L_30);
|
|
int32_t L_38;
|
|
L_38 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_30, L_33, L_37);
|
|
if ((((int32_t)L_38) >= ((int32_t)0)))
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_40 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_40);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_40, _stringLiteralBB8873F6B25A9E5E06D9ED3F5BF2D407760C997B, L_39, NULL);
|
|
return L_40;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
int32_t L_41 = V_1;
|
|
if (!((int32_t)((int32_t)L_41&((int32_t)512))))
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_42 = ___1_datatype;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_43 = ___0_value;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_44 = L_43;
|
|
RuntimeObject* L_45 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_44);
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_46 = V_0;
|
|
NullCheck(L_46);
|
|
RuntimeObject* L_47 = L_46->___MinExclusive_9;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_48 = ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_47, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_49 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_48);
|
|
NullCheck(L_42);
|
|
int32_t L_50;
|
|
L_50 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_42, L_45, L_49);
|
|
if ((((int32_t)L_50) > ((int32_t)0)))
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_51 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_52 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_52);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_52, _stringLiteralC67060FD0196BAE2E24BF11FA727F29834BE9944, L_51, NULL);
|
|
return L_52;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
int32_t L_53 = V_1;
|
|
if (!((int32_t)((int32_t)L_53&((int32_t)16))))
|
|
{
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
{
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_54 = ___0_value;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_55 = V_0;
|
|
NullCheck(L_55);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_56 = L_55->___Enumeration_4;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_57 = ___1_datatype;
|
|
bool L_58;
|
|
L_58 = DateTimeFacetsChecker_MatchEnumeration_mF6F87F9C172D2F3E3CACB633DAD8DD1A086C3178(__this, L_54, L_56, L_57, NULL);
|
|
if (L_58)
|
|
{
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_59 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_60 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_60);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_60, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_59, NULL);
|
|
return L_60;
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.DateTimeFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFacetsChecker_MatchEnumeration_m6FCF131B359DBE29916211CD9297326DE8A1BA79 (DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype;
|
|
NullCheck(L_0);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
|
|
RuntimeObject* L_2 = ___0_value;
|
|
NullCheck(L_1);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3;
|
|
L_3 = VirtualFuncInvoker1< DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D, RuntimeObject* >::Invoke(39 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Object) */, L_1, L_2);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = ___1_enumeration;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___2_datatype;
|
|
bool L_6;
|
|
L_6 = DateTimeFacetsChecker_MatchEnumeration_mF6F87F9C172D2F3E3CACB633DAD8DD1A086C3178(__this, L_3, L_4, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.DateTimeFacetsChecker::MatchEnumeration(System.DateTime,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTimeFacetsChecker_MatchEnumeration_mF6F87F9C172D2F3E3CACB633DAD8DD1A086C3178 (DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ___0_value;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2 = L_1;
|
|
RuntimeObject* L_3 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_2);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = ___1_enumeration;
|
|
int32_t L_5 = V_0;
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_6;
|
|
L_6 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7 = ((*(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D*)UnBox(L_6, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))));
|
|
RuntimeObject* L_8 = Box(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var, &L_7);
|
|
NullCheck(L_0);
|
|
int32_t L_9;
|
|
L_9 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_0, L_3, L_8);
|
|
if (L_9)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t L_10 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
int32_t L_11 = V_0;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_12 = ___1_enumeration;
|
|
NullCheck(L_12);
|
|
int32_t L_13;
|
|
L_13 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_12);
|
|
if ((((int32_t)L_11) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.DateTimeFacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeFacetsChecker__ctor_m922C3E644A10328D83AAE5C948FFB59AE3A7FD17 (DateTimeFacetsChecker_tE5EBDC0FA23A70BD29FF18D66C243A1D4077AC67* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Text.RegularExpressions.Regex System.Xml.Schema.StringFacetsChecker::get_LanguagePattern()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* StringFacetsChecker_get_LanguagePattern_m7C4FA66052480698F53DA2BF5C84B4F029584825 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDC58D280C55C1737F31B2B62F2A84DF60BDDE197);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* V_0 = NULL;
|
|
{
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_0 = ((StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_StaticFields*)il2cpp_codegen_static_fields_for(StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_il2cpp_TypeInfo_var))->___languagePattern_0;
|
|
if (L_0)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_1 = (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)il2cpp_codegen_object_new(Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Regex__ctor_mE3996C71B04A4A6845745D01C93B1D27423D0621(L_1, _stringLiteralDC58D280C55C1737F31B2B62F2A84DF60BDDE197, 0, NULL);
|
|
V_0 = L_1;
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_2 = V_0;
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_3;
|
|
L_3 = InterlockedCompareExchangeImpl<Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*>((&((StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_StaticFields*)il2cpp_codegen_static_fields_for(StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_il2cpp_TypeInfo_var))->___languagePattern_0), L_2, (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)NULL);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_4 = ((StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_StaticFields*)il2cpp_codegen_static_fields_for(StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1_il2cpp_TypeInfo_var))->___languagePattern_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.StringFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* StringFacetsChecker_CheckValueFacets_m0C120AFE63E186329944BE882D5FE48D659B10E6 (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype;
|
|
NullCheck(L_0);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
|
|
RuntimeObject* L_2 = ___0_value;
|
|
NullCheck(L_1);
|
|
String_t* L_3;
|
|
L_3 = VirtualFuncInvoker1< String_t*, RuntimeObject* >::Invoke(51 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object) */, L_1, L_2);
|
|
V_0 = L_3;
|
|
String_t* L_4 = V_0;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___1_datatype;
|
|
Exception_t* L_6;
|
|
L_6 = StringFacetsChecker_CheckValueFacets_m978AF3302F218DC458394425A0FE953A051EF99A(__this, L_4, L_5, (bool)1, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.StringFacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* StringFacetsChecker_CheckValueFacets_m03BE821DCCED2AB35B8E50F1F0108DDE2B8E1DAA (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, String_t* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_1 = ___1_datatype;
|
|
Exception_t* L_2;
|
|
L_2 = StringFacetsChecker_CheckValueFacets_m978AF3302F218DC458394425A0FE953A051EF99A(__this, L_0, L_1, (bool)1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.StringFacetsChecker::CheckValueFacets(System.String,System.Xml.Schema.XmlSchemaDatatype,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* StringFacetsChecker_CheckValueFacets_m978AF3302F218DC458394425A0FE953A051EF99A (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, String_t* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, bool ___2_verifyUri, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Exception_t* V_3 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_2 = ___1_datatype;
|
|
NullCheck(L_2);
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3;
|
|
L_3 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_2);
|
|
V_1 = L_3;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_4 = V_1;
|
|
if (L_4)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
int32_t L_6 = L_5->___Flags_12;
|
|
G_B3_0 = ((int32_t)(L_6));
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_2 = G_B3_0;
|
|
String_t* L_7 = ___0_value;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_8 = ___1_datatype;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_8);
|
|
bool L_10 = ___2_verifyUri;
|
|
Exception_t* L_11;
|
|
L_11 = StringFacetsChecker_CheckBuiltInFacets_mF78F7DC85FF97080DEE49E9D459CB2D5BD13F7A1(__this, L_7, L_9, L_10, NULL);
|
|
V_3 = L_11;
|
|
Exception_t* L_12 = V_3;
|
|
if (!L_12)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
Exception_t* L_13 = V_3;
|
|
return L_13;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int32_t L_14 = V_2;
|
|
if (!L_14)
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = V_2;
|
|
if (!((int32_t)((int32_t)L_15&1)))
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
int32_t L_17 = L_16->___Length_0;
|
|
int32_t L_18 = V_0;
|
|
if ((((int32_t)L_17) == ((int32_t)L_18)))
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_20 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_20);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_20, _stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780, L_19, NULL);
|
|
return L_20;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
int32_t L_21 = V_2;
|
|
if (!((int32_t)((int32_t)L_21&2)))
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = V_0;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_23 = V_1;
|
|
NullCheck(L_23);
|
|
int32_t L_24 = L_23->___MinLength_1;
|
|
if ((((int32_t)L_22) >= ((int32_t)L_24)))
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_26 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_26);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_26, _stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142, L_25, NULL);
|
|
return L_26;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
int32_t L_27 = V_2;
|
|
if (!((int32_t)((int32_t)L_27&4)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_28 = V_1;
|
|
NullCheck(L_28);
|
|
int32_t L_29 = L_28->___MaxLength_2;
|
|
int32_t L_30 = V_0;
|
|
if ((((int32_t)L_29) >= ((int32_t)L_30)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_31 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_32 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_32);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_32, _stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA, L_31, NULL);
|
|
return L_32;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
int32_t L_33 = V_2;
|
|
if (!((int32_t)((int32_t)L_33&((int32_t)16))))
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_34 = ___0_value;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_35 = V_1;
|
|
NullCheck(L_35);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_36 = L_35->___Enumeration_4;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_37 = ___1_datatype;
|
|
bool L_38;
|
|
L_38 = StringFacetsChecker_MatchEnumeration_m8E33470277E47469AAD4D520EB6213C459F6C615(__this, L_34, L_36, L_37, NULL);
|
|
if (L_38)
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_40 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_40);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_40, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_39, NULL);
|
|
return L_40;
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.StringFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringFacetsChecker_MatchEnumeration_mDEEBE338DFA26DD1E0F76E8A43DD2F14845E0D85 (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype;
|
|
NullCheck(L_0);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
|
|
RuntimeObject* L_2 = ___0_value;
|
|
NullCheck(L_1);
|
|
String_t* L_3;
|
|
L_3 = VirtualFuncInvoker1< String_t*, RuntimeObject* >::Invoke(51 /* System.String System.Xml.Schema.XmlValueConverter::ToString(System.Object) */, L_1, L_2);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = ___1_enumeration;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___2_datatype;
|
|
bool L_6;
|
|
L_6 = StringFacetsChecker_MatchEnumeration_m8E33470277E47469AAD4D520EB6213C459F6C615(__this, L_3, L_4, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.StringFacetsChecker::MatchEnumeration(System.String,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringFacetsChecker_MatchEnumeration_m8E33470277E47469AAD4D520EB6213C459F6C615 (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, String_t* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_0);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)28)))))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
V_0 = 0;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___0_value;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_3 = ___1_enumeration;
|
|
int32_t L_4 = V_0;
|
|
NullCheck(L_3);
|
|
RuntimeObject* L_5;
|
|
L_5 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4);
|
|
NullCheck(((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)CastclassClass((RuntimeObject*)L_5, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)));
|
|
String_t* L_6;
|
|
L_6 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)CastclassClass((RuntimeObject*)L_5, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)), NULL);
|
|
NullCheck(L_2);
|
|
bool L_7;
|
|
L_7 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_2, L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
int32_t L_8 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
int32_t L_9 = V_0;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_10 = ___1_enumeration;
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_10);
|
|
if ((((int32_t)L_9) < ((int32_t)L_11)))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
V_1 = 0;
|
|
goto IL_0056;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
String_t* L_12 = ___0_value;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_13 = ___1_enumeration;
|
|
int32_t L_14 = V_1;
|
|
NullCheck(L_13);
|
|
RuntimeObject* L_15;
|
|
L_15 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_13, L_14);
|
|
NullCheck(L_12);
|
|
bool L_16;
|
|
L_16 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_12, ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)), NULL);
|
|
if (!L_16)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
int32_t L_17 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_17, 1));
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_18 = V_1;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_19 = ___1_enumeration;
|
|
NullCheck(L_19);
|
|
int32_t L_20;
|
|
L_20 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_19);
|
|
if ((((int32_t)L_18) < ((int32_t)L_20)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.StringFacetsChecker::CheckBuiltInFacets(System.String,System.Xml.Schema.XmlTypeCode,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* StringFacetsChecker_CheckBuiltInFacets_mF78F7DC85FF97080DEE49E9D459CB2D5BD13F7A1 (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, String_t* ___0_s, int32_t ___1_typeCode, bool ___2_verifyUri, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral606D85602184211DB21C40AEC7FD6715395189C6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF8C01BF7792E7B3071B4216EB7ED47E83704D3C8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_1 = NULL;
|
|
{
|
|
V_0 = (Exception_t*)NULL;
|
|
int32_t L_0 = ___1_typeCode;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, ((int32_t)28))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
bool L_1 = ___2_verifyUri;
|
|
if (!L_1)
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_3;
|
|
L_3 = XmlConvert_TryToUri_mD2C431BE5C766D24EAD184976E9B3DB563C6D5A6(L_2, (&V_1), NULL);
|
|
V_0 = L_3;
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
String_t* L_4 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_5;
|
|
L_5 = XmlConvert_TryVerifyNormalizedString_m535C18E2A8E3AE22663A6943B7EA07601021AD4E(L_4, NULL);
|
|
V_0 = L_5;
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
String_t* L_6 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_7;
|
|
L_7 = XmlConvert_TryVerifyTOKEN_m71FE5F2AE5A8AD2949024902F8000BA8F0C5DBDB(L_6, NULL);
|
|
V_0 = L_7;
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
String_t* L_8 = ___0_s;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = ___0_s;
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_12 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_12, _stringLiteral606D85602184211DB21C40AEC7FD6715395189C6, L_11, NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_13;
|
|
L_13 = StringFacetsChecker_get_LanguagePattern_m7C4FA66052480698F53DA2BF5C84B4F029584825(NULL);
|
|
String_t* L_14 = ___0_s;
|
|
NullCheck(L_13);
|
|
bool L_15;
|
|
L_15 = Regex_IsMatch_m7E96E666FBE7259D7638A3A6A21BE824D2406F49(L_13, L_14, NULL);
|
|
if (L_15)
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_17 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_17);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_17, _stringLiteralF8C01BF7792E7B3071B4216EB7ED47E83704D3C8, L_16, NULL);
|
|
return L_17;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
String_t* L_18 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_19;
|
|
L_19 = XmlConvert_TryVerifyNMTOKEN_m83FC60E8F6630AAE72047D09A4DBE49ABAF25617(L_18, NULL);
|
|
V_0 = L_19;
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
String_t* L_20 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_21;
|
|
L_21 = XmlConvert_TryVerifyName_mAD79DF906917DCA8D455B5512DFAD8465DAF7EE7(L_20, NULL);
|
|
V_0 = L_21;
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
String_t* L_22 = ___0_s;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
Exception_t* L_23;
|
|
L_23 = XmlConvert_TryVerifyNCName_m9DE511C64B5316F302DCDEC90D97C2D96ADECE99(L_22, NULL);
|
|
V_0 = L_23;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
Exception_t* L_24 = V_0;
|
|
return L_24;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.StringFacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringFacetsChecker__ctor_mAB501526648F1BDE7637990490B57D1A7B3961C7 (StringFacetsChecker_tBF8742059C015D89D7611D5A2063BBFF3915D3E1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Exception System.Xml.Schema.QNameFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* QNameFacetsChecker_CheckValueFacets_m9E8A1AC7EC9288F82F7624C6FCAE7FE239FD61A8 (QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* V_0 = NULL;
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype;
|
|
NullCheck(L_0);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
|
|
RuntimeObject* L_2 = ___0_value;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast<intptr_t> (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_4;
|
|
L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL);
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_5;
|
|
L_5 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, Type_t* >::Invoke(60 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type) */, L_1, L_2, L_4);
|
|
V_0 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_5, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var));
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_6 = V_0;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_7 = ___1_datatype;
|
|
Exception_t* L_8;
|
|
L_8 = VirtualFuncInvoker2< Exception_t*, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(16 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_6, L_7);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.QNameFacetsChecker::CheckValueFacets(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* QNameFacetsChecker_CheckValueFacets_m40CF7084A31341D693A3633BC8B60DA9A7193D21 (QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype;
|
|
NullCheck(L_0);
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1;
|
|
L_1 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0);
|
|
V_0 = L_1;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0013;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4 = L_3->___Flags_12;
|
|
G_B3_0 = ((int32_t)(L_4));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
V_1 = G_B3_0;
|
|
int32_t L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
{
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_6 = ___0_value;
|
|
NullCheck(L_6);
|
|
String_t* L_7;
|
|
L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6);
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL);
|
|
V_2 = L_8;
|
|
int32_t L_9 = V_1;
|
|
if (!((int32_t)((int32_t)L_9&1)))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = L_10->___Length_0;
|
|
int32_t L_12 = V_2;
|
|
if ((((int32_t)L_11) == ((int32_t)L_12)))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_14 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_14);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_14, _stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780, L_13, NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
int32_t L_15 = V_1;
|
|
if (!((int32_t)((int32_t)L_15&2)))
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = V_2;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_17 = V_0;
|
|
NullCheck(L_17);
|
|
int32_t L_18 = L_17->___MinLength_1;
|
|
if ((((int32_t)L_16) >= ((int32_t)L_18)))
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_20 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_20);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_20, _stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142, L_19, NULL);
|
|
return L_20;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
int32_t L_21 = V_1;
|
|
if (!((int32_t)((int32_t)L_21&4)))
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_22 = V_0;
|
|
NullCheck(L_22);
|
|
int32_t L_23 = L_22->___MaxLength_2;
|
|
int32_t L_24 = V_2;
|
|
if ((((int32_t)L_23) >= ((int32_t)L_24)))
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_26 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_26);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_26, _stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA, L_25, NULL);
|
|
return L_26;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
int32_t L_27 = V_1;
|
|
if (!((int32_t)((int32_t)L_27&((int32_t)16))))
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
{
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_28 = ___0_value;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_29 = V_0;
|
|
NullCheck(L_29);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_30 = L_29->___Enumeration_4;
|
|
bool L_31;
|
|
L_31 = QNameFacetsChecker_MatchEnumeration_mAF55A812280836578DE85A1EBEEA023A0634410F(__this, L_28, L_30, NULL);
|
|
if (L_31)
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_33 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_33);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_33, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_32, NULL);
|
|
return L_33;
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.QNameFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QNameFacetsChecker_MatchEnumeration_mF816D9D07E612ED86DDABE311A39F2D666D1C7BA (QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype;
|
|
NullCheck(L_0);
|
|
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_1;
|
|
L_1 = VirtualFuncInvoker0< XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* >::Invoke(9 /* System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaDatatype::get_ValueConverter() */, L_0);
|
|
RuntimeObject* L_2 = ___0_value;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast<intptr_t> (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_4;
|
|
L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL);
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_5;
|
|
L_5 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, Type_t* >::Invoke(60 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type) */, L_1, L_2, L_4);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_6 = ___1_enumeration;
|
|
bool L_7;
|
|
L_7 = QNameFacetsChecker_MatchEnumeration_mAF55A812280836578DE85A1EBEEA023A0634410F(__this, ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_5, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var)), L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.QNameFacetsChecker::MatchEnumeration(System.Xml.XmlQualifiedName,System.Collections.ArrayList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QNameFacetsChecker_MatchEnumeration_mAF55A812280836578DE85A1EBEEA023A0634410F (QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = ___0_value;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = ___1_enumeration;
|
|
int32_t L_2 = V_0;
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_3;
|
|
L_3 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_1, L_2);
|
|
NullCheck(L_0);
|
|
bool L_4;
|
|
L_4 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_0, ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_3, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var)));
|
|
if (!L_4)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_5 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_7 = ___1_enumeration;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_7);
|
|
if ((((int32_t)L_6) < ((int32_t)L_8)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.QNameFacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QNameFacetsChecker__ctor_m4977F33483117921259454B1E5BA75491A606875 (QNameFacetsChecker_t1FFC2A53C601C1D15B9840DBE02E837CB61057A0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Xml.Schema.MiscFacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MiscFacetsChecker__ctor_m9C95E6B8ABCCDC1C687ADA081B5F0B6C90B8D032 (MiscFacetsChecker_t1574A3CFA038774ABB2F371FFC1A8F00357B5862* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Exception System.Xml.Schema.BinaryFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* BinaryFacetsChecker_CheckValueFacets_m15A1F241C2A91307B6A104D2FE5A9FB6F3677D8C (BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___0_value;
|
|
V_0 = ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = V_0;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_2 = ___1_datatype;
|
|
Exception_t* L_3;
|
|
L_3 = VirtualFuncInvoker2< Exception_t*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(14 /* System.Exception System.Xml.Schema.FacetsChecker::CheckValueFacets(System.Byte[],System.Xml.Schema.XmlSchemaDatatype) */, __this, L_1, L_2);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Exception System.Xml.Schema.BinaryFacetsChecker::CheckValueFacets(System.Byte[],System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* BinaryFacetsChecker_CheckValueFacets_mC8678349E676D6297E9013D43BB7B123D452E6BA (BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___1_datatype;
|
|
NullCheck(L_0);
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_1;
|
|
L_1 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_0);
|
|
V_0 = L_1;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___0_value;
|
|
NullCheck(L_2);
|
|
V_1 = ((int32_t)(((RuntimeArray*)L_2)->max_length));
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->___Flags_12;
|
|
G_B3_0 = ((int32_t)(L_5));
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
V_2 = G_B3_0;
|
|
int32_t L_6 = V_2;
|
|
if (!L_6)
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_2;
|
|
if (!((int32_t)((int32_t)L_7&1)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
int32_t L_9 = L_8->___Length_0;
|
|
int32_t L_10 = V_1;
|
|
if ((((int32_t)L_9) == ((int32_t)L_10)))
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_12 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_12, _stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780, L_11, NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t L_13 = V_2;
|
|
if (!((int32_t)((int32_t)L_13&2)))
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = V_1;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_15 = V_0;
|
|
NullCheck(L_15);
|
|
int32_t L_16 = L_15->___MinLength_1;
|
|
if ((((int32_t)L_14) >= ((int32_t)L_16)))
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_18 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_18);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_18, _stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142, L_17, NULL);
|
|
return L_18;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_19 = V_2;
|
|
if (!((int32_t)((int32_t)L_19&4)))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_20 = V_0;
|
|
NullCheck(L_20);
|
|
int32_t L_21 = L_20->___MaxLength_2;
|
|
int32_t L_22 = V_1;
|
|
if ((((int32_t)L_21) >= ((int32_t)L_22)))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_24 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_24);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_24, _stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA, L_23, NULL);
|
|
return L_24;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
int32_t L_25 = V_2;
|
|
if (!((int32_t)((int32_t)L_25&((int32_t)16))))
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = ___0_value;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_27 = V_0;
|
|
NullCheck(L_27);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_28 = L_27->___Enumeration_4;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_29 = ___1_datatype;
|
|
bool L_30;
|
|
L_30 = BinaryFacetsChecker_MatchEnumeration_m94A226E5C4D5D1FED37A50209F3669C03BB538E5(__this, L_26, L_28, L_29, NULL);
|
|
if (L_30)
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_31 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_32 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_32);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_32, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_31, NULL);
|
|
return L_32;
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.BinaryFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryFacetsChecker_MatchEnumeration_m75C39ED8CDD3BF89FB8D7EE257C82A67D58F3C1B (BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___0_value;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = ___1_enumeration;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_2 = ___2_datatype;
|
|
bool L_3;
|
|
L_3 = BinaryFacetsChecker_MatchEnumeration_m94A226E5C4D5D1FED37A50209F3669C03BB538E5(__this, ((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_0, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)), L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.BinaryFacetsChecker::MatchEnumeration(System.Byte[],System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryFacetsChecker_MatchEnumeration_m94A226E5C4D5D1FED37A50209F3669C03BB538E5 (BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_value;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = ___1_enumeration;
|
|
int32_t L_3 = V_0;
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_4;
|
|
L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3);
|
|
NullCheck(L_0);
|
|
int32_t L_5;
|
|
L_5 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_0, (RuntimeObject*)L_1, (RuntimeObject*)((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)Castclass((RuntimeObject*)L_4, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var)));
|
|
if (L_5)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
int32_t L_7 = V_0;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_8 = ___1_enumeration;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_8);
|
|
if ((((int32_t)L_7) < ((int32_t)L_9)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.BinaryFacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BinaryFacetsChecker__ctor_m7E42CBAE8F97833BEF9FE40E56B2D0BE93EF6A56 (BinaryFacetsChecker_t014CA2FF3E4DBD8CA30B85F907678DDCC4FFCEC0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Exception System.Xml.Schema.ListFacetsChecker::CheckValueFacets(System.Object,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* ListFacetsChecker_CheckValueFacets_m2ACEE668112463FE13F5B73A7C1EEDBA7CC70370 (ListFacetsChecker_t63A6573223965499917A16D14DD6632CEB8A2A98* __this, RuntimeObject* ___0_value, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___1_datatype, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeArray* V_0 = NULL;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_value;
|
|
V_0 = ((RuntimeArray*)IsInstClass((RuntimeObject*)L_0, RuntimeArray_il2cpp_TypeInfo_var));
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_1 = ___1_datatype;
|
|
NullCheck(L_1);
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_2;
|
|
L_2 = VirtualFuncInvoker0< RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* >::Invoke(10 /* System.Xml.Schema.RestrictionFacets System.Xml.Schema.XmlSchemaDatatype::get_Restriction() */, L_1);
|
|
V_1 = L_2;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_3 = V_1;
|
|
if (L_3)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = L_4->___Flags_12;
|
|
G_B3_0 = ((int32_t)(L_5));
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_2 = G_B3_0;
|
|
int32_t L_6 = V_2;
|
|
if (!((int32_t)((int32_t)L_6&7)))
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
RuntimeArray* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(L_7, NULL);
|
|
V_3 = L_8;
|
|
int32_t L_9 = V_2;
|
|
if (!((int32_t)((int32_t)L_9&1)))
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = L_10->___Length_0;
|
|
int32_t L_12 = V_3;
|
|
if ((((int32_t)L_11) == ((int32_t)L_12)))
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_14 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_14);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_14, _stringLiteralC71FA96AEDA52B028E7DDDC30801B2BE96369780, L_13, NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
int32_t L_15 = V_2;
|
|
if (!((int32_t)((int32_t)L_15&2)))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = V_3;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
int32_t L_18 = L_17->___MinLength_1;
|
|
if ((((int32_t)L_16) >= ((int32_t)L_18)))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_20 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_20);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_20, _stringLiteralD8CF940AAED93FD40CE6F02F4A1511A62207C142, L_19, NULL);
|
|
return L_20;
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
int32_t L_21 = V_2;
|
|
if (!((int32_t)((int32_t)L_21&4)))
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
int32_t L_23 = L_22->___MaxLength_2;
|
|
int32_t L_24 = V_3;
|
|
if ((((int32_t)L_23) >= ((int32_t)L_24)))
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_26 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_26);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_26, _stringLiteralD7986912E380F1CB59AAA4D887AEC165F33EA9FA, L_25, NULL);
|
|
return L_26;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
int32_t L_27 = V_2;
|
|
if (!((int32_t)((int32_t)L_27&((int32_t)16))))
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_28 = ___0_value;
|
|
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_30 = L_29->___Enumeration_4;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_31 = ___1_datatype;
|
|
bool L_32;
|
|
L_32 = VirtualFuncInvoker3< bool, RuntimeObject*, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(17 /* System.Boolean System.Xml.Schema.FacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype) */, __this, L_28, L_30, L_31);
|
|
if (L_32)
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_34 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_34);
|
|
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_34, _stringLiteral6B66704077D32403DDE2EBFCF9C450350D624367, L_33, NULL);
|
|
return L_34;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
return (Exception_t*)NULL;
|
|
}
|
|
}
|
|
// System.Boolean System.Xml.Schema.ListFacetsChecker::MatchEnumeration(System.Object,System.Collections.ArrayList,System.Xml.Schema.XmlSchemaDatatype)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ListFacetsChecker_MatchEnumeration_m69F95CE7046EF8FA272B6F074D8A082D3F64DDCD (ListFacetsChecker_t63A6573223965499917A16D14DD6632CEB8A2A98* __this, RuntimeObject* ___0_value, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___1_enumeration, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___2_datatype, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
V_0 = 0;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___2_datatype;
|
|
RuntimeObject* L_1 = ___0_value;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = ___1_enumeration;
|
|
int32_t L_3 = V_0;
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_4;
|
|
L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(25 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3);
|
|
NullCheck(L_0);
|
|
int32_t L_5;
|
|
L_5 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(11 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_0, L_1, L_4);
|
|
if (L_5)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_7 = V_0;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_8 = ___1_enumeration;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_8);
|
|
if ((((int32_t)L_7) < ((int32_t)L_9)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void System.Xml.Schema.ListFacetsChecker::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ListFacetsChecker__ctor_mC59A0FE74C39378155503D05121CFC25C8C1FB40 (ListFacetsChecker_t63A6573223965499917A16D14DD6632CEB8A2A98* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FacetsChecker__ctor_mEAF772426C3450A0791D1C46893125A9D86155B8(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlMapping_get_ElementName_m2BDBF7797A1F38972A4355CF694E0D468B2A9FC0_inline (XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____elementName_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlMapping_get_Namespace_m196651C91FB3C3442AC616C977345E89450F024F_inline (XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____namespace_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlAttributeEventHandler_Invoke_m99D8E43DDDA786B20D62CC1A2BEE07B550FD459D_inline (XmlAttributeEventHandler_tA9EE5C77A13FDC19DB5B3340F27245C620480F65* __this, RuntimeObject* ___0_sender, XmlAttributeEventArgs_tE2113D9D778F9CC7EBD3D619A0342DB8C9CC7897* ___1_e, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, XmlAttributeEventArgs_tE2113D9D778F9CC7EBD3D619A0342DB8C9CC7897*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_sender, ___1_e, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlElementEventHandler_Invoke_m46A4766C6A278307DA5CA525C68490202667A38A_inline (XmlElementEventHandler_tA1451D76D0A21C15B71AC8B380CC097DF71951F3* __this, RuntimeObject* ___0_sender, XmlElementEventArgs_t415AB97F2EC45400E0E5FD5DCEE66D2FC4912036* ___1_e, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, XmlElementEventArgs_t415AB97F2EC45400E0E5FD5DCEE66D2FC4912036*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_sender, ___1_e, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlNodeEventHandler_Invoke_mD6415CD57C5676C16FFFABFA463D1D68AC910D91_inline (XmlNodeEventHandler_t32503D9F2F1A9E9E183779774CEFC13425BF6670* __this, RuntimeObject* ___0_sender, XmlNodeEventArgs_tD4D3A349309C779296ED1395F49A9D4793D2E21D* ___1_e, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, XmlNodeEventArgs_tD4D3A349309C779296ED1395F49A9D4793D2E21D*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_sender, ___1_e, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnreferencedObjectEventHandler_Invoke_m8877BE504717016EC402AE274F191FB7B64FB458_inline (UnreferencedObjectEventHandler_t7342B517610EE6E277FB060ED3C983CE68E0463A* __this, RuntimeObject* ___0_sender, UnreferencedObjectEventArgs_tA88A95B9F0BE849323A166089D04903D288C5760* ___1_e, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, UnreferencedObjectEventArgs_tA88A95B9F0BE849323A166089D04903D288C5760*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_sender, ___1_e, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t* Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline (Exception_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Exception_t* L_0 = __this->____innerException_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_0 = __this->____type_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeData_get_XmlType_m06749C1B19C57EB8649CBCD9B106C014DF511453_inline (TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___elementName_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapping_get_XmlType_m5A30CB4EE3541CC1C65003757D5E743042846222_inline (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___xmlType_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_MultiReferenceType_m6FF513956B40419EBD15B5C1D3B0DEA151AABD84_inline (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___multiReferenceType_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____elementName_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_ElementName_mEE8DF5FA9A346D3D437DF38E2B5E0BC20AA5DC40_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->____elementName_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____elementName_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapElementInfo_set_Namespace_mB1BAB4E18DAF612183E318500F2010C73D7B3B5A_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->____namespace_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____namespace_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* XmlTypeMapElementInfo_get_ChoiceValue_m7BC9464A497AFA7A1BF250BA0D88928706C6412E_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->____choiceValue_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t* TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline (TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Type_t* L_0 = __this->___type_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____namespace_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeData_get_FullTypeName_m391893730DDFEE90F76197075F599FEA2E60BE43_inline (TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___fullTypeName_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_0 = __this->___type_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TypeData_get_SchemaType_mDD8AA1AED98E580047EFF8A9C74CA9DCC5FC2E28_inline (TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___sType_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___name_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___ns_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlSchemaProviderAttribute_get_IsAny_mEEC8E5450FC08174F878AE52B6DD1DB1E1E03014_inline (XmlSchemaProviderAttribute_t913656BFB1429C8144C9EE53E18CC300D1C431AF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->____isAny_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_IsAny_mFAEAE6BA5E6D80112F10CF222570B9BCF739A942_inline (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___isAny_13 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaProviderAttribute_get_MethodName_mC1499496A0CFF04AD9F315ABB8D3709508EBF23A_inline (XmlSchemaProviderAttribute_t913656BFB1429C8144C9EE53E18CC300D1C431AF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____methodName_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlRootAttribute_get_Namespace_mFB0A84474D83BF812BA15DA2D59498384F202FE4_inline (XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___ns_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_XmlTypeNamespace_m29104EA2A5D1A505DAC69E158419FF55472C653D_inline (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->___xmlTypeNamespace_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlTypeNamespace_7), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_XmlType_m32DCAB0634D72D0F98B59A7B0C5BBD4633E2B545_inline (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->___xmlType_6 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlType_6), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchema_get_Id_mFA10A91F54597E48FB75C5824D0263ABDAA8B6F5_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___id_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____stringLength_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapMember_get_GlobalIndex_mC43A1F277B76C624EFAF264B32293499D51853B6_inline (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____globalIndex_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_GlobalIndex_m472100DAE18C222CFAD14F0085743759FB1B11C3_inline (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->____globalIndex_2 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* XmlTypeMapMember_get_DefaultValue_m9E7FE48431CBCD4C9757423398D48F30B919CFC3_inline (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->____defaultValue_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_AttributeName_m79384B2B6097452969DD46364D07C2F8B353B064_inline (XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____attributeName_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlTypeMapMemberAttribute_get_Namespace_m6907BC42459BA2FBEE550EF180E697DDF19A8C37_inline (XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____namespace_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_Index_m2CF151DEBC1293A91B0126F579B2CA6730CC4D56_inline (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->____index_1 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* XmlTypeMapMember_get_TypeData_m071A2E1C32FA2AED8FB5D91556CF310A28898D1D_inline (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_0 = __this->____typeData_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapMemberElement_get_IsXmlTextCollector_m2FF0627D7710E6CB03FF540D8BE2AEF22ADB6570_inline (XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->____isTextCollector_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapElementInfo_get_ExplicitOrder_m929232F83C9F294565C56EC38C5BACCA530DEDAB_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____explicitOrder_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMemberExpandable_set_FlatArrayIndex_m34257D88ADAD9D20AD7BD89FB29EA298553567CA_inline (XmlTypeMapMemberExpandable_tED3170CD402780E1250005E1131CD848660237FE* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->____flatArrayIndex_14 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTypeMapMember_get_Index_m3EAB1243B03E5DBD10C6E7CA245E5A6C04406D12_inline (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____index_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_0 = __this->____mappedType_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0* XmlMapping_get_ObjectMap_m63D1AEAC8EDD8396357898D337E350673A1E9003_inline (XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0* L_0 = __this->___map_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EnumMapMember_get_EnumName_m2E7534A1D65579CB33E8B43EF4186FC12A2D1B89_inline (EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____enumName_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* EnumMapMember_get_XmlName_mECD2830C6795BE2A0206F5A72D819C8DBAE015E8_inline (EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____xmlName_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t EnumMapMember_get_Value_mD0B2EF80A4D874FF81E307E81063D9B52A98548E_inline (EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = __this->____value_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* EnumMap_get_Values_m91652E064D00536B1B286304F49E3FD1EBCD7FDC_inline (EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* L_0 = __this->____values_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* EnumMap_get_XmlNames_m2E3DD7C64B62B3C6217CD1FBA64B76409E4BBF5F_inline (EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = __this->____xmlNames_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool EnumMap_get_IsFlags_m579F34B1547F457834A6980C8E77BF1936D742CD_inline (EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->____isFlags_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* EnumMap_get_EnumNames_m60EAEB72502A0F1E05871326127A80033BA7E35E_inline (EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = __this->____enumNames_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NamespaceList_get_Type_mFFD57EA1A6B9DCA5F102691385FD53253A1F6953_inline (NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___type_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* NamespaceList_get_Excluded_mFC793CE3812B152324EAF8719732F84C2A951479_inline (NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___targetNamespace_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SymbolsDictionary_set_IsUpaEnforced_mBA5E7696442D87B8E89E2323C3D48777F3F0180A_inline (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___isUpaEnforced_5 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteriorNode_set_LeftChild_mC6FDB3A1ABD18FDE11B233415F3A983A49B46E5B_inline (InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* __this, SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0 = ___0_value;
|
|
__this->___leftChild_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___leftChild_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteriorNode_set_RightChild_m9325C10A51BD0DAA867F5D4C60C85F4F8DCE6B0A_inline (InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* __this, SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0 = ___0_value;
|
|
__this->___rightChild_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___rightChild_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_inline (InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0 = __this->___leftChild_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BitSet_get_Count_m36E7A9E0ABD32B6B59C1C3EE7376A94B40D06E01_inline (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___count_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* InteriorNode_get_RightChild_mE7ACE5A40A687F54D7EAFB52F3336E1BE8701058_inline (InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0 = __this->___rightChild_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LeafRangeNode_set_NextIteration_mDDBBD1E890E70CDB087694F027A17CD5CFD1A284_inline (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_0 = ___0_value;
|
|
__this->___nextIteration_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___nextIteration_3), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F LeafRangeNode_get_Min_mF6C3FA773211799E29F7509BD53A6FD8CE1768E2_inline (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = __this->___min_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ContentValidator_get_ContentType_m2E9C64DB3522E5A29BE6CAA4A929CBABAD1CEF23_inline (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___contentType_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LeafNode_get_Pos_m0C2EEEBCDB2F23FC170153DB736C707C061A5B6D_inline (LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___pos_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SymbolsDictionary_get_IsUpaEnforced_m9AF406F46B587D01C28E15DD9ADFBCE318A0CF11_inline (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___isUpaEnforced_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F LeafRangeNode_get_Max_mCAED1316B170C97D90FD6CB17EDE581C37EDF3C0_inline (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = __this->___max_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* LeafRangeNode_get_NextIteration_m32EED7733FF37B063868939099CB48060EF5114B_inline (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_0 = __this->___nextIteration_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LeafNode_set_Pos_mA4961D8E52D803DC74293D95B8C258C2B00707ED_inline (LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___pos_0 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* SchemaDatatypeMap_op_Explicit_mA31E84DF0BCB642F3D3F1E3323F58B3A2E391580_inline (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* ___0_sdm, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* L_0 = ___0_sdm;
|
|
NullCheck(L_0);
|
|
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* L_1 = L_0->___type_1;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaType_SetDatatype_m6B9703DD5514CFC9E91850433EC3CABDC18BCB6D_inline (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = ___0_value;
|
|
__this->___datatype_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___datatype_3), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_SchemaType_m4A34BA7ABAAD6A60F7AE3A2572EDD3E86893A21F_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___0_value;
|
|
__this->___schemaType_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___schemaType_4), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaType_SetBaseSchemaType_mDEA262EB0B426FC9A29BFFA4A9117308C4469B6C_inline (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = ___0_value;
|
|
__this->___baseSchemaType_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___baseSchemaType_2), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaType_SetDerivedBy_m38B846A751256507DF0285C064DC5B488C93B75B_inline (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
__this->___derivedBy_1 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = __this->___datatype_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaSimpleType_set_Content_m0BD0F1CBB3B78632801F8FD34A1637B2DA9FEA01_inline (XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* __this, XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091* L_0 = ___0_value;
|
|
__this->___content_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___content_7), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_set_BaseItemType_m61F5587B0F01AFA876563F998C9EB0206ADB6BFE_inline (XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* __this, XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_0 = ___0_value;
|
|
__this->___baseItemType_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___baseItemType_2), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaSimpleTypeList_set_ItemType_m7651BDF231B9E66FFC12A8AAE74845FB71E71C7B_inline (XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* __this, XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_0 = ___0_value;
|
|
__this->___itemType_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___itemType_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaDatatypeMap_get_Name_m8F088C5DED5342342A64F546D0874D860F093F9C_inline (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___name_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaDatatypeMap_get_ParentIndex_mABC02E4B5D5149472B4BD105AAE21EF6F4B93029_inline (SchemaDatatypeMap_tAA8223F7AC0727CF0BCA97B3E2C909B387EACBDE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___parentIndex_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* XsdSimpleValue_get_TypedValue_mBC6C3E73A5E817F5A9232983714704820CC17B46_inline (XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___typedValue_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* XmlSchemaType_get_BaseXmlSchemaType_mB970BEBE5AA98845F853E4136C970E8B822C64C9_inline (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = __this->___baseSchemaType_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* XmlSchemaComplexType_get_AnyType_m8849843192B524BE39AB9F20BECBF40479644573_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var);
|
|
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_0 = ((XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_StaticFields*)il2cpp_codegen_static_fields_for(XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var))->___anyTypeLax_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091* XmlSchemaSimpleType_get_Content_mCB30920833956BE92591B664C0036D0C138B7C54_inline (XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091* L_0 = __this->___content_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* XmlSchemaSimpleTypeList_get_BaseItemType_mAB81D9EC2A6AC04FB8F926664A19A4367CF54BD8_inline (XmlSchemaSimpleTypeList_t88B749E156B28B3FB7B6FC82AF39340E0632A5E6* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_0 = __this->___baseItemType_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* DatatypeImplementation_get_AnySimpleType_m0ABC447DC26C4E76F77B93316E1078712A7F4DD2_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var);
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_0 = ((DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields*)il2cpp_codegen_static_fields_for(DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_il2cpp_TypeInfo_var))->___anySimpleType_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* XsdSimpleValue_get_XmlType_m07EE21F2D2F24D95FF370544A1C8610CF363A61E_inline (XsdSimpleValue_t8F48455D05E9F36B7C228A02F7FC71FA560DAE50* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_0 = __this->___xmlType_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsInfinity_mF1F2BB1A8094AF95520E754AE9888993EA948B34_inline (double ___0_d, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
double L_0 = ___0_d;
|
|
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
int64_t L_1;
|
|
L_1 = BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline(L_0, NULL);
|
|
return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits<int64_t>::max)())))) == ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline (double ___0_d, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
double L_0 = ___0_d;
|
|
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
int64_t L_1;
|
|
L_1 = BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline(L_0, NULL);
|
|
return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits<int64_t>::max)())))) > ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsInfinity_m8D101DE5C104130734F6DCA3E6E86345B064E4AD_inline (float ___0_f, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
float L_0 = ___0_f;
|
|
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
int32_t L_1;
|
|
L_1 = BitConverter_SingleToInt32Bits_mC760C7CFC89725E3CF68DC45BE3A9A42A7E7DA73_inline(L_0, NULL);
|
|
return (bool)((((int32_t)((int32_t)(L_1&((int32_t)2147483647LL)))) == ((int32_t)((int32_t)2139095040)))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsNaN_mFE637F6ECA9F7697CE8EFF56427858F4C5EDF75D_inline (float ___0_f, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
float L_0 = ___0_f;
|
|
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
int32_t L_1;
|
|
L_1 = BitConverter_SingleToInt32Bits_mC760C7CFC89725E3CF68DC45BE3A9A42A7E7DA73_inline(L_0, NULL);
|
|
return (bool)((((int32_t)((int32_t)(L_1&((int32_t)2147483647LL)))) > ((int32_t)((int32_t)2139095040)))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* SchemaDeclBase_get_Datatype_mE6DE13C3518B65A1CF6E464F12D7D7653247AF90_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = __this->___datatype_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SchemaDeclBase_set_DefaultValueTyped_m35E01A5A9C44038AE78774AF2D7B6E627AD66FC1_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___0_value;
|
|
__this->___defaultValueTyped_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultValueTyped_7), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* SchemaDeclBase_get_Name_m013DF0DD721FE902399C2DF4D2E6F8DAD50ECFAE_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___name_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_gshared_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = (bool)__this->___hasValue_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mD08AE71D49787D30DDD9D484BCD323D646744D2E_gshared_inline (Stack_1_tAD790A47551563636908E21E4F08C54C0C323EB5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____size_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mAEA12C0679B6626D272B776DF990861FBB7A8874_gshared_inline (Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = (int32_t)__this->____size_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline (double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = *((int64_t*)((uintptr_t)(&___0_value)));
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BitConverter_SingleToInt32Bits_mC760C7CFC89725E3CF68DC45BE3A9A42A7E7DA73_inline (float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = *((int32_t*)((uintptr_t)(&___0_value)));
|
|
return L_0;
|
|
}
|
|
}
|