优化实践教程示例项目
您最多选择25个主题 主题必须以中文或者字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

33457 行
1.6 MiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
#include <stdint.h>
struct VirtualActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtualActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename 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>
struct VirtualActionInvoker4
{
typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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);
}
};
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.Int32,System.Text.Encoding>
struct Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA;
// System.Collections.Generic.Dictionary`2<System.String,System.Boolean>
struct Dictionary_2_t17D0D125440AC627FCF80F189C6CBCB02856063C;
// 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.String,System.Xml.Schema.SchemaNotation>
struct Dictionary_2_t27DD7BC6C615A002762F178DF4446D10EF4486A1;
// 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.Schema.SchemaElementDecl>
struct Dictionary_2_t798E72FD52A5F6525F4F83621BBE86BBAB28533A;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>
struct Dictionary_2_t129029582481E96143BD747690E92DB7E444261E;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName>
struct Dictionary_2_t8E385BAD05584AB244D10E6FAAA2C60FB9BA5F64;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaObject>
struct Dictionary_2_t5BEEF2A5255EABD4830C281C55157170CD4D454C;
// System.Collections.Generic.IEqualityComparer`1<System.Xml.XmlQualifiedName>
struct IEqualityComparer_1_t34D541B5FA7B648B0BA88CB13474D1CE66138B8D;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>
struct KeyCollection_t3F2FECD4AC086FD3ABAE5D31881677BABA02B0D0;
// System.Collections.Generic.List`1<System.Xml.IDtdDefaultAttributeInfo>
struct List_1_tF7608B82384542DEB200F8E211D9D36AE02EAB58;
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
// System.Collections.Generic.List`1<System.Xml.Schema.RangePositionInfo>
struct List_1_t482A311257D18A4422413FA15AD5893D1D5041D5;
// System.Collections.Generic.List`1<System.String>
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
// System.Collections.Generic.List`1<System.Xml.Schema.XmlSchemaObjectTable/XmlSchemaObjectEntry>
struct List_1_t58AF3D711DC0DE27975C30F2ADB022D669E3E1FB;
// 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.Collections.Generic.Dictionary`2/ValueCollection<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>
struct ValueCollection_t5E6BEDEB2CEF7A818BACE8D90DFE44BE5DAC4431;
// System.Collections.Generic.Dictionary`2/Entry<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>[]
struct EntryU5BU5D_tD59BF430101A4C2080228ED133FC9737B0A030EE;
// System.Int32[][]
struct Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E;
// System.Xml.Schema.Asttree[]
struct AsttreeU5BU5D_tE39DE20957B9B03A0B041FC6B97DC9F2FC6C807C;
// 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.CompiledIdentityConstraint[]
struct CompiledIdentityConstraintU5BU5D_tA8E35C25853FEF33AAE27549EE1E30F039429D16;
// System.Xml.Schema.ConstraintStruct[]
struct ConstraintStructU5BU5D_t458142830D5B377A2FA722B963FC52291A795EFC;
// System.Xml.Schema.DatatypeImplementation[]
struct DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC;
// System.Decimal[]
struct DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615;
// 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.Xml.Schema.LocatedActiveAxis[]
struct LocatedActiveAxisU5BU5D_t03F9B2AA4E703CD06373BE448AAF236770E1C5B7;
// 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.Xml.Schema.TypedObject[]
struct TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A;
// System.UInt32[]
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
// System.Xml.XmlAttribute[]
struct XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40;
// System.Xml.Serialization.XmlMemberMapping[]
struct XmlMemberMappingU5BU5D_t98364948854B71F146515DCCD516FFA9900EE7CF;
// System.Xml.XmlQualifiedName[]
struct XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1;
// System.Xml.Schema.XmlSchema[]
struct XmlSchemaU5BU5D_t5DB5D05598D599A3F21C7D3D9A9F3F000AD6A4D3;
// System.Xml.Schema.XmlSchemaSimpleType[]
struct XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43;
// 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.Xml.Schema.ActiveAxis
struct ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB;
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
// System.Collections.ArrayList
struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A;
// MS.Internal.Xml.XPath.AstNode
struct AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB;
// System.Xml.Schema.Asttree
struct Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612;
// System.Attribute
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA;
// System.Xml.Schema.AutoValidator
struct AutoValidator_tB9124731360C241CDA4B884EA1F3C49883BFBE96;
// MS.Internal.Xml.XPath.Axis
struct Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B;
// System.Xml.Schema.AxisElement
struct AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5;
// System.Xml.Schema.AxisStack
struct AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41;
// System.Xml.Schema.BaseProcessor
struct BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221;
// System.Xml.Schema.BaseValidator
struct BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB;
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
// System.Xml.Schema.BitSet
struct BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B;
// System.Globalization.Calendar
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
// System.Xml.Schema.ChameleonKey
struct ChameleonKey_tEA9721FD84CD05EE4202E3391F1C6B39B5BEC43F;
// System.Xml.Schema.ChoiceNode
struct ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229;
// System.Xml.Serialization.ClassMap
struct ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109;
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2;
// System.Collections.CollectionBase
struct CollectionBase_t44F966CC555C87F2815D668FB4586526E1C2383F;
// System.Globalization.CompareInfo
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
// System.Xml.Schema.CompiledIdentityConstraint
struct CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E;
// System.Xml.Schema.ConstraintStruct
struct ConstraintStruct_t2E96C9531B304A8AB791BCB281D58A8E4C6DD714;
// System.Xml.Schema.ContentValidator
struct ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE;
// System.Globalization.CultureData
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
// System.Globalization.CultureInfo
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
// System.Text.DecoderFallback
struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// System.Xml.Schema.DfaContentValidator
struct DfaContentValidator_tD6828BD839DA60C4AB90B8D0162889CCB10A1D1D;
// System.Xml.Schema.DoubleLinkAxis
struct DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A;
// System.Xml.Schema.DtdValidator
struct DtdValidator_tF916F1805E2290242B688583602409378173CF17;
// System.Text.EncoderFallback
struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293;
// System.Text.Encoding
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095;
// System.Xml.Serialization.EnumMap
struct EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C;
// System.Exception
struct Exception_t;
// System.Xml.Schema.FacetsChecker
struct FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8;
// System.Reflection.FieldInfo
struct FieldInfo_t;
// System.Xml.Schema.ForwardAxis
struct ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE;
// System.Xml.HWStack
struct HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5;
// System.Collections.Hashtable
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D;
// System.Collections.ICollection
struct ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E;
// System.Net.ICredentials
struct ICredentials_t8FDA6AF64B852DA0631D4BE66962B20E51E230F0;
// System.Collections.IDictionary
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
// System.Collections.IDictionaryEnumerator
struct IDictionaryEnumerator_tE129D608FCDB7207E0F0ECE33473CC950A83AD16;
// System.Xml.IDtdInfo
struct IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8;
// System.Collections.IEnumerator
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
// System.Collections.IEqualityComparer
struct IEqualityComparer_tEF8F1EC76B9C8E76695BE848D41E6B147928D1C1;
// System.IFormatProvider
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
// System.Xml.IValidationEventHandling
struct IValidationEventHandling_t5929D7539D965D446556F7740F36A2BF7C6CC57E;
// System.Net.IWebProxy
struct IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D;
// System.Xml.IXmlNamespaceResolver
struct IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1;
// System.Xml.Serialization.IXmlSerializable
struct IXmlSerializable_tE36AB1894460107283308E142C1106C4AB31A526;
// System.Xml.Schema.IdRefNode
struct IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D;
// System.Xml.Schema.InteriorNode
struct InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF;
// System.InvalidCastException
struct InvalidCastException_t47FC62F21A3937E814D20381DDACEF240E95AC2E;
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
// System.Xml.Schema.KSStruct
struct KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B;
// System.Xml.Schema.KeySequence
struct KeySequence_t9A8BC185D749C28402EB785808371E47273100CA;
// System.Xml.Schema.LeafNode
struct LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D;
// System.Xml.Schema.LeafRangeNode
struct LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D;
// System.Xml.Serialization.ListMap
struct ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC;
// System.Xml.Schema.LocatedActiveAxis
struct LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004;
// 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.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.Runtime.Serialization.ObjectIDGenerator
struct ObjectIDGenerator_tB34B9C0F2DDAED17FE8AB8D54462528D37DE101B;
// System.Xml.Serialization.ObjectMap
struct ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0;
// System.Xml.Schema.Parser
struct Parser_t5A18E84F88E618D9E803A7768A7765BF17DB2C07;
// System.Xml.Schema.ParticleContentValidator
struct ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF;
// System.Xml.Schema.PlusNode
struct PlusNode_t7090254E5146C8660BBB97898E37FED5A5B28D9D;
// System.Xml.PositionInfo
struct PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5;
// System.Xml.Schema.Positions
struct Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B;
// System.Reflection.PropertyInfo
struct PropertyInfo_t;
// System.Xml.Schema.QmarkNode
struct QmarkNode_t302FD5DABB39E13F51B26B2CA5B0BE1D85706D54;
// System.Collections.Queue
struct Queue_t82FD2BE12D138AF4D22C801CB5044DAEC2BA66BC;
// System.Xml.Schema.RangeContentValidator
struct RangeContentValidator_t3AC4618E77297A22BB80D9223F4CD8FDA53FCA5E;
// System.Xml.ReadContentAsBinaryHelper
struct ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897;
// System.Threading.ReaderWriterLock
struct ReaderWriterLock_tBA6D275E19444C911C8681A576EB0CBB12B16B5B;
// System.Xml.Serialization.ReflectionHelper
struct ReflectionHelper_tC70C244386E812ED1E4C85AAF108E85F470C68AB;
// System.Net.Cache.RequestCachePolicy
struct RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550;
// System.Xml.Schema.RestrictionFacets
struct RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// System.Xml.Schema.SchemaAttDef
struct SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553;
// System.Xml.Schema.SchemaElementDecl
struct SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD;
// System.Xml.Schema.SchemaEntity
struct SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7;
// System.Xml.Schema.SchemaInfo
struct SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E;
// System.Xml.Schema.SchemaNames
struct SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F;
// System.Xml.Schema.SelectorActiveAxis
struct SelectorActiveAxis_t6EF7A9EB1E33A4569C390C88E3FCD71CA4DDC84B;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2;
// System.Xml.Schema.SequenceNode
struct SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0;
// System.Xml.Serialization.SerializationSource
struct SerializationSource_t2F3A53A0FFC7BF8994CF332961FD3C0671E4A58C;
// System.Collections.SortedList
struct SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3;
// System.Collections.Stack
struct Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47;
// System.Xml.Schema.StarNode
struct StarNode_t97F011188E450E88B8AB4DCF9C4D103E8315242C;
// System.IO.Stream
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE;
// System.String
struct String_t;
// System.Text.StringBuilder
struct StringBuilder_t;
// 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.TypedObject
struct TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97;
// 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.ValidationEventArgs
struct ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830;
// System.Xml.Schema.ValidationEventHandler
struct ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A;
// System.Xml.Schema.ValidationState
struct ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// System.Xml.Schema.XdrValidator
struct XdrValidator_tBADFD559B77D01B44BAD5AC98FC22733FEA837F9;
// System.Xml.Schema.XmlAtomicValue
struct XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56;
// System.Xml.XmlAttribute
struct XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18;
// System.Xml.XmlAttributeCollection
struct XmlAttributeCollection_tB0BA25B3C7E8D4BCF487C7107A9019632A7D85C0;
// 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.XmlException
struct XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596;
// System.Xml.XmlLinkedNode
struct XmlLinkedNode_t640BF5D3FDAF0606665C3BAE565988A5014F1B9C;
// System.Xml.Serialization.XmlMapping
struct XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97;
// System.Xml.Serialization.XmlMembersMapping
struct XmlMembersMapping_t0D686C86E19B598F10E53AF79EC905A7E2BDB62C;
// System.Xml.XmlName
struct XmlName_t0704430D24D202146901D342E34D878246E14F33;
// 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.XmlParserContext
struct XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B;
// 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.XmlResolver
struct XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF;
// System.Xml.Serialization.XmlRootAttribute
struct XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF;
// System.Xml.Schema.XmlSchema
struct XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D;
// System.Xml.Schema.XmlSchemaAnnotation
struct XmlSchemaAnnotation_t35947D4DA687AA3C531135CEC5EBE7AB1C3EF821;
// System.Xml.Schema.XmlSchemaAnyAttribute
struct XmlSchemaAnyAttribute_t2674CD673C9358AEDF1F318A8CF5DE9EB01AF601;
// System.Xml.Schema.XmlSchemaAttributeGroup
struct XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66;
// System.Xml.Schema.XmlSchemaCollection
struct XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD;
// System.Xml.Schema.XmlSchemaCollectionEnumerator
struct XmlSchemaCollectionEnumerator_t19B0C68F9687B1D44D002FC683586DF8A861F7EB;
// System.Xml.Schema.XmlSchemaCollectionNode
struct XmlSchemaCollectionNode_t234928AAC72E6433960EC2DBE5E4DB8852575E17;
// System.Xml.Schema.XmlSchemaCompilationSettings
struct XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C;
// System.Xml.Schema.XmlSchemaComplexType
struct XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0;
// System.Xml.Schema.XmlSchemaContentModel
struct XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19;
// System.Xml.Schema.XmlSchemaDatatype
struct XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D;
// System.Xml.Schema.XmlSchemaElement
struct XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970;
// System.Xml.Schema.XmlSchemaException
struct XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B;
// System.Xml.Schema.XmlSchemaGroup
struct XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825;
// System.Xml.Schema.XmlSchemaGroupBase
struct XmlSchemaGroupBase_t09BC3EABEA076DC4DD9696F24DC3562D21259C89;
// System.Xml.Schema.XmlSchemaIdentityConstraint
struct XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC;
// System.Xml.Schema.XmlSchemaKeyref
struct XmlSchemaKeyref_t240C2AB1E5EAE4D7486F8E486741591BA7202C28;
// System.Xml.Schema.XmlSchemaObject
struct XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D;
// System.Xml.Schema.XmlSchemaObjectCollection
struct XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388;
// System.Xml.Schema.XmlSchemaObjectTable
struct XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583;
// 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.XmlSchemaSubstitutionGroup
struct XmlSchemaSubstitutionGroup_t7B72F187FE8CCD44DF3B4848F24FB67D7AAC4D1F;
// System.Xml.Schema.XmlSchemaType
struct XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF;
// System.Xml.Schema.XmlSchemaXPath
struct XmlSchemaXPath_t1C3193CCD8056E55DEC3C6E74DE25859AD88D76A;
// System.Xml.Serialization.XmlSerializableMapping
struct XmlSerializableMapping_tE7BDFC1308A79813DF734102D332FD528FD841E7;
// System.Xml.Serialization.XmlSerializationReader
struct XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597;
// System.Xml.Serialization.XmlSerializationReaderInterpreter
struct XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8;
// System.Xml.Serialization.XmlSerializationWriteCallback
struct XmlSerializationWriteCallback_t906E648579A93B5C0FAF441C570070927A3D7FAA;
// System.Xml.Serialization.XmlSerializationWriter
struct XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B;
// System.Xml.Serialization.XmlSerializationWriterInterpreter
struct XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9;
// System.Xml.Serialization.XmlSerializer
struct XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B;
// System.Xml.Serialization.XmlSerializerFactory
struct XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1;
// 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.Serialization.XmlTypeSerializationSource
struct XmlTypeSerializationSource_tE995CC9E60F76C0EDAC4CFAA7808ACCEF4225984;
// System.Xml.XmlUrlResolver
struct XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E;
// System.Xml.XmlValidatingReaderImpl
struct XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8;
// System.Xml.Schema.XmlValueConverter
struct XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E;
// System.Xml.XmlWriter
struct XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F;
// System.Xml.Schema.XsdValidator
struct XsdValidator_tB19DA1D1C5635D0E92D22A2F152363C05AED13F6;
// System.Xml.Schema.DtdValidator/NamespaceManager
struct NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E;
// System.Xml.Serialization.EnumMap/EnumMapMember
struct EnumMapMember_tB7A0813F20CFA0758843C38C2ECE325B13893E38;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05;
// System.Xml.Schema.TypedObject/DecimalStruct
struct DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1;
// System.Uri/UriInfo
struct UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09;
// System.Xml.Schema.XmlAtomicValue/NamespacePrefixForQName
struct NamespacePrefixForQName_t580351778384A947979FD4D091BD043347482C3D;
// System.Xml.XmlQualifiedName/HashCodeOfStringDelegate
struct HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA;
// System.Xml.Serialization.XmlSerializationWriter/WriteCallbackInfo
struct WriteCallbackInfo_t60E40304F6E1EF7671F3C52BA73695C193B3E9C6;
// System.Xml.Serialization.XmlSerializationWriterInterpreter/CallbackInfo
struct CallbackInfo_t89714EAF889C7E9B3682A74ADF45DDACC78E60B2;
// System.Xml.Serialization.XmlSerializer/SerializerData
struct SerializerData_t80E5CC9586C1782157CDE6EA3518737643CEDDDF;
// System.Xml.XmlValidatingReaderImpl/ValidationEventHandling
struct ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsttreeU5BU5D_tE39DE20957B9B03A0B041FC6B97DC9F2FC6C807C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AutoValidator_tB9124731360C241CDA4B884EA1F3C49883BFBE96_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB_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* CallbackInfo_t89714EAF889C7E9B3682A74ADF45DDACC78E60B2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ChameleonKey_tEA9721FD84CD05EE4202E3391F1C6B39B5BEC43F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ChoiceNode_t571649B79AD235AE2B1E86A0539299346C467229_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E_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* Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615_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* DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DtdValidator_tF916F1805E2290242B688583602409378173CF17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_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* ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_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* 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* 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* KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* KeySequence_t9A8BC185D749C28402EB785808371E47273100CA_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* ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LocatedActiveAxisU5BU5D_t03F9B2AA4E703CD06373BE448AAF236770E1C5B7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NamespaceListNode_tD447526C5FF22511A65C13BC67E9EE824B69460C_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* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_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* 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* RuntimeArray_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SelectorActiveAxis_t6EF7A9EB1E33A4569C390C88E3FCD71CA4DDC84B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0_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* 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* TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UpaException_tE3F146077F59E124C20468069DDA214F746DC9AE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XPathParser_tD4C4B9A60C3A5069B8346A058AF82727C55D9989_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XdrBuilder_tFAD5028958B5F432AD022248915D66CC6F61C921_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XdrValidator_tBADFD559B77D01B44BAD5AC98FC22733FEA837F9_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* XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlCustomFormatter_t8021E588C6512752ACF5F834D7F8FF70E1D28471_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlElement_t9A08B533E9A6B3548A1DE35476186F7ECCDF6FF1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlMembersMapping_t0D686C86E19B598F10E53AF79EC905A7E2BDB62C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF_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* XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaKey_t836677A5C4093746106315B5BB5FC3CA34DE317F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaKeyref_t240C2AB1E5EAE4D7486F8E486741591BA7202C28_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaNotation_tE6174DA70003C3F34A22C603BDF3803096836F2F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE_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* XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaSubstitutionGroup_t7B72F187FE8CCD44DF3B4848F24FB67D7AAC4D1F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaU5BU5D_t5DB5D05598D599A3F21C7D3D9A9F3F000AD6A4D3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaUnique_tEBE7D2C4A7F2671CB1149A808FB1CACD28729894_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaValidator_tCA615071D8849F90BA240A83BCC3B4D5CC024B24_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaXPath_t1C3193CCD8056E55DEC3C6E74DE25859AD88D76A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSerializationWriteCallback_t906E648579A93B5C0FAF441C570070927A3D7FAA_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* XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1_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* XmlTypeSerializationSource_tE995CC9E60F76C0EDAC4CFAA7808ACCEF4225984_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XsdValidator_tB19DA1D1C5635D0E92D22A2F152363C05AED13F6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral0EF227EC443ED37BE0A6CC19B319601791FD2393;
IL2CPP_EXTERN_C String_t* _stringLiteral10843A43CD4C64637831AF0FF399A1ED2FB29D7D;
IL2CPP_EXTERN_C String_t* _stringLiteral10FBC704FF089D38147AC13DCAB988BD089953A5;
IL2CPP_EXTERN_C String_t* _stringLiteral13524012C64F8AB64633395F585F5569225E9F99;
IL2CPP_EXTERN_C String_t* _stringLiteral16398485B15F72519CB11187907275B87576F1B3;
IL2CPP_EXTERN_C String_t* _stringLiteral232AE0D402FAC47960A8CA8DD393C63B8FF64178;
IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
IL2CPP_EXTERN_C String_t* _stringLiteral26B7C05AA4B2488CAA1781DA8040534799003358;
IL2CPP_EXTERN_C String_t* _stringLiteral273256D4E849FB394D3880F6B15EB01540D32980;
IL2CPP_EXTERN_C String_t* _stringLiteral299A91A94BC12579A25B9F1508F87ACC3282548C;
IL2CPP_EXTERN_C String_t* _stringLiteral34202956739DA5FD8C25F589724F7651D367199C;
IL2CPP_EXTERN_C String_t* _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917;
IL2CPP_EXTERN_C String_t* _stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C;
IL2CPP_EXTERN_C String_t* _stringLiteral3D6EB261B6E5AC1669A2C14AFA8CA0EBB13AA820;
IL2CPP_EXTERN_C String_t* _stringLiteral41C1D09D8CB2A3F609282475EF4668E9A6E45062;
IL2CPP_EXTERN_C String_t* _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE;
IL2CPP_EXTERN_C String_t* _stringLiteral437906DA6527EA9BAA9A971EC5171183BEB85B59;
IL2CPP_EXTERN_C String_t* _stringLiteral535A06BE93E0D12C250CDE0F92AE76423C93E7B6;
IL2CPP_EXTERN_C String_t* _stringLiteral558ED33B9D0E36FD1CA98DD526816AE654BA4E92;
IL2CPP_EXTERN_C String_t* _stringLiteral55C0017AD2AB44D3FD11A091D4D34D3E59C70488;
IL2CPP_EXTERN_C String_t* _stringLiteral594C9B74105FC363004860F96C38805E33805AA9;
IL2CPP_EXTERN_C String_t* _stringLiteral5AD7B88D1F7B22A347299C6649895A387A714DD1;
IL2CPP_EXTERN_C String_t* _stringLiteral5B4F028A4070094FCA4E7762E2C376A65E2D59C6;
IL2CPP_EXTERN_C String_t* _stringLiteral6A3C2DA0F9E8B442541C0AF562469F9A7B1AF34A;
IL2CPP_EXTERN_C String_t* _stringLiteral6D67ADE9CC145DA3A39BC63DF500A7B0EC88CE4A;
IL2CPP_EXTERN_C String_t* _stringLiteral6F1EDBE35DC84188C1066BD7782465CDC5DAFB67;
IL2CPP_EXTERN_C String_t* _stringLiteral6FFF89F12DC2A6CF2CA9D0A3799CAF055178ACE5;
IL2CPP_EXTERN_C String_t* _stringLiteral7914982E97DD1620A36E78FAF1791907C7625BE1;
IL2CPP_EXTERN_C String_t* _stringLiteral7A846A225A3909AB39CFF23BE13DACF54C540FEC;
IL2CPP_EXTERN_C String_t* _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49;
IL2CPP_EXTERN_C String_t* _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C;
IL2CPP_EXTERN_C String_t* _stringLiteral7DF3EDA4F822736B5E6EB3BCCB930FAEF24F7625;
IL2CPP_EXTERN_C String_t* _stringLiteral805B49550CB3377ECB61B1B75AB5C38E884BA80C;
IL2CPP_EXTERN_C String_t* _stringLiteral86BBAACC00198DBB3046818AD3FC2AA10AE48DE1;
IL2CPP_EXTERN_C String_t* _stringLiteral87C858E345116CE7C4123AF185CDD74EFDD94384;
IL2CPP_EXTERN_C String_t* _stringLiteral8F839BDC3429BE57DDFCBA5029D2705E8656B685;
IL2CPP_EXTERN_C String_t* _stringLiteral8F8BFCFC439A636B20C06C334A493AB7004843ED;
IL2CPP_EXTERN_C String_t* _stringLiteral9A24CC7BE5FB2E4DFFA4A80AD8B0335DAE91B662;
IL2CPP_EXTERN_C String_t* _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3;
IL2CPP_EXTERN_C String_t* _stringLiteral9D8541F55CF728FE07C4C6131645128EE0A8455A;
IL2CPP_EXTERN_C String_t* _stringLiteralA0456228CB07E3980C756D1BE420870078E58D64;
IL2CPP_EXTERN_C String_t* _stringLiteralA209B37D33B4476CEC46AD3B1D553C7B0BECB32A;
IL2CPP_EXTERN_C String_t* _stringLiteralA36CB49041E31496EDB0CF9BBB01CEF6120EA3F4;
IL2CPP_EXTERN_C String_t* _stringLiteralAD39D69B3EED7D6A7B1F9D5CEAE6AC85B41A3DBC;
IL2CPP_EXTERN_C String_t* _stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72;
IL2CPP_EXTERN_C String_t* _stringLiteralB743A6E1932B948F9791135C44FA52B99F9125A5;
IL2CPP_EXTERN_C String_t* _stringLiteralB7FA3B4A2BBE0C82AE2519D75CC2237B2CD6663F;
IL2CPP_EXTERN_C String_t* _stringLiteralC0E8EAC5A9D528FF5200C5F8484AE09760D5C643;
IL2CPP_EXTERN_C String_t* _stringLiteralC179F252B1EAE33B88203FE3484F983FFDAB4BB2;
IL2CPP_EXTERN_C String_t* _stringLiteralC4E721B999A0498B0D3E99AFADED5BDAD3296EC8;
IL2CPP_EXTERN_C String_t* _stringLiteralC66F579DCA45D04AA08CC18AEAEC2741A63B494F;
IL2CPP_EXTERN_C String_t* _stringLiteralC72280020E89D51316726859D35A3C9DE171742F;
IL2CPP_EXTERN_C String_t* _stringLiteralC7A7939E82BEFEF8DDB755713442AA62963F09F8;
IL2CPP_EXTERN_C String_t* _stringLiteralD29B87DC6B1B722C619FAD071A9157749710CDA6;
IL2CPP_EXTERN_C String_t* _stringLiteralD692E67438BD707EE1906F28C246C0A0A23AE7A5;
IL2CPP_EXTERN_C String_t* _stringLiteralD9691C4FD8A1F6B09DB1147CA32B442772FB46A1;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDD640DD960B4CEB48E82A897FEAB7F64F88777F4;
IL2CPP_EXTERN_C String_t* _stringLiteralDF0ADC8F1DF9DF742068A75174353C45234AA2DD;
IL2CPP_EXTERN_C String_t* _stringLiteralE166C9564FBDE461738077E3B1B506525EB6ACCC;
IL2CPP_EXTERN_C String_t* _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF;
IL2CPP_EXTERN_C String_t* _stringLiteralE6948A93125C5FCFEE6ECE6AA57A634081E4175A;
IL2CPP_EXTERN_C String_t* _stringLiteralEDE169578D0784988295F2BB094D04C3F7C9B832;
IL2CPP_EXTERN_C String_t* _stringLiteralF395EC26F95056DBC29912935F80FD26FEC80D35;
IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7;
IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024;
IL2CPP_EXTERN_C String_t* _stringLiteralF95BF2CE4225CD8B33816F9F91779FCB94152293;
IL2CPP_EXTERN_C String_t* _stringLiteralFE899B29571EC0C3B41CDCDBFAE292F23A58F045;
IL2CPP_EXTERN_C String_t* _stringLiteralFF99B116B5881FB7861652381BBA3681F58A872A;
IL2CPP_EXTERN_C const RuntimeMethod* Asttree_CompileXPath_m50156E3710724FFAE37CA5B2DCDE661C1E63A6D2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Asttree_SetURN_m2D0FB4246346FFADD7E02AD19828A0711EEF9AD6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BaseProcessor_SendValidationEvent_m097302F881FE5C289BE0F38551B3DCEF0986894F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BaseValidator_ProcessEntity_m1BB67691A6EFE4CCCBD198AF9DA017C64CE87786_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BaseValidator_ProcessEntity_mA33E4D1C46673D25C29150B08A1D9F9BC546EAC0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BaseValidator_SendValidationEvent_m94905A970AA3953C22FA0806C63C7AEF41AB888A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BaseValidator_set_DtdInfo_m03794576278D86E171908C4CB4D4644B0DEE1D74_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CallbackInfo_WriteEnum_m277626A9EC6D2C4713BA8BD4C45174875727F869_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CallbackInfo_WriteObject_m5D5ED881A0F8AA17A296B0ABFE6063800F096564_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ClassMap_AddMember_m68EC50B8B34647C81D1EFEC1D14083A150A2B49B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CompiledIdentityConstraint__ctor_mDF34F05BE2C052B360EF28F0B0DBEF0F0C2359AF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m0691587A5208D87AFCC3DD80D1AF2FC784239F01_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* List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m1A062F45FE926079CE2D4FD38A3BF15F7AEB89AF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_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* ParticleContentValidator_CompleteValidation_m4D7B278B54261A2C909D67E4666B41BAD5492E49_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ParticleContentValidator_InitValidation_mA7DB252EE2ECEB5B21A9CBA7D62DECF287AB09A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ParticleContentValidator_ValidateElement_m8DBFE92A330B350ED120071A7AE49B437675ADE1_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* XmlSerializationWriterInterpreter_WriteAnyElementContent_m6FA0CBF4CCF97E36DE0A4C4AC4CF557A965A8823_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriterInterpreter_WriteElementMembers_m473C65D604DE952FAC43116BD4A6BB98A2F08645_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriterInterpreter_WriteListContent_m134B4C06A45FA059536931340F9447EEBA4154E7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriterInterpreter_WriteMemberElement_mB29A5B7EFEB7D6FE5CCDEDA132F923E79D6F5F43_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlSerializationWriterInterpreter_WriteRoot_mDF5734ADBE4AE54FE85FF14C378249F22DCDDCAE_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* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* XmlElement_t9A08B533E9A6B3548A1DE35476186F7ECCDF6FF1_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF_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;
IL2CPP_EXTERN_C const RuntimeType* XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* XmlTypeMapMemberList_t5542A0234B55CC3AD3EDD7B830E7C4603FAAD63E_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 AsttreeU5BU5D_tE39DE20957B9B03A0B041FC6B97DC9F2FC6C807C;
struct BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94;
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D;
struct LocatedActiveAxisU5BU5D_t03F9B2AA4E703CD06373BE448AAF236770E1C5B7;
struct MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364;
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
struct TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A;
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
struct XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409;
struct XmlSchemaU5BU5D_t5DB5D05598D599A3F21C7D3D9A9F3F000AD6A4D3;
struct XmlTypeMapMemberAttributeU5BU5D_tD4F816722F17A6B481400D6F933E68A38D97EB83;
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.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>
struct Dictionary_2_t129029582481E96143BD747690E92DB7E444261E : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_tD59BF430101A4C2080228ED133FC9737B0A030EE* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_t3F2FECD4AC086FD3ABAE5D31881677BABA02B0D0* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t5E6BEDEB2CEF7A818BACE8D90DFE44BE5DAC4431* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.String>
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_emptyArray_5;
};
// System.Collections.Generic.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.Xml.Schema.ActiveAxis
struct ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB : public RuntimeObject
{
// System.Int32 System.Xml.Schema.ActiveAxis::_currentDepth
int32_t ____currentDepth_0;
// System.Boolean System.Xml.Schema.ActiveAxis::_isActive
bool ____isActive_1;
// System.Xml.Schema.Asttree System.Xml.Schema.ActiveAxis::_axisTree
Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* ____axisTree_2;
// System.Collections.ArrayList System.Xml.Schema.ActiveAxis::_axisStack
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____axisStack_3;
};
struct Il2CppArrayBounds;
// 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;
};
// MS.Internal.Xml.XPath.AstNode
struct AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB : public RuntimeObject
{
};
// System.Xml.Schema.Asttree
struct Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612 : public RuntimeObject
{
// System.Collections.ArrayList System.Xml.Schema.Asttree::_fAxisArray
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____fAxisArray_0;
// System.String System.Xml.Schema.Asttree::_xpathexpr
String_t* ____xpathexpr_1;
// System.Boolean System.Xml.Schema.Asttree::_isField
bool ____isField_2;
// System.Xml.XmlNamespaceManager System.Xml.Schema.Asttree::_nsmgr
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* ____nsmgr_3;
};
// System.Attribute
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
{
};
// System.Xml.Schema.AxisElement
struct AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5 : public RuntimeObject
{
// System.Xml.Schema.DoubleLinkAxis System.Xml.Schema.AxisElement::curNode
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* ___curNode_0;
// System.Int32 System.Xml.Schema.AxisElement::rootDepth
int32_t ___rootDepth_1;
// System.Int32 System.Xml.Schema.AxisElement::curDepth
int32_t ___curDepth_2;
// System.Boolean System.Xml.Schema.AxisElement::isMatch
bool ___isMatch_3;
};
// System.Xml.Schema.AxisStack
struct AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41 : public RuntimeObject
{
// System.Collections.ArrayList System.Xml.Schema.AxisStack::_stack
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____stack_0;
// System.Xml.Schema.ForwardAxis System.Xml.Schema.AxisStack::_subtree
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* ____subtree_1;
// System.Xml.Schema.ActiveAxis System.Xml.Schema.AxisStack::_parent
ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB* ____parent_2;
};
// System.Xml.Schema.BaseProcessor
struct BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221 : public RuntimeObject
{
// System.Xml.XmlNameTable System.Xml.Schema.BaseProcessor::nameTable
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_0;
// System.Xml.Schema.SchemaNames System.Xml.Schema.BaseProcessor::schemaNames
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* ___schemaNames_1;
// System.Xml.Schema.ValidationEventHandler System.Xml.Schema.BaseProcessor::eventHandler
ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___eventHandler_2;
// System.Xml.Schema.XmlSchemaCompilationSettings System.Xml.Schema.BaseProcessor::compilationSettings
XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C* ___compilationSettings_3;
// System.Int32 System.Xml.Schema.BaseProcessor::errorCount
int32_t ___errorCount_4;
// System.String System.Xml.Schema.BaseProcessor::NsXml
String_t* ___NsXml_5;
};
// System.Xml.Schema.BaseValidator
struct BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB : public RuntimeObject
{
// System.Xml.Schema.XmlSchemaCollection System.Xml.Schema.BaseValidator::schemaCollection
XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* ___schemaCollection_0;
// System.Xml.IValidationEventHandling System.Xml.Schema.BaseValidator::eventHandling
RuntimeObject* ___eventHandling_1;
// System.Xml.XmlNameTable System.Xml.Schema.BaseValidator::nameTable
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_2;
// System.Xml.Schema.SchemaNames System.Xml.Schema.BaseValidator::schemaNames
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* ___schemaNames_3;
// System.Xml.PositionInfo System.Xml.Schema.BaseValidator::positionInfo
PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* ___positionInfo_4;
// System.Xml.XmlResolver System.Xml.Schema.BaseValidator::xmlResolver
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___xmlResolver_5;
// System.Uri System.Xml.Schema.BaseValidator::baseUri
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri_6;
// System.Xml.Schema.SchemaInfo System.Xml.Schema.BaseValidator::schemaInfo
SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* ___schemaInfo_7;
// System.Xml.XmlValidatingReaderImpl System.Xml.Schema.BaseValidator::reader
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___reader_8;
// System.Xml.XmlQualifiedName System.Xml.Schema.BaseValidator::elementName
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___elementName_9;
// System.Xml.Schema.ValidationState System.Xml.Schema.BaseValidator::context
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* ___context_10;
// System.Text.StringBuilder System.Xml.Schema.BaseValidator::textValue
StringBuilder_t* ___textValue_11;
// System.String System.Xml.Schema.BaseValidator::textString
String_t* ___textString_12;
// System.Boolean System.Xml.Schema.BaseValidator::hasSibling
bool ___hasSibling_13;
// System.Boolean System.Xml.Schema.BaseValidator::checkDatatype
bool ___checkDatatype_14;
};
// 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.ChameleonKey
struct ChameleonKey_tEA9721FD84CD05EE4202E3391F1C6B39B5BEC43F : public RuntimeObject
{
// System.String System.Xml.Schema.ChameleonKey::targetNS
String_t* ___targetNS_0;
// System.Uri System.Xml.Schema.ChameleonKey::chameleonLocation
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___chameleonLocation_1;
// System.Xml.Schema.XmlSchema System.Xml.Schema.ChameleonKey::originalSchema
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___originalSchema_2;
// System.Int32 System.Xml.Schema.ChameleonKey::hashCode
int32_t ___hashCode_3;
};
// System.Collections.CollectionBase
struct CollectionBase_t44F966CC555C87F2815D668FB4586526E1C2383F : public RuntimeObject
{
// System.Collections.ArrayList System.Collections.CollectionBase::_list
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____list_0;
};
// System.Xml.Schema.ConstraintStruct
struct ConstraintStruct_t2E96C9531B304A8AB791BCB281D58A8E4C6DD714 : public RuntimeObject
{
// System.Xml.Schema.CompiledIdentityConstraint System.Xml.Schema.ConstraintStruct::constraint
CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* ___constraint_0;
// System.Xml.Schema.SelectorActiveAxis System.Xml.Schema.ConstraintStruct::axisSelector
SelectorActiveAxis_t6EF7A9EB1E33A4569C390C88E3FCD71CA4DDC84B* ___axisSelector_1;
// System.Collections.ArrayList System.Xml.Schema.ConstraintStruct::axisFields
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___axisFields_2;
// System.Collections.Hashtable System.Xml.Schema.ConstraintStruct::qualifiedTable
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___qualifiedTable_3;
// System.Collections.Hashtable System.Xml.Schema.ConstraintStruct::keyrefTable
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___keyrefTable_4;
// System.Int32 System.Xml.Schema.ConstraintStruct::tableDim
int32_t ___tableDim_5;
};
// 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;
};
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;
};
// 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
{
};
struct DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_StaticFields
{
// System.DBNull System.DBNull::Value
DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* ___Value_0;
};
// System.Text.Encoding
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095 : public RuntimeObject
{
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_9;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2* ___dataItem_10;
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
bool ___m_deserializedFromEverett_11;
// System.Boolean System.Text.Encoding::m_isReadOnly
bool ___m_isReadOnly_12;
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___encoderFallback_13;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___decoderFallback_14;
};
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_StaticFields
{
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___latin1Encoding_7;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Text.Encoding> modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54* ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject* ___s_InternalSyncObject_15;
};
// System.EventArgs
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 : public RuntimeObject
{
};
struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377_StaticFields
{
// System.EventArgs System.EventArgs::Empty
EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377* ___Empty_0;
};
// System.Xml.Schema.ForwardAxis
struct ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE : public RuntimeObject
{
// System.Xml.Schema.DoubleLinkAxis System.Xml.Schema.ForwardAxis::_topNode
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* ____topNode_0;
// System.Xml.Schema.DoubleLinkAxis System.Xml.Schema.ForwardAxis::_rootNode
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* ____rootNode_1;
// System.Boolean System.Xml.Schema.ForwardAxis::_isAttribute
bool ____isAttribute_2;
// System.Boolean System.Xml.Schema.ForwardAxis::_isDss
bool ____isDss_3;
// System.Boolean System.Xml.Schema.ForwardAxis::_isSelfAxis
bool ____isSelfAxis_4;
};
// System.Xml.Schema.KSStruct
struct KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B : public RuntimeObject
{
// System.Int32 System.Xml.Schema.KSStruct::depth
int32_t ___depth_0;
// System.Xml.Schema.KeySequence System.Xml.Schema.KSStruct::ks
KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* ___ks_1;
// System.Xml.Schema.LocatedActiveAxis[] System.Xml.Schema.KSStruct::fields
LocatedActiveAxisU5BU5D_t03F9B2AA4E703CD06373BE448AAF236770E1C5B7* ___fields_2;
};
// System.Xml.Schema.KeySequence
struct KeySequence_t9A8BC185D749C28402EB785808371E47273100CA : public RuntimeObject
{
// System.Xml.Schema.TypedObject[] System.Xml.Schema.KeySequence::ks
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* ___ks_0;
// System.Int32 System.Xml.Schema.KeySequence::dim
int32_t ___dim_1;
// System.Int32 System.Xml.Schema.KeySequence::hashcode
int32_t ___hashcode_2;
// System.Int32 System.Xml.Schema.KeySequence::posline
int32_t ___posline_3;
// System.Int32 System.Xml.Schema.KeySequence::poscol
int32_t ___poscol_4;
};
// 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.Serialization.ObjectMap
struct ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0 : public RuntimeObject
{
};
// System.Xml.PositionInfo
struct PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5 : 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.SchemaEntity
struct SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7 : public RuntimeObject
{
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::qname
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qname_0;
// System.String System.Xml.Schema.SchemaEntity::url
String_t* ___url_1;
// System.String System.Xml.Schema.SchemaEntity::pubid
String_t* ___pubid_2;
// System.String System.Xml.Schema.SchemaEntity::text
String_t* ___text_3;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::ndata
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ndata_4;
// System.Int32 System.Xml.Schema.SchemaEntity::lineNumber
int32_t ___lineNumber_5;
// System.Int32 System.Xml.Schema.SchemaEntity::linePosition
int32_t ___linePosition_6;
// System.Boolean System.Xml.Schema.SchemaEntity::isParameter
bool ___isParameter_7;
// System.Boolean System.Xml.Schema.SchemaEntity::isExternal
bool ___isExternal_8;
// System.Boolean System.Xml.Schema.SchemaEntity::parsingInProgress
bool ___parsingInProgress_9;
// System.Boolean System.Xml.Schema.SchemaEntity::isDeclaredInExternal
bool ___isDeclaredInExternal_10;
// System.String System.Xml.Schema.SchemaEntity::baseURI
String_t* ___baseURI_11;
// System.String System.Xml.Schema.SchemaEntity::declaredURI
String_t* ___declaredURI_12;
};
// System.Xml.Schema.SchemaNames
struct SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F : public RuntimeObject
{
// System.Xml.XmlNameTable System.Xml.Schema.SchemaNames::nameTable
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_0;
// System.String System.Xml.Schema.SchemaNames::NsDataType
String_t* ___NsDataType_1;
// System.String System.Xml.Schema.SchemaNames::NsDataTypeAlias
String_t* ___NsDataTypeAlias_2;
// System.String System.Xml.Schema.SchemaNames::NsDataTypeOld
String_t* ___NsDataTypeOld_3;
// System.String System.Xml.Schema.SchemaNames::NsXml
String_t* ___NsXml_4;
// System.String System.Xml.Schema.SchemaNames::NsXmlNs
String_t* ___NsXmlNs_5;
// System.String System.Xml.Schema.SchemaNames::NsXdr
String_t* ___NsXdr_6;
// System.String System.Xml.Schema.SchemaNames::NsXdrAlias
String_t* ___NsXdrAlias_7;
// System.String System.Xml.Schema.SchemaNames::NsXs
String_t* ___NsXs_8;
// System.String System.Xml.Schema.SchemaNames::NsXsi
String_t* ___NsXsi_9;
// System.String System.Xml.Schema.SchemaNames::XsiType
String_t* ___XsiType_10;
// System.String System.Xml.Schema.SchemaNames::XsiNil
String_t* ___XsiNil_11;
// System.String System.Xml.Schema.SchemaNames::XsiSchemaLocation
String_t* ___XsiSchemaLocation_12;
// System.String System.Xml.Schema.SchemaNames::XsiNoNamespaceSchemaLocation
String_t* ___XsiNoNamespaceSchemaLocation_13;
// System.String System.Xml.Schema.SchemaNames::XsdSchema
String_t* ___XsdSchema_14;
// System.String System.Xml.Schema.SchemaNames::XdrSchema
String_t* ___XdrSchema_15;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnPCData
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnPCData_16;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXml
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXml_17;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXmlNs
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXmlNs_18;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnDtDt
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnDtDt_19;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXmlLang
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXmlLang_20;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnName
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnName_21;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnType
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnType_22;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnMaxOccurs
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnMaxOccurs_23;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnMinOccurs
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnMinOccurs_24;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnInfinite
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnInfinite_25;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnModel
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnModel_26;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnOpen
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnOpen_27;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnClosed
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnClosed_28;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnContent
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnContent_29;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnMixed
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnMixed_30;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnEmpty
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnEmpty_31;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnEltOnly
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnEltOnly_32;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnTextOnly
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnTextOnly_33;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnOrder
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnOrder_34;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnSeq
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnSeq_35;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnOne
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnOne_36;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnMany
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnMany_37;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnRequired
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnRequired_38;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnYes
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnYes_39;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnNo
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnNo_40;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnString
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnString_41;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnID
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnID_42;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnIDRef
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnIDRef_43;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnIDRefs
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnIDRefs_44;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnEntity
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnEntity_45;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnEntities
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnEntities_46;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnNmToken
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnNmToken_47;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnNmTokens
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnNmTokens_48;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnEnumeration
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnEnumeration_49;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnDefault
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnDefault_50;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXdrSchema
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXdrSchema_51;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXdrElementType
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXdrElementType_52;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXdrElement
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXdrElement_53;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXdrGroup
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXdrGroup_54;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXdrAttributeType
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXdrAttributeType_55;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXdrAttribute
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXdrAttribute_56;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXdrDataType
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXdrDataType_57;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXdrDescription
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXdrDescription_58;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXdrExtends
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXdrExtends_59;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXdrAliasSchema
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXdrAliasSchema_60;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnDtType
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnDtType_61;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnDtValues
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnDtValues_62;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnDtMaxLength
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnDtMaxLength_63;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnDtMinLength
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnDtMinLength_64;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnDtMax
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnDtMax_65;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnDtMin
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnDtMin_66;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnDtMinExclusive
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnDtMinExclusive_67;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnDtMaxExclusive
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnDtMaxExclusive_68;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnTargetNamespace
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnTargetNamespace_69;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnVersion
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnVersion_70;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnFinalDefault
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnFinalDefault_71;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnBlockDefault
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnBlockDefault_72;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnFixed
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnFixed_73;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnAbstract
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnAbstract_74;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnBlock
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnBlock_75;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnSubstitutionGroup
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnSubstitutionGroup_76;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnFinal
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnFinal_77;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnNillable
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnNillable_78;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnRef
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnRef_79;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnBase
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnBase_80;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnDerivedBy
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnDerivedBy_81;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnNamespace
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnNamespace_82;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnProcessContents
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnProcessContents_83;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnRefer
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnRefer_84;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnPublic
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnPublic_85;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnSystem
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnSystem_86;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnSchemaLocation
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnSchemaLocation_87;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnValue
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnValue_88;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnUse
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnUse_89;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnForm
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnForm_90;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnElementFormDefault
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnElementFormDefault_91;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnAttributeFormDefault
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnAttributeFormDefault_92;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnItemType
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnItemType_93;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnMemberTypes
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnMemberTypes_94;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXPath
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXPath_95;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdSchema
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdSchema_96;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdAnnotation
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdAnnotation_97;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdInclude
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdInclude_98;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdImport
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdImport_99;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdElement
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdElement_100;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdAttribute
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdAttribute_101;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdAttributeGroup
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdAttributeGroup_102;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdAnyAttribute
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdAnyAttribute_103;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdGroup
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdGroup_104;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdAll
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdAll_105;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdChoice
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdChoice_106;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdSequence
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdSequence_107;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdAny
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdAny_108;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdNotation
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdNotation_109;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdSimpleType
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdSimpleType_110;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdComplexType
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdComplexType_111;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdUnique
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdUnique_112;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdKey
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdKey_113;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdKeyRef
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdKeyRef_114;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdSelector
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdSelector_115;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdField
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdField_116;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdMinExclusive
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdMinExclusive_117;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdMinInclusive
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdMinInclusive_118;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdMaxInclusive
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdMaxInclusive_119;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdMaxExclusive
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdMaxExclusive_120;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdTotalDigits
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdTotalDigits_121;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdFractionDigits
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdFractionDigits_122;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdLength
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdLength_123;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdMinLength
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdMinLength_124;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdMaxLength
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdMaxLength_125;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdEnumeration
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdEnumeration_126;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdPattern
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdPattern_127;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdDocumentation
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdDocumentation_128;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdAppinfo
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdAppinfo_129;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnSource
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnSource_130;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdComplexContent
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdComplexContent_131;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdSimpleContent
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdSimpleContent_132;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdRestriction
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdRestriction_133;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdExtension
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdExtension_134;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdUnion
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdUnion_135;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdList
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdList_136;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdWhiteSpace
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdWhiteSpace_137;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdRedefine
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdRedefine_138;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaNames::QnXsdAnyType
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnXsdAnyType_139;
// System.Xml.XmlQualifiedName[] System.Xml.Schema.SchemaNames::TokenToQName
XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* ___TokenToQName_140;
};
// System.Xml.Serialization.SerializationSource
struct SerializationSource_t2F3A53A0FFC7BF8994CF332961FD3C0671E4A58C : public RuntimeObject
{
// System.Type[] System.Xml.Serialization.SerializationSource::includedTypes
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___includedTypes_0;
// System.String System.Xml.Serialization.SerializationSource::namspace
String_t* ___namspace_1;
// System.Boolean System.Xml.Serialization.SerializationSource::canBeGenerated
bool ___canBeGenerated_2;
};
// 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;
};
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t* ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
};
// System.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.Schema.TypedObject
struct TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97 : public RuntimeObject
{
// System.Xml.Schema.TypedObject/DecimalStruct System.Xml.Schema.TypedObject::dstruct
DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* ___dstruct_0;
// System.Object System.Xml.Schema.TypedObject::ovalue
RuntimeObject* ___ovalue_1;
// System.String System.Xml.Schema.TypedObject::svalue
String_t* ___svalue_2;
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.TypedObject::xsdtype
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___xsdtype_3;
// System.Int32 System.Xml.Schema.TypedObject::dim
int32_t ___dim_4;
// System.Boolean System.Xml.Schema.TypedObject::isList
bool ___isList_5;
};
// 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.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.XmlNode
struct XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF : public RuntimeObject
{
// System.Xml.XmlNode System.Xml.XmlNode::parentNode
XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* ___parentNode_0;
};
// System.Xml.XmlQualifiedName
struct XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9 : public RuntimeObject
{
// System.String System.Xml.XmlQualifiedName::name
String_t* ___name_1;
// System.String System.Xml.XmlQualifiedName::ns
String_t* ___ns_2;
// System.Int32 System.Xml.XmlQualifiedName::hash
int32_t ___hash_3;
};
struct XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields
{
// System.Xml.XmlQualifiedName/HashCodeOfStringDelegate System.Xml.XmlQualifiedName::hashCodeDelegate
HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* ___hashCodeDelegate_0;
// System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Empty
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___Empty_4;
};
// System.Xml.XmlReader
struct XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD : public RuntimeObject
{
};
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.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;
};
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.XmlResolver
struct XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF : public RuntimeObject
{
};
// System.Xml.Schema.XmlSchemaCollection
struct XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD : public RuntimeObject
{
// System.Collections.Hashtable System.Xml.Schema.XmlSchemaCollection::collection
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___collection_0;
// System.Xml.XmlNameTable System.Xml.Schema.XmlSchemaCollection::nameTable
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_1;
// System.Xml.Schema.SchemaNames System.Xml.Schema.XmlSchemaCollection::schemaNames
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* ___schemaNames_2;
// System.Threading.ReaderWriterLock System.Xml.Schema.XmlSchemaCollection::wLock
ReaderWriterLock_tBA6D275E19444C911C8681A576EB0CBB12B16B5B* ___wLock_3;
// System.Int32 System.Xml.Schema.XmlSchemaCollection::timeout
int32_t ___timeout_4;
// System.Boolean System.Xml.Schema.XmlSchemaCollection::isThreadSafe
bool ___isThreadSafe_5;
// System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaCollection::validationEventHandler
ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___validationEventHandler_6;
// System.Xml.XmlResolver System.Xml.Schema.XmlSchemaCollection::xmlResolver
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___xmlResolver_7;
};
// System.Xml.Schema.XmlSchemaCollectionEnumerator
struct XmlSchemaCollectionEnumerator_t19B0C68F9687B1D44D002FC683586DF8A861F7EB : public RuntimeObject
{
// System.Collections.IDictionaryEnumerator System.Xml.Schema.XmlSchemaCollectionEnumerator::enumerator
RuntimeObject* ___enumerator_0;
};
// System.Xml.Schema.XmlSchemaCollectionNode
struct XmlSchemaCollectionNode_t234928AAC72E6433960EC2DBE5E4DB8852575E17 : public RuntimeObject
{
// System.String System.Xml.Schema.XmlSchemaCollectionNode::namespaceUri
String_t* ___namespaceUri_0;
// System.Xml.Schema.SchemaInfo System.Xml.Schema.XmlSchemaCollectionNode::schemaInfo
SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* ___schemaInfo_1;
// System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaCollectionNode::schema
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___schema_2;
};
// System.Xml.Schema.XmlSchemaCompilationSettings
struct XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C : public RuntimeObject
{
// System.Boolean System.Xml.Schema.XmlSchemaCompilationSettings::enableUpaCheck
bool ___enableUpaCheck_0;
};
// System.Xml.Schema.XmlSchemaDatatype
struct XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D : public RuntimeObject
{
};
// System.Xml.Schema.XmlSchemaObject
struct XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D : public RuntimeObject
{
// System.Int32 System.Xml.Schema.XmlSchemaObject::lineNum
int32_t ___lineNum_0;
// System.Int32 System.Xml.Schema.XmlSchemaObject::linePos
int32_t ___linePos_1;
// System.String System.Xml.Schema.XmlSchemaObject::sourceUri
String_t* ___sourceUri_2;
// System.Xml.Serialization.XmlSerializerNamespaces System.Xml.Schema.XmlSchemaObject::namespaces
XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* ___namespaces_3;
// System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObject::parent
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___parent_4;
// System.Boolean System.Xml.Schema.XmlSchemaObject::isProcessing
bool ___isProcessing_5;
};
// System.Xml.Schema.XmlSchemaObjectTable
struct XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583 : public RuntimeObject
{
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaObject> System.Xml.Schema.XmlSchemaObjectTable::table
Dictionary_2_t5BEEF2A5255EABD4830C281C55157170CD4D454C* ___table_0;
// System.Collections.Generic.List`1<System.Xml.Schema.XmlSchemaObjectTable/XmlSchemaObjectEntry> System.Xml.Schema.XmlSchemaObjectTable::entries
List_1_t58AF3D711DC0DE27975C30F2ADB022D669E3E1FB* ___entries_1;
};
// System.Xml.Schema.XmlSchemaSet
struct XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1 : public RuntimeObject
{
// System.Xml.XmlNameTable System.Xml.Schema.XmlSchemaSet::nameTable
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_0;
// System.Xml.Schema.SchemaNames System.Xml.Schema.XmlSchemaSet::schemaNames
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* ___schemaNames_1;
// System.Collections.SortedList System.Xml.Schema.XmlSchemaSet::schemas
SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3* ___schemas_2;
// System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaSet::internalEventHandler
ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___internalEventHandler_3;
// System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaSet::eventHandler
ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___eventHandler_4;
// System.Boolean System.Xml.Schema.XmlSchemaSet::isCompiled
bool ___isCompiled_5;
// System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::schemaLocations
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___schemaLocations_6;
// System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::chameleonSchemas
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___chameleonSchemas_7;
// System.Collections.Hashtable System.Xml.Schema.XmlSchemaSet::targetNamespaces
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___targetNamespaces_8;
// System.Boolean System.Xml.Schema.XmlSchemaSet::compileAll
bool ___compileAll_9;
// System.Xml.Schema.SchemaInfo System.Xml.Schema.XmlSchemaSet::cachedCompiledInfo
SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* ___cachedCompiledInfo_10;
// System.Xml.XmlReaderSettings System.Xml.Schema.XmlSchemaSet::readerSettings
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* ___readerSettings_11;
// System.Xml.Schema.XmlSchema System.Xml.Schema.XmlSchemaSet::schemaForSchema
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___schemaForSchema_12;
// System.Xml.Schema.XmlSchemaCompilationSettings System.Xml.Schema.XmlSchemaSet::compilationSettings
XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C* ___compilationSettings_13;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::elements
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___elements_14;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::attributes
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___attributes_15;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::schemaTypes
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___schemaTypes_16;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::substitutionGroups
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___substitutionGroups_17;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::typeExtensions
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___typeExtensions_18;
// System.Object System.Xml.Schema.XmlSchemaSet::internalSyncObject
RuntimeObject* ___internalSyncObject_19;
};
// 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;
};
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.XmlSerializerFactory
struct XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1 : public RuntimeObject
{
};
struct XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1_StaticFields
{
// System.Collections.Hashtable System.Xml.Serialization.XmlSerializerFactory::serializersBySource
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___serializersBySource_0;
};
// 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.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.XmlWriter
struct XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F : public RuntimeObject
{
// System.Char[] System.Xml.XmlWriter::writeNodeBuffer
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___writeNodeBuffer_0;
};
// 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.Schema.TypedObject/DecimalStruct
struct DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1 : public RuntimeObject
{
// System.Boolean System.Xml.Schema.TypedObject/DecimalStruct::isDecimal
bool ___isDecimal_0;
// System.Decimal[] System.Xml.Schema.TypedObject/DecimalStruct::dvalue
DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* ___dvalue_1;
};
// System.Xml.Serialization.XmlSerializationWriter/WriteCallbackInfo
struct WriteCallbackInfo_t60E40304F6E1EF7671F3C52BA73695C193B3E9C6 : public RuntimeObject
{
// System.Type System.Xml.Serialization.XmlSerializationWriter/WriteCallbackInfo::Type
Type_t* ___Type_0;
// System.String System.Xml.Serialization.XmlSerializationWriter/WriteCallbackInfo::TypeName
String_t* ___TypeName_1;
// System.String System.Xml.Serialization.XmlSerializationWriter/WriteCallbackInfo::TypeNs
String_t* ___TypeNs_2;
// System.Xml.Serialization.XmlSerializationWriteCallback System.Xml.Serialization.XmlSerializationWriter/WriteCallbackInfo::Callback
XmlSerializationWriteCallback_t906E648579A93B5C0FAF441C570070927A3D7FAA* ___Callback_3;
};
// 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.AutoValidator
struct AutoValidator_tB9124731360C241CDA4B884EA1F3C49883BFBE96 : public BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB
{
};
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
};
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
};
// System.Char
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
{
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
};
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
{
// System.Byte[] System.Char::s_categoryForLatin1
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
};
// System.DateTime
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D
{
// System.UInt64 System.DateTime::_dateData
uint64_t ____dateData_46;
};
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields
{
// System.Int32[] System.DateTime::s_daysToMonth365
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365_30;
// System.Int32[] System.DateTime::s_daysToMonth366
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366_31;
// System.DateTime System.DateTime::MinValue
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue_32;
// System.DateTime System.DateTime::MaxValue
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue_33;
// System.DateTime System.DateTime::UnixEpoch
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch_34;
};
// System.Decimal
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F
{
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 System.Decimal::flags
int32_t ___flags_8;
};
#pragma pack(pop, tp)
struct
{
int32_t ___flags_8_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___hi_9_OffsetPadding[4];
// System.Int32 System.Decimal::hi
int32_t ___hi_9;
};
#pragma pack(pop, tp)
struct
{
char ___hi_9_OffsetPadding_forAlignmentOnly[4];
int32_t ___hi_9_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___lo_10_OffsetPadding[8];
// System.Int32 System.Decimal::lo
int32_t ___lo_10;
};
#pragma pack(pop, tp)
struct
{
char ___lo_10_OffsetPadding_forAlignmentOnly[8];
int32_t ___lo_10_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___mid_11_OffsetPadding[12];
// System.Int32 System.Decimal::mid
int32_t ___mid_11;
};
#pragma pack(pop, tp)
struct
{
char ___mid_11_OffsetPadding_forAlignmentOnly[12];
int32_t ___mid_11_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___ulomidLE_12_OffsetPadding[8];
// System.UInt64 System.Decimal::ulomidLE
uint64_t ___ulomidLE_12;
};
#pragma pack(pop, tp)
struct
{
char ___ulomidLE_12_OffsetPadding_forAlignmentOnly[8];
uint64_t ___ulomidLE_12_forAlignmentOnly;
};
};
};
struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields
{
// System.Decimal System.Decimal::Zero
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero_3;
// System.Decimal System.Decimal::One
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One_4;
// System.Decimal System.Decimal::MinusOne
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne_5;
// System.Decimal System.Decimal::MaxValue
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue_6;
// System.Decimal System.Decimal::MinValue
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue_7;
};
// System.Collections.DictionaryEntry
struct DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB
{
// System.Object System.Collections.DictionaryEntry::_key
RuntimeObject* ____key_0;
// System.Object System.Collections.DictionaryEntry::_value
RuntimeObject* ____value_1;
};
// Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry
struct DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_marshaled_pinvoke
{
Il2CppIUnknown* ____key_0;
Il2CppIUnknown* ____value_1;
};
// Native definition for COM marshalling of System.Collections.DictionaryEntry
struct DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_marshaled_com
{
Il2CppIUnknown* ____key_0;
Il2CppIUnknown* ____value_1;
};
// System.Xml.Schema.DtdValidator
struct DtdValidator_tF916F1805E2290242B688583602409378173CF17 : public BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB
{
// System.Xml.HWStack System.Xml.Schema.DtdValidator::validationStack
HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5* ___validationStack_16;
// System.Collections.Hashtable System.Xml.Schema.DtdValidator::attPresence
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___attPresence_17;
// System.Xml.XmlQualifiedName System.Xml.Schema.DtdValidator::name
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___name_18;
// System.Collections.Hashtable System.Xml.Schema.DtdValidator::IDs
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___IDs_19;
// System.Xml.Schema.IdRefNode System.Xml.Schema.DtdValidator::idRefListHead
IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* ___idRefListHead_20;
// System.Boolean System.Xml.Schema.DtdValidator::processIdentityConstraints
bool ___processIdentityConstraints_21;
};
struct DtdValidator_tF916F1805E2290242B688583602409378173CF17_StaticFields
{
// System.Xml.Schema.DtdValidator/NamespaceManager System.Xml.Schema.DtdValidator::namespaceManager
NamespaceManager_t11F38F50ED5125AA9B386304C4876AD41B68C52E* ___namespaceManager_15;
};
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
{
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0;
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
// 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.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
};
// System.Int64
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
{
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
};
// System.IntPtr
struct IntPtr_t
{
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
};
struct IntPtr_t_StaticFields
{
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
};
// 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.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.Xml.Schema.LocatedActiveAxis
struct LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004 : public ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB
{
// System.Int32 System.Xml.Schema.LocatedActiveAxis::column
int32_t ___column_4;
// System.Boolean System.Xml.Schema.LocatedActiveAxis::isMatched
bool ___isMatched_5;
// System.Xml.Schema.KeySequence System.Xml.Schema.LocatedActiveAxis::Ks
KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* ___Ks_6;
};
// System.Reflection.MethodBase
struct MethodBase_t : public MemberInfo_t
{
};
// 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.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.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.SelectorActiveAxis
struct SelectorActiveAxis_t6EF7A9EB1E33A4569C390C88E3FCD71CA4DDC84B : public ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB
{
// System.Xml.Schema.ConstraintStruct System.Xml.Schema.SelectorActiveAxis::cs
ConstraintStruct_t2E96C9531B304A8AB791BCB281D58A8E4C6DD714* ___cs_4;
// System.Collections.ArrayList System.Xml.Schema.SelectorActiveAxis::KSs
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___KSs_5;
// System.Int32 System.Xml.Schema.SelectorActiveAxis::KSpointer
int32_t ___KSpointer_6;
};
// System.Xml.Schema.StateUnion
struct StateUnion_tAB45AFD8261060A5F9F2D96314CC5073B168882D
{
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 System.Xml.Schema.StateUnion::State
int32_t ___State_0;
};
#pragma pack(pop, tp)
struct
{
int32_t ___State_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// System.Int32 System.Xml.Schema.StateUnion::AllElementsRequired
int32_t ___AllElementsRequired_1;
};
#pragma pack(pop, tp)
struct
{
int32_t ___AllElementsRequired_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// System.Int32 System.Xml.Schema.StateUnion::CurPosIndex
int32_t ___CurPosIndex_2;
};
#pragma pack(pop, tp)
struct
{
int32_t ___CurPosIndex_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// System.Int32 System.Xml.Schema.StateUnion::NumberOfRunningPos
int32_t ___NumberOfRunningPos_3;
};
#pragma pack(pop, tp)
struct
{
int32_t ___NumberOfRunningPos_3_forAlignmentOnly;
};
};
};
// System.IO.Stream
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
{
// System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask
ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05* ____activeReadWriteTask_2;
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ____asyncActiveSemaphore_3;
};
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields
{
// System.IO.Stream System.IO.Stream::Null
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___Null_1;
};
// System.Xml.Xsl.Runtime.StringConcat
struct StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9
{
// System.String System.Xml.Xsl.Runtime.StringConcat::s1
String_t* ___s1_0;
// System.String System.Xml.Xsl.Runtime.StringConcat::s2
String_t* ___s2_1;
// System.String System.Xml.Xsl.Runtime.StringConcat::s3
String_t* ___s3_2;
// System.String System.Xml.Xsl.Runtime.StringConcat::s4
String_t* ___s4_3;
// System.String System.Xml.Xsl.Runtime.StringConcat::delimiter
String_t* ___delimiter_4;
// System.Collections.Generic.List`1<System.String> System.Xml.Xsl.Runtime.StringConcat::strList
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___strList_5;
// System.Int32 System.Xml.Xsl.Runtime.StringConcat::idxStr
int32_t ___idxStr_6;
};
// Native definition for P/Invoke marshalling of System.Xml.Xsl.Runtime.StringConcat
struct StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9_marshaled_pinvoke
{
char* ___s1_0;
char* ___s2_1;
char* ___s3_2;
char* ___s4_3;
char* ___delimiter_4;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___strList_5;
int32_t ___idxStr_6;
};
// Native definition for COM marshalling of System.Xml.Xsl.Runtime.StringConcat
struct StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9_marshaled_com
{
Il2CppChar* ___s1_0;
Il2CppChar* ___s2_1;
Il2CppChar* ___s3_2;
Il2CppChar* ___s4_3;
Il2CppChar* ___delimiter_4;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___strList_5;
int32_t ___idxStr_6;
};
// System.IO.TextReader
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
{
};
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_StaticFields
{
// System.IO.TextReader System.IO.TextReader::Null
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___Null_1;
};
// 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;
};
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.UInt32
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
};
// 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.Schema.XdrValidator
struct XdrValidator_tBADFD559B77D01B44BAD5AC98FC22733FEA837F9 : public BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB
{
// System.Xml.HWStack System.Xml.Schema.XdrValidator::validationStack
HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5* ___validationStack_15;
// System.Collections.Hashtable System.Xml.Schema.XdrValidator::attPresence
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___attPresence_16;
// System.Xml.XmlQualifiedName System.Xml.Schema.XdrValidator::name
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___name_17;
// System.Xml.XmlNamespaceManager System.Xml.Schema.XdrValidator::nsManager
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* ___nsManager_18;
// System.Boolean System.Xml.Schema.XdrValidator::isProcessContents
bool ___isProcessContents_19;
// System.Collections.Hashtable System.Xml.Schema.XdrValidator::IDs
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___IDs_20;
// System.Xml.Schema.IdRefNode System.Xml.Schema.XdrValidator::idRefListHead
IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* ___idRefListHead_21;
// System.Xml.Schema.Parser System.Xml.Schema.XdrValidator::inlineSchemaParser
Parser_t5A18E84F88E618D9E803A7768A7765BF17DB2C07* ___inlineSchemaParser_22;
};
// System.Xml.XmlAttribute
struct XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18 : public XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF
{
// System.Xml.XmlName System.Xml.XmlAttribute::name
XmlName_t0704430D24D202146901D342E34D878246E14F33* ___name_1;
// System.Xml.XmlLinkedNode System.Xml.XmlAttribute::lastChild
XmlLinkedNode_t640BF5D3FDAF0606665C3BAE565988A5014F1B9C* ___lastChild_2;
};
// 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.XmlCharType
struct XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3
{
// System.Byte[] System.Xml.XmlCharType::charProperties
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___charProperties_2;
};
struct XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_StaticFields
{
// System.Object System.Xml.XmlCharType::s_Lock
RuntimeObject* ___s_Lock_0;
// System.Byte[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlCharType::s_CharProperties
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_CharProperties_1;
};
// 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.XmlLinkedNode
struct XmlLinkedNode_t640BF5D3FDAF0606665C3BAE565988A5014F1B9C : public XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF
{
// System.Xml.XmlLinkedNode System.Xml.XmlLinkedNode::next
XmlLinkedNode_t640BF5D3FDAF0606665C3BAE565988A5014F1B9C* ___next_1;
};
// 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::dataType
String_t* ___dataType_0;
// System.String System.Xml.Serialization.XmlRootAttribute::elementName
String_t* ___elementName_1;
// System.Boolean System.Xml.Serialization.XmlRootAttribute::isNullable
bool ___isNullable_2;
// System.String System.Xml.Serialization.XmlRootAttribute::ns
String_t* ___ns_3;
};
// System.Xml.Schema.XmlSchemaAnnotated
struct XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04 : public XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D
{
// System.String System.Xml.Schema.XmlSchemaAnnotated::id
String_t* ___id_6;
// System.Xml.Schema.XmlSchemaAnnotation System.Xml.Schema.XmlSchemaAnnotated::annotation
XmlSchemaAnnotation_t35947D4DA687AA3C531135CEC5EBE7AB1C3EF821* ___annotation_7;
// System.Xml.XmlAttribute[] System.Xml.Schema.XmlSchemaAnnotated::moreAttributes
XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40* ___moreAttributes_8;
};
// System.Xml.Schema.XmlSchemaObjectCollection
struct XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388 : public CollectionBase_t44F966CC555C87F2815D668FB4586526E1C2383F
{
// System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::parent
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___parent_1;
};
// 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.Schema.XmlSchemaSubstitutionGroup
struct XmlSchemaSubstitutionGroup_t7B72F187FE8CCD44DF3B4848F24FB67D7AAC4D1F : public XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D
{
// System.Collections.ArrayList System.Xml.Schema.XmlSchemaSubstitutionGroup::membersList
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___membersList_6;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaSubstitutionGroup::examplar
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___examplar_7;
};
// 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.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.XmlTypeSerializationSource
struct XmlTypeSerializationSource_tE995CC9E60F76C0EDAC4CFAA7808ACCEF4225984 : public SerializationSource_t2F3A53A0FFC7BF8994CF332961FD3C0671E4A58C
{
// System.String System.Xml.Serialization.XmlTypeSerializationSource::attributeOverridesHash
String_t* ___attributeOverridesHash_3;
// System.Type System.Xml.Serialization.XmlTypeSerializationSource::type
Type_t* ___type_4;
// System.String System.Xml.Serialization.XmlTypeSerializationSource::rootHash
String_t* ___rootHash_5;
};
// System.Xml.XmlUrlResolver
struct XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E : public XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF
{
// System.Net.ICredentials System.Xml.XmlUrlResolver::_credentials
RuntimeObject* ____credentials_1;
// System.Net.IWebProxy System.Xml.XmlUrlResolver::_proxy
RuntimeObject* ____proxy_2;
// System.Net.Cache.RequestCachePolicy System.Xml.XmlUrlResolver::_cachePolicy
RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* ____cachePolicy_3;
};
struct XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_StaticFields
{
// System.Object System.Xml.XmlUrlResolver::s_DownloadManager
RuntimeObject* ___s_DownloadManager_0;
};
// 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.Reflection.BindingFlags
struct BindingFlags_t5DC2835E4AE9C1862B3AD172EF35B6A5F4F1812C
{
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
};
// 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.Delegate
struct Delegate_t : public RuntimeObject
{
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject* ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.IntPtr System.Delegate::interp_method
intptr_t ___interp_method_7;
// System.IntPtr System.Delegate::interp_invoke_impl
intptr_t ___interp_invoke_impl_8;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t* ___method_info_9;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t* ___original_method_info_10;
// System.DelegateData System.Delegate::data
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_12;
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t* ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject* ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject* ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
// System.Int32 System.Exception::caught_in_unmanaged
int32_t ___caught_in_unmanaged_16;
};
struct Exception_t_StaticFields
{
// System.Object System.Exception::s_EDILock
RuntimeObject* ___s_EDILock_0;
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// System.Xml.Formatting
struct Formatting_t5EF3CA95BE1609D2F16907321F59B3BF36D59598
{
// System.Int32 System.Xml.Formatting::value__
int32_t ___value___2;
};
// 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;
};
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.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.Globalization.NumberStyles
struct NumberStyles_t567C6CBC2A2B5B5A2C43B2855D158949984A810C
{
// System.Int32 System.Globalization.NumberStyles::value__
int32_t ___value___2;
};
// System.Xml.Schema.PlusNode
struct PlusNode_t7090254E5146C8660BBB97898E37FED5A5B28D9D : public InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF
{
};
// System.Xml.Schema.QmarkNode
struct QmarkNode_t302FD5DABB39E13F51B26B2CA5B0BE1D85706D54 : public InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF
{
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
};
// System.Xml.Schema.SchemaType
struct SchemaType_tEA68C27A0E1DF3AA694B9C8C3025FEDF4D713711
{
// System.Int32 System.Xml.Schema.SchemaType::value__
int32_t ___value___2;
};
// System.Xml.Serialization.SchemaTypes
struct SchemaTypes_t2B774F27827D697F5216B28193D76522A3C142E2
{
// System.Int32 System.Xml.Serialization.SchemaTypes::value__
int32_t ___value___2;
};
// System.Xml.Schema.SequenceNode
struct SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0 : public InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF
{
};
// System.Xml.Serialization.SerializationFormat
struct SerializationFormat_t7888038BE2B1AF3EAE59C6495FAAF5F4B451B519
{
// System.Int32 System.Xml.Serialization.SerializationFormat::value__
int32_t ___value___2;
};
// System.Xml.Schema.StarNode
struct StarNode_t97F011188E450E88B8AB4DCF9C4D103E8315242C : public InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF
{
};
// System.StringSplitOptions
struct StringSplitOptions_t4DD892C76C70DD4800FC1B76054D69826F770062
{
// System.Int32 System.StringSplitOptions::value__
int32_t ___value___2;
};
// System.TypeCode
struct TypeCode_tBEF9BE86C8BCF5A6B82F3381219738D27804EF79
{
// System.Int32 System.TypeCode::value__
int32_t ___value___2;
};
// System.UriIdnScope
struct UriIdnScope_t001CC97A6F977E9BB7DB855CC6BA415A7F47491F
{
// System.Int32 System.UriIdnScope::value__
int32_t ___value___2;
};
// System.Xml.ValidationType
struct ValidationType_t5866D5C0E60B27B092AB080025B9538AC97B4815
{
// System.Int32 System.Xml.ValidationType::value__
int32_t ___value___2;
};
// System.Xml.WhitespaceHandling
struct WhitespaceHandling_t3ABF1FE238493409F6E2E4A408E72849A910B5D6
{
// System.Int32 System.Xml.WhitespaceHandling::value__
int32_t ___value___2;
};
// System.Xml.XPath.XPathNodeType
struct XPathNodeType_t9B616C7E0F9C34B8770B16D681C126408C367E6B
{
// System.Int32 System.Xml.XPath.XPathNodeType::value__
int32_t ___value___2;
};
// System.Xml.XmlElement
struct XmlElement_t9A08B533E9A6B3548A1DE35476186F7ECCDF6FF1 : public XmlLinkedNode_t640BF5D3FDAF0606665C3BAE565988A5014F1B9C
{
// System.Xml.XmlName System.Xml.XmlElement::name
XmlName_t0704430D24D202146901D342E34D878246E14F33* ___name_2;
// System.Xml.XmlAttributeCollection System.Xml.XmlElement::attributes
XmlAttributeCollection_tB0BA25B3C7E8D4BCF487C7107A9019632A7D85C0* ___attributes_3;
// System.Xml.XmlLinkedNode System.Xml.XmlElement::lastChild
XmlLinkedNode_t640BF5D3FDAF0606665C3BAE565988A5014F1B9C* ___lastChild_4;
};
// System.Xml.XmlNodeType
struct XmlNodeType_tCA25567E42A464038FDA6BA318EC0A9627B4CB95
{
// System.Int32 System.Xml.XmlNodeType::value__
int32_t ___value___2;
};
// System.Xml.Schema.XmlSchemaAttributeGroup
struct XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66 : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04
{
// System.String System.Xml.Schema.XmlSchemaAttributeGroup::name
String_t* ___name_9;
// System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaAttributeGroup::attributes
XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___attributes_10;
// System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaAttributeGroup::anyAttribute
XmlSchemaAnyAttribute_t2674CD673C9358AEDF1F318A8CF5DE9EB01AF601* ___anyAttribute_11;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttributeGroup::qname
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qname_12;
// System.Xml.Schema.XmlSchemaAttributeGroup System.Xml.Schema.XmlSchemaAttributeGroup::redefined
XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* ___redefined_13;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaAttributeGroup::attributeUses
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___attributeUses_14;
// System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaAttributeGroup::attributeWildcard
XmlSchemaAnyAttribute_t2674CD673C9358AEDF1F318A8CF5DE9EB01AF601* ___attributeWildcard_15;
// System.Int32 System.Xml.Schema.XmlSchemaAttributeGroup::selfReferenceCount
int32_t ___selfReferenceCount_16;
};
// System.Xml.Schema.XmlSchemaContentProcessing
struct XmlSchemaContentProcessing_tA79A7D20582EBEC1645AD8C1D5C5A42C1F947EE6
{
// System.Int32 System.Xml.Schema.XmlSchemaContentProcessing::value__
int32_t ___value___2;
};
// System.Xml.Schema.XmlSchemaContentType
struct XmlSchemaContentType_t30F65D76DF78B49262A67031AF1B166EDF032600
{
// System.Int32 System.Xml.Schema.XmlSchemaContentType::value__
int32_t ___value___2;
};
// System.Xml.Schema.XmlSchemaDatatypeVariety
struct XmlSchemaDatatypeVariety_t45D5B0D69973F054AE0D919C40A48AE9335B439B
{
// System.Int32 System.Xml.Schema.XmlSchemaDatatypeVariety::value__
int32_t ___value___2;
};
// System.Xml.Schema.XmlSchemaDerivationMethod
struct XmlSchemaDerivationMethod_t079141185E69D21187DC6E38FF803DFBDC9A173D
{
// System.Int32 System.Xml.Schema.XmlSchemaDerivationMethod::value__
int32_t ___value___2;
};
// System.Xml.Schema.XmlSchemaForm
struct XmlSchemaForm_tC5DCA5084B752EA562D9EB206F7F1C283BF4566B
{
// System.Int32 System.Xml.Schema.XmlSchemaForm::value__
int32_t ___value___2;
};
// System.Xml.Schema.XmlSchemaGroup
struct XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825 : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04
{
// System.String System.Xml.Schema.XmlSchemaGroup::name
String_t* ___name_9;
// System.Xml.Schema.XmlSchemaGroupBase System.Xml.Schema.XmlSchemaGroup::particle
XmlSchemaGroupBase_t09BC3EABEA076DC4DD9696F24DC3562D21259C89* ___particle_10;
// System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaGroup::canonicalParticle
XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* ___canonicalParticle_11;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaGroup::qname
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qname_12;
// System.Xml.Schema.XmlSchemaGroup System.Xml.Schema.XmlSchemaGroup::redefined
XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* ___redefined_13;
// System.Int32 System.Xml.Schema.XmlSchemaGroup::selfReferenceCount
int32_t ___selfReferenceCount_14;
};
// System.Xml.Schema.XmlSchemaIdentityConstraint
struct XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04
{
// System.String System.Xml.Schema.XmlSchemaIdentityConstraint::name
String_t* ___name_9;
// System.Xml.Schema.XmlSchemaXPath System.Xml.Schema.XmlSchemaIdentityConstraint::selector
XmlSchemaXPath_t1C3193CCD8056E55DEC3C6E74DE25859AD88D76A* ___selector_10;
// System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaIdentityConstraint::fields
XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___fields_11;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaIdentityConstraint::qualifiedName
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qualifiedName_12;
// System.Xml.Schema.CompiledIdentityConstraint System.Xml.Schema.XmlSchemaIdentityConstraint::compiledConstraint
CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* ___compiledConstraint_13;
};
// System.Xml.Schema.XmlSchemaNotation
struct XmlSchemaNotation_tE6174DA70003C3F34A22C603BDF3803096836F2F : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04
{
// System.String System.Xml.Schema.XmlSchemaNotation::name
String_t* ___name_9;
// System.String System.Xml.Schema.XmlSchemaNotation::publicId
String_t* ___publicId_10;
// System.String System.Xml.Schema.XmlSchemaNotation::systemId
String_t* ___systemId_11;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaNotation::qname
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qname_12;
};
// System.Xml.Schema.XmlSchemaUse
struct XmlSchemaUse_t394B7F1B32DDD77B0ECC3E50AAA65501D0DE92D1
{
// System.Int32 System.Xml.Schema.XmlSchemaUse::value__
int32_t ___value___2;
};
// System.Xml.Schema.XmlSchemaValidity
struct XmlSchemaValidity_t6A23BF5BB6AF73795630FCCCF46F0F600BA8B4F6
{
// System.Int32 System.Xml.Schema.XmlSchemaValidity::value__
int32_t ___value___2;
};
// System.Xml.Schema.XmlSchemaXPath
struct XmlSchemaXPath_t1C3193CCD8056E55DEC3C6E74DE25859AD88D76A : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04
{
// System.String System.Xml.Schema.XmlSchemaXPath::xpath
String_t* ___xpath_9;
};
// System.Xml.Schema.XmlSeverityType
struct XmlSeverityType_t561D2CF1B3134CC79EEAB254D53D878EC45F6071
{
// System.Int32 System.Xml.Schema.XmlSeverityType::value__
int32_t ___value___2;
};
// System.Xml.Schema.XmlTypeCode
struct XmlTypeCode_tCA027FC382F4E2DBDF63CB305D942DDFC072E064
{
// System.Int32 System.Xml.Schema.XmlTypeCode::value__
int32_t ___value___2;
};
// 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
{
};
// MS.Internal.Xml.XPath.Axis/AxisType
struct AxisType_tBDB8E6AE4F8956657427C632CA50EAAD013F14A8
{
// System.Int32 MS.Internal.Xml.XPath.Axis/AxisType::value__
int32_t ___value___2;
};
// System.Xml.Schema.CompiledIdentityConstraint/ConstraintRole
struct ConstraintRole_t3AFCEB687D241DC03472C1B1CFB2F5B2C5151288
{
// System.Int32 System.Xml.Schema.CompiledIdentityConstraint/ConstraintRole::value__
int32_t ___value___2;
};
// System.Xml.Schema.NamespaceList/ListType
struct ListType_tF2CA5BE9E4142CB44BF7A6F1C2FD2066C0B9A262
{
// System.Int32 System.Xml.Schema.NamespaceList/ListType::value__
int32_t ___value___2;
};
// System.Xml.Schema.SchemaDeclBase/Use
struct Use_tC7E0CA6B6AE6F37FB36AA9911EA2B1829AC18EAC
{
// System.Int32 System.Xml.Schema.SchemaDeclBase/Use::value__
int32_t ___value___2;
};
// System.Uri/Flags
struct Flags_t47CF4DB4036A6A539AFA6EE39C75F772E865E897
{
// System.UInt64 System.Uri/Flags::value__
uint64_t ___value___2;
};
// 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.Xml.Schema.XmlSchemaParticle/Occurs
struct Occurs_t74A6F69297E726614F92E08207C97DD6F27E86DF
{
// System.Int32 System.Xml.Schema.XmlSchemaParticle/Occurs::value__
int32_t ___value___2;
};
// System.Xml.XmlTextWriter/SpecialAttr
struct SpecialAttr_t020B7EFC3BE44C46A0E81D094A9AE5646065887C
{
// System.Int32 System.Xml.XmlTextWriter/SpecialAttr::value__
int32_t ___value___2;
};
// System.Xml.XmlTextWriter/State
struct State_t2EBD3BF5AFDFDCF3FB477A1B4DE46FA56C5D68CE
{
// System.Int32 System.Xml.XmlTextWriter/State::value__
int32_t ___value___2;
};
// System.Xml.XmlTextWriter/Token
struct Token_t42EE6846A8E76E8B25571430B0C13E3EEA36F639
{
// System.Int32 System.Xml.XmlTextWriter/Token::value__
int32_t ___value___2;
};
// System.Xml.XmlValidatingReaderImpl/ParsingFunction
struct ParsingFunction_tC718D20F7986A479D11D8EE72FE2DB76A2D02DAD
{
// System.Int32 System.Xml.XmlValidatingReaderImpl/ParsingFunction::value__
int32_t ___value___2;
};
// System.ApplicationException
struct ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A : public Exception_t
{
};
// MS.Internal.Xml.XPath.Axis
struct Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B : public AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB
{
// MS.Internal.Xml.XPath.Axis/AxisType MS.Internal.Xml.XPath.Axis::_axisType
int32_t ____axisType_0;
// MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Axis::_input
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* ____input_1;
// System.String MS.Internal.Xml.XPath.Axis::_prefix
String_t* ____prefix_2;
// System.String MS.Internal.Xml.XPath.Axis::_name
String_t* ____name_3;
// System.Xml.XPath.XPathNodeType MS.Internal.Xml.XPath.Axis::_nodeType
int32_t ____nodeType_4;
// System.Boolean MS.Internal.Xml.XPath.Axis::abbrAxis
bool ___abbrAxis_5;
// System.String MS.Internal.Xml.XPath.Axis::_urn
String_t* ____urn_6;
};
// System.Xml.Schema.CompiledIdentityConstraint
struct CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E : public RuntimeObject
{
// System.Xml.XmlQualifiedName System.Xml.Schema.CompiledIdentityConstraint::name
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___name_0;
// System.Xml.Schema.CompiledIdentityConstraint/ConstraintRole System.Xml.Schema.CompiledIdentityConstraint::role
int32_t ___role_1;
// System.Xml.Schema.Asttree System.Xml.Schema.CompiledIdentityConstraint::selector
Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* ___selector_2;
// System.Xml.Schema.Asttree[] System.Xml.Schema.CompiledIdentityConstraint::fields
AsttreeU5BU5D_tE39DE20957B9B03A0B041FC6B97DC9F2FC6C807C* ___fields_3;
// System.Xml.XmlQualifiedName System.Xml.Schema.CompiledIdentityConstraint::refer
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___refer_4;
};
struct CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E_StaticFields
{
// System.Xml.Schema.CompiledIdentityConstraint System.Xml.Schema.CompiledIdentityConstraint::Empty
CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* ___Empty_5;
};
// 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;
};
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.DatatypeImplementation
struct DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF : public XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D
{
// System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.DatatypeImplementation::variety
int32_t ___variety_0;
// System.Xml.Schema.RestrictionFacets System.Xml.Schema.DatatypeImplementation::restriction
RestrictionFacets_t9546DED41D86F10C458F2068C109F9578A01F117* ___restriction_1;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::baseType
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___baseType_2;
// System.Xml.Schema.XmlValueConverter System.Xml.Schema.DatatypeImplementation::valueConverter
XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___valueConverter_3;
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.DatatypeImplementation::parentSchemaType
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___parentSchemaType_4;
};
struct DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF_StaticFields
{
// System.Collections.Hashtable System.Xml.Schema.DatatypeImplementation::builtinTypes
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___builtinTypes_5;
// System.Xml.Schema.XmlSchemaSimpleType[] System.Xml.Schema.DatatypeImplementation::enumToTypeCode
XmlSchemaSimpleTypeU5BU5D_t987E2FF2001E0D13F88DA709E63EDCEDD38C4B43* ___enumToTypeCode_6;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::anySimpleType
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___anySimpleType_7;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::anyAtomicType
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___anyAtomicType_8;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::untypedAtomicType
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___untypedAtomicType_9;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::yearMonthDurationType
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___yearMonthDurationType_10;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.DatatypeImplementation::dayTimeDurationType
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___dayTimeDurationType_11;
// System.Xml.Schema.XmlSchemaSimpleType modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.DatatypeImplementation::normalizedStringTypeV1Compat
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___normalizedStringTypeV1Compat_12;
// System.Xml.Schema.XmlSchemaSimpleType modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.DatatypeImplementation::tokenTypeV1Compat
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___tokenTypeV1Compat_13;
// System.Xml.XmlQualifiedName System.Xml.Schema.DatatypeImplementation::QnAnySimpleType
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnAnySimpleType_14;
// System.Xml.XmlQualifiedName System.Xml.Schema.DatatypeImplementation::QnAnyType
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___QnAnyType_15;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::stringFacetsChecker
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___stringFacetsChecker_16;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::miscFacetsChecker
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___miscFacetsChecker_17;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::numeric2FacetsChecker
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___numeric2FacetsChecker_18;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::binaryFacetsChecker
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___binaryFacetsChecker_19;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::dateTimeFacetsChecker
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___dateTimeFacetsChecker_20;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::durationFacetsChecker
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___durationFacetsChecker_21;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::listFacetsChecker
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___listFacetsChecker_22;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::qnameFacetsChecker
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___qnameFacetsChecker_23;
// System.Xml.Schema.FacetsChecker System.Xml.Schema.DatatypeImplementation::unionFacetsChecker
FacetsChecker_t1E1C22DA13A646441592D2B8C7DDB5A970B356D8* ___unionFacetsChecker_24;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anySimpleType
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_anySimpleType_25;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anyURI
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_anyURI_26;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_base64Binary
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_base64Binary_27;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_boolean
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_boolean_28;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_byte
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_byte_29;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_char
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_char_30;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_date
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_date_31;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTime
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_dateTime_32;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTimeNoTz
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_dateTimeNoTz_33;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dateTimeTz
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_dateTimeTz_34;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_day
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_day_35;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_decimal
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_decimal_36;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_double
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_double_37;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_doubleXdr
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_doubleXdr_38;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_duration
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_duration_39;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENTITY
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_ENTITY_40;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENTITIES
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_ENTITIES_41;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ENUMERATION
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_ENUMERATION_42;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_fixed
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_fixed_43;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_float
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_float_44;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_floatXdr
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_floatXdr_45;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_hexBinary
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_hexBinary_46;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_ID
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_ID_47;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_IDREF
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_IDREF_48;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_IDREFS
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_IDREFS_49;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_int
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_int_50;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_integer
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_integer_51;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_language
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_language_52;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_long
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_long_53;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_month
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_month_54;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_monthDay
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_monthDay_55;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_Name
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_Name_56;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NCName
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_NCName_57;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_negativeInteger
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_negativeInteger_58;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NMTOKEN
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_NMTOKEN_59;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NMTOKENS
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_NMTOKENS_60;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_nonNegativeInteger
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_nonNegativeInteger_61;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_nonPositiveInteger
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_nonPositiveInteger_62;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_normalizedString
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_normalizedString_63;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_NOTATION
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_NOTATION_64;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_positiveInteger
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_positiveInteger_65;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_QName
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_QName_66;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_QNameXdr
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_QNameXdr_67;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_short
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_short_68;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_string
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_string_69;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_time
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_time_70;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_timeNoTz
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_timeNoTz_71;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_timeTz
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_timeTz_72;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_token
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_token_73;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedByte
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_unsignedByte_74;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedInt
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_unsignedInt_75;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedLong
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_unsignedLong_76;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_unsignedShort
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_unsignedShort_77;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_uuid
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_uuid_78;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_year
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_year_79;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_yearMonth
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_yearMonth_80;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_normalizedStringV1Compat
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_normalizedStringV1Compat_81;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_tokenV1Compat
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_tokenV1Compat_82;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_anyAtomicType
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_anyAtomicType_83;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_dayTimeDuration
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_dayTimeDuration_84;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_untypedAtomicType
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_untypedAtomicType_85;
// System.Xml.Schema.DatatypeImplementation System.Xml.Schema.DatatypeImplementation::c_yearMonthDuration
DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF* ___c_yearMonthDuration_86;
// System.Xml.Schema.DatatypeImplementation[] System.Xml.Schema.DatatypeImplementation::c_tokenizedTypes
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* ___c_tokenizedTypes_87;
// System.Xml.Schema.DatatypeImplementation[] System.Xml.Schema.DatatypeImplementation::c_tokenizedTypesXsd
DatatypeImplementationU5BU5D_tAF9278943E9D648383A753A80CE9B866F9684BAC* ___c_tokenizedTypesXsd_88;
// System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] System.Xml.Schema.DatatypeImplementation::c_XdrTypes
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* ___c_XdrTypes_89;
// System.Xml.Schema.DatatypeImplementation/SchemaDatatypeMap[] System.Xml.Schema.DatatypeImplementation::c_XsdTypes
SchemaDatatypeMapU5BU5D_tC07D9BC55A90232C5D6C99D101B115F1326F6466* ___c_XsdTypes_90;
};
// 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.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.Globalization.NumberFormatInfo
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472 : public RuntimeObject
{
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___numberGroupSizes_1;
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___currencyGroupSizes_2;
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___percentGroupSizes_3;
// System.String System.Globalization.NumberFormatInfo::positiveSign
String_t* ___positiveSign_4;
// System.String System.Globalization.NumberFormatInfo::negativeSign
String_t* ___negativeSign_5;
// System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator
String_t* ___numberDecimalSeparator_6;
// System.String System.Globalization.NumberFormatInfo::numberGroupSeparator
String_t* ___numberGroupSeparator_7;
// System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator
String_t* ___currencyGroupSeparator_8;
// System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator
String_t* ___currencyDecimalSeparator_9;
// System.String System.Globalization.NumberFormatInfo::currencySymbol
String_t* ___currencySymbol_10;
// System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol
String_t* ___ansiCurrencySymbol_11;
// System.String System.Globalization.NumberFormatInfo::nanSymbol
String_t* ___nanSymbol_12;
// System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol
String_t* ___positiveInfinitySymbol_13;
// System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol
String_t* ___negativeInfinitySymbol_14;
// System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator
String_t* ___percentDecimalSeparator_15;
// System.String System.Globalization.NumberFormatInfo::percentGroupSeparator
String_t* ___percentGroupSeparator_16;
// System.String System.Globalization.NumberFormatInfo::percentSymbol
String_t* ___percentSymbol_17;
// System.String System.Globalization.NumberFormatInfo::perMilleSymbol
String_t* ___perMilleSymbol_18;
// System.String[] System.Globalization.NumberFormatInfo::nativeDigits
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___nativeDigits_19;
// System.Int32 System.Globalization.NumberFormatInfo::m_dataItem
int32_t ___m_dataItem_20;
// System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits
int32_t ___numberDecimalDigits_21;
// System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits
int32_t ___currencyDecimalDigits_22;
// System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern
int32_t ___currencyPositivePattern_23;
// System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern
int32_t ___currencyNegativePattern_24;
// System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern
int32_t ___numberNegativePattern_25;
// System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern
int32_t ___percentPositivePattern_26;
// System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern
int32_t ___percentNegativePattern_27;
// System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits
int32_t ___percentDecimalDigits_28;
// System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution
int32_t ___digitSubstitution_29;
// System.Boolean System.Globalization.NumberFormatInfo::isReadOnly
bool ___isReadOnly_30;
// System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride
bool ___m_useUserOverride_31;
// System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant
bool ___m_isInvariant_32;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber
bool ___validForParseAsNumber_33;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency
bool ___validForParseAsCurrency_34;
};
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_StaticFields
{
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___invariantInfo_0;
};
// 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.Xml.Schema.SchemaInfo
struct SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E : public RuntimeObject
{
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl> System.Xml.Schema.SchemaInfo::elementDecls
Dictionary_2_t798E72FD52A5F6525F4F83621BBE86BBAB28533A* ___elementDecls_0;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl> System.Xml.Schema.SchemaInfo::undeclaredElementDecls
Dictionary_2_t798E72FD52A5F6525F4F83621BBE86BBAB28533A* ___undeclaredElementDecls_1;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity> System.Xml.Schema.SchemaInfo::generalEntities
Dictionary_2_t129029582481E96143BD747690E92DB7E444261E* ___generalEntities_2;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity> System.Xml.Schema.SchemaInfo::parameterEntities
Dictionary_2_t129029582481E96143BD747690E92DB7E444261E* ___parameterEntities_3;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaInfo::docTypeName
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___docTypeName_4;
// System.String System.Xml.Schema.SchemaInfo::internalDtdSubset
String_t* ___internalDtdSubset_5;
// System.Boolean System.Xml.Schema.SchemaInfo::hasNonCDataAttributes
bool ___hasNonCDataAttributes_6;
// System.Boolean System.Xml.Schema.SchemaInfo::hasDefaultAttributes
bool ___hasDefaultAttributes_7;
// System.Collections.Generic.Dictionary`2<System.String,System.Boolean> System.Xml.Schema.SchemaInfo::targetNamespaces
Dictionary_2_t17D0D125440AC627FCF80F189C6CBCB02856063C* ___targetNamespaces_8;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaAttDef> System.Xml.Schema.SchemaInfo::attributeDecls
Dictionary_2_tB85C1B2FFF985BA01AD2B7199C083B43C1476CC1* ___attributeDecls_9;
// System.Int32 System.Xml.Schema.SchemaInfo::errorCount
int32_t ___errorCount_10;
// System.Xml.Schema.SchemaType System.Xml.Schema.SchemaInfo::schemaType
int32_t ___schemaType_11;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaElementDecl> System.Xml.Schema.SchemaInfo::elementDeclsByType
Dictionary_2_t798E72FD52A5F6525F4F83621BBE86BBAB28533A* ___elementDeclsByType_12;
// System.Collections.Generic.Dictionary`2<System.String,System.Xml.Schema.SchemaNotation> System.Xml.Schema.SchemaInfo::notations
Dictionary_2_t27DD7BC6C615A002762F178DF4446D10EF4486A1* ___notations_13;
};
// System.SystemException
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
// System.Type
struct Type_t : public MemberInfo_t
{
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
};
struct Type_t_StaticFields
{
// System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_1;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
// System.Object System.Type::Missing
RuntimeObject* ___Missing_3;
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
};
// 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;
};
struct TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704_StaticFields
{
// System.String[] System.Xml.Serialization.TypeData::keywords
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___keywords_12;
};
// 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.Uri
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E : public RuntimeObject
{
// System.String System.Uri::m_String
String_t* ___m_String_13;
// System.String System.Uri::m_originalUnicodeString
String_t* ___m_originalUnicodeString_14;
// System.UriParser System.Uri::m_Syntax
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___m_Syntax_15;
// System.String System.Uri::m_DnsSafeHost
String_t* ___m_DnsSafeHost_16;
// System.Uri/Flags System.Uri::m_Flags
uint64_t ___m_Flags_17;
// System.Uri/UriInfo System.Uri::m_Info
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* ___m_Info_18;
// System.Boolean System.Uri::m_iriParsing
bool ___m_iriParsing_19;
};
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields
{
// System.String System.Uri::UriSchemeFile
String_t* ___UriSchemeFile_0;
// System.String System.Uri::UriSchemeFtp
String_t* ___UriSchemeFtp_1;
// System.String System.Uri::UriSchemeGopher
String_t* ___UriSchemeGopher_2;
// System.String System.Uri::UriSchemeHttp
String_t* ___UriSchemeHttp_3;
// System.String System.Uri::UriSchemeHttps
String_t* ___UriSchemeHttps_4;
// System.String System.Uri::UriSchemeWs
String_t* ___UriSchemeWs_5;
// System.String System.Uri::UriSchemeWss
String_t* ___UriSchemeWss_6;
// System.String System.Uri::UriSchemeMailto
String_t* ___UriSchemeMailto_7;
// System.String System.Uri::UriSchemeNews
String_t* ___UriSchemeNews_8;
// System.String System.Uri::UriSchemeNntp
String_t* ___UriSchemeNntp_9;
// System.String System.Uri::UriSchemeNetTcp
String_t* ___UriSchemeNetTcp_10;
// System.String System.Uri::UriSchemeNetPipe
String_t* ___UriSchemeNetPipe_11;
// System.String System.Uri::SchemeDelimiter
String_t* ___SchemeDelimiter_12;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized
bool ___s_ConfigInitialized_20;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing
bool ___s_ConfigInitializing_21;
// System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope
int32_t ___s_IdnScope_22;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing
bool ___s_IriParsing_23;
// System.Boolean System.Uri::useDotNetRelativeOrAbsolute
bool ___useDotNetRelativeOrAbsolute_24;
// System.Boolean System.Uri::IsWindowsFileSystem
bool ___IsWindowsFileSystem_25;
// System.Object System.Uri::s_initLock
RuntimeObject* ___s_initLock_26;
// System.Char[] System.Uri::HexLowerChars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___HexLowerChars_27;
// System.Char[] System.Uri::_WSchars
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____WSchars_28;
};
// System.Xml.Schema.ValidationEventArgs
struct ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377
{
// System.Xml.Schema.XmlSchemaException System.Xml.Schema.ValidationEventArgs::ex
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* ___ex_1;
// System.Xml.Schema.XmlSeverityType System.Xml.Schema.ValidationEventArgs::severity
int32_t ___severity_2;
};
// System.Xml.Schema.ValidationState
struct ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19 : public RuntimeObject
{
// System.Boolean System.Xml.Schema.ValidationState::IsNill
bool ___IsNill_0;
// System.Boolean System.Xml.Schema.ValidationState::IsDefault
bool ___IsDefault_1;
// System.Boolean System.Xml.Schema.ValidationState::NeedValidateChildren
bool ___NeedValidateChildren_2;
// System.Boolean System.Xml.Schema.ValidationState::CheckRequiredAttribute
bool ___CheckRequiredAttribute_3;
// System.Boolean System.Xml.Schema.ValidationState::ValidationSkipped
bool ___ValidationSkipped_4;
// System.Xml.Schema.XmlSchemaContentProcessing System.Xml.Schema.ValidationState::ProcessContents
int32_t ___ProcessContents_5;
// System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.ValidationState::Validity
int32_t ___Validity_6;
// System.Xml.Schema.SchemaElementDecl System.Xml.Schema.ValidationState::ElementDecl
SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* ___ElementDecl_7;
// System.Xml.Schema.SchemaElementDecl System.Xml.Schema.ValidationState::ElementDeclBeforeXsi
SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* ___ElementDeclBeforeXsi_8;
// System.String System.Xml.Schema.ValidationState::LocalName
String_t* ___LocalName_9;
// System.String System.Xml.Schema.ValidationState::Namespace
String_t* ___Namespace_10;
// System.Xml.Schema.ConstraintStruct[] System.Xml.Schema.ValidationState::Constr
ConstraintStructU5BU5D_t458142830D5B377A2FA722B963FC52291A795EFC* ___Constr_11;
// System.Xml.Schema.StateUnion System.Xml.Schema.ValidationState::CurrentState
StateUnion_tAB45AFD8261060A5F9F2D96314CC5073B168882D ___CurrentState_12;
// System.Boolean System.Xml.Schema.ValidationState::HasMatched
bool ___HasMatched_13;
// System.Xml.Schema.BitSet[] System.Xml.Schema.ValidationState::CurPos
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___CurPos_14;
// System.Xml.Schema.BitSet System.Xml.Schema.ValidationState::AllElementsSet
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___AllElementsSet_15;
// System.Collections.Generic.List`1<System.Xml.Schema.RangePositionInfo> System.Xml.Schema.ValidationState::RunningPositions
List_1_t482A311257D18A4422413FA15AD5893D1D5041D5* ___RunningPositions_16;
// System.Boolean System.Xml.Schema.ValidationState::TooComplex
bool ___TooComplex_17;
};
// 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.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.Xml.Serialization.SerializationSource System.Xml.Serialization.XmlMapping::source
SerializationSource_t2F3A53A0FFC7BF8994CF332961FD3C0671E4A58C* ___source_3;
// System.String System.Xml.Serialization.XmlMapping::_elementName
String_t* ____elementName_4;
// System.String System.Xml.Serialization.XmlMapping::_namespace
String_t* ____namespace_5;
// System.String System.Xml.Serialization.XmlMapping::key
String_t* ___key_6;
};
// System.Xml.Schema.XmlSchema
struct XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D : public XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D
{
// System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchema::attributeFormDefault
int32_t ___attributeFormDefault_6;
// System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchema::elementFormDefault
int32_t ___elementFormDefault_7;
// System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchema::blockDefault
int32_t ___blockDefault_8;
// System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchema::finalDefault
int32_t ___finalDefault_9;
// System.String System.Xml.Schema.XmlSchema::targetNs
String_t* ___targetNs_10;
// System.String System.Xml.Schema.XmlSchema::version
String_t* ___version_11;
// System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchema::includes
XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___includes_12;
// System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchema::items
XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___items_13;
// System.String System.Xml.Schema.XmlSchema::id
String_t* ___id_14;
// System.Xml.XmlAttribute[] System.Xml.Schema.XmlSchema::moreAttributes
XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40* ___moreAttributes_15;
// System.Boolean System.Xml.Schema.XmlSchema::isCompiled
bool ___isCompiled_16;
// System.Boolean System.Xml.Schema.XmlSchema::isCompiledBySet
bool ___isCompiledBySet_17;
// System.Boolean System.Xml.Schema.XmlSchema::isPreprocessed
bool ___isPreprocessed_18;
// System.Boolean System.Xml.Schema.XmlSchema::isRedefined
bool ___isRedefined_19;
// System.Int32 System.Xml.Schema.XmlSchema::errorCount
int32_t ___errorCount_20;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::attributes
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___attributes_21;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::attributeGroups
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___attributeGroups_22;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::elements
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___elements_23;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::types
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___types_24;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::groups
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___groups_25;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::notations
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___notations_26;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::identityConstraints
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___identityConstraints_27;
// System.Collections.ArrayList System.Xml.Schema.XmlSchema::importedSchemas
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___importedSchemas_29;
// System.Collections.ArrayList System.Xml.Schema.XmlSchema::importedNamespaces
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___importedNamespaces_30;
// System.Int32 System.Xml.Schema.XmlSchema::schemaId
int32_t ___schemaId_31;
// System.Uri System.Xml.Schema.XmlSchema::baseUri
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri_32;
// System.Boolean System.Xml.Schema.XmlSchema::isChameleon
bool ___isChameleon_33;
// System.Collections.Hashtable System.Xml.Schema.XmlSchema::ids
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___ids_34;
// System.Xml.XmlDocument System.Xml.Schema.XmlSchema::document
XmlDocument_t4DE82998E642C5C21A4A620A5278237C70D3E42B* ___document_35;
};
struct XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D_StaticFields
{
// System.Int32 System.Xml.Schema.XmlSchema::globalIdCounter
int32_t ___globalIdCounter_28;
};
// System.Xml.Schema.XmlSchemaAttribute
struct XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04
{
// System.String System.Xml.Schema.XmlSchemaAttribute::defaultValue
String_t* ___defaultValue_9;
// System.String System.Xml.Schema.XmlSchemaAttribute::fixedValue
String_t* ___fixedValue_10;
// System.String System.Xml.Schema.XmlSchemaAttribute::name
String_t* ___name_11;
// System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchemaAttribute::form
int32_t ___form_12;
// System.Xml.Schema.XmlSchemaUse System.Xml.Schema.XmlSchemaAttribute::use
int32_t ___use_13;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute::refName
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___refName_14;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute::typeName
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___typeName_15;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute::qualifiedName
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qualifiedName_16;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaAttribute::type
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___type_17;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaAttribute::attributeType
XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___attributeType_18;
// System.Xml.Schema.SchemaAttDef System.Xml.Schema.XmlSchemaAttribute::attDef
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* ___attDef_19;
};
// System.Xml.Schema.XmlSchemaKey
struct XmlSchemaKey_t836677A5C4093746106315B5BB5FC3CA34DE317F : public XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC
{
};
// System.Xml.Schema.XmlSchemaKeyref
struct XmlSchemaKeyref_t240C2AB1E5EAE4D7486F8E486741591BA7202C28 : public XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC
{
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaKeyref::refer
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___refer_14;
};
// System.Xml.Schema.XmlSchemaParticle
struct XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04
{
// System.Decimal System.Xml.Schema.XmlSchemaParticle::minOccurs
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___minOccurs_9;
// System.Decimal System.Xml.Schema.XmlSchemaParticle::maxOccurs
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___maxOccurs_10;
// System.Xml.Schema.XmlSchemaParticle/Occurs System.Xml.Schema.XmlSchemaParticle::flags
int32_t ___flags_11;
};
struct XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE_StaticFields
{
// System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaParticle::Empty
XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* ___Empty_12;
};
// System.Xml.Schema.XmlSchemaType
struct XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04
{
// System.String System.Xml.Schema.XmlSchemaType::name
String_t* ___name_9;
// System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::final
int32_t ___final_10;
// System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::derivedBy
int32_t ___derivedBy_11;
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::baseSchemaType
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___baseSchemaType_12;
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::datatype
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___datatype_13;
// System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::finalResolved
int32_t ___finalResolved_14;
// System.Xml.Schema.SchemaElementDecl modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::elementDecl
SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* ___elementDecl_15;
// System.Xml.XmlQualifiedName modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::qname
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qname_16;
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::redefined
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___redefined_17;
// System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaType::contentType
int32_t ___contentType_18;
};
// System.Xml.Schema.XmlSchemaUnique
struct XmlSchemaUnique_tEBE7D2C4A7F2671CB1149A808FB1CACD28729894 : public XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC
{
};
// 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;
};
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.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_1;
// System.Xml.XmlTextEncoder System.Xml.XmlTextWriter::xmlEncoder
XmlTextEncoder_tACD13BCC8237E0710F82A7703FAF7D09FCDF0C40* ___xmlEncoder_2;
// System.Text.Encoding System.Xml.XmlTextWriter::encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___encoding_3;
// System.Xml.Formatting System.Xml.XmlTextWriter::formatting
int32_t ___formatting_4;
// System.Boolean System.Xml.XmlTextWriter::indented
bool ___indented_5;
// System.Int32 System.Xml.XmlTextWriter::indentation
int32_t ___indentation_6;
// System.Char System.Xml.XmlTextWriter::indentChar
Il2CppChar ___indentChar_7;
// System.Xml.XmlTextWriter/TagInfo[] System.Xml.XmlTextWriter::stack
TagInfoU5BU5D_tC6FBAFF4593190EF8F7EEBAB8913C4E17D645776* ___stack_8;
// System.Int32 System.Xml.XmlTextWriter::top
int32_t ___top_9;
// System.Xml.XmlTextWriter/State[] System.Xml.XmlTextWriter::stateTable
StateU5BU5D_t41A58B7031FABDC61B34059A1FB722121203D858* ___stateTable_10;
// System.Xml.XmlTextWriter/State System.Xml.XmlTextWriter::currentState
int32_t ___currentState_11;
// System.Xml.XmlTextWriter/Token System.Xml.XmlTextWriter::lastToken
int32_t ___lastToken_12;
// System.Xml.XmlTextWriterBase64Encoder System.Xml.XmlTextWriter::base64Encoder
XmlTextWriterBase64Encoder_tC7209F119916DF622459E830377C23D7BFA2B30D* ___base64Encoder_13;
// System.Char System.Xml.XmlTextWriter::quoteChar
Il2CppChar ___quoteChar_14;
// System.Char System.Xml.XmlTextWriter::curQuoteChar
Il2CppChar ___curQuoteChar_15;
// System.Boolean System.Xml.XmlTextWriter::namespaces
bool ___namespaces_16;
// System.Xml.XmlTextWriter/SpecialAttr System.Xml.XmlTextWriter::specialAttr
int32_t ___specialAttr_17;
// System.String System.Xml.XmlTextWriter::prefixForXmlNs
String_t* ___prefixForXmlNs_18;
// System.Boolean System.Xml.XmlTextWriter::flush
bool ___flush_19;
// System.Xml.XmlTextWriter/Namespace[] System.Xml.XmlTextWriter::nsStack
NamespaceU5BU5D_tF0F2AD10B1537EBB0F35B1611FD7D89D48FA9E93* ___nsStack_20;
// System.Int32 System.Xml.XmlTextWriter::nsTop
int32_t ___nsTop_21;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Xml.XmlTextWriter::nsHashtable
Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___nsHashtable_22;
// System.Boolean System.Xml.XmlTextWriter::useNsHashtable
bool ___useNsHashtable_23;
// System.Xml.XmlCharType System.Xml.XmlTextWriter::xmlCharType
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 ___xmlCharType_24;
};
struct XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B_StaticFields
{
// System.String[] System.Xml.XmlTextWriter::stateName
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___stateName_25;
// System.String[] System.Xml.XmlTextWriter::tokenName
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___tokenName_26;
// System.Xml.XmlTextWriter/State[] System.Xml.XmlTextWriter::stateTableDefault
StateU5BU5D_t41A58B7031FABDC61B34059A1FB722121203D858* ___stateTableDefault_27;
// System.Xml.XmlTextWriter/State[] System.Xml.XmlTextWriter::stateTableDocument
StateU5BU5D_t41A58B7031FABDC61B34059A1FB722121203D858* ___stateTableDocument_28;
};
// 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.XmlTypeMapMemberAnyElement
struct XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950 : public XmlTypeMapMemberExpandable_tED3170CD402780E1250005E1131CD848660237FE
{
};
// 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.XmlTypeMapMemberFlatList
struct XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38 : public XmlTypeMapMemberExpandable_tED3170CD402780E1250005E1131CD848660237FE
{
// System.Xml.Serialization.ListMap System.Xml.Serialization.XmlTypeMapMemberFlatList::_listMap
ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* ____listMap_15;
};
// System.Xml.XmlValidatingReaderImpl
struct XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8 : public XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD
{
// System.Xml.XmlReader System.Xml.XmlValidatingReaderImpl::coreReader
XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___coreReader_3;
// System.Xml.XmlTextReaderImpl System.Xml.XmlValidatingReaderImpl::coreReaderImpl
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* ___coreReaderImpl_4;
// System.Xml.IXmlNamespaceResolver System.Xml.XmlValidatingReaderImpl::coreReaderNSResolver
RuntimeObject* ___coreReaderNSResolver_5;
// System.Xml.ValidationType System.Xml.XmlValidatingReaderImpl::validationType
int32_t ___validationType_6;
// System.Xml.Schema.BaseValidator System.Xml.XmlValidatingReaderImpl::validator
BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* ___validator_7;
// System.Xml.Schema.XmlSchemaCollection System.Xml.XmlValidatingReaderImpl::schemaCollection
XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* ___schemaCollection_8;
// System.Boolean System.Xml.XmlValidatingReaderImpl::processIdentityConstraints
bool ___processIdentityConstraints_9;
// System.Xml.XmlValidatingReaderImpl/ParsingFunction System.Xml.XmlValidatingReaderImpl::parsingFunction
int32_t ___parsingFunction_10;
// System.Xml.XmlValidatingReaderImpl/ValidationEventHandling System.Xml.XmlValidatingReaderImpl::eventHandling
ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9* ___eventHandling_11;
// System.Xml.XmlParserContext System.Xml.XmlValidatingReaderImpl::parserContext
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___parserContext_12;
// System.Xml.ReadContentAsBinaryHelper System.Xml.XmlValidatingReaderImpl::readBinaryHelper
ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* ___readBinaryHelper_13;
// System.Xml.XmlReader System.Xml.XmlValidatingReaderImpl::outerReader
XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___outerReader_14;
};
struct XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8_StaticFields
{
// System.Xml.XmlResolver System.Xml.XmlValidatingReaderImpl::s_tempResolver
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___s_tempResolver_15;
};
// System.Xml.Schema.XsdValidator
struct XsdValidator_tB19DA1D1C5635D0E92D22A2F152363C05AED13F6 : public BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB
{
// System.Int32 System.Xml.Schema.XsdValidator::startIDConstraint
int32_t ___startIDConstraint_15;
// System.Xml.HWStack System.Xml.Schema.XsdValidator::validationStack
HWStack_tD40EE1D12E709BECF016469F161DC3071C020CC5* ___validationStack_16;
// System.Collections.Hashtable System.Xml.Schema.XsdValidator::attPresence
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___attPresence_17;
// System.Xml.XmlNamespaceManager System.Xml.Schema.XsdValidator::nsManager
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* ___nsManager_18;
// System.Boolean System.Xml.Schema.XsdValidator::bManageNamespaces
bool ___bManageNamespaces_19;
// System.Collections.Hashtable System.Xml.Schema.XsdValidator::IDs
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___IDs_20;
// System.Xml.Schema.IdRefNode System.Xml.Schema.XsdValidator::idRefListHead
IdRefNode_t06793D939FD3F484183D046CB2711557FBD5588D* ___idRefListHead_21;
// System.Xml.Schema.Parser System.Xml.Schema.XsdValidator::inlineSchemaParser
Parser_t5A18E84F88E618D9E803A7768A7765BF17DB2C07* ___inlineSchemaParser_22;
// System.Xml.Schema.XmlSchemaContentProcessing System.Xml.Schema.XsdValidator::processContents
int32_t ___processContents_23;
// System.String System.Xml.Schema.XsdValidator::NsXmlNs
String_t* ___NsXmlNs_27;
// System.String System.Xml.Schema.XsdValidator::NsXs
String_t* ___NsXs_28;
// System.String System.Xml.Schema.XsdValidator::NsXsi
String_t* ___NsXsi_29;
// System.String System.Xml.Schema.XsdValidator::XsiType
String_t* ___XsiType_30;
// System.String System.Xml.Schema.XsdValidator::XsiNil
String_t* ___XsiNil_31;
// System.String System.Xml.Schema.XsdValidator::XsiSchemaLocation
String_t* ___XsiSchemaLocation_32;
// System.String System.Xml.Schema.XsdValidator::XsiNoNamespaceSchemaLocation
String_t* ___XsiNoNamespaceSchemaLocation_33;
// System.String System.Xml.Schema.XsdValidator::XsdSchema
String_t* ___XsdSchema_34;
};
struct XsdValidator_tB19DA1D1C5635D0E92D22A2F152363C05AED13F6_StaticFields
{
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XsdValidator::dtCDATA
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___dtCDATA_24;
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XsdValidator::dtQName
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___dtQName_25;
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XsdValidator::dtStringArray
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___dtStringArray_26;
};
// System.ArgumentException
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
// System.String System.ArgumentException::_paramName
String_t* ____paramName_18;
};
// System.Xml.Schema.Datatype_anySimpleType
struct Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA : public DatatypeImplementation_t5AA28FEB11B6F1548DBC17CBCEDDB7693EACC4BF
{
};
struct Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA_StaticFields
{
// System.Type System.Xml.Schema.Datatype_anySimpleType::atomicValueType
Type_t* ___atomicValueType_91;
// System.Type System.Xml.Schema.Datatype_anySimpleType::listValueType
Type_t* ___listValueType_92;
};
// 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.Xml.Schema.DoubleLinkAxis
struct DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A : public Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B
{
// MS.Internal.Xml.XPath.Axis System.Xml.Schema.DoubleLinkAxis::next
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* ___next_7;
};
// 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.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.NotImplementedException
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// System.NotSupportedException
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// 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.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.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::isAbstract
bool ___isAbstract_15;
// System.Boolean System.Xml.Schema.SchemaElementDecl::isNillable
bool ___isNillable_16;
// System.Boolean System.Xml.Schema.SchemaElementDecl::hasRequiredAttribute
bool ___hasRequiredAttribute_17;
// System.Boolean System.Xml.Schema.SchemaElementDecl::isNotationDeclared
bool ___isNotationDeclared_18;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName> System.Xml.Schema.SchemaElementDecl::prohibitedAttributes
Dictionary_2_t8E385BAD05584AB244D10E6FAAA2C60FB9BA5F64* ___prohibitedAttributes_19;
// System.Xml.Schema.ContentValidator System.Xml.Schema.SchemaElementDecl::contentValidator
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* ___contentValidator_20;
// System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.SchemaElementDecl::anyAttribute
XmlSchemaAnyAttribute_t2674CD673C9358AEDF1F318A8CF5DE9EB01AF601* ___anyAttribute_21;
// System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.SchemaElementDecl::block
int32_t ___block_22;
// System.Xml.Schema.CompiledIdentityConstraint[] System.Xml.Schema.SchemaElementDecl::constraints
CompiledIdentityConstraintU5BU5D_tA8E35C25853FEF33AAE27549EE1E30F039429D16* ___constraints_23;
// System.Xml.Schema.XmlSchemaElement System.Xml.Schema.SchemaElementDecl::schemaElement
XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* ___schemaElement_24;
};
struct SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD_StaticFields
{
// System.Xml.Schema.SchemaElementDecl System.Xml.Schema.SchemaElementDecl::Empty
SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* ___Empty_25;
};
// System.Reflection.TargetInvocationException
struct TargetInvocationException_t46C470A37ED9947AFD45BD814387DF64665B69F2 : public ApplicationException_tA744BED4E90266BD255285CD4CF909BAB3EE811A
{
};
// System.Xml.Serialization.UnreferencedObjectEventHandler
struct UnreferencedObjectEventHandler_t7342B517610EE6E277FB060ED3C983CE68E0463A : public MulticastDelegate_t
{
};
// System.Xml.Schema.ValidationEventHandler
struct ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A : 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.XmlMembersMapping
struct XmlMembersMapping_t0D686C86E19B598F10E53AF79EC905A7E2BDB62C : public XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97
{
// System.Boolean System.Xml.Serialization.XmlMembersMapping::_hasWrapperElement
bool ____hasWrapperElement_7;
// System.Xml.Serialization.XmlMemberMapping[] System.Xml.Serialization.XmlMembersMapping::_mapping
XmlMemberMappingU5BU5D_t98364948854B71F146515DCCD516FFA9900EE7CF* ____mapping_8;
};
// System.Xml.Serialization.XmlNodeEventHandler
struct XmlNodeEventHandler_t32503D9F2F1A9E9E183779774CEFC13425BF6670 : public MulticastDelegate_t
{
};
// System.Xml.Schema.XmlSchemaComplexType
struct XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0 : public XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF
{
// System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaComplexType::block
int32_t ___block_19;
// System.Xml.Schema.XmlSchemaContentModel System.Xml.Schema.XmlSchemaComplexType::contentModel
XmlSchemaContentModel_t7A110DE0C735CB25B1483792ACC0011D321A1D19* ___contentModel_20;
// System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::particle
XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* ___particle_21;
// System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaComplexType::attributes
XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___attributes_22;
// System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaComplexType::anyAttribute
XmlSchemaAnyAttribute_t2674CD673C9358AEDF1F318A8CF5DE9EB01AF601* ___anyAttribute_23;
// System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaComplexType::contentTypeParticle
XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* ___contentTypeParticle_24;
// System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaComplexType::blockResolved
int32_t ___blockResolved_25;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaComplexType::localElements
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___localElements_26;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaComplexType::attributeUses
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___attributeUses_27;
// System.Xml.Schema.XmlSchemaAnyAttribute System.Xml.Schema.XmlSchemaComplexType::attributeWildcard
XmlSchemaAnyAttribute_t2674CD673C9358AEDF1F318A8CF5DE9EB01AF601* ___attributeWildcard_28;
// System.Byte System.Xml.Schema.XmlSchemaComplexType::pvFlags
uint8_t ___pvFlags_32;
};
struct XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_StaticFields
{
// System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::anyTypeLax
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___anyTypeLax_29;
// System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::anyTypeSkip
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___anyTypeSkip_30;
// System.Xml.Schema.XmlSchemaComplexType System.Xml.Schema.XmlSchemaComplexType::untypedAnyType
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ___untypedAnyType_31;
};
// System.Xml.Schema.XmlSchemaElement
struct XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970 : public XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE
{
// System.Boolean System.Xml.Schema.XmlSchemaElement::isAbstract
bool ___isAbstract_13;
// System.Boolean System.Xml.Schema.XmlSchemaElement::hasAbstractAttribute
bool ___hasAbstractAttribute_14;
// System.Boolean System.Xml.Schema.XmlSchemaElement::isNillable
bool ___isNillable_15;
// System.Boolean System.Xml.Schema.XmlSchemaElement::hasNillableAttribute
bool ___hasNillableAttribute_16;
// System.Boolean System.Xml.Schema.XmlSchemaElement::isLocalTypeDerivationChecked
bool ___isLocalTypeDerivationChecked_17;
// System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::block
int32_t ___block_18;
// System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::final
int32_t ___final_19;
// System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchemaElement::form
int32_t ___form_20;
// System.String System.Xml.Schema.XmlSchemaElement::defaultValue
String_t* ___defaultValue_21;
// System.String System.Xml.Schema.XmlSchemaElement::fixedValue
String_t* ___fixedValue_22;
// System.String System.Xml.Schema.XmlSchemaElement::name
String_t* ___name_23;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::refName
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___refName_24;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::substitutionGroup
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___substitutionGroup_25;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::typeName
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___typeName_26;
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaElement::type
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___type_27;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::qualifiedName
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qualifiedName_28;
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaElement::elementType
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___elementType_29;
// System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::blockResolved
int32_t ___blockResolved_30;
// System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::finalResolved
int32_t ___finalResolved_31;
// System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaElement::constraints
XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___constraints_32;
// System.Xml.Schema.SchemaElementDecl System.Xml.Schema.XmlSchemaElement::elementDecl
SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* ___elementDecl_33;
};
// 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.Xml.Schema.XmlSchemaSimpleType
struct XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8 : public XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF
{
// System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::content
XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091* ___content_19;
};
// System.Xml.Serialization.XmlSerializationWriteCallback
struct XmlSerializationWriteCallback_t906E648579A93B5C0FAF441C570070927A3D7FAA : public MulticastDelegate_t
{
};
// System.Xml.Serialization.XmlTypeMapping
struct XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9 : public XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97
{
// System.String System.Xml.Serialization.XmlTypeMapping::xmlType
String_t* ___xmlType_7;
// System.String System.Xml.Serialization.XmlTypeMapping::xmlTypeNamespace
String_t* ___xmlTypeNamespace_8;
// System.Xml.Serialization.TypeData System.Xml.Serialization.XmlTypeMapping::type
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___type_9;
// System.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapping::baseMap
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___baseMap_10;
// System.Boolean System.Xml.Serialization.XmlTypeMapping::multiReferenceType
bool ___multiReferenceType_11;
// System.Boolean System.Xml.Serialization.XmlTypeMapping::includeInSchema
bool ___includeInSchema_12;
// System.Boolean System.Xml.Serialization.XmlTypeMapping::isNullable
bool ___isNullable_13;
// System.Boolean System.Xml.Serialization.XmlTypeMapping::isAny
bool ___isAny_14;
// System.Collections.ArrayList System.Xml.Serialization.XmlTypeMapping::_derivedTypes
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____derivedTypes_15;
};
// System.ArgumentNullException
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
{
};
// System.Xml.Schema.Datatype_base64Binary
struct Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
{
};
struct Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_StaticFields
{
// System.Type System.Xml.Schema.Datatype_base64Binary::atomicValueType
Type_t* ___atomicValueType_93;
// System.Type System.Xml.Schema.Datatype_base64Binary::listValueType
Type_t* ___listValueType_94;
};
// System.Xml.Schema.Datatype_hexBinary
struct Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7 : public Datatype_anySimpleType_tD47DC683977E05254522AF9947F51E0D0E4261DA
{
};
struct Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_StaticFields
{
// System.Type System.Xml.Schema.Datatype_hexBinary::atomicValueType
Type_t* ___atomicValueType_93;
// System.Type System.Xml.Schema.Datatype_hexBinary::listValueType
Type_t* ___listValueType_94;
};
// System.Xml.Serialization.XmlSerializableMapping
struct XmlSerializableMapping_tE7BDFC1308A79813DF734102D332FD528FD841E7 : public XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9
{
// System.Xml.Schema.XmlSchema System.Xml.Serialization.XmlSerializableMapping::_schema
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ____schema_16;
// System.Xml.Schema.XmlSchemaComplexType System.Xml.Serialization.XmlSerializableMapping::_schemaType
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* ____schemaType_17;
// System.Xml.XmlQualifiedName System.Xml.Serialization.XmlSerializableMapping::_schemaTypeName
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ____schemaTypeName_18;
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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.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.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.Asttree[]
struct AsttreeU5BU5D_tE39DE20957B9B03A0B041FC6B97DC9F2FC6C807C : public RuntimeArray
{
ALIGN_FIELD (8) Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* m_Items[1];
inline Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612** 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, Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Xml.Schema.LocatedActiveAxis[]
struct LocatedActiveAxisU5BU5D_t03F9B2AA4E703CD06373BE448AAF236770E1C5B7 : public RuntimeArray
{
ALIGN_FIELD (8) LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004* m_Items[1];
inline LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004** 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, LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Decimal[]
struct DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615 : public RuntimeArray
{
ALIGN_FIELD (8) Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F m_Items[1];
inline Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F value)
{
m_Items[index] = value;
}
};
// System.Xml.Schema.XmlAtomicValue[]
struct XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409 : public RuntimeArray
{
ALIGN_FIELD (8) XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* m_Items[1];
inline XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Xml.Schema.TypedObject[]
struct TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A : public RuntimeArray
{
ALIGN_FIELD (8) TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* m_Items[1];
inline TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97** 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, TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)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.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 ___value0, 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) ;
// T[] System.Collections.Generic.List`1<System.Object>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___capacity0, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___key0, RuntimeObject** ___value1, 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* ___item0, 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 ___item0, 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.Void System.Xml.Serialization.XmlSerializationWriter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter__ctor_m293C1A24C2354634334D6F0C0E205E2478ABFCB1 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, const RuntimeMethod* method) ;
// System.Xml.Serialization.SerializationFormat System.Xml.Serialization.XmlMapping::get_Format()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlMapping_get_Format_mB9ACDCC642A2589BF20C9D02C2FA14F2C5D1C3F3_inline (XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* __this, const RuntimeMethod* method) ;
// System.Collections.ArrayList System.Xml.Serialization.XmlMapping::get_RelatedMaps()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* XmlMapping_get_RelatedMaps_m359C8ADACB98609060F82DCB82FB18E39274918C_inline (XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* __this, const RuntimeMethod* method) ;
// 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* ___swi0, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___typeMap1, 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.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.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.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.Xml.Serialization.XmlSerializationWriteCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriteCallback__ctor_mC9EAA27EDBF9664212848EC6F45C065395C51AF9 (XmlSerializationWriteCallback_t906E648579A93B5C0FAF441C570070927A3D7FAA* __this, RuntimeObject* ___object0, intptr_t ___method1, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::AddWriteCallback(System.Type,System.String,System.String,System.Xml.Serialization.XmlSerializationWriteCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_AddWriteCallback_mA8F5217B979F653B829B0B36EA7C8A4202E4FA2D (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, Type_t* ___type0, String_t* ___typeName1, String_t* ___typeNs2, XmlSerializationWriteCallback_t906E648579A93B5C0FAF441C570070927A3D7FAA* ___callback3, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartDocument()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartDocument_m6E55154B291F834B4B5C7F692CCF53B6B3BF94FF (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::TopLevelElement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_TopLevelElement_mFEE610422C07AE555FDA27A05CEB1E9616026FEC (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __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.Void System.Xml.Serialization.XmlSerializationWriter::WritePotentiallyReferencingElement(System.String,System.String,System.Object,System.Type,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WritePotentiallyReferencingElement_mC08268FB0CD13EF92C5F0D92492F9310AB218CFB (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___n0, String_t* ___ns1, RuntimeObject* ___o2, Type_t* ___ambientType3, bool ___suppressReference4, bool ___isNullable5, const RuntimeMethod* method) ;
// System.Exception System.Xml.Serialization.XmlSerializationWriter::CreateUnknownTypeException(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlSerializationWriter_CreateUnknownTypeException_m390258930DA81870F1CB5744BEE12EE075A7BAC6 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, RuntimeObject* ___o0, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteReferencedElements()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteReferencedElements_m470B7112650901740DB4667F483740083D52081C (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullTagLiteral(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullTagLiteral_m721825C6D540C0D0BECDE4BD2948B1A270ACD31E (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullTagEncoded(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullTagEncoded_mE5653B11D1EE4E31F2F81B4AEE5CE85354576127 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Serialization.XmlTypeMapping::get_IsAny()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_IsAny_m0C45955548B231D2E892D2924768B068138CBDD8_inline (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementLiteral(System.Xml.XmlNode,System.String,System.String,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementLiteral_m0E74FD75FE42BEB8D43B79333598C8DDC6EC4238 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* ___node0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, bool ___any4, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementEncoded(System.Xml.XmlNode,System.String,System.String,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementEncoded_m669E23E74C69FAB9FEF6FAA511A0F6901E1FFEFA (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* ___node0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, bool ___any4, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteSerializable(System.Xml.Serialization.IXmlSerializable,System.String,System.String,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteSerializable_m49BBC98F617B444A0BFE261D0BA42AE7E41622E1 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, RuntimeObject* ___serializable0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, bool ___wrapped4, 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.Object System.Xml.Serialization.XmlSerializationWriterInterpreter::ImplicitConvert(System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializationWriterInterpreter_ImplicitConvert_mD16AB1B10272160C637E2A335ADB47E55864C07E (RuntimeObject* ___obj0, Type_t* ___type1, const RuntimeMethod* method) ;
// 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* ___objectType0, 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.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___handle0, const RuntimeMethod* method) ;
// System.Xml.XmlWriter System.Xml.Serialization.XmlSerializationWriter::get_Writer()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* XmlSerializationWriter_get_Writer_m8083D941BEB14C7735FDB31C52ADBCCF5513C2BC_inline (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.XmlWriter::WriteStartElement(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter_WriteStartElement_mAC8867077A8F222C966E6720B70F8808A655E3A0 (XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteTypedPrimitive(System.String,System.String,System.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteTypedPrimitive_m9AF71A0CBE191A76BA04DF17501BB08C6C3E0D50 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___name0, String_t* ___ns1, RuntimeObject* ___o2, bool ___xsiType3, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_mCB83EEA5BA0CDBDD2D62768D10D249B7D5835A70 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___name0, String_t* ___ns1, RuntimeObject* ___o2, 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.Void System.Xml.Serialization.XmlSerializationWriter::WriteXsiType(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteXsiType_m24C3B36D396116877E22848B9B12EF6D6BE4D122 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteEndElement(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteEndElement_m3ECF0B5AFAA9CD63B5B78470B1A48FE92CC6F5B8 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, RuntimeObject* ___o0, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Serialization.XmlMembersMapping::get_HasWrapperElement()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlMembersMapping_get_HasWrapperElement_mE921652D9CEADD03E4BCC13C9AC26E457C640CE5_inline (XmlMembersMapping_t0D686C86E19B598F10E53AF79EC905A7E2BDB62C* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteStartElement(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteStartElement_m10BA6216843AE75F6DB9631DDA883F1B831BEAF6 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___name0, String_t* ___ns1, bool ___writePrefixed2, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteAttribute(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteAttribute_m25B87065E059F9AA2D8E46158DB0C3A9180CC63B (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___prefix0, String_t* ___localName1, String_t* ___ns2, String_t* ___value3, 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.XmlSerializationWriterInterpreter::WriteMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteMembers_m3A9E0D500CD360DBC683D76DBE17EBAA796BBF98 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* ___map0, RuntimeObject* ___ob1, bool ___isValueList2, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteEndElement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteEndElement_mDCC1D34A7B81C6B8EB8E6C924E5752EC39F9FA1F (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, const RuntimeMethod* method) ;
// System.Xml.Serialization.XmlTypeMapMemberNamespaces System.Xml.Serialization.ClassMap::get_NamespaceDeclarations()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112* ClassMap_get_NamespaceDeclarations_m5EF288255B1F07783CF889C781DB6D6BEAF133E1_inline (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method) ;
// System.Object System.Xml.Serialization.XmlTypeMapMember::GetValue(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTypeMapMember_GetValue_mB762710324E36B398ED02670400043C5462A5ECF (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, RuntimeObject* ___ob0, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNamespaceDeclarations(System.Xml.Serialization.XmlSerializerNamespaces)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNamespaceDeclarations_mF1DFEC2486E203E3324C20EB3A81210B18463CA9 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* ___xmlns0, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteAttributeMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteAttributeMembers_mD3071391C2C5056FD39AF81858D0C29A8CDA83B1 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* ___map0, RuntimeObject* ___ob1, bool ___isValueList2, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteElementMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteElementMembers_m473C65D604DE952FAC43116BD4A6BB98A2F08645 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* ___map0, RuntimeObject* ___ob1, bool ___isValueList2, const RuntimeMethod* method) ;
// System.Xml.Serialization.XmlTypeMapMemberAnyAttribute System.Xml.Serialization.ClassMap::get_DefaultAnyAttributeMember()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1* ClassMap_get_DefaultAnyAttributeMember_m88660193A65BE269D1E4F7ADEA4778BC78D40B08_inline (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Serialization.XmlSerializationWriterInterpreter::MemberHasValue(System.Xml.Serialization.XmlTypeMapMember,System.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationWriterInterpreter_MemberHasValue_mFEC8075A0CB8DC3279796618FBD2855E8081FE6C (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* ___member0, RuntimeObject* ___ob1, bool ___isValueList2, const RuntimeMethod* method) ;
// System.Object System.Xml.Serialization.XmlSerializationWriterInterpreter::GetMemberValue(System.Xml.Serialization.XmlTypeMapMember,System.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializationWriterInterpreter_GetMemberValue_mBA34A9A19CE56F7DD72184499257F1E7F1446E90 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* ___member0, RuntimeObject* ___ob1, bool ___isValueList2, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteXmlAttribute(System.Xml.XmlNode,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteXmlAttribute_mC90D083F605D89967073970C28C7CF10B6F6706F (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* ___node0, RuntimeObject* ___container1, const RuntimeMethod* method) ;
// 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) ;
// 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.Xml.Serialization.XmlTypeMapping System.Xml.Serialization.XmlTypeMapMemberAttribute::get_MappedType()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* XmlTypeMapMemberAttribute_get_MappedType_mD2DBE6E539F3B9A6F922C1DD37084DCDACE07025_inline (XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* __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.String System.Xml.Serialization.XmlSerializationWriterInterpreter::GetStringValue(System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.TypeData,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriterInterpreter_GetStringValue_m417BDD772C59AA1A72558744FD56E78C129E1DEE (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___typeMap0, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___type1, RuntimeObject* ___value2, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteAttribute(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteAttribute_mAA8601A17489000A033533611237057B779C91B1 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method) ;
// System.Collections.ICollection System.Xml.Serialization.ClassMap::get_ElementMembers()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* ClassMap_get_ElementMembers_m28BCFDC1D5FC50F910FBCF82D9C30472482A505D_inline (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method) ;
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7 (Type_t* ___left0, Type_t* ___right1, 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.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteMemberElement(System.Xml.Serialization.XmlTypeMapElementInfo,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteMemberElement_mB29A5B7EFEB7D6FE5CCDEDA132F923E79D6F5F43 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* ___elem0, RuntimeObject* ___memberValue1, const RuntimeMethod* method) ;
// System.Xml.Serialization.ListMap System.Xml.Serialization.XmlTypeMapMemberFlatList::get_ListMap()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* XmlTypeMapMemberFlatList_get_ListMap_mAAD12C509481E6855A9C4865874566320C256EBC_inline (XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteListContent(System.Object,System.Xml.Serialization.TypeData,System.Xml.Serialization.ListMap,System.Object,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteListContent_m134B4C06A45FA059536931340F9447EEBA4154E7 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, RuntimeObject* ___container0, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___listType1, ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* ___map2, RuntimeObject* ___ob3, StringBuilder_t* ___targetString4, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteAnyElementContent(System.Xml.Serialization.XmlTypeMapMemberAnyElement,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteAnyElementContent_m6FA0CBF4CCF97E36DE0A4C4AC4CF557A965A8823 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950* ___member0, RuntimeObject* ___memberValue1, const RuntimeMethod* method) ;
// 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* ___ob0, RuntimeObject* ___memberValue1, 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* ___message0, 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.Boolean System.Xml.Serialization.XmlTypeMapMember::get_IsOptionalValueType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMember_get_IsOptionalValueType_m21B5B22EAE095810603E2FE3CCD076B126272047 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Serialization.XmlTypeMapMember::GetValueSpecified(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTypeMapMember_GetValueSpecified_mC0FAFD520F9FE9A1DFAFFE40C0B1913CA83E3637 (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, RuntimeObject* ___ob0, 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.Type System.Enum::GetUnderlyingType(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Enum_GetUnderlyingType_m82EA340BC4D4652783F7D2408BF02A945F0F90DE (Type_t* ___enumType0, const RuntimeMethod* method) ;
// System.Object System.Convert::ChangeType(System.Object,System.Type,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Convert_ChangeType_m237EF4F56EC5DE52FCDAD2E27DEEEBB21549B1F4 (RuntimeObject* ___value0, Type_t* ___conversionType1, RuntimeObject* ___provider2, 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.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_WrappedElement()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_WrappedElement_m4A1874E9B5785B35A519EC5266425156A3B78468_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __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.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.Boolean System.Xml.Serialization.XmlTypeMapElementInfo::get_IsNullable()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapElementInfo_get_IsNullable_m5E6F72E9E7ADFA39100C6C0FFA1585BCDE4ACE75_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, 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.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WritePrimitiveValueLiteral(System.Object,System.String,System.String,System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.TypeData,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WritePrimitiveValueLiteral_m64F5EE0B8DF72D20007BEA801198FF8F8B381173 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, RuntimeObject* ___memberValue0, String_t* ___name1, String_t* ___ns2, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___mappedType3, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___typeData4, bool ___wrapped5, bool ___isNullable6, const RuntimeMethod* method) ;
// 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) ;
// 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.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WritePrimitiveValueEncoded(System.Object,System.String,System.String,System.Xml.XmlQualifiedName,System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.TypeData,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WritePrimitiveValueEncoded_m49AE009A4355CB956686487B0A6617B714D30723 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, RuntimeObject* ___memberValue0, String_t* ___name1, String_t* ___ns2, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___xsiType3, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___mappedType4, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___typeData5, bool ___wrapped6, bool ___isNullable7, 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.Void System.Xml.Serialization.XmlSerializationWriter::WriteReferencingElement(System.String,System.String,System.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteReferencingElement_m63BCDD79C5119664DA24591EA6620A14EBBC7251 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___n0, String_t* ___ns1, RuntimeObject* ___o2, bool ___isNullable3, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteSerializable(System.Xml.Serialization.IXmlSerializable,System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteSerializable_mBE2DC3FBAF8A1DA2921EE89701791176B63C40B9 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, RuntimeObject* ___serializable0, String_t* ___name1, String_t* ___ns2, bool ___isNullable3, const RuntimeMethod* method) ;
// System.Void System.NotSupportedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, String_t* ___message0, const RuntimeMethod* method) ;
// System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA (Type_t* __this, String_t* ___name0, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___types1, 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_m12A72321F9066269B34CD4062B224E1A20AC15EC (MethodInfo_t* ___left0, MethodInfo_t* ___right1, 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* ___obj0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___parameters1, const RuntimeMethod* method) ;
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5 (Type_t* ___left0, Type_t* ___right1, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteValue(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteValue_mFBAAF58EE4ECE002669126E42D9613880FA871A3 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableQualifiedNameLiteral(System.String,System.String,System.Xml.XmlQualifiedName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableQualifiedNameLiteral_mA36BA50DE0EECCF7D1D2C8683F84D7DB94D34CBC (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___name0, String_t* ___ns1, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___value2, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableStringLiteral(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableStringLiteral_m9E9A4BC99C000CCC14DFA45E91A01EEBACADE862 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___name0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementQualifiedName(System.String,System.String,System.Xml.XmlQualifiedName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementQualifiedName_mE0FE6CEB5D98A0B535C238812B64EB68C1F0933B (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___localName0, String_t* ___ns1, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___value2, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementString(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementString_m5B5F5B5F48FE69C157A86AEA91587F9A07EE3893 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableQualifiedNameEncoded(System.String,System.String,System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableQualifiedNameEncoded_mE37935A882D73CCE63E8C070C2291CCB3FA720B6 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___name0, String_t* ___ns1, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___value2, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___xsiType3, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteNullableStringEncoded(System.String,System.String,System.String,System.Xml.XmlQualifiedName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteNullableStringEncoded_m1129872B6401E60E8949119B9FA368F543FCC9B4 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___name0, String_t* ___ns1, String_t* ___value2, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___xsiType3, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementQualifiedName(System.String,System.String,System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementQualifiedName_m4C1FA2E99623FA45F267849A74C9A561CB7402E8 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___localName0, String_t* ___ns1, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___value2, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___xsiType3, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializationWriter::WriteElementString(System.String,System.String,System.String,System.Xml.XmlQualifiedName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriter_WriteElementString_m7F4678303C1631FCBE4B37FC404C838AF903F718 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___localName0, String_t* ___ns1, String_t* ___value2, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___xsiType3, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Serialization.XmlSerializationWriterInterpreter::GetListCount(System.Xml.Serialization.TypeData,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSerializationWriterInterpreter_GetListCount_m8FB8D13B1F87E95754A5CF8079D3DF2B9A46AE86 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___listType0, RuntimeObject* ___ob1, 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 ___itemCount0, String_t** ___localName1, String_t** ___ns2, const RuntimeMethod* method) ;
// System.String System.Xml.Serialization.XmlSerializationWriter::FromXmlQualifiedName(System.Xml.XmlQualifiedName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriter_FromXmlQualifiedName_m0025FF4410A037F0310220E2F36A1F55DD106829 (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___xmlQualifiedName0, const RuntimeMethod* method) ;
// System.Object System.Array::GetValue(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21 (RuntimeArray* __this, int32_t ___index0, const RuntimeMethod* method) ;
// 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* ___ob0, int32_t ___index1, RuntimeObject* ___memberValue2, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Int32 System.Array::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57 (RuntimeArray* __this, const RuntimeMethod* method) ;
// System.Reflection.PropertyInfo System.Type::GetProperty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t* Type_GetProperty_mD183124FC8A89121E8368058B327A7750B14281D (Type_t* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Reflection.PropertyInfo System.Xml.Serialization.TypeData::GetIndexerProperty(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PropertyInfo_t* TypeData_GetIndexerProperty_mA468C052D626D571952057E2FB4F41AB9BB8E3AE (Type_t* ___collectionType0, 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* ___message0, const RuntimeMethod* method) ;
// System.Collections.IEnumerator System.Array::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Array_GetEnumerator_mDB7E2AF23F2BDC715D429C71CA3B8D0151F0DC1E (RuntimeArray* __this, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30 (String_t* ___format0, RuntimeObject* ___arg01, const RuntimeMethod* method) ;
// 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* ___name0, String_t* ___ns1, const RuntimeMethod* method) ;
// System.Exception System.Xml.Serialization.XmlSerializationWriter::CreateUnknownAnyElementException(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlSerializationWriter_CreateUnknownAnyElementException_m10C764FCEE6FF3DDA1C9A17D7593D8DE7454417B (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method) ;
// System.String System.Xml.Serialization.XmlSerializationWriterInterpreter::GetEnumXmlValue(System.Xml.Serialization.XmlTypeMapping,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriterInterpreter_GetEnumXmlValue_m6990DBD6D109E4EF5947900DCBCAEFAD60CCE88F (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___typeMap0, RuntimeObject* ___ob1, 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::Trim()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5 (String_t* __this, const RuntimeMethod* method) ;
// System.String System.Xml.Serialization.XmlCustomFormatter::ToXmlString(System.Xml.Serialization.TypeData,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlCustomFormatter_ToXmlString_m8B314E13C0DF5676C6D9516F1DB34518106A394D (TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___type0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// 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) ;
// 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* ___typeName0, RuntimeObject* ___enumValue1, 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_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0 (String_t* ___a0, String_t* ___b1, 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* ___type0, XmlAttributeOverrides_tEE6AE9EC795CDEF943B35BA538C86222F905EB60* ___overrides1, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___extraTypes2, XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* ___root3, String_t* ___defaultNamespace4, const RuntimeMethod* method) ;
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___paramName0, const RuntimeMethod* method) ;
// System.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* ___attributeOverrides0, String_t* ___defaultNamespace1, 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* ___type0, 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* ___type0, XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* ___root1, String_t* ___defaultNamespace2, 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* ___sender0, XmlAttributeEventArgs_tE2113D9D778F9CC7EBD3D619A0342DB8C9CC7897* ___e1, 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* ___sender0, XmlElementEventArgs_t415AB97F2EC45400E0E5FD5DCEE66D2FC4912036* ___e1, 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* ___sender0, XmlNodeEventArgs_tD4D3A349309C779296ED1395F49A9D4793D2E21D* ___e1, 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* ___sender0, UnreferencedObjectEventArgs_tA88A95B9F0BE849323A166089D04903D288C5760* ___e1, 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.Stream)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReader__ctor_m45B72D41BD62F0D300A832BACFC7B9209FD80ABA (XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___input0, 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 ___value0, 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 ___value0, 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* ___xmlReader0, 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* ___input0, 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* ___typeMapping0, 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* ___reader0, XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* ___eventSource1, 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.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* ___message0, Exception_t* ___innerException1, 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* ___ob0, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_Serialize_m70829393FACA97A9ABEF62D278347E99A7083C90 (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream0, RuntimeObject* ___o1, XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* ___namespaces2, 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* ___w0, 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 ___value0, 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* ___xmlWriter0, RuntimeObject* ___o1, XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* ___namespaces2, const RuntimeMethod* method) ;
// System.Text.Encoding System.Text.Encoding::get_UTF8()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Encoding_get_UTF8_m9700ADA8E0F244002B2A89B483F1B2133B8FE336 (const RuntimeMethod* method) ;
// System.Void System.Xml.XmlTextWriter::.ctor(System.IO.Stream,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextWriter__ctor_mE517E25568C01F1EE34A2AC1C1A9E7C9F53B59E3 (XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___w0, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___encoding1, 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* ___typeMapping0, 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* ___prefix0, String_t* ___ns1, 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* ___writer0, XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* ___nss1, const RuntimeMethod* method) ;
// System.Void System.Threading.Monitor::Exit(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9 (RuntimeObject* ___obj0, const RuntimeMethod* method) ;
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4 (RuntimeObject* ___obj0, bool* ___lockTaken1, 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* ___typeMap0, 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* ___typeMap0, const RuntimeMethod* method) ;
// System.Object System.Activator::CreateInstance(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Activator_CreateInstance_m0A28F274256F1444949E372089034D9FB66FBD67 (Type_t* ___type0, const RuntimeMethod* method) ;
// System.Xml.Serialization.XmlSerializer System.Xml.Serialization.XmlSerializerFactory::CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* XmlSerializerFactory_CreateSerializer_m196E45D3FA0AE356908D5295F7371878ADB0A907 (XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1* __this, Type_t* ___type0, XmlAttributeOverrides_tEE6AE9EC795CDEF943B35BA538C86222F905EB60* ___overrides1, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___extraTypes2, XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* ___root3, String_t* ___defaultNamespace4, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.XmlTypeSerializationSource::.ctor(System.Type,System.Xml.Serialization.XmlRootAttribute,System.Xml.Serialization.XmlAttributeOverrides,System.String,System.Type[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeSerializationSource__ctor_m34EF43265E5E8713A8F92E7DFEA6112615904CDC (XmlTypeSerializationSource_tE995CC9E60F76C0EDAC4CFAA7808ACCEF4225984* __this, Type_t* ___type0, XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* ___root1, XmlAttributeOverrides_tEE6AE9EC795CDEF943B35BA538C86222F905EB60* ___attributeOverrides2, String_t* ___namspace3, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___includedTypes4, const RuntimeMethod* method) ;
// System.Xml.Serialization.XmlMapping System.Xml.Serialization.XmlSerializer::get_Mapping()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* XmlSerializer_get_Mapping_mF9907A88C9DE4C5C31ACD6804471760CBD17B84B_inline (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, const RuntimeMethod* method) ;
// System.Xml.Serialization.SerializationSource System.Xml.Serialization.XmlMapping::get_Source()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SerializationSource_t2F3A53A0FFC7BF8994CF332961FD3C0671E4A58C* XmlMapping_get_Source_mE7270AE0C3619E1C39600FDE01BC069D94BB6652_inline (XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* __this, 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.Void System.Attribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2 (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.KeyHelper::AddField(System.Text.StringBuilder,System.Int32,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHelper_AddField_m017BF19230CC3E3D4ABCCE764A6D36E8A46C89EC (StringBuilder_t* ___sb0, int32_t ___n1, Type_t* ___val2, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.KeyHelper::AddField(System.Text.StringBuilder,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHelper_AddField_m7FBCB60FFE5B03A61F8FAE2B24D09CD420CD8AC8 (StringBuilder_t* ___sb0, int32_t ___n1, String_t* ___val2, const RuntimeMethod* method) ;
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___value0, const RuntimeMethod* method) ;
// System.Void System.Xml.Serialization.KeyHelper::AddField(System.Text.StringBuilder,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyHelper_AddField_m05DAFC613D00E974A5636802A18C481C54822061 (StringBuilder_t* ___sb0, int32_t ___n1, bool ___val2, 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.TypeData::get_XmlType()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* TypeData_get_XmlType_m06749C1B19C57EB8649CBCD9B106C014DF511453_inline (TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* __this, 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* ___value0, 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* ___value0, 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_mC84CB437307290FFFE8DE527230A88F2D9CC27D0 (MemberInfo_t* ___left0, MemberInfo_t* ___right1, 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* ___type0, 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** ___value0, 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* ___obj0, RuntimeObject* ___value1, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D (String_t* ___str00, String_t* ___str11, 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* ___name0, int32_t ___bindingAttr1, Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___binder2, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___types3, ParameterModifierU5BU5D_t685261AD991B1E6582A0E53243DEE3B745E13364* ___modifiers4, 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_m76AD9C2DE1B6023735BDA8230E33201AAC626DB2 (MemberInfo_t* ___left0, MemberInfo_t* ___right1, 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 ___value0, 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_m957C5920222D46685D4DA8827FF40B26C8D14C9B (RuntimeObject* ___ob0, String_t* ___name1, 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.Void System.Xml.Serialization.XmlTypeMapMember::SetValue(System.Object,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeMapMember_SetValue_m163DA4E73791FCAE462A497BF2A0224A7775B629 (RuntimeObject* ___ob0, String_t* ___name1, RuntimeObject* ___value2, 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.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.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* ___elementName0, String_t* ___ns1, 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.Boolean System.Xml.XmlQualifiedName::op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Inequality_m7327D765A1501F12E33F29BBAFAF4AFAAB3AA8B8 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___a0, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___b1, 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* ___elementName0, String_t* ___ns1, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___typeData2, String_t* ___xmlType3, String_t* ___xmlTypeNamespace4, const RuntimeMethod* method) ;
// System.Attribute System.Attribute::GetCustomAttribute(System.Reflection.MemberInfo,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* Attribute_GetCustomAttribute_mF9CB9F03A29701923B68556A396459E8FBEAE6B0 (MemberInfo_t* ___element0, Type_t* ___attributeType1, 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 ___value0, 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* ___name0, int32_t ___bindingAttr1, 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_m3F6B020142F59A9A1549CEB6C7A43798FBA18BEB (MethodInfo_t* ___left0, MethodInfo_t* ___right1, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m9499958F4B0BB6089C75760AB647AB3CA4D55806 (String_t* ___format0, RuntimeObject* ___arg01, RuntimeObject* ___arg12, 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.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* ___qname0, 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* ___value0, 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* ___value0, 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* ___schemas0, int32_t ___index1, const RuntimeMethod* method) ;
// System.Object System.Activator::CreateInstance(System.Type,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Activator_CreateInstance_m2767C14E0050C13BDB2732D7223FE17A9FA0F61A (Type_t* ___type0, bool ___nonPublic1, 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_m9B13B47FCB3DF61144D9647DDA05F527377251B0 (String_t* ___str00, String_t* ___str11, String_t* ___str22, 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 ___value0, 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.ClassMap::BuildKey(System.String,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ClassMap_BuildKey_m8B51C41F6F666CBAB211F3885269AF8D66371054 (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, String_t* ___name0, String_t* ___ns1, int32_t ___explicitOrder2, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0 (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___values0, 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 ___value0, 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* ___member0, 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.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.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 ___value0, 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_mF8B69BE42B5C5ABCAD3C176FBBE3010E0815D65D (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, 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 ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01*, bool, const RuntimeMethod*))Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_gshared)(__this, ___value0, 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.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.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_m43D1E4E50AB1F62ADC7C1884F28F918B53871522 (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_m6B1BC1859F10CDB1C04A13AB2CCFB37CD0D80D18 (int64_t ___value0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___values1, Int64U5BU5D_tAEDFCBDB5414E2A140A6F34C0538BF97FCF67A1D* ___ids2, String_t* ___typeName3, 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_m69D52D3917F3D1BAC76B506B9BAA68A41B483DEF (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject* ___arg02, RuntimeObject* ___arg13, 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* ___separator0, 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.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_ProhibitDefaultUrlResolver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_ProhibitDefaultUrlResolver_m22E5E50B536E3F9F7AE02CEA4581B1872DE5E606 (const RuntimeMethod* method) ;
// System.Void System.Xml.XmlUrlResolver::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUrlResolver__ctor_m2BF23C41038D2825C0854A4C01DCE078E171A7BB (XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Xsl.Runtime.StringConcat::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringConcat_Clear_m0031C7E309300FC0D9CAD0821F1E9966E8095439 (StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Xsl.Runtime.StringConcat::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t StringConcat_get_Count_mDCCC5B17A9A44FD12C76AAB3429C50663D243BDC_inline (StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9* __this, const RuntimeMethod* method) ;
// T[] System.Collections.Generic.List`1<System.String>::ToArray()
inline StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
{
return (( StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1_ToArray_mD7E4F8E7C11C3C67CB5739FCC0A6E86106A6291F_gshared)(__this, method);
}
// System.String System.Xml.Xsl.Runtime.StringConcat::GetResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringConcat_GetResult_mE64A54D6A86088207D9DD7FF3E44728B139A2F05 (StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.String>::get_Count()
inline int32_t List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::.ctor(System.Int32)
inline void List_1__ctor_m1A062F45FE926079CE2D4FD38A3BF15F7AEB89AF (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, int32_t, const RuntimeMethod*))List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared)(__this, ___capacity0, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::Add(T)
inline void List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* __this, String_t* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*, String_t*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___item0, method);
}
// System.Void System.Xml.Xsl.Runtime.StringConcat::ConcatNoDelimiter(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringConcat_ConcatNoDelimiter_mA0E6ECB03B5D0C889C3CF673D27F2111ABD68C9C (StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9* __this, String_t* ___s0, const RuntimeMethod* method) ;
// MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.Axis::get_Input()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.DoubleLinkAxis System.Xml.Schema.ForwardAxis::get_RootNode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* ForwardAxis_get_RootNode_m28B8A5AB9B1A7173098C947D34A980BA6CE745FD_inline (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* __this, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.ForwardAxis::get_IsDss()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ForwardAxis_get_IsDss_m72FC07E424DD9D1659BFAA06BEBB2412DB9E2F93_inline (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* __this, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.Asttree::IsAttribute(MS.Internal.Xml.XPath.Axis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Asttree_IsAttribute_mAF1ECB8169FAE04CD8AE24B6E73BF115E3F51B95 (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* ___ast0, const RuntimeMethod* method) ;
// System.String MS.Internal.Xml.XPath.Axis::get_Name()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Axis_get_Name_mCC800C219DC94CAF6906C947DBC0B6A0E8049FE5_inline (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method) ;
// System.String MS.Internal.Xml.XPath.Axis::get_Urn()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Axis_get_Urn_mA18C3D405806C8A0DA8FFE9094515B7B8FD22C40_inline (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.AxisStack::Equal(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AxisStack_Equal_m824B693268D3005B6FFA6BB6C21FD7B35C31B7BF (String_t* ___thisname0, String_t* ___thisURN1, String_t* ___name2, String_t* ___URN3, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.AxisElement::SetDepth(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisElement_SetDepth_mCF15226E25A990EDC32C01E75BDE5359257DC624 (AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5* __this, int32_t ___depth0, const RuntimeMethod* method) ;
// System.Xml.Schema.DoubleLinkAxis System.Xml.Schema.ForwardAxis::get_TopNode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* ForwardAxis_get_TopNode_m081D8D8DC8E691443C7AFC782365A3797BC479C3_inline (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* __this, const RuntimeMethod* method) ;
// MS.Internal.Xml.XPath.Axis System.Xml.Schema.DoubleLinkAxis::get_Next()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* DoubleLinkAxis_get_Next_m3F352B2F887E003F54F272E1833B59BB7B2B1C4B_inline (DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.AxisStack::Push(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisStack_Push_m2E7A4568AD99B69059B6EB7936A06257BA4325F4 (AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* __this, int32_t ___depth0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.AxisElement::.ctor(System.Xml.Schema.DoubleLinkAxis,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisElement__ctor_mAC69681E75C3A4EBFADFF12D9B1EAAB7248F661E (AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5* __this, DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* ___node0, int32_t ___depth1, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.AxisStack::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AxisStack_get_Length_m23232CFF7568888717A9D42BFD77FD362C596260 (AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* __this, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.ForwardAxis::get_IsSelfAxis()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ForwardAxis_get_IsSelfAxis_m3BA92E6A7040119652EE11ED9E1078675FC3B309_inline (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.AxisElement::MoveToParent(System.Int32,System.Xml.Schema.ForwardAxis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisElement_MoveToParent_mD233D5C351A7B58D1F95B7464251ABE887BAFC66 (AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5* __this, int32_t ___depth0, ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* ___parent1, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.AxisStack::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisStack_Pop_mE1E0F212EE7DFBD9AC24CEFB6D6A3E884A8622FF (AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* __this, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.AxisElement::MoveToChild(System.String,System.String,System.Int32,System.Xml.Schema.ForwardAxis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AxisElement_MoveToChild_mB3A48414F05933670B6E32D116A4D257FE9ECB16 (AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5* __this, String_t* ___name0, String_t* ___URN1, int32_t ___depth2, ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* ___parent3, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.ForwardAxis::get_IsAttribute()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ForwardAxis_get_IsAttribute_mD000ED3F7F6995BCB54D45958538C2E638AEEB73_inline (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.DoubleLinkAxis System.Xml.Schema.AxisElement::get_CurNode()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* AxisElement_get_CurNode_m4561E232A7F554E5EC91C78BDE9D5DE0D6FDC417_inline (AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5* __this, const RuntimeMethod* method) ;
// System.Collections.ArrayList System.Xml.Schema.Asttree::get_SubtreeArray()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* Asttree_get_SubtreeArray_m46C9A6B0D7125E53E4179076DA369F9AE23D567F_inline (Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.ArrayList::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m4637812384C075439BB17EEC1C2DF802BD41EBD0 (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* __this, int32_t ___capacity0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.AxisStack::.ctor(System.Xml.Schema.ForwardAxis,System.Xml.Schema.ActiveAxis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisStack__ctor_m92DAD3C880C9EDF2B8B55B7D65CC31C9D02F887C (AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* __this, ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* ___faxis0, ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB* ___parent1, const RuntimeMethod* method) ;
// System.Xml.Schema.ForwardAxis System.Xml.Schema.AxisStack::get_Subtree()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* AxisStack_get_Subtree_m1A81CC8CB9EB650E885141169A7C913F8D6FF716_inline (AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.ActiveAxis::get_CurrentDepth()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActiveAxis_get_CurrentDepth_m2DD04D34A2ED3AABBCA3EDF1B763D925B2FDBD9A_inline (ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB* __this, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.AxisStack::MoveToChild(System.String,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AxisStack_MoveToChild_m30EEBDFDFDF16E035A4B6EB94B6AD327435D0178 (AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* __this, String_t* ___name0, String_t* ___URN1, int32_t ___depth2, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.AxisStack::MoveToParent(System.String,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisStack_MoveToParent_m56B913D76D006E21C6E7F059713C0A1C8BCC44F2 (AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* __this, String_t* ___name0, String_t* ___URN1, int32_t ___depth2, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.AxisStack::MoveToAttribute(System.String,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AxisStack_MoveToAttribute_m1CEA2632C57929907183262382354B26012ABF97 (AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* __this, String_t* ___name0, String_t* ___URN1, int32_t ___depth2, const RuntimeMethod* method) ;
// MS.Internal.Xml.XPath.Axis/AxisType MS.Internal.Xml.XPath.Axis::get_TypeOfAxis()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Axis_get_TypeOfAxis_mC937F7732888322E11D54B66E3D3013B81129018_inline (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method) ;
// System.String MS.Internal.Xml.XPath.Axis::get_Prefix()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Axis_get_Prefix_m64A07B240D8808DF74C748508FAB4792F78777E9_inline (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method) ;
// System.Xml.XPath.XPathNodeType MS.Internal.Xml.XPath.Axis::get_NodeType()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Axis_get_NodeType_m21DA32058DCC597CF78661C788B713EB0B05E98C_inline (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.Axis::.ctor(MS.Internal.Xml.XPath.Axis/AxisType,MS.Internal.Xml.XPath.AstNode,System.String,System.String,System.Xml.XPath.XPathNodeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Axis__ctor_m2704C3CF26377CC587654EC9DFEAFE3A5A964CD4 (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, int32_t ___axisType0, AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* ___input1, String_t* ___prefix2, String_t* ___name3, int32_t ___nodetype4, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.Axis::set_Urn(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Axis_set_Urn_m30F7E83893EDC06159E1411E2C9877EF12C4B8DD_inline (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Boolean MS.Internal.Xml.XPath.Axis::get_AbbrAxis()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Axis_get_AbbrAxis_m39030C864BA056B033F68DA0D202E4E9D90EDEA7_inline (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.DoubleLinkAxis::set_Next(MS.Internal.Xml.XPath.Axis)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DoubleLinkAxis_set_Next_mF43EF6DCE6465692D1583FCE991C5CEE14F7D6B4_inline (DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* __this, Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* ___value0, const RuntimeMethod* method) ;
// System.Xml.Schema.DoubleLinkAxis System.Xml.Schema.DoubleLinkAxis::ConvertTree(MS.Internal.Xml.XPath.Axis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* DoubleLinkAxis_ConvertTree_mBE012FE0A100183ECD5DDC9B27AF7209A432889C (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* ___axis0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.DoubleLinkAxis::.ctor(MS.Internal.Xml.XPath.Axis,System.Xml.Schema.DoubleLinkAxis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoubleLinkAxis__ctor_m62ACC8B5BC38C4DAB0214D2323D2B15575BBF07A (DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* __this, Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* ___axis0, DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* ___inputaxis1, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.Asttree::IsSelf(MS.Internal.Xml.XPath.Axis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Asttree_IsSelf_m309401C42C71FE09F16E2284689FD79558432016 (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* ___ast0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.Asttree::CompileXPath(System.String,System.Boolean,System.Xml.XmlNamespaceManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asttree_CompileXPath_m50156E3710724FFAE37CA5B2DCDE661C1E63A6D2 (Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* __this, String_t* ___xPath0, bool ___isField1, XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* ___nsmgr2, 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* ___res0, String_t* ___arg1, const RuntimeMethod* method) ;
// System.String[] System.String::Split(System.Char,System.StringSplitOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4 (String_t* __this, Il2CppChar ___separator0, int32_t ___options1, const RuntimeMethod* method) ;
// MS.Internal.Xml.XPath.AstNode MS.Internal.Xml.XPath.XPathParser::ParseXPathExpression(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* XPathParser_ParseXPathExpression_m0C57CB18F94D84EDC9CDCAD7D2EBDD9A391D7DCC (String_t* ___xpathExpression0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.Asttree::SetURN(MS.Internal.Xml.XPath.Axis,System.Xml.XmlNamespaceManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asttree_SetURN_m2D0FB4246346FFADD7E02AD19828A0711EEF9AD6 (Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* __this, Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* ___axis0, XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* ___nsmgr1, const RuntimeMethod* method) ;
// System.Void MS.Internal.Xml.XPath.Axis::set_Input(MS.Internal.Xml.XPath.AstNode)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Axis_set_Input_mB9295510E3D476008FE9DC8AF978932A2CCC4CB7_inline (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* ___value0, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.Asttree::IsNameTest(MS.Internal.Xml.XPath.Axis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Asttree_IsNameTest_m56D9060B96089F042118A7D519657CEA35A50BCD (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* ___ast0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.ForwardAxis::.ctor(System.Xml.Schema.DoubleLinkAxis,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardAxis__ctor_m8F75B7FEFCA63B4BEEA1760E86D0F0DE4B8F4E3D (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* __this, DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* ___axis0, bool ___isdesorself1, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.Asttree::IsDescendantOrSelf(MS.Internal.Xml.XPath.Axis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Asttree_IsDescendantOrSelf_mF30C3812F8786C1A1D978E6B44A9120FADC28989 (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* ___ast0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.BaseValidator::.ctor(System.Xml.XmlValidatingReaderImpl,System.Xml.Schema.XmlSchemaCollection,System.Xml.IValidationEventHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator__ctor_m20211D6CCF6743C8868B2AAC093752B0E83FFB7A (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___reader0, XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* ___schemaCollection1, RuntimeObject* ___eventHandling2, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.SchemaInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaInfo__ctor_mF2778D9A328648120368A2B00DC41949E52E0963 (SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* __this, const RuntimeMethod* method) ;
// System.Xml.ValidationType System.Xml.Schema.AutoValidator::DetectValidationType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AutoValidator_DetectValidationType_mC6A3C3BF4BD99793A8A9592943FF65EDDD2CF88F (AutoValidator_tB9124731360C241CDA4B884EA1F3C49883BFBE96* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XdrValidator::.ctor(System.Xml.Schema.BaseValidator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XdrValidator__ctor_m4EA7ACDC5D25722976FCC2591DCA9C70638F4F44 (XdrValidator_tBADFD559B77D01B44BAD5AC98FC22733FEA837F9* __this, BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* ___validator0, const RuntimeMethod* method) ;
// System.Void System.Xml.XmlValidatingReaderImpl::set_Validator(System.Xml.Schema.BaseValidator)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_set_Validator_m70253B3ADBC097BB9213ABC9C6DE0446EA658D07_inline (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* ___value0, const RuntimeMethod* method) ;
// System.Xml.Schema.BaseValidator System.Xml.XmlValidatingReaderImpl::get_Validator()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* XmlValidatingReaderImpl_get_Validator_m14576660E175E35CFBDF67B7BDC238581B02978B_inline (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XsdValidator::.ctor(System.Xml.Schema.BaseValidator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdValidator__ctor_mF4CB64D94F8D9FC9E4D9AA8D0E6B7DE72ECF514C (XsdValidator_tB19DA1D1C5635D0E92D22A2F152363C05AED13F6* __this, BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* ___validator0, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaCollection System.Xml.XmlValidatingReaderImpl::get_Schemas()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* XmlValidatingReaderImpl_get_Schemas_m09AA0952FA965FBB205AE3DA5766D8DC0CD24ED0_inline (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XmlSchemaCollection::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaCollection_get_Count_m23A2AE2A0956443E10E3F227D6BDC6ED70263B03 (XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaCollectionEnumerator System.Xml.Schema.XmlSchemaCollection::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaCollectionEnumerator_t19B0C68F9687B1D44D002FC683586DF8A861F7EB* XmlSchemaCollection_GetEnumerator_m4AF21E43AF64F340F4004708237ED3B55FB82D29 (XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaCollectionNode System.Xml.Schema.XmlSchemaCollectionEnumerator::get_CurrentNode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaCollectionNode_t234928AAC72E6433960EC2DBE5E4DB8852575E17* XmlSchemaCollectionEnumerator_get_CurrentNode_mB586CDB9E9211C785FB18E04F75C8B878186240A (XmlSchemaCollectionEnumerator_t19B0C68F9687B1D44D002FC683586DF8A861F7EB* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.SchemaInfo System.Xml.Schema.XmlSchemaCollectionNode::get_SchemaInfo()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* XmlSchemaCollectionNode_get_SchemaInfo_mA4E705B6EEC7EBEE71DFBA0153E97AA4D0BFA981_inline (XmlSchemaCollectionNode_t234928AAC72E6433960EC2DBE5E4DB8852575E17* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.SchemaType System.Xml.Schema.SchemaInfo::get_SchemaType()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaInfo_get_SchemaType_m44BE9221A63C4D13AE45A2054A875B533518B0FC_inline (SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* __this, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.XmlSchemaCollectionEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSchemaCollectionEnumerator_MoveNext_m1739CB07D167D78D8C1EE3DE63626D7E3E5E6B51 (XmlSchemaCollectionEnumerator_t19B0C68F9687B1D44D002FC683586DF8A861F7EB* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.SchemaNames System.Xml.Schema.BaseValidator::get_SchemaNames()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* BaseValidator_get_SchemaNames_m349912EABFA59AE399C537F4266DD272DB02D8C9 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.SchemaType System.Xml.Schema.SchemaNames::SchemaTypeFromRoot(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SchemaNames_SchemaTypeFromRoot_mD1583A1C180B47EEC8CD3209C764E6E55F6B48E6 (SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* __this, String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Ref::Equal(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ref_Equal_m91CE186A8D713DBCF387B2A4AA83138704C7B8B1 (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.XdrBuilder::IsXdrSchema(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XdrBuilder_IsXdrSchema_mAA536BA8830D3D5E1DB0CAAEBFE1CBDD3344FC1B (String_t* ___uri0, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaDatatype::FromXdrName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* XmlSchemaDatatype_FromXdrName_m828F85861AA1DD145E73A73F55A0267261E8A5F3 (String_t* ___name0, const RuntimeMethod* method) ;
// System.Void System.Xml.XmlValidatingReaderImpl::set_SchemaTypeObject(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_set_SchemaTypeObject_mCAB4AC252A3858BC3E87F13974542BCBA7FD10EB (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, RuntimeObject* ___value0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlSchemaCompilationSettings::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaCompilationSettings__ctor_m1B6F7BA2DCB29C447A9C1F29E68977E56325432C (XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.BaseProcessor::.ctor(System.Xml.XmlNameTable,System.Xml.Schema.SchemaNames,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchemaCompilationSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseProcessor__ctor_m9C833991265C8FDF3A2960461ED204F57913BE85 (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable0, SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* ___schemaNames1, ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___eventHandler2, XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C* ___compilationSettings3, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.SchemaNames::.ctor(System.Xml.XmlNameTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaNames__ctor_m540A61CE1A638A0C32467AF7428CC3592EAF0469 (SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* __this, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable0, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectTable::get_Item(System.Xml.XmlQualifiedName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* XmlSchemaObjectTable_get_Item_m17BFE77918D068444887056CD91AB14CBA8F694B (XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___name0, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchema System.Xml.Schema.Preprocessor::GetBuildInSchema()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* Preprocessor_GetBuildInSchema_mBA1E8838E5869ACAFC005C2367B9BA40E9216D9F (const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_AttributeGroups()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* XmlSchema_get_AttributeGroups_m6429F370FCF41252A6E2913D9C74A289A2CF1F17 (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlSchemaObjectTable::Insert(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObjectTable_Insert_mBA3E6DE3C077F2BE16A5584128C0B06F59894A50 (XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___name0, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___value1, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.BaseProcessor::IsValidAttributeGroupRedefine(System.Xml.Schema.XmlSchemaObject,System.Xml.Schema.XmlSchemaObject,System.Xml.Schema.XmlSchemaObjectTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseProcessor_IsValidAttributeGroupRedefine_m17EF0FBD045A76EB3B42C2818FBBDF18CCFC3C6A (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___existingObject0, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___item1, XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___table2, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchema::get_Attributes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* XmlSchema_get_Attributes_mD0A49AD62F7EA7367FDBA13C5C46BB8F1A0CC038 (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.BaseProcessor::IsValidTypeRedefine(System.Xml.Schema.XmlSchemaObject,System.Xml.Schema.XmlSchemaObject,System.Xml.Schema.XmlSchemaObjectTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseProcessor_IsValidTypeRedefine_mCCA99929A0204489861C5915DB1DCCA3407DFEA9 (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___existingObject0, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___item1, XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___table2, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.BaseProcessor::IsValidGroupRedefine(System.Xml.Schema.XmlSchemaObject,System.Xml.Schema.XmlSchemaObject,System.Xml.Schema.XmlSchemaObjectTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseProcessor_IsValidGroupRedefine_mEF25E4EBCADA35E2EEA657860FE3FA3519E77EA2 (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___existingObject0, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___item1, XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___table2, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.BaseProcessor::SendValidationEvent(System.String,System.String,System.Xml.Schema.XmlSchemaObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseProcessor_SendValidationEvent_m5AFB3BDEF0C995DEF007330394CD88C13B50EDF6 (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, String_t* ___code0, String_t* ___msg1, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___source2, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlSchemaObjectTable::Add(System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaObjectTable_Add_m4A2B188A8C52A0BBE8E6B9BF917E7983FD383719 (XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___name0, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___value1, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaAttributeGroup System.Xml.Schema.XmlSchemaAttributeGroup::get_Redefined()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* XmlSchemaAttributeGroup_get_Redefined_mB3E01A8115441BA8B86EAAF1DED7AF15E12AB1BA_inline (XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaAttributeGroup::get_AttributeUses()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* XmlSchemaAttributeGroup_get_AttributeUses_m9D05E0010FBFA83032E41EA10D2BFD8976C04288 (XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XmlSchemaObjectTable::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSchemaObjectTable_get_Count_m68B3B75A747E8830F096531551DB1F0BF8D9EF83 (XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* __this, const RuntimeMethod* method) ;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttributeGroup::get_QualifiedName()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaAttributeGroup_get_QualifiedName_m4008432A607D33D2439498137F49361C2522F7C8_inline (XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaGroup System.Xml.Schema.XmlSchemaGroup::get_Redefined()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* XmlSchemaGroup_get_Redefined_m898BBEF082EFF82AA34B65DB2EEBCF3FD3EF59AC_inline (XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaParticle System.Xml.Schema.XmlSchemaGroup::get_CanonicalParticle()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* XmlSchemaGroup_get_CanonicalParticle_mB7FE83F77B8ED2E080D9BCF47C410899932EDE2B_inline (XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* __this, const RuntimeMethod* method) ;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaGroup::get_QualifiedName()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaGroup_get_QualifiedName_mB6B42553E4E8CFC086481D34BC406BFA00A845F2_inline (XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::get_Redefined()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* XmlSchemaType_get_Redefined_m4DC8B95041329694AAA93F55F7FF7166F5784C8A_inline (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, 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.XmlSchemaException::.ctor(System.String,System.Xml.Schema.XmlSchemaObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34 (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* __this, String_t* ___res0, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___source1, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.BaseProcessor::SendValidationEvent(System.Xml.Schema.XmlSchemaException,System.Xml.Schema.XmlSeverityType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseProcessor_SendValidationEvent_m097302F881FE5C289BE0F38551B3DCEF0986894F (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* ___e0, int32_t ___severity1, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String,System.Xml.Schema.XmlSchemaObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mEBB11FA07F979D8E2FFEA6F15F363DE6ECD4EAE2 (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* __this, String_t* ___res0, String_t* ___arg1, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___source2, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String[],System.Xml.Schema.XmlSchemaObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mD012F9D7FC57019E8101830C66CF7CFA6E96B2E0 (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* __this, String_t* ___res0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args1, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___source2, const RuntimeMethod* method) ;
// System.String System.Xml.Schema.XmlSchemaObject::get_SourceUri()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaObject_get_SourceUri_m5EC9BEAB2167AF995D1D6DD8B441420520D392F6_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XmlSchemaObject::get_LineNumber()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchemaObject_get_LineNumber_m0E85AE355678B38A3BC1390D26312B4093845724_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.XmlSchemaObject::get_LinePosition()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchemaObject_get_LinePosition_m6464E9E3F6D65D40317812043FFA54EA5F346FF8_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __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* ___res0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args1, Exception_t* ___innerException2, String_t* ___sourceUri3, int32_t ___lineNumber4, int32_t ___linePosition5, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___source6, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String[],System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m1963EB8D54ED009EBD081E962B5F00813C9D8CAD (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* __this, String_t* ___res0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args1, String_t* ___sourceUri2, int32_t ___lineNumber3, int32_t ___linePosition4, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.ValidationEventArgs::.ctor(System.Xml.Schema.XmlSchemaException,System.Xml.Schema.XmlSeverityType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationEventArgs__ctor_m8A0548B9124D82CD04A6E4C26CEE18443C47DDF9 (ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830* __this, XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* ___ex0, int32_t ___severity1, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.ValidationEventHandler::Invoke(System.Object,System.Xml.Schema.ValidationEventArgs)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValidationEventHandler_Invoke_m585F7368113F5FDF31F3C7C9C5B7F520CE46481B_inline (ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* __this, RuntimeObject* ___sender0, ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830* ___e1, const RuntimeMethod* method) ;
// System.Xml.PositionInfo System.Xml.PositionInfo::GetPositionInfo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* PositionInfo_GetPositionInfo_mBE513E266ACFBCBDE780ED61BF7571F872036A56 (RuntimeObject* ___o0, const RuntimeMethod* method) ;
// System.Void System.Xml.XmlQualifiedName::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_mD1D3B6997D1B544D421B704520AD12E4C120D634 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.SchemaNames System.Xml.Schema.XmlSchemaCollection::GetSchemaNames(System.Xml.XmlNameTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* XmlSchemaCollection_GetSchemaNames_m10E36C9784441E781A936BEFF36F2659EC8790BA (XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* __this, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nt0, const RuntimeMethod* method) ;
// System.Void System.Xml.XmlException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method) ;
// System.String System.Xml.Schema.XmlSchemaValidator::QNameString(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaValidator_QNameString_m4EFD07552618095F64CAF2943BC83D8AB4796819 (String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.BaseValidator::SendValidationEvent(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_SendValidationEvent_m74FFC1AC1837B20F3528352EB1C944AF9692460E (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, String_t* ___code0, String_t* ___arg1, const RuntimeMethod* method) ;
// System.Xml.Schema.ContentValidator System.Xml.Schema.SchemaElementDecl::get_ContentValidator()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* SchemaElementDecl_get_ContentValidator_m687E7878F142CFC03B5D7B4FFD6FE1F4AE6526E1_inline (SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* __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.String System.Xml.Schema.XmlSchemaValidator::BuildElementName(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaValidator_BuildElementName_m952708980F0CCDE20590B9C2B4F351C080AAAA97 (String_t* ___localName0, String_t* ___ns1, const RuntimeMethod* method) ;
// System.String System.Xml.Schema.XmlSchemaValidator::PrintExpectedElements(System.Collections.ArrayList,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSchemaValidator_PrintExpectedElements_m0A79DDBEF9DBFE6D4D579697F37BFC99E5963584 (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___expected0, bool ___getParticles1, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.BaseValidator::SendValidationEvent(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_SendValidationEvent_mDB46F72A815EA7EF1C85A46CB19439D3F6FA3D48 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, String_t* ___code0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args1, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.BaseValidator::SaveTextValue(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_SaveTextValue_m36E3517AAF3D79D5315E7AA5EA23F89E8D526F04 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.BaseValidator::SendValidationEvent(System.Xml.Schema.XmlSchemaException)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_SendValidationEvent_m2B9860A52F51581453B1AC9B4A1DFD174A10E4BB (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* ___e0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m5EB9F0E36520DCB3AD78B355F5F120E1D7FF5EEB (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* __this, String_t* ___res0, String_t* ___arg1, String_t* ___sourceUri2, int32_t ___lineNumber3, int32_t ___linePosition4, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.BaseValidator::SendValidationEvent(System.Xml.Schema.XmlSchemaException,System.Xml.Schema.XmlSeverityType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_SendValidationEvent_m94905A970AA3953C22FA0806C63C7AEF41AB888A (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* ___e0, int32_t ___severity1, const RuntimeMethod* method) ;
// System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity> System.Xml.Schema.SchemaInfo::get_GeneralEntities()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Dictionary_2_t129029582481E96143BD747690E92DB7E444261E* SchemaInfo_get_GeneralEntities_mB8E4E7E02EB79C03BDEEB06638EBFA631DE9C9D2 (SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.XmlQualifiedName::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m2DD62019A76524587CC7204E1AB903CDAADA6545 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, String_t* ___name0, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_m0691587A5208D87AFCC3DD80D1AF2FC784239F01 (Dictionary_2_t129029582481E96143BD747690E92DB7E444261E* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___key0, SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t129029582481E96143BD747690E92DB7E444261E*, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*, SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7**, const RuntimeMethod*))Dictionary_2_TryGetValue_mD15380A4ED7CDEE99EA45881577D26BA9CE1B849_gshared)(__this, ___key0, ___value1, method);
}
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::get_NData()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* SchemaEntity_get_NData_m7B05467BF6357AB27C1DAFBFE27F9720C79CEC3C_inline (SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.ValidationEventArgs::.ctor(System.Xml.Schema.XmlSchemaException)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationEventArgs__ctor_m8609834E6F23C225D054EB42E0FE454E5CD62B73 (ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830* __this, XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* ___ex0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XdrValidator::.ctor(System.Xml.XmlValidatingReaderImpl,System.Xml.Schema.XmlSchemaCollection,System.Xml.IValidationEventHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XdrValidator__ctor_m1FA2B211B89EF848532258511B68E804A91431F9 (XdrValidator_tBADFD559B77D01B44BAD5AC98FC22733FEA837F9* __this, XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___reader0, XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* ___schemaCollection1, RuntimeObject* ___eventHandling2, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XsdValidator::.ctor(System.Xml.XmlValidatingReaderImpl,System.Xml.Schema.XmlSchemaCollection,System.Xml.IValidationEventHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdValidator__ctor_mD43FC09C023B229E301531001DF1D326D625CF3E (XsdValidator_tB19DA1D1C5635D0E92D22A2F152363C05AED13F6* __this, XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___reader0, XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* ___schemaCollection1, RuntimeObject* ___eventHandling2, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.DtdValidator::.ctor(System.Xml.XmlValidatingReaderImpl,System.Xml.IValidationEventHandling,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator__ctor_m3CA978080C5CE8FE92564C2788E39B4B016E56E4 (DtdValidator_tF916F1805E2290242B688583602409378173CF17* __this, XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___reader0, RuntimeObject* ___eventHandling1, bool ___processIdentityConstraints2, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.AutoValidator::.ctor(System.Xml.XmlValidatingReaderImpl,System.Xml.Schema.XmlSchemaCollection,System.Xml.IValidationEventHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoValidator__ctor_mBD661ABED8661EE3216712A1D621684EC743516D (AutoValidator_tB9124731360C241CDA4B884EA1F3C49883BFBE96* __this, XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___reader0, XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* ___schemaCollection1, RuntimeObject* ___eventHandling2, 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 ___bitIndex0, 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 ___index0, 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 ___nRequiredLength0, 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_m1F346FEDDC77AC1EC0C4EF1AC6BA59F0EC7980F8 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method) ;
// System.Void System.Array::Copy(System.Array,System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m4239F97ECC23A71F4191B8722362A1AA38E2E98F (RuntimeArray* ___sourceArray0, RuntimeArray* ___destinationArray1, int32_t ___length2, const RuntimeMethod* method) ;
// System.Uri System.Xml.Schema.XmlSchema::get_BaseUri()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* XmlSchema_get_BaseUri_mB4EF7EF2955DCB14C4573E42E47D2332C0F903D8_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, 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.Boolean System.String::Equals(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D (String_t* __this, String_t* ___value0, const RuntimeMethod* method) ;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaIdentityConstraint::get_QualifiedName()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaIdentityConstraint_get_QualifiedName_m251F2D545B4ECD413FD80B27138D0C43E9D79EB8_inline (XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaXPath System.Xml.Schema.XmlSchemaIdentityConstraint::get_Selector()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaXPath_t1C3193CCD8056E55DEC3C6E74DE25859AD88D76A* XmlSchemaIdentityConstraint_get_Selector_m1EF75F875727A2A35F9CBF1D1C05D95EC42AE1B6_inline (XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC* __this, const RuntimeMethod* method) ;
// System.String System.Xml.Schema.XmlSchemaXPath::get_XPath()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaXPath_get_XPath_m764CFD2F357F485A54A64EF4A6D4D350B1C5F9B0_inline (XmlSchemaXPath_t1C3193CCD8056E55DEC3C6E74DE25859AD88D76A* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.Asttree::.ctor(System.String,System.Boolean,System.Xml.XmlNamespaceManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asttree__ctor_mAEB354DAEEB6E4D05F703BF0E4EFDAEBF0A70307 (Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* __this, String_t* ___xPath0, bool ___isField1, XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* ___nsmgr2, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.XmlSchemaException::SetSource(System.Xml.Schema.XmlSchemaObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException_SetSource_m55DECB20EC5FD40324A7E496ABDB82F11AD5EDD9 (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* __this, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___source0, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaIdentityConstraint::get_Fields()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* XmlSchemaIdentityConstraint_get_Fields_m7EA1FDC637E3F316F16D1A93B0C87306B98AC4EC_inline (XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.CollectionBase::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_m2BD48A6DDD376554A7956E4B26EC27F9F1E43C72 (CollectionBase_t44F966CC555C87F2815D668FB4586526E1C2383F* __this, const RuntimeMethod* method) ;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaKeyref::get_Refer()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaKeyref_get_Refer_m87D6D4EE542C95EB6EABC076A102533D58E07F4B_inline (XmlSchemaKeyref_t240C2AB1E5EAE4D7486F8E486741591BA7202C28* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.CompiledIdentityConstraint::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompiledIdentityConstraint__ctor_m57CF42A189BF2B105DE89C5145ED0BC5B1562B43 (CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.Asttree[] System.Xml.Schema.CompiledIdentityConstraint::get_Fields()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AsttreeU5BU5D_tE39DE20957B9B03A0B041FC6B97DC9F2FC6C807C* CompiledIdentityConstraint_get_Fields_m4FEE989DD98F9FDE29F0FEB7173A7B31C8EBA9E2_inline (CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.Asttree System.Xml.Schema.CompiledIdentityConstraint::get_Selector()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* CompiledIdentityConstraint_get_Selector_m6035A41031BC9AD2B54A9C5C563C51E7D88A733C_inline (CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.SelectorActiveAxis::.ctor(System.Xml.Schema.Asttree,System.Xml.Schema.ConstraintStruct)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SelectorActiveAxis__ctor_mAF1E1C55C443450BE92AF3F8C38940B5B46E0AFE (SelectorActiveAxis_t6EF7A9EB1E33A4569C390C88E3FCD71CA4DDC84B* __this, Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* ___axisTree0, ConstraintStruct_t2E96C9531B304A8AB791BCB281D58A8E4C6DD714* ___cs1, const RuntimeMethod* method) ;
// System.Xml.Schema.CompiledIdentityConstraint/ConstraintRole System.Xml.Schema.CompiledIdentityConstraint::get_Role()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CompiledIdentityConstraint_get_Role_m968CA50512673168BCB15510DC0479CAB63B7DF1_inline (CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.ActiveAxis::.ctor(System.Xml.Schema.Asttree)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActiveAxis__ctor_m2E4A8742658038AE3F22D6B26D95528C4B4E9872 (ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB* __this, Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* ___axisTree0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.ActiveAxis::Reactivate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActiveAxis_Reactivate_mC437C188695D87C6A79F5078738C4AD201EFDA66 (ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB* __this, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.ActiveAxis::EndElement(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ActiveAxis_EndElement_m3ED599175777FE63FD45F83816DBBBAC41C35A40 (ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB* __this, String_t* ___localname0, String_t* ___URN1, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.SelectorActiveAxis::get_lastDepth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SelectorActiveAxis_get_lastDepth_m985DD35294B8D0D0ED941F349908D4B2E8DF773C (SelectorActiveAxis_t6EF7A9EB1E33A4569C390C88E3FCD71CA4DDC84B* __this, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.ConstraintStruct::get_TableDim()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ConstraintStruct_get_TableDim_m43CC829946563AEE96CCC22EF3A88CD5A9A3DCD9_inline (ConstraintStruct_t2E96C9531B304A8AB791BCB281D58A8E4C6DD714* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.KeySequence::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeySequence__ctor_mEF5A22C60E165BBCE08BDFB77C8128137F23A854 (KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* __this, int32_t ___dim0, int32_t ___line1, int32_t ___col2, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.LocatedActiveAxis::Reactivate(System.Xml.Schema.KeySequence)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocatedActiveAxis_Reactivate_m936A17917D071CB30AFD69A6573C87B34B50703D (LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004* __this, KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* ___ks0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.KSStruct::.ctor(System.Xml.Schema.KeySequence,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KSStruct__ctor_mC296873F73AE969D0779045FB71F17B2B3DEF676 (KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B* __this, KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* ___ks0, int32_t ___dim1, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.LocatedActiveAxis::.ctor(System.Xml.Schema.Asttree,System.Xml.Schema.KeySequence,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocatedActiveAxis__ctor_m8D46ECFCD4E6C1C188686442AC1563B26A8463AD (LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004* __this, Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* ___astfield0, KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* ___ks1, int32_t ___column2, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.TypedObject/DecimalStruct::get_IsDecimal()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DecimalStruct_get_IsDecimal_m8CF71AB0D3989332D57B4924C63592B3D3F4CE5D_inline (DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* __this, const RuntimeMethod* method) ;
// System.Decimal[] System.Xml.Schema.TypedObject/DecimalStruct::get_Dvalue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* DecimalStruct_get_Dvalue_m646B51C36A2B924C0A6DF19A6D6FBE394FBC378B_inline (DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.TypedObject/DecimalStruct::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecimalStruct__ctor_m027A72410E5382746F6EAEC61DF99FE2D7F9747E (DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* __this, int32_t ___dim0, const RuntimeMethod* method) ;
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* NumberFormatInfo_get_InvariantInfo_m08BD3BFBBBE015F2EDCF6DE969ACFB327E453621 (const RuntimeMethod* method) ;
// System.Decimal System.Convert::ToDecimal(System.Object,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Convert_ToDecimal_m1CAD30F8AE6C0BE6D4A74023962A6536AA764ADA (RuntimeObject* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.TypedObject/DecimalStruct::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecimalStruct__ctor_m77E8AB45E3AF658622DC1520D9365AF295D5336D (DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.TypedObject/DecimalStruct::set_IsDecimal(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DecimalStruct_set_IsDecimal_m22C0BC4D25614EB5D8802E1369401D08BBB95F27_inline (DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* __this, bool ___value0, const RuntimeMethod* method) ;
// System.Decimal[] System.Xml.Schema.TypedObject::get_Dvalue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* TypedObject_get_Dvalue_m4DFC83C1B1E612F1D4F3EAD972CAFF915EC17A67 (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, const RuntimeMethod* method) ;
// System.Boolean System.Decimal::op_Inequality(System.Decimal,System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_op_Inequality_m11FF862E6156770CB52AEC78AB4D7D96358B25AA (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d10, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d21, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.TypedObject::get_Dim()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TypedObject_get_Dim_mE06DAEF6C918729FB67D32C3AA092201DDC8F886_inline (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.TypedObject::get_Type()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* TypedObject_get_Type_m0718A9DA701743FD34EC6C4A1F5C004152B52E54_inline (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.TypedObject::SetDecimal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypedObject_SetDecimal_mC254F8D97F896A16AF1D858BC61C30B2F80C9EE7 (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.TypedObject::get_IsDecimal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypedObject_get_IsDecimal_m6532B2D0C072EFE7D922DFED2D72F8A355B27E61 (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.TypedObject::ListDValueEquals(System.Xml.Schema.TypedObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypedObject_ListDValueEquals_m913319306D326935E78B206FD6BF6DBC655A5FBD (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* ___other0, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.TypedObject::get_IsList()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TypedObject_get_IsList_mE57BEB29AE52CDF7A7E7AE5AF0C6651FDE19C8E5_inline (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, const RuntimeMethod* method) ;
// System.Object System.Xml.Schema.TypedObject::get_Value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* TypedObject_get_Value_m955EB3C4D9DFAEE729115D1BB11CE5C645BD25BC_inline (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, const RuntimeMethod* method) ;
// System.Int32 System.Decimal::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_GetHashCode_m66F324087D323E0783EA339024D989FF5568E960 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, const RuntimeMethod* method) ;
// System.Boolean System.Xml.Schema.TypedObject::Equals(System.Xml.Schema.TypedObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypedObject_Equals_mB1C0ACBE1F02176472287CAD83D772D3823DD11C (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* ___other0, 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* ___wildcard0, RuntimeObject* ___particle1, 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* ___qname0, const RuntimeMethod* method) ;
// System.Object System.Collections.DictionaryEntry::get_Value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, const RuntimeMethod* method) ;
// System.Object System.Collections.DictionaryEntry::get_Key()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, 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 ___symbol0, RuntimeObject* ___particle1, 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 ___index0, 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* ___list0, 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 ___symbol0, 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 ___value0, 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 ___symbol0, RuntimeObject* ___particle1, 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 ___pos0, 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* ___value0, 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* ___value0, 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* ___item0, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tB08B7A479398A3F858503238CEC07C4D33172206*, InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF*, const RuntimeMethod*))Stack_1_Push_m709DD11BC1291A905814182CF9A367DE7399A778_gshared)(__this, ___item0, 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* ___node0, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___firstpos1, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___lastpos2, 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 ___count0, 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 ___item0, const RuntimeMethod* method)
{
(( void (*) (Stack_1_t26AC719A2FAC6B6D9396AC26A3A1BD4EDDDBD3DD*, SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7, const RuntimeMethod*))Stack_1_Push_m1F1DE2602AD1D8309204F57399638FD5B71953C6_gshared)(__this, ___item0, 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* ___other0, 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 ___startFrom0, 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* ___value0, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.Stack`1<System.Xml.Schema.SequenceNode/SequenceConstructPosContext>::get_Count()
inline int32_t Stack_1_get_Count_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_m48AE8B579CA29541C36D456B707AF9D8015C3558 (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d10, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___d21, 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* ___parent0, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___symbols1, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___positions2, 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_m9E8C804342391F486F8A19EABA57829AB45F1EE0 (SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* ___child0, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___firstpos1, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___lastpos2, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos3, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.LeafRangeNode::.ctor(System.Int32,System.Decimal,System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeafRangeNode__ctor_m3CBCFEC09AC54C32EF9D017D931FC196CB1E51F8 (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* __this, int32_t ___pos0, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___min1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___max2, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.ContentValidator::AddParticleToExpected(System.Xml.Schema.XmlSchemaParticle,System.Xml.Schema.XmlSchemaSet,System.Collections.ArrayList,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator_AddParticleToExpected_mADEEEC3FA9B472B4045EBF0EEAD0C9F5DECB9EA6 (XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* ___p0, XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* ___schemaSet1, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___particles2, bool ___global3, const RuntimeMethod* method) ;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::get_RefName()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaElement_get_RefName_mFAC5C12FDBC39BBC78F15D4EB04D570EC5808AA9_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) ;
// System.Xml.Schema.XmlSchemaObjectTable System.Xml.Schema.XmlSchemaSet::get_SubstitutionGroups()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* XmlSchemaSet_get_SubstitutionGroups_m9AD7D68B7F47A204F37DEBC220A22F03EE5D0BCC (XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* __this, const RuntimeMethod* method) ;
// System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::get_QualifiedName()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaElement_get_QualifiedName_mA0B8CE3553D41B130F5ADFBD0813EA309148A2D5_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method) ;
// System.Collections.ArrayList System.Xml.Schema.XmlSchemaSubstitutionGroup::get_Members()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* XmlSchemaSubstitutionGroup_get_Members_m2BD19D88E9221BCC56C4E816041B6E87595CADDE_inline (XmlSchemaSubstitutionGroup_t7B72F187FE8CCD44DF3B4848F24FB67D7AAC4D1F* __this, 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 ___contentType0, 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 ___contentType0, bool ___isOpen1, bool ___isEmptiable2, 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 ___contentType0, bool ___enableUpaCheck1, 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* ___name0, 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* ___name0, RuntimeObject* ___particle1, 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* ___node0, 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* ___list0, RuntimeObject* ___particle1, bool ___allowLocal2, 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* ___namespaceList0, RuntimeObject* ___particle1, 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* ___node0, 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.Void System.Xml.Schema.LeafRangeNode::.ctor(System.Decimal,System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeafRangeNode__ctor_m0251684D06ADE5ECECBA3D97E7DCC95745218919 (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___min0, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___max1, 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 ___value0, 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* ___firstpos0, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos1, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B** ___posWithRangeTerminals2, const RuntimeMethod* method) ;
// System.Xml.Schema.BitSet System.Xml.Schema.ParticleContentValidator::GetApplicableMinMaxFollowPos(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ParticleContentValidator_GetApplicableMinMaxFollowPos_m1B6E20A133E5707BA769AF48BDFE44BEAF7B95C6 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___curpos0, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___posWithRangeTerminals1, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___minmaxFollowPos2, 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* ___curpos0, 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* ___firstpos0, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos1, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___symbols2, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___positions3, int32_t ___endMarkerPos4, int32_t ___contentType5, bool ___isEmptiable6, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___positionsWithRangeTerminals7, int32_t ___minmaxNodesCount8, 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* ___firstpos0, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos1, 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* ___firstpos0, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos1, int32_t ___endMarkerPos2, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.DfaContentValidator::.ctor(System.Int32[][],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DfaContentValidator__ctor_m6F4368454BF9FD87027B15006FED0C27A9A79F90 (DfaContentValidator_tD6828BD839DA60C4AB90B8D0162889CCB10A1D1D* __this, Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* ___transitionTable0, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___symbols1, int32_t ___contentType2, bool ___isOpen3, bool ___isEmptiable4, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.NfaContentValidator::.ctor(System.Xml.Schema.BitSet,System.Xml.Schema.BitSet[],System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions,System.Int32,System.Xml.Schema.XmlSchemaContentType,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NfaContentValidator__ctor_mCE9D87F0C34A773A13742F046EAD9293369D9985 (NfaContentValidator_t1CFEEB3C2EDBCA1DD1667EC928825FCA0171F2BC* __this, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___firstpos0, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos1, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___symbols2, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___positions3, int32_t ___endMarkerPos4, int32_t ___contentType5, bool ___isOpen6, bool ___isEmptiable7, const RuntimeMethod* method) ;
// System.Xml.Schema.Position System.Xml.Schema.Positions::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 Positions_get_Item_mD0E8CB9D8CC6090A050D48B5AE47E389C95257D1 (Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* __this, int32_t ___pos0, 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.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.UpaException::.ctor(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpaException__ctor_m2FA97E1B47706A792B76C12B3C8CCC53CBAA1458 (UpaException_tE3F146077F59E124C20468069DDA214F746DC9AE* __this, RuntimeObject* ___particle10, RuntimeObject* ___particle21, 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* ___other0, 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* ___other0, 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* ___curpos0, 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 ___index0, const RuntimeMethod* method) ;
// System.Int32 System.Xml.Schema.SymbolsDictionary::get_Item(System.Xml.XmlQualifiedName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymbolsDictionary_get_Item_mC779E57317AA387655D35DAAC3C8C7565BFE31FB (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___name0, const RuntimeMethod* method) ;
// System.String System.Xml.Schema.SymbolsDictionary::NameOf(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SymbolsDictionary_NameOf_m8D7C0AA8C1F8A2830325381A6214CAEA19A125EC (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, int32_t ___symbol0, const RuntimeMethod* method) ;
// System.Void System.Xml.Schema.ContentValidator::AddParticleToExpected(System.Xml.Schema.XmlSchemaParticle,System.Xml.Schema.XmlSchemaSet,System.Collections.ArrayList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator_AddParticleToExpected_m79BBE1D989348265D0DB89BE335357D2BEDE033A (XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* ___p0, XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* ___schemaSet1, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___particles2, 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.XmlSerializationWriter/WriteCallbackInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteCallbackInfo__ctor_mCD5B02AA94A872AEB63A81C174520985F378E240 (WriteCallbackInfo_t60E40304F6E1EF7671F3C52BA73695C193B3E9C6* __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.Serialization.XmlSerializationWriterInterpreter::.ctor(System.Xml.Serialization.XmlMapping)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter__ctor_m03635FE7701F9E8ACEC9CF5D213284C18820CDDB (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* ___typeMap0, const RuntimeMethod* method)
{
{
XmlSerializationWriter__ctor_m293C1A24C2354634334D6F0C0E205E2478ABFCB1(__this, NULL);
XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* L_0 = ___typeMap0;
__this->____typeMap_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____typeMap_8), (void*)L_0);
XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* L_1 = ___typeMap0;
NullCheck(L_1);
int32_t L_2;
L_2 = XmlMapping_get_Format_mB9ACDCC642A2589BF20C9D02C2FA14F2C5D1C3F3_inline(L_1, NULL);
__this->____format_9 = L_2;
return;
}
}
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::InitCallbacks()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_InitCallbacks_mFD6C7F1D12D67C1D973F1E2236F3ACD2C90F34F8 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackInfo_WriteEnum_m277626A9EC6D2C4713BA8BD4C45174875727F869_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackInfo_WriteObject_m5D5ED881A0F8AA17A296B0ABFE6063800F096564_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackInfo_t89714EAF889C7E9B3682A74ADF45DDACC78E60B2_il2cpp_TypeInfo_var);
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*)&XmlSerializationWriteCallback_t906E648579A93B5C0FAF441C570070927A3D7FAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_0 = NULL;
RuntimeObject* V_1 = NULL;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* V_2 = NULL;
CallbackInfo_t89714EAF889C7E9B3682A74ADF45DDACC78E60B2* V_3 = NULL;
RuntimeObject* V_4 = NULL;
{
XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* L_0 = __this->____typeMap_8;
NullCheck(L_0);
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1;
L_1 = XmlMapping_get_RelatedMaps_m359C8ADACB98609060F82DCB82FB18E39274918C_inline(L_0, NULL);
V_0 = L_1;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = V_0;
if (!L_2)
{
goto IL_00af;
}
}
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_3 = V_0;
NullCheck(L_3);
RuntimeObject* L_4;
L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_3);
V_1 = L_4;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_009b:
{// begin finally (depth: 1)
{
RuntimeObject* L_5 = V_1;
V_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_5, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_6 = V_4;
if (!L_6)
{
goto IL_00ae;
}
}
{
RuntimeObject* L_7 = V_4;
NullCheck(L_7);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_7);
}
IL_00ae:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0091_1;
}
IL_001b_1:
{
RuntimeObject* L_8 = V_1;
NullCheck(L_8);
RuntimeObject* L_9;
L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_8);
V_2 = ((XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9*)CastclassClass((RuntimeObject*)L_9, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9_il2cpp_TypeInfo_var));
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_10 = V_2;
CallbackInfo_t89714EAF889C7E9B3682A74ADF45DDACC78E60B2* L_11 = (CallbackInfo_t89714EAF889C7E9B3682A74ADF45DDACC78E60B2*)il2cpp_codegen_object_new(CallbackInfo_t89714EAF889C7E9B3682A74ADF45DDACC78E60B2_il2cpp_TypeInfo_var);
NullCheck(L_11);
CallbackInfo__ctor_m8F675D9CC25A5368226CB51B0931B527F5FA9439(L_11, __this, L_10, NULL);
V_3 = L_11;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_12 = V_2;
NullCheck(L_12);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_13;
L_13 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline(L_12, NULL);
NullCheck(L_13);
int32_t L_14;
L_14 = TypeData_get_SchemaType_mDD8AA1AED98E580047EFF8A9C74CA9DCC5FC2E28_inline(L_13, NULL);
if ((!(((uint32_t)L_14) == ((uint32_t)2))))
{
goto IL_0068_1;
}
}
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_15 = V_2;
NullCheck(L_15);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_16;
L_16 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline(L_15, NULL);
NullCheck(L_16);
Type_t* L_17;
L_17 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_16, NULL);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_18 = V_2;
NullCheck(L_18);
String_t* L_19;
L_19 = XmlTypeMapping_get_XmlType_m5A30CB4EE3541CC1C65003757D5E743042846222_inline(L_18, NULL);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_20 = V_2;
NullCheck(L_20);
String_t* L_21;
L_21 = XmlMapping_get_Namespace_m196651C91FB3C3442AC616C977345E89450F024F_inline(L_20, NULL);
CallbackInfo_t89714EAF889C7E9B3682A74ADF45DDACC78E60B2* L_22 = V_3;
XmlSerializationWriteCallback_t906E648579A93B5C0FAF441C570070927A3D7FAA* L_23 = (XmlSerializationWriteCallback_t906E648579A93B5C0FAF441C570070927A3D7FAA*)il2cpp_codegen_object_new(XmlSerializationWriteCallback_t906E648579A93B5C0FAF441C570070927A3D7FAA_il2cpp_TypeInfo_var);
NullCheck(L_23);
XmlSerializationWriteCallback__ctor_mC9EAA27EDBF9664212848EC6F45C065395C51AF9(L_23, L_22, (intptr_t)((void*)CallbackInfo_WriteEnum_m277626A9EC6D2C4713BA8BD4C45174875727F869_RuntimeMethod_var), NULL);
XmlSerializationWriter_AddWriteCallback_mA8F5217B979F653B829B0B36EA7C8A4202E4FA2D(__this, L_17, L_19, L_21, L_23, NULL);
goto IL_0091_1;
}
IL_0068_1:
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_24 = V_2;
NullCheck(L_24);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_25;
L_25 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline(L_24, NULL);
NullCheck(L_25);
Type_t* L_26;
L_26 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_25, NULL);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_27 = V_2;
NullCheck(L_27);
String_t* L_28;
L_28 = XmlTypeMapping_get_XmlType_m5A30CB4EE3541CC1C65003757D5E743042846222_inline(L_27, NULL);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_29 = V_2;
NullCheck(L_29);
String_t* L_30;
L_30 = XmlMapping_get_Namespace_m196651C91FB3C3442AC616C977345E89450F024F_inline(L_29, NULL);
CallbackInfo_t89714EAF889C7E9B3682A74ADF45DDACC78E60B2* L_31 = V_3;
XmlSerializationWriteCallback_t906E648579A93B5C0FAF441C570070927A3D7FAA* L_32 = (XmlSerializationWriteCallback_t906E648579A93B5C0FAF441C570070927A3D7FAA*)il2cpp_codegen_object_new(XmlSerializationWriteCallback_t906E648579A93B5C0FAF441C570070927A3D7FAA_il2cpp_TypeInfo_var);
NullCheck(L_32);
XmlSerializationWriteCallback__ctor_mC9EAA27EDBF9664212848EC6F45C065395C51AF9(L_32, L_31, (intptr_t)((void*)CallbackInfo_WriteObject_m5D5ED881A0F8AA17A296B0ABFE6063800F096564_RuntimeMethod_var), NULL);
XmlSerializationWriter_AddWriteCallback_mA8F5217B979F653B829B0B36EA7C8A4202E4FA2D(__this, L_26, L_28, L_30, L_32, NULL);
}
IL_0091_1:
{
RuntimeObject* L_33 = V_1;
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_001b_1;
}
}
{
goto IL_00af;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00af:
{
return;
}
}
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteRoot(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteRoot_mDF5734ADBE4AE54FE85FF14C378249F22DCDDCAE (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, RuntimeObject* ___ob0, 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*)&XmlMembersMapping_t0D686C86E19B598F10E53AF79EC905A7E2BDB62C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* V_0 = NULL;
{
XmlSerializationWriter_WriteStartDocument_m6E55154B291F834B4B5C7F692CCF53B6B3BF94FF(__this, NULL);
XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* L_0 = __this->____typeMap_8;
if (!((XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9*)IsInstClass((RuntimeObject*)L_0, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9_il2cpp_TypeInfo_var)))
{
goto IL_0085;
}
}
{
XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* L_1 = __this->____typeMap_8;
V_0 = ((XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9*)CastclassClass((RuntimeObject*)L_1, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9_il2cpp_TypeInfo_var));
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_2 = V_0;
NullCheck(L_2);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_3;
L_3 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline(L_2, NULL);
NullCheck(L_3);
int32_t L_4;
L_4 = TypeData_get_SchemaType_mDD8AA1AED98E580047EFF8A9C74CA9DCC5FC2E28_inline(L_3, NULL);
if ((((int32_t)L_4) == ((int32_t)4)))
{
goto IL_003b;
}
}
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_5 = V_0;
NullCheck(L_5);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_6;
L_6 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_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_0041;
}
}
IL_003b:
{
XmlSerializationWriter_TopLevelElement_mFEE610422C07AE555FDA27A05CEB1E9616026FEC(__this, NULL);
}
IL_0041:
{
int32_t L_8 = __this->____format_9;
if ((!(((uint32_t)L_8) == ((uint32_t)1))))
{
goto IL_0063;
}
}
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_9 = V_0;
RuntimeObject* L_10 = ___ob0;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_11 = V_0;
NullCheck(L_11);
String_t* L_12;
L_12 = XmlMapping_get_ElementName_m2BDBF7797A1F38972A4355CF694E0D468B2A9FC0_inline(L_11, NULL);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_13 = V_0;
NullCheck(L_13);
String_t* L_14;
L_14 = XmlMapping_get_Namespace_m196651C91FB3C3442AC616C977345E89450F024F_inline(L_13, NULL);
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) */, __this, L_9, L_10, L_12, L_14, (bool)1, (bool)0, (bool)1);
goto IL_00ae;
}
IL_0063:
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_15 = V_0;
NullCheck(L_15);
String_t* L_16;
L_16 = XmlMapping_get_ElementName_m2BDBF7797A1F38972A4355CF694E0D468B2A9FC0_inline(L_15, NULL);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_17 = V_0;
NullCheck(L_17);
String_t* L_18;
L_18 = XmlMapping_get_Namespace_m196651C91FB3C3442AC616C977345E89450F024F_inline(L_17, NULL);
RuntimeObject* L_19 = ___ob0;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_20 = V_0;
NullCheck(L_20);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_21;
L_21 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline(L_20, NULL);
NullCheck(L_21);
Type_t* L_22;
L_22 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_21, NULL);
XmlSerializationWriter_WritePotentiallyReferencingElement_mC08268FB0CD13EF92C5F0D92492F9310AB218CFB(__this, L_16, L_18, L_19, L_22, (bool)1, (bool)0, NULL);
goto IL_00ae;
}
IL_0085:
{
RuntimeObject* L_23 = ___ob0;
if (!((ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)IsInst((RuntimeObject*)L_23, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)))
{
goto IL_00a6;
}
}
{
XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* L_24 = __this->____typeMap_8;
RuntimeObject* L_25 = ___ob0;
VirtualActionInvoker2< XmlMembersMapping_t0D686C86E19B598F10E53AF79EC905A7E2BDB62C*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(6 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteMessage(System.Xml.Serialization.XmlMembersMapping,System.Object[]) */, __this, ((XmlMembersMapping_t0D686C86E19B598F10E53AF79EC905A7E2BDB62C*)CastclassClass((RuntimeObject*)L_24, XmlMembersMapping_t0D686C86E19B598F10E53AF79EC905A7E2BDB62C_il2cpp_TypeInfo_var)), ((ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)Castclass((RuntimeObject*)L_25, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)));
goto IL_00ae;
}
IL_00a6:
{
RuntimeObject* L_26 = ___ob0;
Exception_t* L_27;
L_27 = XmlSerializationWriter_CreateUnknownTypeException_m390258930DA81870F1CB5744BEE12EE075A7BAC6(__this, L_26, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriterInterpreter_WriteRoot_mDF5734ADBE4AE54FE85FF14C378249F22DCDDCAE_RuntimeMethod_var)));
}
IL_00ae:
{
XmlSerializationWriter_WriteReferencedElements_m470B7112650901740DB4667F483740083D52081C(__this, NULL);
return;
}
}
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObject(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String,System.Boolean,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteObject_mB3E2841AD7153907308E41AD18BF2CF34352FE74 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___typeMap0, RuntimeObject* ___ob1, String_t* ___element2, String_t* ___namesp3, bool ___isNullable4, bool ___needType5, bool ___writeWrappingElem6, 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*)&IXmlSerializable_tE36AB1894460107283308E142C1106C4AB31A526_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t V_4 = 0;
{
RuntimeObject* L_0 = ___ob1;
if (L_0)
{
goto IL_0024;
}
}
{
bool L_1 = ___isNullable4;
if (!L_1)
{
goto IL_0023;
}
}
{
int32_t L_2 = __this->____format_9;
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_001a;
}
}
{
String_t* L_3 = ___element2;
String_t* L_4 = ___namesp3;
XmlSerializationWriter_WriteNullTagLiteral_m721825C6D540C0D0BECDE4BD2948B1A270ACD31E(__this, L_3, L_4, NULL);
return;
}
IL_001a:
{
String_t* L_5 = ___element2;
String_t* L_6 = ___namesp3;
XmlSerializationWriter_WriteNullTagEncoded_mE5653B11D1EE4E31F2F81B4AEE5CE85354576127(__this, L_5, L_6, NULL);
}
IL_0023:
{
return;
}
IL_0024:
{
RuntimeObject* L_7 = ___ob1;
if (!((XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF*)IsInstClass((RuntimeObject*)L_7, XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF_il2cpp_TypeInfo_var)))
{
goto IL_0071;
}
}
{
int32_t L_8 = __this->____format_9;
if ((!(((uint32_t)L_8) == ((uint32_t)1))))
{
goto IL_0053;
}
}
{
RuntimeObject* L_9 = ___ob1;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_10 = ___typeMap0;
NullCheck(L_10);
bool L_11;
L_11 = XmlTypeMapping_get_IsAny_m0C45955548B231D2E892D2924768B068138CBDD8_inline(L_10, NULL);
XmlSerializationWriter_WriteElementLiteral_m0E74FD75FE42BEB8D43B79333598C8DDC6EC4238(__this, ((XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF*)CastclassClass((RuntimeObject*)L_9, XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF_il2cpp_TypeInfo_var)), _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, (bool)1, L_11, NULL);
return;
}
IL_0053:
{
RuntimeObject* L_12 = ___ob1;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_13 = ___typeMap0;
NullCheck(L_13);
bool L_14;
L_14 = XmlTypeMapping_get_IsAny_m0C45955548B231D2E892D2924768B068138CBDD8_inline(L_13, NULL);
XmlSerializationWriter_WriteElementEncoded_m669E23E74C69FAB9FEF6FAA511A0F6901E1FFEFA(__this, ((XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF*)CastclassClass((RuntimeObject*)L_12, XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF_il2cpp_TypeInfo_var)), _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, (bool)1, L_14, NULL);
return;
}
IL_0071:
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_15 = ___typeMap0;
NullCheck(L_15);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_16;
L_16 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline(L_15, NULL);
NullCheck(L_16);
int32_t L_17;
L_17 = TypeData_get_SchemaType_mDD8AA1AED98E580047EFF8A9C74CA9DCC5FC2E28_inline(L_16, NULL);
if ((!(((uint32_t)L_17) == ((uint32_t)5))))
{
goto IL_009a;
}
}
{
RuntimeObject* L_18 = ___ob1;
String_t* L_19 = ___element2;
String_t* L_20 = ___namesp3;
bool L_21 = ___isNullable4;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_22 = ___typeMap0;
NullCheck(L_22);
bool L_23;
L_23 = XmlTypeMapping_get_IsAny_m0C45955548B231D2E892D2924768B068138CBDD8_inline(L_22, NULL);
XmlSerializationWriter_WriteSerializable_m49BBC98F617B444A0BFE261D0BA42AE7E41622E1(__this, ((RuntimeObject*)Castclass((RuntimeObject*)L_18, IXmlSerializable_tE36AB1894460107283308E142C1106C4AB31A526_il2cpp_TypeInfo_var)), L_19, L_20, L_21, (bool)((((int32_t)L_23) == ((int32_t)0))? 1 : 0), NULL);
return;
}
IL_009a:
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_24 = ___typeMap0;
NullCheck(L_24);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_25;
L_25 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline(L_24, NULL);
NullCheck(L_25);
Type_t* L_26;
L_26 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_25, NULL);
V_0 = L_26;
RuntimeObject* L_27 = ___ob1;
NullCheck(L_27);
Type_t* L_28;
L_28 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_27, NULL);
Type_t* L_29 = V_0;
NullCheck(L_28);
bool L_30;
L_30 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_28, L_29);
if (L_30)
{
goto IL_00bd;
}
}
{
RuntimeObject* L_31 = ___ob1;
Type_t* L_32 = V_0;
RuntimeObject* L_33;
L_33 = XmlSerializationWriterInterpreter_ImplicitConvert_mD16AB1B10272160C637E2A335ADB47E55864C07E(L_31, L_32, NULL);
___ob1 = L_33;
}
IL_00bd:
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_34 = ___typeMap0;
RuntimeObject* L_35 = ___ob1;
NullCheck(L_35);
Type_t* L_36;
L_36 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_35, NULL);
NullCheck(L_34);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_37;
L_37 = XmlTypeMapping_GetRealTypeMap_m0A55DB07D8FEEA87A8206F579D258D3FBC5D5F29(L_34, L_36, NULL);
V_1 = L_37;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_38 = V_1;
if (L_38)
{
goto IL_015e;
}
}
{
RuntimeObject* L_39 = ___ob1;
NullCheck(L_39);
Type_t* L_40;
L_40 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_39, NULL);
NullCheck(L_40);
bool L_41;
L_41 = Type_get_IsArray_mB9B8CA713B2AA9D6AFECC24E05AF78D22532B673(L_40, NULL);
if (!L_41)
{
goto IL_0152;
}
}
{
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_42 = { reinterpret_cast<intptr_t> (XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_43;
L_43 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_42, NULL);
RuntimeObject* L_44 = ___ob1;
NullCheck(L_44);
Type_t* L_45;
L_45 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_44, NULL);
NullCheck(L_45);
Type_t* L_46;
L_46 = VirtualFuncInvoker0< Type_t* >::Invoke(46 /* System.Type System.Type::GetElementType() */, L_45);
NullCheck(L_43);
bool L_47;
L_47 = VirtualFuncInvoker1< bool, Type_t* >::Invoke(22 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_43, L_46);
if (!L_47)
{
goto IL_0152;
}
}
{
XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_48;
L_48 = XmlSerializationWriter_get_Writer_m8083D941BEB14C7735FDB31C52ADBCCF5513C2BC_inline(__this, NULL);
String_t* L_49 = ___element2;
String_t* L_50 = ___namesp3;
NullCheck(L_48);
XmlWriter_WriteStartElement_mAC8867077A8F222C966E6720B70F8808A655E3A0(L_48, L_49, L_50, NULL);
RuntimeObject* L_51 = ___ob1;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_51, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var)));
RuntimeObject* L_52;
L_52 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_51, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var)));
V_2 = L_52;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0135:
{// begin finally (depth: 1)
{
RuntimeObject* L_53 = V_2;
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_53, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_54 = V_3;
if (!L_54)
{
goto IL_0145;
}
}
{
RuntimeObject* L_55 = V_3;
NullCheck(L_55);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_55);
}
IL_0145:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_012b_1;
}
IL_0115_1:
{
RuntimeObject* L_56 = V_2;
NullCheck(L_56);
RuntimeObject* L_57;
L_57 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_56);
XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_58;
L_58 = XmlSerializationWriter_get_Writer_m8083D941BEB14C7735FDB31C52ADBCCF5513C2BC_inline(__this, NULL);
NullCheck(((XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF*)CastclassClass((RuntimeObject*)L_57, XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF_il2cpp_TypeInfo_var)));
VirtualActionInvoker1< XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* >::Invoke(43 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, ((XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF*)CastclassClass((RuntimeObject*)L_57, XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF_il2cpp_TypeInfo_var)), L_58);
}
IL_012b_1:
{
RuntimeObject* L_59 = V_2;
NullCheck(L_59);
bool L_60;
L_60 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_59);
if (L_60)
{
goto IL_0115_1;
}
}
{
goto IL_0146;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0146:
{
XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_61;
L_61 = XmlSerializationWriter_get_Writer_m8083D941BEB14C7735FDB31C52ADBCCF5513C2BC_inline(__this, NULL);
NullCheck(L_61);
VirtualActionInvoker0::Invoke(10 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_61);
return;
}
IL_0152:
{
String_t* L_62 = ___element2;
String_t* L_63 = ___namesp3;
RuntimeObject* L_64 = ___ob1;
XmlSerializationWriter_WriteTypedPrimitive_m9AF71A0CBE191A76BA04DF17501BB08C6C3E0D50(__this, L_62, L_63, L_64, (bool)1, NULL);
return;
}
IL_015e:
{
bool L_65 = ___writeWrappingElem6;
if (!L_65)
{
goto IL_017b;
}
}
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_66 = V_1;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_67 = ___typeMap0;
if ((!(((RuntimeObject*)(XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9*)L_66) == ((RuntimeObject*)(XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9*)L_67))))
{
goto IL_016e;
}
}
{
int32_t L_68 = __this->____format_9;
if (L_68)
{
goto IL_0171;
}
}
IL_016e:
{
___needType5 = (bool)1;
}
IL_0171:
{
String_t* L_69 = ___element2;
String_t* L_70 = ___namesp3;
RuntimeObject* L_71 = ___ob1;
XmlSerializationWriter_WriteStartElement_mCB83EEA5BA0CDBDD2D62768D10D249B7D5835A70(__this, L_69, L_70, L_71, NULL);
}
IL_017b:
{
bool L_72 = ___needType5;
if (!L_72)
{
goto IL_0191;
}
}
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_73 = V_1;
NullCheck(L_73);
String_t* L_74;
L_74 = XmlTypeMapping_get_XmlType_m5A30CB4EE3541CC1C65003757D5E743042846222_inline(L_73, NULL);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_75 = V_1;
NullCheck(L_75);
String_t* L_76;
L_76 = XmlTypeMapping_get_XmlTypeNamespace_m9EF835B324606DBC55DF96AEFD62A9F4F7ED2B96(L_75, NULL);
XmlSerializationWriter_WriteXsiType_m24C3B36D396116877E22848B9B12EF6D6BE4D122(__this, L_74, L_76, NULL);
}
IL_0191:
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_77 = V_1;
NullCheck(L_77);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_78;
L_78 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline(L_77, NULL);
NullCheck(L_78);
int32_t L_79;
L_79 = TypeData_get_SchemaType_mDD8AA1AED98E580047EFF8A9C74CA9DCC5FC2E28_inline(L_78, NULL);
V_4 = L_79;
int32_t L_80 = V_4;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_80, 1)))
{
case 0:
{
goto IL_01d3;
}
case 1:
{
goto IL_01e0;
}
case 2:
{
goto IL_01c6;
}
case 3:
{
goto IL_01b9;
}
}
}
{
goto IL_01eb;
}
IL_01b9:
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_81 = V_1;
RuntimeObject* L_82 = ___ob1;
String_t* L_83 = ___element2;
String_t* L_84 = ___namesp3;
VirtualActionInvoker4< XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9*, RuntimeObject*, String_t*, String_t* >::Invoke(7 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObjectElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) */, __this, L_81, L_82, L_83, L_84);
goto IL_01eb;
}
IL_01c6:
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_85 = V_1;
RuntimeObject* L_86 = ___ob1;
String_t* L_87 = ___element2;
String_t* L_88 = ___namesp3;
VirtualActionInvoker4< XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9*, RuntimeObject*, String_t*, String_t* >::Invoke(10 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteListElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) */, __this, L_85, L_86, L_87, L_88);
goto IL_01eb;
}
IL_01d3:
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_89 = V_1;
RuntimeObject* L_90 = ___ob1;
String_t* L_91 = ___element2;
String_t* L_92 = ___namesp3;
VirtualActionInvoker4< XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9*, RuntimeObject*, String_t*, String_t* >::Invoke(11 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WritePrimitiveElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) */, __this, L_89, L_90, L_91, L_92);
goto IL_01eb;
}
IL_01e0:
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_93 = V_1;
RuntimeObject* L_94 = ___ob1;
String_t* L_95 = ___element2;
String_t* L_96 = ___namesp3;
VirtualActionInvoker4< XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9*, RuntimeObject*, String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteEnumElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String) */, __this, L_93, L_94, L_95, L_96);
}
IL_01eb:
{
bool L_97 = ___writeWrappingElem6;
if (!L_97)
{
goto IL_01f6;
}
}
{
RuntimeObject* L_98 = ___ob1;
XmlSerializationWriter_WriteEndElement_m3ECF0B5AFAA9CD63B5B78470B1A48FE92CC6F5B8(__this, L_98, NULL);
}
IL_01f6:
{
return;
}
}
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteMessage(System.Xml.Serialization.XmlMembersMapping,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteMessage_m67176FE66A5BE2488C8303DEFF8B6329CAE212A9 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlMembersMapping_t0D686C86E19B598F10E53AF79EC905A7E2BDB62C* ___membersMap0, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___parameters1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109_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*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF);
s_Il2CppMethodInitialized = true;
}
{
XmlMembersMapping_t0D686C86E19B598F10E53AF79EC905A7E2BDB62C* L_0 = ___membersMap0;
NullCheck(L_0);
bool L_1;
L_1 = XmlMembersMapping_get_HasWrapperElement_mE921652D9CEADD03E4BCC13C9AC26E457C640CE5_inline(L_0, NULL);
if (!L_1)
{
goto IL_0081;
}
}
{
XmlSerializationWriter_TopLevelElement_mFEE610422C07AE555FDA27A05CEB1E9616026FEC(__this, NULL);
XmlMembersMapping_t0D686C86E19B598F10E53AF79EC905A7E2BDB62C* L_2 = ___membersMap0;
NullCheck(L_2);
String_t* L_3;
L_3 = XmlMapping_get_ElementName_m2BDBF7797A1F38972A4355CF694E0D468B2A9FC0_inline(L_2, NULL);
XmlMembersMapping_t0D686C86E19B598F10E53AF79EC905A7E2BDB62C* L_4 = ___membersMap0;
NullCheck(L_4);
String_t* L_5;
L_5 = XmlMapping_get_Namespace_m196651C91FB3C3442AC616C977345E89450F024F_inline(L_4, NULL);
int32_t L_6 = __this->____format_9;
XmlSerializationWriter_WriteStartElement_m10BA6216843AE75F6DB9631DDA883F1B831BEAF6(__this, L_3, L_5, (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0), NULL);
XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_7;
L_7 = XmlSerializationWriter_get_Writer_m8083D941BEB14C7735FDB31C52ADBCCF5513C2BC_inline(__this, NULL);
NullCheck(L_7);
String_t* L_8;
L_8 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(30 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, L_7, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF);
if (L_8)
{
goto IL_0055;
}
}
{
XmlSerializationWriter_WriteAttribute_m25B87065E059F9AA2D8E46158DB0C3A9180CC63B(__this, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, _stringLiteral805B49550CB3377ECB61B1B75AB5C38E884BA80C, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL);
}
IL_0055:
{
XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_9;
L_9 = XmlSerializationWriter_get_Writer_m8083D941BEB14C7735FDB31C52ADBCCF5513C2BC_inline(__this, NULL);
NullCheck(L_9);
String_t* L_10;
L_10 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(30 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, L_9, _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C);
if (L_10)
{
goto IL_0081;
}
}
{
XmlSerializationWriter_WriteAttribute_m25B87065E059F9AA2D8E46158DB0C3A9180CC63B(__this, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, _stringLiteral6D67ADE9CC145DA3A39BC63DF500A7B0EC88CE4A, _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C, _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C, NULL);
}
IL_0081:
{
XmlMembersMapping_t0D686C86E19B598F10E53AF79EC905A7E2BDB62C* L_11 = ___membersMap0;
NullCheck(L_11);
ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0* L_12;
L_12 = XmlMapping_get_ObjectMap_m63D1AEAC8EDD8396357898D337E350673A1E9003_inline(L_11, NULL);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = ___parameters1;
XmlSerializationWriterInterpreter_WriteMembers_m3A9E0D500CD360DBC683D76DBE17EBAA796BBF98(__this, ((ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109*)CastclassClass((RuntimeObject*)L_12, ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109_il2cpp_TypeInfo_var)), (RuntimeObject*)L_13, (bool)1, NULL);
XmlMembersMapping_t0D686C86E19B598F10E53AF79EC905A7E2BDB62C* L_14 = ___membersMap0;
NullCheck(L_14);
bool L_15;
L_15 = XmlMembersMapping_get_HasWrapperElement_mE921652D9CEADD03E4BCC13C9AC26E457C640CE5_inline(L_14, NULL);
if (!L_15)
{
goto IL_00a2;
}
}
{
XmlSerializationWriter_WriteEndElement_mDCC1D34A7B81C6B8EB8E6C924E5752EC39F9FA1F(__this, NULL);
}
IL_00a2:
{
return;
}
}
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObjectElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteObjectElement_mC4AD7377974321D88668A5622FF6EE3A3D9C1A67 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___typeMap0, RuntimeObject* ___ob1, String_t* ___element2, String_t* ___namesp3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* V_0 = NULL;
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_0 = ___typeMap0;
NullCheck(L_0);
ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0* L_1;
L_1 = XmlMapping_get_ObjectMap_m63D1AEAC8EDD8396357898D337E350673A1E9003_inline(L_0, NULL);
V_0 = ((ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109*)CastclassClass((RuntimeObject*)L_1, ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109_il2cpp_TypeInfo_var));
ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* L_2 = V_0;
NullCheck(L_2);
XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112* L_3;
L_3 = ClassMap_get_NamespaceDeclarations_m5EF288255B1F07783CF889C781DB6D6BEAF133E1_inline(L_2, NULL);
if (!L_3)
{
goto IL_002b;
}
}
{
ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* L_4 = V_0;
NullCheck(L_4);
XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112* L_5;
L_5 = ClassMap_get_NamespaceDeclarations_m5EF288255B1F07783CF889C781DB6D6BEAF133E1_inline(L_4, NULL);
RuntimeObject* L_6 = ___ob1;
NullCheck(L_5);
RuntimeObject* L_7;
L_7 = XmlTypeMapMember_GetValue_mB762710324E36B398ED02670400043C5462A5ECF(L_5, L_6, NULL);
XmlSerializationWriter_WriteNamespaceDeclarations_mF1DFEC2486E203E3324C20EB3A81210B18463CA9(__this, ((XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93*)CastclassClass((RuntimeObject*)L_7, XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93_il2cpp_TypeInfo_var)), NULL);
}
IL_002b:
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_8 = ___typeMap0;
RuntimeObject* L_9 = ___ob1;
VirtualActionInvoker2< XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9*, RuntimeObject* >::Invoke(8 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObjectElementAttributes(System.Xml.Serialization.XmlTypeMapping,System.Object) */, __this, L_8, L_9);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_10 = ___typeMap0;
RuntimeObject* L_11 = ___ob1;
VirtualActionInvoker2< XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9*, RuntimeObject* >::Invoke(9 /* System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObjectElementElements(System.Xml.Serialization.XmlTypeMapping,System.Object) */, __this, L_10, L_11);
return;
}
}
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObjectElementAttributes(System.Xml.Serialization.XmlTypeMapping,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteObjectElementAttributes_mE18347445161636A46E720A729B5C155DF9FF885 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___typeMap0, RuntimeObject* ___ob1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* V_0 = NULL;
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_0 = ___typeMap0;
NullCheck(L_0);
ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0* L_1;
L_1 = XmlMapping_get_ObjectMap_m63D1AEAC8EDD8396357898D337E350673A1E9003_inline(L_0, NULL);
V_0 = ((ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109*)CastclassClass((RuntimeObject*)L_1, ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109_il2cpp_TypeInfo_var));
ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* L_2 = V_0;
RuntimeObject* L_3 = ___ob1;
XmlSerializationWriterInterpreter_WriteAttributeMembers_mD3071391C2C5056FD39AF81858D0C29A8CDA83B1(__this, L_2, L_3, (bool)0, NULL);
return;
}
}
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteObjectElementElements(System.Xml.Serialization.XmlTypeMapping,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteObjectElementElements_m025D3CC5CBC56E29581B8D0469B83D7DB5B88215 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___typeMap0, RuntimeObject* ___ob1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* V_0 = NULL;
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_0 = ___typeMap0;
NullCheck(L_0);
ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0* L_1;
L_1 = XmlMapping_get_ObjectMap_m63D1AEAC8EDD8396357898D337E350673A1E9003_inline(L_0, NULL);
V_0 = ((ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109*)CastclassClass((RuntimeObject*)L_1, ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109_il2cpp_TypeInfo_var));
ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* L_2 = V_0;
RuntimeObject* L_3 = ___ob1;
XmlSerializationWriterInterpreter_WriteElementMembers_m473C65D604DE952FAC43116BD4A6BB98A2F08645(__this, L_2, L_3, (bool)0, NULL);
return;
}
}
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteMembers_m3A9E0D500CD360DBC683D76DBE17EBAA796BBF98 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* ___map0, RuntimeObject* ___ob1, bool ___isValueList2, const RuntimeMethod* method)
{
{
ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* L_0 = ___map0;
RuntimeObject* L_1 = ___ob1;
bool L_2 = ___isValueList2;
XmlSerializationWriterInterpreter_WriteAttributeMembers_mD3071391C2C5056FD39AF81858D0C29A8CDA83B1(__this, L_0, L_1, L_2, NULL);
ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* L_3 = ___map0;
RuntimeObject* L_4 = ___ob1;
bool L_5 = ___isValueList2;
XmlSerializationWriterInterpreter_WriteElementMembers_m473C65D604DE952FAC43116BD4A6BB98A2F08645(__this, L_3, L_4, L_5, NULL);
return;
}
}
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteAttributeMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteAttributeMembers_mD3071391C2C5056FD39AF81858D0C29A8CDA83B1 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* ___map0, RuntimeObject* ___ob1, bool ___isValueList2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE);
s_Il2CppMethodInitialized = true;
}
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* V_0 = NULL;
RuntimeObject* V_1 = NULL;
RuntimeObject* V_2 = NULL;
RuntimeObject* V_3 = NULL;
XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18* V_4 = NULL;
RuntimeObject* V_5 = NULL;
XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* V_6 = NULL;
{
ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* L_0 = ___map0;
NullCheck(L_0);
XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1* L_1;
L_1 = ClassMap_get_DefaultAnyAttributeMember_m88660193A65BE269D1E4F7ADEA4778BC78D40B08_inline(L_0, NULL);
V_0 = L_1;
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_2 = V_0;
if (!L_2)
{
goto IL_0077;
}
}
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_3 = V_0;
RuntimeObject* L_4 = ___ob1;
bool L_5 = ___isValueList2;
bool L_6;
L_6 = XmlSerializationWriterInterpreter_MemberHasValue_mFEC8075A0CB8DC3279796618FBD2855E8081FE6C(__this, L_3, L_4, L_5, NULL);
if (!L_6)
{
goto IL_0077;
}
}
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_7 = V_0;
RuntimeObject* L_8 = ___ob1;
bool L_9 = ___isValueList2;
RuntimeObject* L_10;
L_10 = XmlSerializationWriterInterpreter_GetMemberValue_mBA34A9A19CE56F7DD72184499257F1E7F1446E90(__this, L_7, L_8, L_9, NULL);
V_2 = ((RuntimeObject*)Castclass((RuntimeObject*)L_10, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var));
RuntimeObject* L_11 = V_2;
if (!L_11)
{
goto IL_0077;
}
}
{
RuntimeObject* L_12 = V_2;
NullCheck(L_12);
RuntimeObject* L_13;
L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_12);
V_3 = L_13;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0063:
{// begin finally (depth: 1)
{
RuntimeObject* L_14 = V_3;
V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_14, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_15 = V_5;
if (!L_15)
{
goto IL_0076;
}
}
{
RuntimeObject* L_16 = V_5;
NullCheck(L_16);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_16);
}
IL_0076:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0059_1;
}
IL_0030_1:
{
RuntimeObject* L_17 = V_3;
NullCheck(L_17);
RuntimeObject* L_18;
L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_17);
V_4 = ((XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18*)CastclassClass((RuntimeObject*)L_18, XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18_il2cpp_TypeInfo_var));
XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18* L_19 = V_4;
NullCheck(L_19);
String_t* L_20;
L_20 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_19);
bool L_21;
L_21 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_20, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, NULL);
if (!L_21)
{
goto IL_0059_1;
}
}
{
XmlAttribute_t4B6CC461196FBF5CC9F777E74CC82C98E0CA9D18* L_22 = V_4;
RuntimeObject* L_23 = ___ob1;
XmlSerializationWriter_WriteXmlAttribute_mC90D083F605D89967073970C28C7CF10B6F6706F(__this, L_22, L_23, NULL);
}
IL_0059_1:
{
RuntimeObject* L_24 = V_3;
NullCheck(L_24);
bool L_25;
L_25 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_24);
if (L_25)
{
goto IL_0030_1;
}
}
{
goto IL_0077;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0077:
{
ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* L_26 = ___map0;
NullCheck(L_26);
RuntimeObject* L_27;
L_27 = ClassMap_get_AttributeMembers_mB495B40347CA0E1075AB32C00E9D0E3D0510C94F(L_26, NULL);
V_1 = L_27;
RuntimeObject* L_28 = V_1;
if (!L_28)
{
goto IL_00f3;
}
}
{
RuntimeObject* L_29 = V_1;
NullCheck(L_29);
RuntimeObject* L_30;
L_30 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_29);
V_3 = L_30;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00df:
{// begin finally (depth: 1)
{
RuntimeObject* L_31 = V_3;
V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_31, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_32 = V_5;
if (!L_32)
{
goto IL_00f2;
}
}
{
RuntimeObject* L_33 = V_5;
NullCheck(L_33);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_33);
}
IL_00f2:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_00d5_1;
}
IL_008a_1:
{
RuntimeObject* L_34 = V_3;
NullCheck(L_34);
RuntimeObject* L_35;
L_35 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_34);
V_6 = ((XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4*)CastclassClass((RuntimeObject*)L_35, XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4_il2cpp_TypeInfo_var));
XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* L_36 = V_6;
RuntimeObject* L_37 = ___ob1;
bool L_38 = ___isValueList2;
bool L_39;
L_39 = XmlSerializationWriterInterpreter_MemberHasValue_mFEC8075A0CB8DC3279796618FBD2855E8081FE6C(__this, L_36, L_37, L_38, NULL);
if (!L_39)
{
goto IL_00d5_1;
}
}
{
XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* L_40 = V_6;
NullCheck(L_40);
String_t* L_41;
L_41 = XmlTypeMapMemberAttribute_get_AttributeName_m79384B2B6097452969DD46364D07C2F8B353B064_inline(L_40, NULL);
XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* L_42 = V_6;
NullCheck(L_42);
String_t* L_43;
L_43 = XmlTypeMapMemberAttribute_get_Namespace_m6907BC42459BA2FBEE550EF180E697DDF19A8C37_inline(L_42, NULL);
XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* L_44 = V_6;
NullCheck(L_44);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_45;
L_45 = XmlTypeMapMemberAttribute_get_MappedType_mD2DBE6E539F3B9A6F922C1DD37084DCDACE07025_inline(L_44, NULL);
XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* L_46 = V_6;
NullCheck(L_46);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_47;
L_47 = XmlTypeMapMember_get_TypeData_m071A2E1C32FA2AED8FB5D91556CF310A28898D1D_inline(L_46, NULL);
XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* L_48 = V_6;
RuntimeObject* L_49 = ___ob1;
bool L_50 = ___isValueList2;
RuntimeObject* L_51;
L_51 = XmlSerializationWriterInterpreter_GetMemberValue_mBA34A9A19CE56F7DD72184499257F1E7F1446E90(__this, L_48, L_49, L_50, NULL);
String_t* L_52;
L_52 = XmlSerializationWriterInterpreter_GetStringValue_m417BDD772C59AA1A72558744FD56E78C129E1DEE(__this, L_45, L_47, L_51, NULL);
XmlSerializationWriter_WriteAttribute_mAA8601A17489000A033533611237057B779C91B1(__this, L_41, L_43, L_52, NULL);
}
IL_00d5_1:
{
RuntimeObject* L_53 = V_3;
NullCheck(L_53);
bool L_54;
L_54 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_53);
if (L_54)
{
goto IL_008a_1;
}
}
{
goto IL_00f3;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00f3:
{
return;
}
}
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteElementMembers(System.Xml.Serialization.ClassMap,System.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteElementMembers_m473C65D604DE952FAC43116BD4A6BB98A2F08645 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* ___map0, RuntimeObject* ___ob1, bool ___isValueList2, 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*)&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_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeMapMemberList_t5542A0234B55CC3AD3EDD7B830E7C4603FAAD63E_0_0_0_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* V_2 = NULL;
RuntimeObject* V_3 = NULL;
Type_t* V_4 = NULL;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_5 = NULL;
RuntimeObject* V_6 = NULL;
{
ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* L_0 = ___map0;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = ClassMap_get_ElementMembers_m28BCFDC1D5FC50F910FBCF82D9C30472482A505D_inline(L_0, NULL);
V_0 = L_1;
RuntimeObject* L_2 = V_0;
if (!L_2)
{
goto IL_0136;
}
}
{
RuntimeObject* L_3 = V_0;
NullCheck(L_3);
RuntimeObject* L_4;
L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_3);
V_1 = L_4;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0122:
{// begin finally (depth: 1)
{
RuntimeObject* L_5 = V_1;
V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_5, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_6 = V_6;
if (!L_6)
{
goto IL_0135;
}
}
{
RuntimeObject* L_7 = V_6;
NullCheck(L_7);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_7);
}
IL_0135:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0115_1;
}
IL_0019_1:
{
RuntimeObject* L_8 = V_1;
NullCheck(L_8);
RuntimeObject* L_9;
L_9 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_8);
V_2 = ((XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840*)CastclassClass((RuntimeObject*)L_9, XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840_il2cpp_TypeInfo_var));
XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* L_10 = V_2;
RuntimeObject* L_11 = ___ob1;
bool L_12 = ___isValueList2;
bool L_13;
L_13 = XmlSerializationWriterInterpreter_MemberHasValue_mFEC8075A0CB8DC3279796618FBD2855E8081FE6C(__this, L_10, L_11, L_12, NULL);
if (!L_13)
{
goto IL_0115_1;
}
}
{
XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* L_14 = V_2;
RuntimeObject* L_15 = ___ob1;
bool L_16 = ___isValueList2;
RuntimeObject* L_17;
L_17 = XmlSerializationWriterInterpreter_GetMemberValue_mBA34A9A19CE56F7DD72184499257F1E7F1446E90(__this, L_14, L_15, L_16, NULL);
V_3 = L_17;
XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* L_18 = V_2;
NullCheck(L_18);
Type_t* L_19;
L_19 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_18, NULL);
V_4 = L_19;
Type_t* L_20 = V_4;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_21 = { reinterpret_cast<intptr_t> (XmlTypeMapMemberList_t5542A0234B55CC3AD3EDD7B830E7C4603FAAD63E_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_22;
L_22 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_21, NULL);
bool L_23;
L_23 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_20, L_22, NULL);
if (!L_23)
{
goto IL_0075_1;
}
}
{
XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* L_24 = V_2;
NullCheck(L_24);
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_25;
L_25 = XmlTypeMapMemberElement_get_ElementInfo_m62E3A285CDAFF7621EA03A0DA6B1966D5432D337(L_24, NULL);
NullCheck(L_25);
RuntimeObject* L_26;
L_26 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_25, 0);
RuntimeObject* L_27 = V_3;
XmlSerializationWriterInterpreter_WriteMemberElement_mB29A5B7EFEB7D6FE5CCDEDA132F923E79D6F5F43(__this, ((XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)CastclassClass((RuntimeObject*)L_26, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32_il2cpp_TypeInfo_var)), L_27, NULL);
goto IL_0115_1;
}
IL_0075_1:
{
Type_t* L_28 = V_4;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_29 = { reinterpret_cast<intptr_t> (XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_30;
L_30 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_29, NULL);
bool L_31;
L_31 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_28, L_30, NULL);
if (!L_31)
{
goto IL_00aa_1;
}
}
{
RuntimeObject* L_32 = V_3;
if (!L_32)
{
goto IL_0115_1;
}
}
{
RuntimeObject* L_33 = ___ob1;
XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* L_34 = V_2;
NullCheck(L_34);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_35;
L_35 = XmlTypeMapMember_get_TypeData_m071A2E1C32FA2AED8FB5D91556CF310A28898D1D_inline(L_34, NULL);
XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* L_36 = V_2;
NullCheck(((XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38*)CastclassClass((RuntimeObject*)L_36, XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38_il2cpp_TypeInfo_var)));
ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* L_37;
L_37 = XmlTypeMapMemberFlatList_get_ListMap_mAAD12C509481E6855A9C4865874566320C256EBC_inline(((XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38*)CastclassClass((RuntimeObject*)L_36, XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38_il2cpp_TypeInfo_var)), NULL);
RuntimeObject* L_38 = V_3;
XmlSerializationWriterInterpreter_WriteListContent_m134B4C06A45FA059536931340F9447EEBA4154E7(__this, L_33, L_35, L_37, L_38, (StringBuilder_t*)NULL, NULL);
goto IL_0115_1;
}
IL_00aa_1:
{
Type_t* L_39 = V_4;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_40 = { reinterpret_cast<intptr_t> (XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_41;
L_41 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_40, NULL);
bool L_42;
L_42 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_39, L_41, NULL);
if (!L_42)
{
goto IL_00cf_1;
}
}
{
RuntimeObject* L_43 = V_3;
if (!L_43)
{
goto IL_0115_1;
}
}
{
XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* L_44 = V_2;
RuntimeObject* L_45 = V_3;
XmlSerializationWriterInterpreter_WriteAnyElementContent_m6FA0CBF4CCF97E36DE0A4C4AC4CF557A965A8823(__this, ((XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950*)CastclassClass((RuntimeObject*)L_44, XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950_il2cpp_TypeInfo_var)), L_45, NULL);
goto IL_0115_1;
}
IL_00cf_1:
{
Type_t* L_46 = V_4;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_47 = { reinterpret_cast<intptr_t> (XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_48;
L_48 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_47, NULL);
bool L_49;
L_49 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_46, L_48, NULL);
if (L_49)
{
goto IL_0115_1;
}
}
{
Type_t* L_50 = V_4;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_51 = { reinterpret_cast<intptr_t> (XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_52;
L_52 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_51, NULL);
bool L_53;
L_53 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_50, L_52, NULL);
if (!L_53)
{
goto IL_010a_1;
}
}
{
XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840* L_54 = V_2;
RuntimeObject* L_55 = ___ob1;
RuntimeObject* L_56 = V_3;
NullCheck(L_54);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_57;
L_57 = XmlTypeMapMemberElement_FindElement_mD06805510E6920C0643A9C2C76800A87A97BCA40(L_54, L_55, L_56, NULL);
V_5 = L_57;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_58 = V_5;
RuntimeObject* L_59 = V_3;
XmlSerializationWriterInterpreter_WriteMemberElement_mB29A5B7EFEB7D6FE5CCDEDA132F923E79D6F5F43(__this, L_58, L_59, NULL);
goto IL_0115_1;
}
IL_010a_1:
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_60 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_60);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_60, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6FFF89F12DC2A6CF2CA9D0A3799CAF055178ACE5)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_60, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriterInterpreter_WriteElementMembers_m473C65D604DE952FAC43116BD4A6BB98A2F08645_RuntimeMethod_var)));
}
IL_0115_1:
{
RuntimeObject* L_61 = V_1;
NullCheck(L_61);
bool L_62;
L_62 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_61);
if (L_62)
{
goto IL_0019_1;
}
}
{
goto IL_0136;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0136:
{
return;
}
}
// System.Object System.Xml.Serialization.XmlSerializationWriterInterpreter::GetMemberValue(System.Xml.Serialization.XmlTypeMapMember,System.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializationWriterInterpreter_GetMemberValue_mBA34A9A19CE56F7DD72184499257F1E7F1446E90 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* ___member0, RuntimeObject* ___ob1, bool ___isValueList2, 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;
}
{
bool L_0 = ___isValueList2;
if (!L_0)
{
goto IL_0011;
}
}
{
RuntimeObject* L_1 = ___ob1;
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_2 = ___member0;
NullCheck(L_2);
int32_t L_3;
L_3 = XmlTypeMapMember_get_GlobalIndex_mC43A1F277B76C624EFAF264B32293499D51853B6_inline(L_2, NULL);
NullCheck(((ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)Castclass((RuntimeObject*)L_1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)));
int32_t L_4 = L_3;
RuntimeObject* L_5 = (((ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)Castclass((RuntimeObject*)L_1, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)))->GetAt(static_cast<il2cpp_array_size_t>(L_4));
return L_5;
}
IL_0011:
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_6 = ___member0;
RuntimeObject* L_7 = ___ob1;
NullCheck(L_6);
RuntimeObject* L_8;
L_8 = XmlTypeMapMember_GetValue_mB762710324E36B398ED02670400043C5462A5ECF(L_6, L_7, NULL);
return L_8;
}
}
// System.Boolean System.Xml.Serialization.XmlSerializationWriterInterpreter::MemberHasValue(System.Xml.Serialization.XmlTypeMapMember,System.Object,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlSerializationWriterInterpreter_MemberHasValue_mFEC8075A0CB8DC3279796618FBD2855E8081FE6C (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* ___member0, RuntimeObject* ___ob1, bool ___isValueList2, 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*)&DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
Type_t* V_1 = NULL;
{
bool L_0 = ___isValueList2;
if (!L_0)
{
goto IL_0027;
}
}
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_1 = ___member0;
NullCheck(L_1);
bool L_2;
L_2 = XmlTypeMapMember_get_IsOptionalValueType_m21B5B22EAE095810603E2FE3CCD076B126272047(L_1, NULL);
if (!L_2)
{
goto IL_0016;
}
}
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_3 = ___member0;
RuntimeObject* L_4 = ___ob1;
NullCheck(L_3);
bool L_5;
L_5 = XmlTypeMapMember_GetValueSpecified_mC0FAFD520F9FE9A1DFAFFE40C0B1913CA83E3637(L_3, L_4, NULL);
if (L_5)
{
goto IL_0016;
}
}
{
return (bool)0;
}
IL_0016:
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_6 = ___member0;
NullCheck(L_6);
int32_t L_7;
L_7 = XmlTypeMapMember_get_GlobalIndex_mC43A1F277B76C624EFAF264B32293499D51853B6_inline(L_6, NULL);
RuntimeObject* L_8 = ___ob1;
NullCheck(((ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)Castclass((RuntimeObject*)L_8, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)));
return (bool)((((int32_t)L_7) < ((int32_t)((int32_t)(((RuntimeArray*)((ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)Castclass((RuntimeObject*)L_8, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)))->max_length))))? 1 : 0);
}
IL_0027:
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_9 = ___member0;
NullCheck(L_9);
RuntimeObject* L_10;
L_10 = XmlTypeMapMember_get_DefaultValue_m9E7FE48431CBCD4C9757423398D48F30B919CFC3_inline(L_9, NULL);
il2cpp_codegen_runtime_class_init_inline(DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_il2cpp_TypeInfo_var);
DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC* L_11 = ((DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC_il2cpp_TypeInfo_var))->___Value_0;
if ((((RuntimeObject*)(RuntimeObject*)L_10) == ((RuntimeObject*)(DBNull_t33A9BF6787D27894A593CF4A5E58B8DDC63BBEFC*)L_11)))
{
goto IL_0093;
}
}
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_12 = ___member0;
RuntimeObject* L_13 = ___ob1;
bool L_14 = ___isValueList2;
RuntimeObject* L_15;
L_15 = XmlSerializationWriterInterpreter_GetMemberValue_mBA34A9A19CE56F7DD72184499257F1E7F1446E90(__this, L_12, L_13, L_14, NULL);
V_0 = L_15;
RuntimeObject* L_16 = V_0;
if (L_16)
{
goto IL_004b;
}
}
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_17 = ___member0;
NullCheck(L_17);
RuntimeObject* L_18;
L_18 = XmlTypeMapMember_get_DefaultValue_m9E7FE48431CBCD4C9757423398D48F30B919CFC3_inline(L_17, NULL);
if (L_18)
{
goto IL_004b;
}
}
{
return (bool)0;
}
IL_004b:
{
RuntimeObject* L_19 = V_0;
if (!L_19)
{
goto IL_0080;
}
}
{
RuntimeObject* L_20 = V_0;
NullCheck(L_20);
Type_t* L_21;
L_21 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_20, NULL);
NullCheck(L_21);
bool L_22;
L_22 = VirtualFuncInvoker0< bool >::Invoke(69 /* System.Boolean System.Type::get_IsEnum() */, L_21);
if (!L_22)
{
goto IL_0080;
}
}
{
RuntimeObject* L_23 = V_0;
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_24 = ___member0;
NullCheck(L_24);
RuntimeObject* L_25;
L_25 = XmlTypeMapMember_get_DefaultValue_m9E7FE48431CBCD4C9757423398D48F30B919CFC3_inline(L_24, NULL);
NullCheck(L_23);
bool L_26;
L_26 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_23, L_25);
if (!L_26)
{
goto IL_006b;
}
}
{
return (bool)0;
}
IL_006b:
{
RuntimeObject* L_27 = V_0;
NullCheck(L_27);
Type_t* L_28;
L_28 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_27, NULL);
il2cpp_codegen_runtime_class_init_inline(Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_il2cpp_TypeInfo_var);
Type_t* L_29;
L_29 = Enum_GetUnderlyingType_m82EA340BC4D4652783F7D2408BF02A945F0F90DE(L_28, NULL);
V_1 = L_29;
RuntimeObject* L_30 = V_0;
Type_t* L_31 = V_1;
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
RuntimeObject* L_32;
L_32 = Convert_ChangeType_m237EF4F56EC5DE52FCDAD2E27DEEEBB21549B1F4(L_30, L_31, (RuntimeObject*)NULL, NULL);
V_0 = L_32;
}
IL_0080:
{
RuntimeObject* L_33 = V_0;
if (!L_33)
{
goto IL_00a3;
}
}
{
RuntimeObject* L_34 = V_0;
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_35 = ___member0;
NullCheck(L_35);
RuntimeObject* L_36;
L_36 = XmlTypeMapMember_get_DefaultValue_m9E7FE48431CBCD4C9757423398D48F30B919CFC3_inline(L_35, NULL);
NullCheck(L_34);
bool L_37;
L_37 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_34, L_36);
if (!L_37)
{
goto IL_00a3;
}
}
{
return (bool)0;
}
IL_0093:
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_38 = ___member0;
NullCheck(L_38);
bool L_39;
L_39 = XmlTypeMapMember_get_IsOptionalValueType_m21B5B22EAE095810603E2FE3CCD076B126272047(L_38, NULL);
if (!L_39)
{
goto IL_00a3;
}
}
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_40 = ___member0;
RuntimeObject* L_41 = ___ob1;
NullCheck(L_40);
bool L_42;
L_42 = XmlTypeMapMember_GetValueSpecified_mC0FAFD520F9FE9A1DFAFFE40C0B1913CA83E3637(L_40, L_41, NULL);
return L_42;
}
IL_00a3:
{
return (bool)1;
}
}
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteMemberElement(System.Xml.Serialization.XmlTypeMapElementInfo,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteMemberElement_mB29A5B7EFEB7D6FE5CCDEDA132F923E79D6F5F43 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* ___elem0, RuntimeObject* ___memberValue1, 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*)&ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC_il2cpp_TypeInfo_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);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
String_t* G_B5_0 = NULL;
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_0 = ___elem0;
NullCheck(L_0);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_1;
L_1 = XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline(L_0, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = TypeData_get_SchemaType_mDD8AA1AED98E580047EFF8A9C74CA9DCC5FC2E28_inline(L_1, NULL);
V_1 = L_2;
int32_t L_3 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_3, 1)))
{
case 0:
{
goto IL_0086;
}
case 1:
{
goto IL_0086;
}
case 2:
{
goto IL_00f8;
}
case 3:
{
goto IL_0194;
}
case 4:
{
goto IL_021a;
}
case 5:
{
goto IL_0031;
}
}
}
{
goto IL_0269;
}
IL_0031:
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_4 = ___elem0;
NullCheck(L_4);
bool L_5;
L_5 = XmlTypeMapElementInfo_get_WrappedElement_m4A1874E9B5785B35A519EC5266425156A3B78468_inline(L_4, NULL);
if (L_5)
{
goto IL_0040;
}
}
{
G_B5_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
goto IL_0046;
}
IL_0040:
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_6 = ___elem0;
NullCheck(L_6);
String_t* L_7;
L_7 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(L_6, NULL);
G_B5_0 = L_7;
}
IL_0046:
{
V_0 = G_B5_0;
int32_t L_8 = __this->____format_9;
if ((!(((uint32_t)L_8) == ((uint32_t)1))))
{
goto IL_006b;
}
}
{
RuntimeObject* L_9 = ___memberValue1;
String_t* L_10 = V_0;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_11 = ___elem0;
NullCheck(L_11);
String_t* L_12;
L_12 = XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline(L_11, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_13 = ___elem0;
NullCheck(L_13);
bool L_14;
L_14 = XmlTypeMapElementInfo_get_IsNullable_m5E6F72E9E7ADFA39100C6C0FFA1585BCDE4ACE75_inline(L_13, NULL);
XmlSerializationWriter_WriteElementLiteral_m0E74FD75FE42BEB8D43B79333598C8DDC6EC4238(__this, ((XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF*)CastclassClass((RuntimeObject*)L_9, XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF_il2cpp_TypeInfo_var)), L_10, L_12, L_14, (bool)0, NULL);
return;
}
IL_006b:
{
RuntimeObject* L_15 = ___memberValue1;
String_t* L_16 = V_0;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_17 = ___elem0;
NullCheck(L_17);
String_t* L_18;
L_18 = XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline(L_17, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_19 = ___elem0;
NullCheck(L_19);
bool L_20;
L_20 = XmlTypeMapElementInfo_get_IsNullable_m5E6F72E9E7ADFA39100C6C0FFA1585BCDE4ACE75_inline(L_19, NULL);
XmlSerializationWriter_WriteElementEncoded_m669E23E74C69FAB9FEF6FAA511A0F6901E1FFEFA(__this, ((XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF*)CastclassClass((RuntimeObject*)L_15, XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF_il2cpp_TypeInfo_var)), L_16, L_18, L_20, (bool)0, NULL);
return;
}
IL_0086:
{
int32_t L_21 = __this->____format_9;
if ((!(((uint32_t)L_21) == ((uint32_t)1))))
{
goto IL_00bb;
}
}
{
RuntimeObject* L_22 = ___memberValue1;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_23 = ___elem0;
NullCheck(L_23);
String_t* L_24;
L_24 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(L_23, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_25 = ___elem0;
NullCheck(L_25);
String_t* L_26;
L_26 = XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline(L_25, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_27 = ___elem0;
NullCheck(L_27);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_28;
L_28 = XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032_inline(L_27, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_29 = ___elem0;
NullCheck(L_29);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_30;
L_30 = XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline(L_29, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_31 = ___elem0;
NullCheck(L_31);
bool L_32;
L_32 = XmlTypeMapElementInfo_get_WrappedElement_m4A1874E9B5785B35A519EC5266425156A3B78468_inline(L_31, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_33 = ___elem0;
NullCheck(L_33);
bool L_34;
L_34 = XmlTypeMapElementInfo_get_IsNullable_m5E6F72E9E7ADFA39100C6C0FFA1585BCDE4ACE75_inline(L_33, NULL);
XmlSerializationWriterInterpreter_WritePrimitiveValueLiteral_m64F5EE0B8DF72D20007BEA801198FF8F8B381173(__this, L_22, L_24, L_26, L_28, L_30, L_32, L_34, NULL);
return;
}
IL_00bb:
{
RuntimeObject* L_35 = ___memberValue1;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_36 = ___elem0;
NullCheck(L_36);
String_t* L_37;
L_37 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(L_36, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_38 = ___elem0;
NullCheck(L_38);
String_t* L_39;
L_39 = XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline(L_38, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_40 = ___elem0;
NullCheck(L_40);
String_t* L_41;
L_41 = XmlTypeMapElementInfo_get_DataTypeName_mBC6E8CA4DD76FEE0551BFB93992D49C1C143519E(L_40, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_42 = ___elem0;
NullCheck(L_42);
String_t* L_43;
L_43 = XmlTypeMapElementInfo_get_DataTypeNamespace_mA8278DAED1A896D6AC2B28664C54E0D81155252D(L_42, NULL);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_44 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
NullCheck(L_44);
XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_44, L_41, L_43, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_45 = ___elem0;
NullCheck(L_45);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_46;
L_46 = XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032_inline(L_45, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_47 = ___elem0;
NullCheck(L_47);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_48;
L_48 = XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline(L_47, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_49 = ___elem0;
NullCheck(L_49);
bool L_50;
L_50 = XmlTypeMapElementInfo_get_WrappedElement_m4A1874E9B5785B35A519EC5266425156A3B78468_inline(L_49, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_51 = ___elem0;
NullCheck(L_51);
bool L_52;
L_52 = XmlTypeMapElementInfo_get_IsNullable_m5E6F72E9E7ADFA39100C6C0FFA1585BCDE4ACE75_inline(L_51, NULL);
XmlSerializationWriterInterpreter_WritePrimitiveValueEncoded_m49AE009A4355CB956686487B0A6617B714D30723(__this, L_35, L_37, L_39, L_44, L_46, L_48, L_50, L_52, NULL);
return;
}
IL_00f8:
{
RuntimeObject* L_53 = ___memberValue1;
if (L_53)
{
goto IL_0133;
}
}
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_54 = ___elem0;
NullCheck(L_54);
bool L_55;
L_55 = XmlTypeMapElementInfo_get_IsNullable_m5E6F72E9E7ADFA39100C6C0FFA1585BCDE4ACE75_inline(L_54, NULL);
if (L_55)
{
goto IL_0104;
}
}
{
return;
}
IL_0104:
{
int32_t L_56 = __this->____format_9;
if ((!(((uint32_t)L_56) == ((uint32_t)1))))
{
goto IL_0120;
}
}
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_57 = ___elem0;
NullCheck(L_57);
String_t* L_58;
L_58 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(L_57, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_59 = ___elem0;
NullCheck(L_59);
String_t* L_60;
L_60 = XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline(L_59, NULL);
XmlSerializationWriter_WriteNullTagLiteral_m721825C6D540C0D0BECDE4BD2948B1A270ACD31E(__this, L_58, L_60, NULL);
return;
}
IL_0120:
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_61 = ___elem0;
NullCheck(L_61);
String_t* L_62;
L_62 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(L_61, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_63 = ___elem0;
NullCheck(L_63);
String_t* L_64;
L_64 = XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline(L_63, NULL);
XmlSerializationWriter_WriteNullTagEncoded_mE5653B11D1EE4E31F2F81B4AEE5CE85354576127(__this, L_62, L_64, NULL);
return;
}
IL_0133:
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_65 = ___elem0;
NullCheck(L_65);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_66;
L_66 = XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032_inline(L_65, NULL);
NullCheck(L_66);
bool L_67;
L_67 = XmlTypeMapping_get_MultiReferenceType_m6FF513956B40419EBD15B5C1D3B0DEA151AABD84_inline(L_66, NULL);
if (!L_67)
{
goto IL_015a;
}
}
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_68 = ___elem0;
NullCheck(L_68);
String_t* L_69;
L_69 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(L_68, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_70 = ___elem0;
NullCheck(L_70);
String_t* L_71;
L_71 = XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline(L_70, NULL);
RuntimeObject* L_72 = ___memberValue1;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_73 = ___elem0;
NullCheck(L_73);
bool L_74;
L_74 = XmlTypeMapElementInfo_get_IsNullable_m5E6F72E9E7ADFA39100C6C0FFA1585BCDE4ACE75_inline(L_73, NULL);
XmlSerializationWriter_WriteReferencingElement_m63BCDD79C5119664DA24591EA6620A14EBBC7251(__this, L_69, L_71, L_72, L_74, NULL);
return;
}
IL_015a:
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_75 = ___elem0;
NullCheck(L_75);
String_t* L_76;
L_76 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(L_75, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_77 = ___elem0;
NullCheck(L_77);
String_t* L_78;
L_78 = XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline(L_77, NULL);
RuntimeObject* L_79 = ___memberValue1;
XmlSerializationWriter_WriteStartElement_mCB83EEA5BA0CDBDD2D62768D10D249B7D5835A70(__this, L_76, L_78, L_79, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_80 = ___elem0;
NullCheck(L_80);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_81;
L_81 = XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline(L_80, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_82 = ___elem0;
NullCheck(L_82);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_83;
L_83 = XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032_inline(L_82, NULL);
NullCheck(L_83);
ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0* L_84;
L_84 = XmlMapping_get_ObjectMap_m63D1AEAC8EDD8396357898D337E350673A1E9003_inline(L_83, NULL);
RuntimeObject* L_85 = ___memberValue1;
XmlSerializationWriterInterpreter_WriteListContent_m134B4C06A45FA059536931340F9447EEBA4154E7(__this, NULL, L_81, ((ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC*)CastclassClass((RuntimeObject*)L_84, ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC_il2cpp_TypeInfo_var)), L_85, (StringBuilder_t*)NULL, NULL);
RuntimeObject* L_86 = ___memberValue1;
XmlSerializationWriter_WriteEndElement_m3ECF0B5AFAA9CD63B5B78470B1A48FE92CC6F5B8(__this, L_86, NULL);
return;
}
IL_0194:
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_87 = ___elem0;
NullCheck(L_87);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_88;
L_88 = XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032_inline(L_87, NULL);
NullCheck(L_88);
bool L_89;
L_89 = XmlTypeMapping_get_MultiReferenceType_m6FF513956B40419EBD15B5C1D3B0DEA151AABD84_inline(L_88, NULL);
if (!L_89)
{
goto IL_01f8;
}
}
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_90 = ___elem0;
NullCheck(L_90);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_91;
L_91 = XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032_inline(L_90, NULL);
NullCheck(L_91);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_92;
L_92 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline(L_91, NULL);
NullCheck(L_92);
Type_t* L_93;
L_93 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_92, NULL);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_94 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_95;
L_95 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_94, NULL);
bool L_96;
L_96 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_93, L_95, NULL);
if (!L_96)
{
goto IL_01de;
}
}
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_97 = ___elem0;
NullCheck(L_97);
String_t* L_98;
L_98 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(L_97, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_99 = ___elem0;
NullCheck(L_99);
String_t* L_100;
L_100 = XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline(L_99, NULL);
RuntimeObject* L_101 = ___memberValue1;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_102 = ___elem0;
NullCheck(L_102);
bool L_103;
L_103 = XmlTypeMapElementInfo_get_IsNullable_m5E6F72E9E7ADFA39100C6C0FFA1585BCDE4ACE75_inline(L_102, NULL);
XmlSerializationWriter_WritePotentiallyReferencingElement_mC08268FB0CD13EF92C5F0D92492F9310AB218CFB(__this, L_98, L_100, L_101, (Type_t*)NULL, (bool)0, L_103, NULL);
return;
}
IL_01de:
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_104 = ___elem0;
NullCheck(L_104);
String_t* L_105;
L_105 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(L_104, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_106 = ___elem0;
NullCheck(L_106);
String_t* L_107;
L_107 = XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline(L_106, NULL);
RuntimeObject* L_108 = ___memberValue1;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_109 = ___elem0;
NullCheck(L_109);
bool L_110;
L_110 = XmlTypeMapElementInfo_get_IsNullable_m5E6F72E9E7ADFA39100C6C0FFA1585BCDE4ACE75_inline(L_109, NULL);
XmlSerializationWriter_WriteReferencingElement_m63BCDD79C5119664DA24591EA6620A14EBBC7251(__this, L_105, L_107, L_108, L_110, NULL);
return;
}
IL_01f8:
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_111 = ___elem0;
NullCheck(L_111);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_112;
L_112 = XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032_inline(L_111, NULL);
RuntimeObject* L_113 = ___memberValue1;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_114 = ___elem0;
NullCheck(L_114);
String_t* L_115;
L_115 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(L_114, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_116 = ___elem0;
NullCheck(L_116);
String_t* L_117;
L_117 = XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline(L_116, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_118 = ___elem0;
NullCheck(L_118);
bool L_119;
L_119 = XmlTypeMapElementInfo_get_IsNullable_m5E6F72E9E7ADFA39100C6C0FFA1585BCDE4ACE75_inline(L_118, NULL);
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) */, __this, L_112, L_113, L_115, L_117, L_119, (bool)0, (bool)1);
return;
}
IL_021a:
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_120 = ___elem0;
NullCheck(L_120);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_121;
L_121 = XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032_inline(L_120, NULL);
NullCheck(L_121);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_122;
L_122 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline(L_121, NULL);
NullCheck(L_122);
Type_t* L_123;
L_123 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_122, NULL);
RuntimeObject* L_124 = ___memberValue1;
NullCheck(L_123);
bool L_125;
L_125 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(118 /* System.Boolean System.Type::IsInstanceOfType(System.Object) */, L_123, L_124);
if (L_125)
{
goto IL_024a;
}
}
{
RuntimeObject* L_126 = ___memberValue1;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_127 = ___elem0;
NullCheck(L_127);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_128;
L_128 = XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032_inline(L_127, NULL);
NullCheck(L_128);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_129;
L_129 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline(L_128, NULL);
NullCheck(L_129);
Type_t* L_130;
L_130 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_129, NULL);
RuntimeObject* L_131;
L_131 = XmlSerializationWriterInterpreter_ImplicitConvert_mD16AB1B10272160C637E2A335ADB47E55864C07E(L_126, L_130, NULL);
___memberValue1 = L_131;
}
IL_024a:
{
RuntimeObject* L_132 = ___memberValue1;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_133 = ___elem0;
NullCheck(L_133);
String_t* L_134;
L_134 = XmlTypeMapElementInfo_get_ElementName_m2B2B6484154E046A7FE5BE46092BF91A7B75D9CC_inline(L_133, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_135 = ___elem0;
NullCheck(L_135);
String_t* L_136;
L_136 = XmlTypeMapElementInfo_get_Namespace_m94DAAADC3EFEBC302C4D3574BD4835F222345498_inline(L_135, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_137 = ___elem0;
NullCheck(L_137);
bool L_138;
L_138 = XmlTypeMapElementInfo_get_IsNullable_m5E6F72E9E7ADFA39100C6C0FFA1585BCDE4ACE75_inline(L_137, NULL);
XmlSerializationWriter_WriteSerializable_mBE2DC3FBAF8A1DA2921EE89701791176B63C40B9(__this, ((RuntimeObject*)Castclass((RuntimeObject*)L_132, IXmlSerializable_tE36AB1894460107283308E142C1106C4AB31A526_il2cpp_TypeInfo_var)), L_134, L_136, L_138, NULL);
return;
}
IL_0269:
{
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_139 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
NullCheck(L_139);
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_139, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA36CB49041E31496EDB0CF9BBB01CEF6120EA3F4)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_139, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriterInterpreter_WriteMemberElement_mB29A5B7EFEB7D6FE5CCDEDA132F923E79D6F5F43_RuntimeMethod_var)));
}
}
// System.Object System.Xml.Serialization.XmlSerializationWriterInterpreter::ImplicitConvert(System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializationWriterInterpreter_ImplicitConvert_mD16AB1B10272160C637E2A335ADB47E55864C07E (RuntimeObject* ___obj0, Type_t* ___type1, 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*)&RuntimeObject_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral437906DA6527EA9BAA9A971EC5171183BEB85B59);
s_Il2CppMethodInitialized = true;
}
Type_t* V_0 = NULL;
MethodInfo_t* V_1 = NULL;
{
RuntimeObject* L_0 = ___obj0;
if (L_0)
{
goto IL_0005;
}
}
{
return NULL;
}
IL_0005:
{
RuntimeObject* L_1 = ___obj0;
NullCheck(L_1);
Type_t* L_2;
L_2 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_1, NULL);
V_0 = L_2;
goto IL_0096;
}
IL_0011:
{
Type_t* L_3 = V_0;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_4 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_5 = L_4;
Type_t* L_6 = V_0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_6);
NullCheck(L_3);
MethodInfo_t* L_7;
L_7 = Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA(L_3, _stringLiteral437906DA6527EA9BAA9A971EC5171183BEB85B59, L_5, NULL);
V_1 = L_7;
MethodInfo_t* L_8 = V_1;
bool L_9;
L_9 = MethodInfo_op_Inequality_m12A72321F9066269B34CD4062B224E1A20AC15EC(L_8, (MethodInfo_t*)NULL, NULL);
if (!L_9)
{
goto IL_0050;
}
}
{
MethodInfo_t* L_10 = V_1;
NullCheck(L_10);
Type_t* L_11;
L_11 = VirtualFuncInvoker0< Type_t* >::Invoke(41 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_10);
Type_t* L_12 = ___type1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_13;
L_13 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_11, L_12, NULL);
if (!L_13)
{
goto IL_0050;
}
}
{
MethodInfo_t* L_14 = V_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_15 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_15;
RuntimeObject* L_17 = ___obj0;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_17);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_17);
NullCheck(L_14);
RuntimeObject* L_18;
L_18 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_14, NULL, L_16, NULL);
return L_18;
}
IL_0050:
{
Type_t* L_19 = ___type1;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_20 = (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)SZArrayNew(TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB_il2cpp_TypeInfo_var, (uint32_t)1);
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_21 = L_20;
Type_t* L_22 = V_0;
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_22);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (Type_t*)L_22);
NullCheck(L_19);
MethodInfo_t* L_23;
L_23 = Type_GetMethod_m9E8E55EC8316CE8A2851B62AD4C73E841FEAC2EA(L_19, _stringLiteral437906DA6527EA9BAA9A971EC5171183BEB85B59, L_21, NULL);
V_1 = L_23;
MethodInfo_t* L_24 = V_1;
bool L_25;
L_25 = MethodInfo_op_Inequality_m12A72321F9066269B34CD4062B224E1A20AC15EC(L_24, (MethodInfo_t*)NULL, NULL);
if (!L_25)
{
goto IL_008f;
}
}
{
MethodInfo_t* L_26 = V_1;
NullCheck(L_26);
Type_t* L_27;
L_27 = VirtualFuncInvoker0< Type_t* >::Invoke(41 /* System.Type System.Reflection.MethodInfo::get_ReturnType() */, L_26);
Type_t* L_28 = ___type1;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_29;
L_29 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_27, L_28, NULL);
if (!L_29)
{
goto IL_008f;
}
}
{
MethodInfo_t* L_30 = V_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_31 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_32 = L_31;
RuntimeObject* L_33 = ___obj0;
NullCheck(L_32);
ArrayElementTypeCheck (L_32, L_33);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_33);
NullCheck(L_30);
RuntimeObject* L_34;
L_34 = MethodBase_Invoke_mEEF3218648F111A8C338001A7804091A0747C826(L_30, NULL, L_32, NULL);
return L_34;
}
IL_008f:
{
Type_t* L_35 = V_0;
NullCheck(L_35);
Type_t* L_36;
L_36 = VirtualFuncInvoker0< Type_t* >::Invoke(115 /* System.Type System.Type::get_BaseType() */, L_35);
V_0 = L_36;
}
IL_0096:
{
Type_t* L_37 = V_0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_38 = { reinterpret_cast<intptr_t> (RuntimeObject_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_39;
L_39 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_38, NULL);
bool L_40;
L_40 = Type_op_Inequality_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5(L_37, L_39, NULL);
if (L_40)
{
goto IL_0011;
}
}
{
RuntimeObject* L_41 = ___obj0;
return L_41;
}
}
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WritePrimitiveValueLiteral(System.Object,System.String,System.String,System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.TypeData,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WritePrimitiveValueLiteral_m64F5EE0B8DF72D20007BEA801198FF8F8B381173 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, RuntimeObject* ___memberValue0, String_t* ___name1, String_t* ___ns2, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___mappedType3, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___typeData4, bool ___wrapped5, bool ___isNullable6, 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;
}
{
bool L_0 = ___wrapped5;
if (L_0)
{
goto IL_0016;
}
}
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_1 = ___mappedType3;
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_2 = ___typeData4;
RuntimeObject* L_3 = ___memberValue0;
String_t* L_4;
L_4 = XmlSerializationWriterInterpreter_GetStringValue_m417BDD772C59AA1A72558744FD56E78C129E1DEE(__this, L_1, L_2, L_3, NULL);
XmlSerializationWriter_WriteValue_mFBAAF58EE4ECE002669126E42D9613880FA871A3(__this, L_4, NULL);
return;
}
IL_0016:
{
bool L_5 = ___isNullable6;
if (!L_5)
{
goto IL_0055;
}
}
{
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_6 = ___typeData4;
NullCheck(L_6);
Type_t* L_7;
L_7 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_6, NULL);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast<intptr_t> (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_9;
L_9 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_8, NULL);
bool L_10;
L_10 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_7, L_9, NULL);
if (!L_10)
{
goto IL_0041;
}
}
{
String_t* L_11 = ___name1;
String_t* L_12 = ___ns2;
RuntimeObject* L_13 = ___memberValue0;
XmlSerializationWriter_WriteNullableQualifiedNameLiteral_mA36BA50DE0EECCF7D1D2C8683F84D7DB94D34CBC(__this, L_11, L_12, ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_13, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var)), NULL);
return;
}
IL_0041:
{
String_t* L_14 = ___name1;
String_t* L_15 = ___ns2;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_16 = ___mappedType3;
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_17 = ___typeData4;
RuntimeObject* L_18 = ___memberValue0;
String_t* L_19;
L_19 = XmlSerializationWriterInterpreter_GetStringValue_m417BDD772C59AA1A72558744FD56E78C129E1DEE(__this, L_16, L_17, L_18, NULL);
XmlSerializationWriter_WriteNullableStringLiteral_m9E9A4BC99C000CCC14DFA45E91A01EEBACADE862(__this, L_14, L_15, L_19, NULL);
return;
}
IL_0055:
{
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_20 = ___typeData4;
NullCheck(L_20);
Type_t* L_21;
L_21 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_20, NULL);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_22 = { reinterpret_cast<intptr_t> (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_23;
L_23 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_22, NULL);
bool L_24;
L_24 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_21, L_23, NULL);
if (!L_24)
{
goto IL_007c;
}
}
{
String_t* L_25 = ___name1;
String_t* L_26 = ___ns2;
RuntimeObject* L_27 = ___memberValue0;
XmlSerializationWriter_WriteElementQualifiedName_mE0FE6CEB5D98A0B535C238812B64EB68C1F0933B(__this, L_25, L_26, ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_27, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var)), NULL);
return;
}
IL_007c:
{
String_t* L_28 = ___name1;
String_t* L_29 = ___ns2;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_30 = ___mappedType3;
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_31 = ___typeData4;
RuntimeObject* L_32 = ___memberValue0;
String_t* L_33;
L_33 = XmlSerializationWriterInterpreter_GetStringValue_m417BDD772C59AA1A72558744FD56E78C129E1DEE(__this, L_30, L_31, L_32, NULL);
XmlSerializationWriter_WriteElementString_m5B5F5B5F48FE69C157A86AEA91587F9A07EE3893(__this, L_28, L_29, L_33, NULL);
return;
}
}
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WritePrimitiveValueEncoded(System.Object,System.String,System.String,System.Xml.XmlQualifiedName,System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.TypeData,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WritePrimitiveValueEncoded_m49AE009A4355CB956686487B0A6617B714D30723 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, RuntimeObject* ___memberValue0, String_t* ___name1, String_t* ___ns2, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___xsiType3, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___mappedType4, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___typeData5, bool ___wrapped6, bool ___isNullable7, 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;
}
{
bool L_0 = ___wrapped6;
if (L_0)
{
goto IL_0016;
}
}
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_1 = ___mappedType4;
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_2 = ___typeData5;
RuntimeObject* L_3 = ___memberValue0;
String_t* L_4;
L_4 = XmlSerializationWriterInterpreter_GetStringValue_m417BDD772C59AA1A72558744FD56E78C129E1DEE(__this, L_1, L_2, L_3, NULL);
XmlSerializationWriter_WriteValue_mFBAAF58EE4ECE002669126E42D9613880FA871A3(__this, L_4, NULL);
return;
}
IL_0016:
{
bool L_5 = ___isNullable7;
if (!L_5)
{
goto IL_0059;
}
}
{
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_6 = ___typeData5;
NullCheck(L_6);
Type_t* L_7;
L_7 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_6, NULL);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast<intptr_t> (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_9;
L_9 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_8, NULL);
bool L_10;
L_10 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_7, L_9, NULL);
if (!L_10)
{
goto IL_0043;
}
}
{
String_t* L_11 = ___name1;
String_t* L_12 = ___ns2;
RuntimeObject* L_13 = ___memberValue0;
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_14 = ___xsiType3;
XmlSerializationWriter_WriteNullableQualifiedNameEncoded_mE37935A882D73CCE63E8C070C2291CCB3FA720B6(__this, L_11, L_12, ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_13, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var)), L_14, NULL);
return;
}
IL_0043:
{
String_t* L_15 = ___name1;
String_t* L_16 = ___ns2;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_17 = ___mappedType4;
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_18 = ___typeData5;
RuntimeObject* L_19 = ___memberValue0;
String_t* L_20;
L_20 = XmlSerializationWriterInterpreter_GetStringValue_m417BDD772C59AA1A72558744FD56E78C129E1DEE(__this, L_17, L_18, L_19, NULL);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_21 = ___xsiType3;
XmlSerializationWriter_WriteNullableStringEncoded_m1129872B6401E60E8949119B9FA368F543FCC9B4(__this, L_15, L_16, L_20, L_21, NULL);
return;
}
IL_0059:
{
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_22 = ___typeData5;
NullCheck(L_22);
Type_t* L_23;
L_23 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_22, NULL);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_24 = { reinterpret_cast<intptr_t> (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_25;
L_25 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_24, NULL);
bool L_26;
L_26 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_23, L_25, NULL);
if (!L_26)
{
goto IL_0082;
}
}
{
String_t* L_27 = ___name1;
String_t* L_28 = ___ns2;
RuntimeObject* L_29 = ___memberValue0;
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_30 = ___xsiType3;
XmlSerializationWriter_WriteElementQualifiedName_m4C1FA2E99623FA45F267849A74C9A561CB7402E8(__this, L_27, L_28, ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_29, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var)), L_30, NULL);
return;
}
IL_0082:
{
String_t* L_31 = ___name1;
String_t* L_32 = ___ns2;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_33 = ___mappedType4;
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_34 = ___typeData5;
RuntimeObject* L_35 = ___memberValue0;
String_t* L_36;
L_36 = XmlSerializationWriterInterpreter_GetStringValue_m417BDD772C59AA1A72558744FD56E78C129E1DEE(__this, L_33, L_34, L_35, NULL);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_37 = ___xsiType3;
XmlSerializationWriter_WriteElementString_m7F4678303C1631FCBE4B37FC404C838AF903F718(__this, L_31, L_32, L_36, L_37, NULL);
return;
}
}
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteListElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteListElement_m7860139850018CC144D7D8616B419DCF738DDC53 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___typeMap0, RuntimeObject* ___ob1, String_t* ___element2, String_t* ___namesp3, 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*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9A24CC7BE5FB2E4DFFA4A80AD8B0335DAE91B662);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD29B87DC6B1B722C619FAD071A9157749710CDA6);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
String_t* V_3 = NULL;
String_t* G_B4_0 = NULL;
{
int32_t L_0 = __this->____format_9;
if (L_0)
{
goto IL_005a;
}
}
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_1 = ___typeMap0;
NullCheck(L_1);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_2;
L_2 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline(L_1, NULL);
RuntimeObject* L_3 = ___ob1;
int32_t L_4;
L_4 = XmlSerializationWriterInterpreter_GetListCount_m8FB8D13B1F87E95754A5CF8079D3DF2B9A46AE86(__this, L_2, L_3, NULL);
V_2 = L_4;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_5 = ___typeMap0;
NullCheck(L_5);
ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0* L_6;
L_6 = XmlMapping_get_ObjectMap_m63D1AEAC8EDD8396357898D337E350673A1E9003_inline(L_5, NULL);
int32_t L_7 = V_2;
NullCheck(((ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC*)CastclassClass((RuntimeObject*)L_6, ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC_il2cpp_TypeInfo_var)));
ListMap_GetArrayType_mE4DD0F95C5B8779C799547E896D8DE16632AA2B7(((ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC*)CastclassClass((RuntimeObject*)L_6, ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC_il2cpp_TypeInfo_var)), L_7, (&V_0), (&V_1), NULL);
String_t* L_8 = V_1;
String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
bool L_10;
L_10 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_8, L_9, NULL);
if (L_10)
{
goto IL_003b;
}
}
{
String_t* L_11 = V_0;
G_B4_0 = L_11;
goto IL_0048;
}
IL_003b:
{
String_t* L_12 = V_0;
String_t* L_13 = V_1;
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_14 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
NullCheck(L_14);
XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_14, L_12, L_13, NULL);
String_t* L_15;
L_15 = XmlSerializationWriter_FromXmlQualifiedName_m0025FF4410A037F0310220E2F36A1F55DD106829(__this, L_14, NULL);
G_B4_0 = L_15;
}
IL_0048:
{
V_3 = G_B4_0;
String_t* L_16 = V_3;
XmlSerializationWriter_WriteAttribute_mAA8601A17489000A033533611237057B779C91B1(__this, _stringLiteral9A24CC7BE5FB2E4DFFA4A80AD8B0335DAE91B662, _stringLiteralD29B87DC6B1B722C619FAD071A9157749710CDA6, L_16, NULL);
}
IL_005a:
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_17 = ___typeMap0;
NullCheck(L_17);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_18;
L_18 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline(L_17, NULL);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_19 = ___typeMap0;
NullCheck(L_19);
ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0* L_20;
L_20 = XmlMapping_get_ObjectMap_m63D1AEAC8EDD8396357898D337E350673A1E9003_inline(L_19, NULL);
RuntimeObject* L_21 = ___ob1;
XmlSerializationWriterInterpreter_WriteListContent_m134B4C06A45FA059536931340F9447EEBA4154E7(__this, NULL, L_18, ((ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC*)CastclassClass((RuntimeObject*)L_20, ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC_il2cpp_TypeInfo_var)), L_21, (StringBuilder_t*)NULL, NULL);
return;
}
}
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteListContent(System.Object,System.Xml.Serialization.TypeData,System.Xml.Serialization.ListMap,System.Object,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteListContent_m134B4C06A45FA059536931340F9447EEBA4154E7 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, RuntimeObject* ___container0, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___listType1, ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* ___map2, RuntimeObject* ___ob3, StringBuilder_t* ___targetString4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C);
s_Il2CppMethodInitialized = true;
}
RuntimeArray* V_0 = NULL;
int32_t V_1 = 0;
RuntimeObject* V_2 = NULL;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_3 = NULL;
int32_t V_4 = 0;
PropertyInfo_t* V_5 = NULL;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_6 = NULL;
int32_t V_7 = 0;
RuntimeObject* V_8 = NULL;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_9 = NULL;
RuntimeObject* V_10 = NULL;
RuntimeObject* V_11 = NULL;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* V_12 = NULL;
RuntimeObject* V_13 = NULL;
{
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_0 = ___listType1;
NullCheck(L_0);
Type_t* L_1;
L_1 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_0, NULL);
NullCheck(L_1);
bool L_2;
L_2 = Type_get_IsArray_mB9B8CA713B2AA9D6AFECC24E05AF78D22532B673(L_1, NULL);
if (!L_2)
{
goto IL_0083;
}
}
{
RuntimeObject* L_3 = ___ob3;
V_0 = ((RuntimeArray*)CastclassClass((RuntimeObject*)L_3, RuntimeArray_il2cpp_TypeInfo_var));
V_1 = 0;
goto IL_0079;
}
IL_0019:
{
RuntimeArray* L_4 = V_0;
int32_t L_5 = V_1;
NullCheck(L_4);
RuntimeObject* L_6;
L_6 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21(L_4, L_5, NULL);
V_2 = L_6;
ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* L_7 = ___map2;
RuntimeObject* L_8 = ___container0;
int32_t L_9 = V_1;
RuntimeObject* L_10 = V_2;
NullCheck(L_7);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_11;
L_11 = ListMap_FindElement_m47E834380D86F46D9AE887F867CC2D3FCF7D4CC2(L_7, L_8, L_9, L_10, NULL);
V_3 = L_11;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_12 = V_3;
if (!L_12)
{
goto IL_003c;
}
}
{
StringBuilder_t* L_13 = ___targetString4;
if (L_13)
{
goto IL_003c;
}
}
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_14 = V_3;
RuntimeObject* L_15 = V_2;
XmlSerializationWriterInterpreter_WriteMemberElement_mB29A5B7EFEB7D6FE5CCDEDA132F923E79D6F5F43(__this, L_14, L_15, NULL);
goto IL_0075;
}
IL_003c:
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_16 = V_3;
if (!L_16)
{
goto IL_006a;
}
}
{
StringBuilder_t* L_17 = ___targetString4;
if (!L_17)
{
goto IL_006a;
}
}
{
StringBuilder_t* L_18 = ___targetString4;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_19 = V_3;
NullCheck(L_19);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_20;
L_20 = XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032_inline(L_19, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_21 = V_3;
NullCheck(L_21);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_22;
L_22 = XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline(L_21, NULL);
RuntimeObject* L_23 = V_2;
String_t* L_24;
L_24 = XmlSerializationWriterInterpreter_GetStringValue_m417BDD772C59AA1A72558744FD56E78C129E1DEE(__this, L_20, L_22, L_23, NULL);
NullCheck(L_18);
StringBuilder_t* L_25;
L_25 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_18, L_24, NULL);
NullCheck(L_25);
StringBuilder_t* L_26;
L_26 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_25, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, NULL);
goto IL_0075;
}
IL_006a:
{
RuntimeObject* L_27 = V_2;
if (!L_27)
{
goto IL_0075;
}
}
{
RuntimeObject* L_28 = V_2;
Exception_t* L_29;
L_29 = XmlSerializationWriter_CreateUnknownTypeException_m390258930DA81870F1CB5744BEE12EE075A7BAC6(__this, L_28, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriterInterpreter_WriteListContent_m134B4C06A45FA059536931340F9447EEBA4154E7_RuntimeMethod_var)));
}
IL_0075:
{
int32_t L_30 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_30, 1));
}
IL_0079:
{
int32_t L_31 = V_1;
RuntimeArray* L_32 = V_0;
NullCheck(L_32);
int32_t L_33;
L_33 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(L_32, NULL);
if ((((int32_t)L_31) < ((int32_t)L_33)))
{
goto IL_0019;
}
}
{
return;
}
IL_0083:
{
RuntimeObject* L_34 = ___ob3;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_34, ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E_il2cpp_TypeInfo_var)))
{
goto IL_0151;
}
}
{
RuntimeObject* L_35 = ___ob3;
NullCheck(L_35);
Type_t* L_36;
L_36 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_35, NULL);
NullCheck(L_36);
PropertyInfo_t* L_37;
L_37 = Type_GetProperty_mD183124FC8A89121E8368058B327A7750B14281D(L_36, _stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C, NULL);
RuntimeObject* L_38 = ___ob3;
NullCheck(L_37);
RuntimeObject* L_39;
L_39 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(24 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, L_37, L_38, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL);
V_4 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_39, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_40 = ___listType1;
NullCheck(L_40);
Type_t* L_41;
L_41 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_40, NULL);
il2cpp_codegen_runtime_class_init_inline(TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704_il2cpp_TypeInfo_var);
PropertyInfo_t* L_42;
L_42 = TypeData_GetIndexerProperty_mA468C052D626D571952057E2FB4F41AB9BB8E3AE(L_41, NULL);
V_5 = L_42;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_43 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
V_6 = L_43;
V_7 = 0;
goto IL_0147;
}
IL_00c9:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_44 = V_6;
int32_t L_45 = V_7;
int32_t L_46 = L_45;
RuntimeObject* L_47 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_46);
NullCheck(L_44);
ArrayElementTypeCheck (L_44, L_47);
(L_44)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_47);
PropertyInfo_t* L_48 = V_5;
RuntimeObject* L_49 = ___ob3;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_50 = V_6;
NullCheck(L_48);
RuntimeObject* L_51;
L_51 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(24 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, L_48, L_49, L_50);
V_8 = L_51;
ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* L_52 = ___map2;
RuntimeObject* L_53 = ___container0;
int32_t L_54 = V_7;
RuntimeObject* L_55 = V_8;
NullCheck(L_52);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_56;
L_56 = ListMap_FindElement_m47E834380D86F46D9AE887F867CC2D3FCF7D4CC2(L_52, L_53, L_54, L_55, NULL);
V_9 = L_56;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_57 = V_9;
if (!L_57)
{
goto IL_0102;
}
}
{
StringBuilder_t* L_58 = ___targetString4;
if (L_58)
{
goto IL_0102;
}
}
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_59 = V_9;
RuntimeObject* L_60 = V_8;
XmlSerializationWriterInterpreter_WriteMemberElement_mB29A5B7EFEB7D6FE5CCDEDA132F923E79D6F5F43(__this, L_59, L_60, NULL);
goto IL_0141;
}
IL_0102:
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_61 = V_9;
if (!L_61)
{
goto IL_0134;
}
}
{
StringBuilder_t* L_62 = ___targetString4;
if (!L_62)
{
goto IL_0134;
}
}
{
StringBuilder_t* L_63 = ___targetString4;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_64 = V_9;
NullCheck(L_64);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_65;
L_65 = XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032_inline(L_64, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_66 = V_9;
NullCheck(L_66);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_67;
L_67 = XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline(L_66, NULL);
RuntimeObject* L_68 = V_8;
String_t* L_69;
L_69 = XmlSerializationWriterInterpreter_GetStringValue_m417BDD772C59AA1A72558744FD56E78C129E1DEE(__this, L_65, L_67, L_68, NULL);
NullCheck(L_63);
StringBuilder_t* L_70;
L_70 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_63, L_69, NULL);
NullCheck(L_70);
StringBuilder_t* L_71;
L_71 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_70, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, NULL);
goto IL_0141;
}
IL_0134:
{
RuntimeObject* L_72 = V_8;
if (!L_72)
{
goto IL_0141;
}
}
{
RuntimeObject* L_73 = V_8;
Exception_t* L_74;
L_74 = XmlSerializationWriter_CreateUnknownTypeException_m390258930DA81870F1CB5744BEE12EE075A7BAC6(__this, L_73, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_74, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriterInterpreter_WriteListContent_m134B4C06A45FA059536931340F9447EEBA4154E7_RuntimeMethod_var)));
}
IL_0141:
{
int32_t L_75 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_75, 1));
}
IL_0147:
{
int32_t L_76 = V_7;
int32_t L_77 = V_4;
if ((((int32_t)L_76) < ((int32_t)L_77)))
{
goto IL_00c9;
}
}
{
return;
}
IL_0151:
{
RuntimeObject* L_78 = ___ob3;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_78, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var)))
{
goto IL_01f5;
}
}
{
RuntimeObject* L_79 = ___ob3;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_79, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var)));
RuntimeObject* L_80;
L_80 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_79, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var)));
V_10 = L_80;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_01e0:
{// begin finally (depth: 1)
{
RuntimeObject* L_81 = V_10;
V_13 = ((RuntimeObject*)IsInst((RuntimeObject*)L_81, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_82 = V_13;
if (!L_82)
{
goto IL_01f4;
}
}
{
RuntimeObject* L_83 = V_13;
NullCheck(L_83);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_83);
}
IL_01f4:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_01d5_1;
}
IL_016d_1:
{
RuntimeObject* L_84 = V_10;
NullCheck(L_84);
RuntimeObject* L_85;
L_85 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_84);
V_11 = L_85;
ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* L_86 = ___map2;
RuntimeObject* L_87 = ___container0;
RuntimeObject* L_88 = V_11;
NullCheck(L_86);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_89;
L_89 = ListMap_FindElement_m47E834380D86F46D9AE887F867CC2D3FCF7D4CC2(L_86, L_87, (-1), L_88, NULL);
V_12 = L_89;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_90 = V_12;
if (!L_90)
{
goto IL_0196_1;
}
}
{
StringBuilder_t* L_91 = ___targetString4;
if (L_91)
{
goto IL_0196_1;
}
}
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_92 = V_12;
RuntimeObject* L_93 = V_11;
XmlSerializationWriterInterpreter_WriteMemberElement_mB29A5B7EFEB7D6FE5CCDEDA132F923E79D6F5F43(__this, L_92, L_93, NULL);
goto IL_01d5_1;
}
IL_0196_1:
{
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_94 = V_12;
if (!L_94)
{
goto IL_01c8_1;
}
}
{
StringBuilder_t* L_95 = ___targetString4;
if (!L_95)
{
goto IL_01c8_1;
}
}
{
StringBuilder_t* L_96 = ___targetString4;
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_97 = V_12;
NullCheck(L_97);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_98;
L_98 = XmlTypeMapElementInfo_get_MappedType_m240A78959A2E9A6CE992F5EC6B77DDFC137AF032_inline(L_97, NULL);
XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* L_99 = V_12;
NullCheck(L_99);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_100;
L_100 = XmlTypeMapElementInfo_get_TypeData_m35F77B4421D417B4C175FD7A54571B7FBF96532E_inline(L_99, NULL);
RuntimeObject* L_101 = V_11;
String_t* L_102;
L_102 = XmlSerializationWriterInterpreter_GetStringValue_m417BDD772C59AA1A72558744FD56E78C129E1DEE(__this, L_98, L_100, L_101, NULL);
NullCheck(L_96);
StringBuilder_t* L_103;
L_103 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_96, L_102, NULL);
NullCheck(L_103);
StringBuilder_t* L_104;
L_104 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_103, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, NULL);
goto IL_01d5_1;
}
IL_01c8_1:
{
RuntimeObject* L_105 = V_11;
if (!L_105)
{
goto IL_01d5_1;
}
}
{
RuntimeObject* L_106 = V_11;
Exception_t* L_107;
L_107 = XmlSerializationWriter_CreateUnknownTypeException_m390258930DA81870F1CB5744BEE12EE075A7BAC6(__this, L_106, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_107, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriterInterpreter_WriteListContent_m134B4C06A45FA059536931340F9447EEBA4154E7_RuntimeMethod_var)));
}
IL_01d5_1:
{
RuntimeObject* L_108 = V_10;
NullCheck(L_108);
bool L_109;
L_109 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_108);
if (L_109)
{
goto IL_016d_1;
}
}
{
goto IL_0200;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_01f5:
{
Exception_t* L_110 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
NullCheck(L_110);
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_110, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral13524012C64F8AB64633395F585F5569225E9F99)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_110, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriterInterpreter_WriteListContent_m134B4C06A45FA059536931340F9447EEBA4154E7_RuntimeMethod_var)));
}
IL_0200:
{
return;
}
}
// System.Int32 System.Xml.Serialization.XmlSerializationWriterInterpreter::GetListCount(System.Xml.Serialization.TypeData,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlSerializationWriterInterpreter_GetListCount_m8FB8D13B1F87E95754A5CF8079D3DF2B9A46AE86 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___listType0, RuntimeObject* ___ob1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C);
s_Il2CppMethodInitialized = true;
}
{
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_0 = ___listType0;
NullCheck(L_0);
Type_t* L_1;
L_1 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_0, NULL);
NullCheck(L_1);
bool L_2;
L_2 = Type_get_IsArray_mB9B8CA713B2AA9D6AFECC24E05AF78D22532B673(L_1, NULL);
if (!L_2)
{
goto IL_0019;
}
}
{
RuntimeObject* L_3 = ___ob1;
NullCheck(((RuntimeArray*)CastclassClass((RuntimeObject*)L_3, RuntimeArray_il2cpp_TypeInfo_var)));
int32_t L_4;
L_4 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(((RuntimeArray*)CastclassClass((RuntimeObject*)L_3, RuntimeArray_il2cpp_TypeInfo_var)), NULL);
return L_4;
}
IL_0019:
{
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_5 = ___listType0;
NullCheck(L_5);
Type_t* L_6;
L_6 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_5, NULL);
NullCheck(L_6);
PropertyInfo_t* L_7;
L_7 = Type_GetProperty_mD183124FC8A89121E8368058B327A7750B14281D(L_6, _stringLiteral37B9D73BE7368F9E631CD06C5DC3758F48D4E89C, NULL);
RuntimeObject* L_8 = ___ob1;
NullCheck(L_7);
RuntimeObject* L_9;
L_9 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(24 /* System.Object System.Reflection.PropertyInfo::GetValue(System.Object,System.Object[]) */, L_7, L_8, (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)NULL);
return ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_9, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
}
}
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteAnyElementContent(System.Xml.Serialization.XmlTypeMapMemberAnyElement,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteAnyElementContent_m6FA0CBF4CCF97E36DE0A4C4AC4CF557A965A8823 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950* ___member0, RuntimeObject* ___memberValue1, 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*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_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*)&XmlElement_t9A08B533E9A6B3548A1DE35476186F7ECCDF6FF1_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlElement_t9A08B533E9A6B3548A1DE35476186F7ECCDF6FF1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
RuntimeObject* V_1 = NULL;
XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* V_2 = NULL;
RuntimeObject* V_3 = NULL;
String_t* G_B8_0 = NULL;
String_t* G_B7_0 = NULL;
Type_t* G_B9_0 = NULL;
String_t* G_B9_1 = NULL;
{
XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950* L_0 = ___member0;
NullCheck(L_0);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_1;
L_1 = XmlTypeMapMember_get_TypeData_m071A2E1C32FA2AED8FB5D91556CF310A28898D1D_inline(L_0, NULL);
NullCheck(L_1);
Type_t* L_2;
L_2 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_1, NULL);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast<intptr_t> (XmlElement_t9A08B533E9A6B3548A1DE35476186F7ECCDF6FF1_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_4;
L_4 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_3, NULL);
bool L_5;
L_5 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_2, L_4, NULL);
if (L_5)
{
goto IL_0038;
}
}
{
XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950* L_6 = ___member0;
NullCheck(L_6);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_7;
L_7 = XmlTypeMapMember_get_TypeData_m071A2E1C32FA2AED8FB5D91556CF310A28898D1D_inline(L_6, NULL);
NullCheck(L_7);
Type_t* L_8;
L_8 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_7, NULL);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_9 = { reinterpret_cast<intptr_t> (XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_10;
L_10 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_9, NULL);
bool L_11;
L_11 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_8, L_10, NULL);
if (!L_11)
{
goto IL_0044;
}
}
IL_0038:
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_12;
RuntimeObject* L_14 = ___memberValue1;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_14);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_14);
___memberValue1 = (RuntimeObject*)L_13;
}
IL_0044:
{
RuntimeObject* L_15 = ___memberValue1;
NullCheck(((RuntimeArray*)CastclassClass((RuntimeObject*)L_15, RuntimeArray_il2cpp_TypeInfo_var)));
RuntimeObject* L_16;
L_16 = Array_GetEnumerator_mDB7E2AF23F2BDC715D429C71CA3B8D0151F0DC1E(((RuntimeArray*)CastclassClass((RuntimeObject*)L_15, RuntimeArray_il2cpp_TypeInfo_var)), NULL);
V_0 = L_16;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00fd:
{// begin finally (depth: 1)
{
RuntimeObject* L_17 = V_0;
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_17, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_18 = V_3;
if (!L_18)
{
goto IL_010d;
}
}
{
RuntimeObject* L_19 = V_3;
NullCheck(L_19);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_19);
}
IL_010d:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_00f0_1;
}
IL_0055_1:
{
RuntimeObject* L_20 = V_0;
NullCheck(L_20);
RuntimeObject* L_21;
L_21 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_20);
V_1 = L_21;
RuntimeObject* L_22 = V_1;
V_2 = ((XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF*)IsInstClass((RuntimeObject*)L_22, XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF_il2cpp_TypeInfo_var));
XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* L_23 = V_2;
if (L_23)
{
goto IL_0082_1;
}
}
{
RuntimeObject* L_24 = V_1;
G_B7_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC0E8EAC5A9D528FF5200C5F8484AE09760D5C643));
if (L_24)
{
G_B8_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC0E8EAC5A9D528FF5200C5F8484AE09760D5C643));
goto IL_0071_1;
}
}
{
G_B9_0 = ((Type_t*)(NULL));
G_B9_1 = G_B7_0;
goto IL_0077_1;
}
IL_0071_1:
{
RuntimeObject* L_25 = V_1;
NullCheck(L_25);
Type_t* L_26;
L_26 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_25, NULL);
G_B9_0 = L_26;
G_B9_1 = G_B8_0;
}
IL_0077_1:
{
String_t* L_27;
L_27 = String_Format_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(G_B9_1, G_B9_0, NULL);
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_28 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_28);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_28, L_27, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriterInterpreter_WriteAnyElementContent_m6FA0CBF4CCF97E36DE0A4C4AC4CF557A965A8823_RuntimeMethod_var)));
}
IL_0082_1:
{
XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* L_29 = V_2;
if (!((XmlElement_t9A08B533E9A6B3548A1DE35476186F7ECCDF6FF1*)IsInstClass((RuntimeObject*)L_29, XmlElement_t9A08B533E9A6B3548A1DE35476186F7ECCDF6FF1_il2cpp_TypeInfo_var)))
{
goto IL_00e4_1;
}
}
{
XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950* L_30 = ___member0;
XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* L_31 = V_2;
NullCheck(L_31);
String_t* L_32;
L_32 = VirtualFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_31);
XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* L_33 = V_2;
NullCheck(L_33);
String_t* L_34;
L_34 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_33);
NullCheck(L_30);
bool L_35;
L_35 = XmlTypeMapMemberAnyElement_IsElementDefined_mA16BED80C2A28DF69D7242CAD45F8E4652DB1CAF(L_30, L_32, L_34, NULL);
if (!L_35)
{
goto IL_00d1_1;
}
}
{
int32_t L_36 = __this->____format_9;
if ((!(((uint32_t)L_36) == ((uint32_t)1))))
{
goto IL_00bc_1;
}
}
{
XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* L_37 = V_2;
XmlSerializationWriter_WriteElementLiteral_m0E74FD75FE42BEB8D43B79333598C8DDC6EC4238(__this, L_37, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, (bool)0, (bool)1, NULL);
goto IL_00f0_1;
}
IL_00bc_1:
{
XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* L_38 = V_2;
XmlSerializationWriter_WriteElementEncoded_m669E23E74C69FAB9FEF6FAA511A0F6901E1FFEFA(__this, L_38, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, (bool)0, (bool)1, NULL);
goto IL_00f0_1;
}
IL_00d1_1:
{
XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* L_39 = V_2;
NullCheck(L_39);
String_t* L_40;
L_40 = VirtualFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlNode::get_Name() */, L_39);
XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* L_41 = V_2;
NullCheck(L_41);
String_t* L_42;
L_42 = VirtualFuncInvoker0< String_t* >::Invoke(33 /* System.String System.Xml.XmlNode::get_NamespaceURI() */, L_41);
Exception_t* L_43;
L_43 = XmlSerializationWriter_CreateUnknownAnyElementException_m10C764FCEE6FF3DDA1C9A17D7593D8DE7454417B(__this, L_40, L_42, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializationWriterInterpreter_WriteAnyElementContent_m6FA0CBF4CCF97E36DE0A4C4AC4CF557A965A8823_RuntimeMethod_var)));
}
IL_00e4_1:
{
XmlNode_t3180B9B3D5C36CD58F5327D9F13458E3B3F030AF* L_44 = V_2;
XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_45;
L_45 = XmlSerializationWriter_get_Writer_m8083D941BEB14C7735FDB31C52ADBCCF5513C2BC_inline(__this, NULL);
NullCheck(L_44);
VirtualActionInvoker1< XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* >::Invoke(43 /* System.Void System.Xml.XmlNode::WriteTo(System.Xml.XmlWriter) */, L_44, L_45);
}
IL_00f0_1:
{
RuntimeObject* L_46 = V_0;
NullCheck(L_46);
bool L_47;
L_47 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_46);
if (L_47)
{
goto IL_0055_1;
}
}
{
goto IL_010e;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_010e:
{
return;
}
}
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WritePrimitiveElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WritePrimitiveElement_m249A1D6B8790790AE65BCE416F8B0E78FDE95568 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___typeMap0, RuntimeObject* ___ob1, String_t* ___element2, String_t* ___namesp3, const RuntimeMethod* method)
{
{
XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0;
L_0 = XmlSerializationWriter_get_Writer_m8083D941BEB14C7735FDB31C52ADBCCF5513C2BC_inline(__this, NULL);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_1 = ___typeMap0;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_2 = ___typeMap0;
NullCheck(L_2);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_3;
L_3 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline(L_2, NULL);
RuntimeObject* L_4 = ___ob1;
String_t* L_5;
L_5 = XmlSerializationWriterInterpreter_GetStringValue_m417BDD772C59AA1A72558744FD56E78C129E1DEE(__this, L_1, L_3, L_4, NULL);
NullCheck(L_0);
VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_0, L_5);
return;
}
}
// System.Void System.Xml.Serialization.XmlSerializationWriterInterpreter::WriteEnumElement(System.Xml.Serialization.XmlTypeMapping,System.Object,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializationWriterInterpreter_WriteEnumElement_m205F2F0D7D6375408F8BFFD80AEEE5B4CD4C4DE3 (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___typeMap0, RuntimeObject* ___ob1, String_t* ___element2, String_t* ___namesp3, const RuntimeMethod* method)
{
{
XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0;
L_0 = XmlSerializationWriter_get_Writer_m8083D941BEB14C7735FDB31C52ADBCCF5513C2BC_inline(__this, NULL);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_1 = ___typeMap0;
RuntimeObject* L_2 = ___ob1;
String_t* L_3;
L_3 = XmlSerializationWriterInterpreter_GetEnumXmlValue_m6990DBD6D109E4EF5947900DCBCAEFAD60CCE88F(__this, L_1, L_2, NULL);
NullCheck(L_0);
VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_0, L_3);
return;
}
}
// System.String System.Xml.Serialization.XmlSerializationWriterInterpreter::GetStringValue(System.Xml.Serialization.XmlTypeMapping,System.Xml.Serialization.TypeData,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriterInterpreter_GetStringValue_m417BDD772C59AA1A72558744FD56E78C129E1DEE (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___typeMap0, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___type1, RuntimeObject* ___value2, 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*)&StringBuilder_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCustomFormatter_t8021E588C6512752ACF5F834D7F8FF70E1D28471_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;
}
StringBuilder_t* V_0 = NULL;
{
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_0 = ___type1;
NullCheck(L_0);
int32_t L_1;
L_1 = TypeData_get_SchemaType_mDD8AA1AED98E580047EFF8A9C74CA9DCC5FC2E28_inline(L_0, NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)3))))
{
goto IL_003a;
}
}
{
RuntimeObject* L_2 = ___value2;
if (L_2)
{
goto IL_000e;
}
}
{
return (String_t*)NULL;
}
IL_000e:
{
StringBuilder_t* L_3 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_3);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_3, NULL);
V_0 = L_3;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_4 = ___typeMap0;
NullCheck(L_4);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_5;
L_5 = XmlTypeMapping_get_TypeData_m1BBD3B003521D872988B91764C969FB5DF1C27F4_inline(L_4, NULL);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_6 = ___typeMap0;
NullCheck(L_6);
ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0* L_7;
L_7 = XmlMapping_get_ObjectMap_m63D1AEAC8EDD8396357898D337E350673A1E9003_inline(L_6, NULL);
RuntimeObject* L_8 = ___value2;
StringBuilder_t* L_9 = V_0;
XmlSerializationWriterInterpreter_WriteListContent_m134B4C06A45FA059536931340F9447EEBA4154E7(__this, NULL, L_5, ((ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC*)CastclassClass((RuntimeObject*)L_7, ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC_il2cpp_TypeInfo_var)), L_8, L_9, NULL);
StringBuilder_t* L_10 = V_0;
NullCheck(L_10);
String_t* L_11;
L_11 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
NullCheck(L_11);
String_t* L_12;
L_12 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_11, NULL);
return L_12;
}
IL_003a:
{
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_13 = ___type1;
NullCheck(L_13);
int32_t L_14;
L_14 = TypeData_get_SchemaType_mDD8AA1AED98E580047EFF8A9C74CA9DCC5FC2E28_inline(L_13, NULL);
if ((!(((uint32_t)L_14) == ((uint32_t)2))))
{
goto IL_004c;
}
}
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_15 = ___typeMap0;
RuntimeObject* L_16 = ___value2;
String_t* L_17;
L_17 = XmlSerializationWriterInterpreter_GetEnumXmlValue_m6990DBD6D109E4EF5947900DCBCAEFAD60CCE88F(__this, L_15, L_16, NULL);
return L_17;
}
IL_004c:
{
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_18 = ___type1;
NullCheck(L_18);
Type_t* L_19;
L_19 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_18, NULL);
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_20 = { reinterpret_cast<intptr_t> (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_21;
L_21 = Type_GetTypeFromHandle_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_20, NULL);
bool L_22;
L_22 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(L_19, L_21, NULL);
if (!L_22)
{
goto IL_0070;
}
}
{
RuntimeObject* L_23 = ___value2;
String_t* L_24;
L_24 = XmlSerializationWriter_FromXmlQualifiedName_m0025FF4410A037F0310220E2F36A1F55DD106829(__this, ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_23, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var)), NULL);
return L_24;
}
IL_0070:
{
RuntimeObject* L_25 = ___value2;
if (L_25)
{
goto IL_0075;
}
}
{
return (String_t*)NULL;
}
IL_0075:
{
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_26 = ___type1;
RuntimeObject* L_27 = ___value2;
il2cpp_codegen_runtime_class_init_inline(XmlCustomFormatter_t8021E588C6512752ACF5F834D7F8FF70E1D28471_il2cpp_TypeInfo_var);
String_t* L_28;
L_28 = XmlCustomFormatter_ToXmlString_m8B314E13C0DF5676C6D9516F1DB34518106A394D(L_26, L_27, NULL);
return L_28;
}
}
// System.String System.Xml.Serialization.XmlSerializationWriterInterpreter::GetEnumXmlValue(System.Xml.Serialization.XmlTypeMapping,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlSerializationWriterInterpreter_GetEnumXmlValue_m6990DBD6D109E4EF5947900DCBCAEFAD60CCE88F (XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* __this, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___typeMap0, RuntimeObject* ___ob1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = ___ob1;
if (L_0)
{
goto IL_0005;
}
}
{
return (String_t*)NULL;
}
IL_0005:
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_1 = ___typeMap0;
NullCheck(L_1);
ObjectMap_t07CE2CF97F92E98E84AABBC27BFCE2418CD0D8C0* L_2;
L_2 = XmlMapping_get_ObjectMap_m63D1AEAC8EDD8396357898D337E350673A1E9003_inline(L_1, NULL);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_3 = ___typeMap0;
NullCheck(L_3);
String_t* L_4;
L_4 = XmlTypeMapping_get_TypeFullName_m8330E28FE282DDE67C41ADFBC2034E6E26A7ECAB(L_3, NULL);
RuntimeObject* L_5 = ___ob1;
NullCheck(((EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C*)CastclassClass((RuntimeObject*)L_2, EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C_il2cpp_TypeInfo_var)));
String_t* L_6;
L_6 = EnumMap_GetXmlName_m673884ED5B4566B41AA3D16F95E4F21D9B687621(((EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C*)CastclassClass((RuntimeObject*)L_2, EnumMap_tB4A35B61F48010A5BBDBAB1CA145F3345576E30C_il2cpp_TypeInfo_var)), L_4, L_5, NULL);
return L_6;
}
}
#ifdef __clang__
#pragma 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.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* ___swi0, XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* ___typeMap1, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* L_0 = ___swi0;
__this->____swi_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____swi_0), (void*)L_0);
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_1 = ___typeMap1;
__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* ___ob0, const RuntimeMethod* method)
{
{
XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* L_0 = __this->____swi_0;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_1 = __this->____typeMap_1;
RuntimeObject* L_2 = ___ob0;
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* ___ob0, const RuntimeMethod* method)
{
{
XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9* L_0 = __this->____swi_0;
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_1 = __this->____typeMap_1;
RuntimeObject* L_2 = ___ob0;
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_m7DE476F25D68FB893C35A4B0F9944E55EFDFC1D2 (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_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(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* ___type0, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___type0;
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* ___type0, XmlAttributeOverrides_tEE6AE9EC795CDEF943B35BA538C86222F905EB60* ___overrides1, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___extraTypes2, XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* ___root3, String_t* ___defaultNamespace4, 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 = ___type0;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(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 = ___overrides1;
String_t* L_4 = ___defaultNamespace4;
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 = ___extraTypes2;
if (!L_6)
{
goto IL_0041;
}
}
{
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_7 = ___extraTypes2;
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 = ___type0;
XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* L_19 = ___root3;
String_t* L_20 = ___defaultNamespace4;
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.Xml.Serialization.XmlMapping System.Xml.Serialization.XmlSerializer::get_Mapping()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* XmlSerializer_get_Mapping_mF9907A88C9DE4C5C31ACD6804471760CBD17B84B (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, const RuntimeMethod* method)
{
{
XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* L_0 = __this->___typeMapping_5;
return L_0;
}
}
// 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* ___e0, 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 = ___e0;
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* ___e0, 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 = ___e0;
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* ___e0, 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 = ___e0;
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* ___e0, 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 = ___e0;
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.Stream)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializer_Deserialize_m1050D3D61F5293AB7F13561762FC511CCD3BCFDD (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream0, 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;
{
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = ___stream0;
XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B* L_1 = (XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B*)il2cpp_codegen_object_new(XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B_il2cpp_TypeInfo_var);
NullCheck(L_1);
XmlTextReader__ctor_m45B72D41BD62F0D300A832BACFC7B9209FD80ABA(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.IO.TextReader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlSerializer_Deserialize_m7487D353E77EED4F6A255D415AE87DBCBC0A6E2D (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___textReader0, 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 = ___textReader0;
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* ___xmlReader0, 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 = ___xmlReader0;
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* ___reader0, 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 = ___reader0;
if (!((XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8*)IsInstClass((RuntimeObject*)L_2, XmlSerializationReaderInterpreter_t912EF8FEC9E40E218B269BB1B990E9732A442CB8_il2cpp_TypeInfo_var)))
{
goto IL_0025_1;
}
}
{
XmlSerializationReader_t9AD0D8849534C2406CD294857687A6170AC52597* L_3 = ___reader0;
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 = ___reader0;
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_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_Deserialize_mF6A93541E4FA8342534ACCA762F854541EBCD86B_RuntimeMethod_var)));
}
}// 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* ___o0, XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* ___writer1, 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 = ___writer1;
if (!((XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9*)IsInstClass((RuntimeObject*)L_2, XmlSerializationWriterInterpreter_tDBB5111B4927E68D162B53A8B14976A1388E2EA9_il2cpp_TypeInfo_var)))
{
goto IL_0023;
}
}
{
XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* L_3 = ___writer1;
RuntimeObject* L_4 = ___o0;
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 = ___writer1;
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 = ___o0;
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.Stream,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_Serialize_m667B88B55AC152B4790F1A3C11F62F5F262624DA (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream0, RuntimeObject* ___o1, const RuntimeMethod* method)
{
{
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = ___stream0;
RuntimeObject* L_1 = ___o1;
XmlSerializer_Serialize_m70829393FACA97A9ABEF62D278347E99A7083C90(__this, L_0, L_1, (XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93*)NULL, NULL);
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* ___textWriter0, RuntimeObject* ___o1, 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 = ___textWriter0;
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 = ___o1;
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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_Serialize_mB74F49E255C6BCCE6912F2049914C6D18B73A2D1 (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* ___xmlWriter0, RuntimeObject* ___o1, const RuntimeMethod* method)
{
{
XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = ___xmlWriter0;
RuntimeObject* L_1 = ___o1;
XmlSerializer_Serialize_mA94F97CFE1760586CA9CFE865B5593DC0ADFCBB0(__this, L_0, L_1, (XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93*)NULL, NULL);
return;
}
}
// System.Void System.Xml.Serialization.XmlSerializer::Serialize(System.IO.Stream,System.Object,System.Xml.Serialization.XmlSerializerNamespaces)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializer_Serialize_m70829393FACA97A9ABEF62D278347E99A7083C90 (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream0, RuntimeObject* ___o1, XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* ___namespaces2, 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;
{
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = ___stream0;
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_1;
L_1 = Encoding_get_UTF8_m9700ADA8E0F244002B2A89B483F1B2133B8FE336(NULL);
XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B* L_2 = (XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B*)il2cpp_codegen_object_new(XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B_il2cpp_TypeInfo_var);
NullCheck(L_2);
XmlTextWriter__ctor_mE517E25568C01F1EE34A2AC1C1A9E7C9F53B59E3(L_2, L_0, L_1, NULL);
V_0 = L_2;
XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B* L_3 = V_0;
NullCheck(L_3);
XmlTextWriter_set_Formatting_mD13223E0443AB804ED5063976D4A8372BE7D7FA3(L_3, 1, NULL);
XmlTextWriter_t9CB64E379F8FE646DA31698A03CE6AF8A594A73B* L_4 = V_0;
RuntimeObject* L_5 = ___o1;
XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* L_6 = ___namespaces2;
XmlSerializer_Serialize_mA94F97CFE1760586CA9CFE865B5593DC0ADFCBB0(__this, L_4, L_5, L_6, 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* ___xmlWriter0, RuntimeObject* ___o1, XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* ___namespaces2, 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 = ___namespaces2;
if (!L_4)
{
goto IL_0029_1;
}
}
{
XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* L_5 = ___namespaces2;
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);
___namespaces2 = L_7;
XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* L_8 = ___namespaces2;
NullCheck(L_8);
XmlSerializerNamespaces_Add_m4204802D44C6E5763F669D618F0B3D2B7BE49C4B(L_8, _stringLiteral6D67ADE9CC145DA3A39BC63DF500A7B0EC88CE4A, _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C, NULL);
XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* L_9 = ___namespaces2;
NullCheck(L_9);
XmlSerializerNamespaces_Add_m4204802D44C6E5763F669D618F0B3D2B7BE49C4B(L_9, _stringLiteral805B49550CB3377ECB61B1B75AB5C38E884BA80C, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF, NULL);
}
IL_0050_1:
{
XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* L_10 = V_0;
XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_11 = ___xmlWriter0;
XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* L_12 = ___namespaces2;
NullCheck(L_10);
XmlSerializationWriter_Initialize_m11222210CAC28774F29C1EE771F734E71D70E95C(L_10, L_11, L_12, NULL);
RuntimeObject* L_13 = ___o1;
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 = ___xmlWriter0;
NullCheck(L_15);
VirtualActionInvoker0::Invoke(29 /* 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_RAISE_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSerializer_Serialize_mA94F97CFE1760586CA9CFE865B5593DC0ADFCBB0_RuntimeMethod_var)));
}
}// 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* ___typeMapping0, 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_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_1, NULL);
}
IL_0052:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* L_2 = V_1;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(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_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_6, NULL);
}
IL_003e_1:
{
return;
}
}// end finally (depth: 2)
});
try
{// begin try (depth: 2)
SerializerData_t80E5CC9586C1782157CDE6EA3518737643CEDDDF* L_7 = V_3;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(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 = ___typeMapping0;
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* ___typeMapping0, 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 = ___typeMapping0;
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_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5(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_m0A28F274256F1444949E372089034D9FB66FBD67(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.Void System.Xml.Serialization.XmlSerializerFactory::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializerFactory__ctor_m66D9BF0716EB5B7B5CEECF0369FD0E8310698A9D (XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Xml.Serialization.XmlSerializer System.Xml.Serialization.XmlSerializerFactory::CreateSerializer(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* XmlSerializerFactory_CreateSerializer_m95D02B284CD5DE439A9302166F039EFE640E2B17 (XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1* __this, Type_t* ___type0, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___type0;
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* L_1;
L_1 = XmlSerializerFactory_CreateSerializer_m196E45D3FA0AE356908D5295F7371878ADB0A907(__this, L_0, (XmlAttributeOverrides_tEE6AE9EC795CDEF943B35BA538C86222F905EB60*)NULL, (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)NULL, (XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF*)NULL, (String_t*)NULL, NULL);
return L_1;
}
}
// System.Xml.Serialization.XmlSerializer System.Xml.Serialization.XmlSerializerFactory::CreateSerializer(System.Type,System.Xml.Serialization.XmlRootAttribute)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* XmlSerializerFactory_CreateSerializer_mE60D290D733550C098F9DB8F8DD31B6B7C1C9936 (XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1* __this, Type_t* ___type0, XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* ___root1, const RuntimeMethod* method)
{
{
Type_t* L_0 = ___type0;
XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* L_1 = ___root1;
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* L_2;
L_2 = XmlSerializerFactory_CreateSerializer_m196E45D3FA0AE356908D5295F7371878ADB0A907(__this, L_0, (XmlAttributeOverrides_tEE6AE9EC795CDEF943B35BA538C86222F905EB60*)NULL, (TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB*)NULL, L_1, (String_t*)NULL, NULL);
return L_2;
}
}
// System.Xml.Serialization.XmlSerializer System.Xml.Serialization.XmlSerializerFactory::CreateSerializer(System.Type,System.Xml.Serialization.XmlAttributeOverrides,System.Type[],System.Xml.Serialization.XmlRootAttribute,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* XmlSerializerFactory_CreateSerializer_m196E45D3FA0AE356908D5295F7371878ADB0A907 (XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1* __this, Type_t* ___type0, XmlAttributeOverrides_tEE6AE9EC795CDEF943B35BA538C86222F905EB60* ___overrides1, TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___extraTypes2, XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* ___root3, String_t* ___defaultNamespace4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTypeSerializationSource_tE995CC9E60F76C0EDAC4CFAA7808ACCEF4225984_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XmlTypeSerializationSource_tE995CC9E60F76C0EDAC4CFAA7808ACCEF4225984* V_0 = NULL;
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_1 = NULL;
bool V_2 = false;
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* V_3 = NULL;
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* V_4 = NULL;
{
Type_t* L_0 = ___type0;
XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* L_1 = ___root3;
XmlAttributeOverrides_tEE6AE9EC795CDEF943B35BA538C86222F905EB60* L_2 = ___overrides1;
String_t* L_3 = ___defaultNamespace4;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_4 = ___extraTypes2;
XmlTypeSerializationSource_tE995CC9E60F76C0EDAC4CFAA7808ACCEF4225984* L_5 = (XmlTypeSerializationSource_tE995CC9E60F76C0EDAC4CFAA7808ACCEF4225984*)il2cpp_codegen_object_new(XmlTypeSerializationSource_tE995CC9E60F76C0EDAC4CFAA7808ACCEF4225984_il2cpp_TypeInfo_var);
NullCheck(L_5);
XmlTypeSerializationSource__ctor_m34EF43265E5E8713A8F92E7DFEA6112615904CDC(L_5, L_0, L_1, L_2, L_3, L_4, NULL);
V_0 = L_5;
il2cpp_codegen_runtime_class_init_inline(XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1_il2cpp_TypeInfo_var);
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_6 = ((XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1_il2cpp_TypeInfo_var))->___serializersBySource_0;
V_1 = L_6;
V_2 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0059:
{// begin finally (depth: 1)
{
bool L_7 = V_2;
if (!L_7)
{
goto IL_0062;
}
}
{
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_8 = V_1;
Monitor_Exit_m25A154960F91391E10E4CDA245ECDF4BA94D56A9(L_8, NULL);
}
IL_0062:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_9 = V_1;
Monitor_Enter_m00506757392936AA62DBE2C5FFBEE69EE920C4D4(L_9, (&V_2), NULL);
il2cpp_codegen_runtime_class_init_inline(XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1_il2cpp_TypeInfo_var);
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_10 = ((XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1_il2cpp_TypeInfo_var))->___serializersBySource_0;
XmlTypeSerializationSource_tE995CC9E60F76C0EDAC4CFAA7808ACCEF4225984* L_11 = V_0;
NullCheck(L_10);
RuntimeObject* L_12;
L_12 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_10, L_11);
V_3 = ((XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B*)CastclassClass((RuntimeObject*)L_12, XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_il2cpp_TypeInfo_var));
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* L_13 = V_3;
if (L_13)
{
goto IL_0054_1;
}
}
{
Type_t* L_14 = ___type0;
XmlAttributeOverrides_tEE6AE9EC795CDEF943B35BA538C86222F905EB60* L_15 = ___overrides1;
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* L_16 = ___extraTypes2;
XmlRootAttribute_t09EE81719C9B95C01B28D108765FB62737E75FAF* L_17 = ___root3;
String_t* L_18 = ___defaultNamespace4;
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* L_19 = (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B*)il2cpp_codegen_object_new(XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B_il2cpp_TypeInfo_var);
NullCheck(L_19);
XmlSerializer__ctor_m0DAA131F7E266D7999D10E867963DD2C4907C796(L_19, L_14, L_15, L_16, L_17, L_18, NULL);
V_3 = L_19;
il2cpp_codegen_runtime_class_init_inline(XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1_il2cpp_TypeInfo_var);
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_20 = ((XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1_il2cpp_TypeInfo_var))->___serializersBySource_0;
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* L_21 = V_3;
NullCheck(L_21);
XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* L_22;
L_22 = XmlSerializer_get_Mapping_mF9907A88C9DE4C5C31ACD6804471760CBD17B84B_inline(L_21, NULL);
NullCheck(L_22);
SerializationSource_t2F3A53A0FFC7BF8994CF332961FD3C0671E4A58C* L_23;
L_23 = XmlMapping_get_Source_mE7270AE0C3619E1C39600FDE01BC069D94BB6652_inline(L_22, NULL);
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* L_24 = V_3;
NullCheck(L_20);
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(31 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_20, L_23, L_24);
}
IL_0054_1:
{
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* L_25 = V_3;
V_4 = L_25;
goto IL_0063;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0063:
{
XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* L_26 = V_4;
return L_26;
}
}
// System.Void System.Xml.Serialization.XmlSerializerFactory::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSerializerFactory__cctor_mC00871DFB82064CCA1A4325CA3076AAC40B38812 (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*)&XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1_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);
((XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1_il2cpp_TypeInfo_var))->___serializersBySource_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1_StaticFields*)il2cpp_codegen_static_fields_for(XmlSerializerFactory_t2486639A11775A86C56EA319CD0AF4848B465BA1_il2cpp_TypeInfo_var))->___serializersBySource_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.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.Void System.Xml.Serialization.XmlTextAttribute::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextAttribute__ctor_mFC48949F7FA6F8C194579364B1C64FFCAF9C3F2B (XmlTextAttribute_tAA8BE9BA759F78BB4CDF00D3848B7746C0EDEFE0* __this, const RuntimeMethod* method)
{
{
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, NULL);
return;
}
}
// 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;
}
}
// System.Void System.Xml.Serialization.XmlTextAttribute::AddKeyHash(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextAttribute_AddKeyHash_m5084FCEC37C0FEABFFA86617BB1F2993D9F544DC (XmlTextAttribute_tAA8BE9BA759F78BB4CDF00D3848B7746C0EDEFE0* __this, StringBuilder_t* ___sb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7914982E97DD1620A36E78FAF1791907C7625BE1);
s_Il2CppMethodInitialized = true;
}
{
StringBuilder_t* L_0 = ___sb0;
NullCheck(L_0);
StringBuilder_t* L_1;
L_1 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_0, _stringLiteral7914982E97DD1620A36E78FAF1791907C7625BE1, NULL);
StringBuilder_t* L_2 = ___sb0;
Type_t* L_3 = __this->___type_1;
KeyHelper_AddField_m017BF19230CC3E3D4ABCCE764A6D36E8A46C89EC(L_2, 1, L_3, NULL);
StringBuilder_t* L_4 = ___sb0;
String_t* L_5 = __this->___dataType_0;
KeyHelper_AddField_m7FBCB60FFE5B03A61F8FAE2B24D09CD420CD8AC8(L_4, 2, L_5, NULL);
StringBuilder_t* L_6 = ___sb0;
NullCheck(L_6);
StringBuilder_t* L_7;
L_7 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_6, ((int32_t)124), 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.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;
}
}
// System.Void System.Xml.Serialization.XmlTypeAttribute::AddKeyHash(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTypeAttribute_AddKeyHash_mC4DAB0436EA984594404652066A6EFCF264465F9 (XmlTypeAttribute_t0EC23A25BEDDEB533D28BD2B87F5B3270E718EE5* __this, StringBuilder_t* ___sb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7FA3B4A2BBE0C82AE2519D75CC2237B2CD6663F);
s_Il2CppMethodInitialized = true;
}
{
StringBuilder_t* L_0 = ___sb0;
NullCheck(L_0);
StringBuilder_t* L_1;
L_1 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_0, _stringLiteralB7FA3B4A2BBE0C82AE2519D75CC2237B2CD6663F, NULL);
StringBuilder_t* L_2 = ___sb0;
String_t* L_3 = __this->___ns_1;
KeyHelper_AddField_m7FBCB60FFE5B03A61F8FAE2B24D09CD420CD8AC8(L_2, 1, L_3, NULL);
StringBuilder_t* L_4 = ___sb0;
String_t* L_5 = __this->___typeName_2;
KeyHelper_AddField_m7FBCB60FFE5B03A61F8FAE2B24D09CD420CD8AC8(L_4, 2, L_5, NULL);
StringBuilder_t* L_6 = ___sb0;
bool L_7 = __this->___includeInSchema_0;
KeyHelper_AddField_m05DAFC613D00E974A5636802A18C481C54822061(L_6, 4, L_7, NULL);
StringBuilder_t* L_8 = ___sb0;
NullCheck(L_8);
StringBuilder_t* L_9;
L_9 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_8, ((int32_t)124), 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.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* ___member0, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___type1, 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 = ___member0;
__this->____member_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____member_3), (void*)L_0);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_1 = ___type1;
__this->____type_8 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____type_8), (void*)L_1);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_2 = ___type1;
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 = ___type1;
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* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__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* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__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* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__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 ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__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* ___value0, const RuntimeMethod* method)
{
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_0 = ___value0;
__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 ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__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 ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__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 ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__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_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(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 ___value0, 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 = ___value0;
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_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(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 ___value0, 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 = ___value0;
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 ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__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* ___other0, 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 = ___other0;
if (L_0)
{
goto IL_0005;
}
}
{
return (bool)0;
}
IL_0005:
{
RuntimeObject* L_1 = ___other0;
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_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(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_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(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_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(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* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__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* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__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* ___type0, 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_mC84CB437307290FFFE8DE527230A88F2D9CC27D0(L_0, (MemberInfo_t*)NULL, NULL);
if (!L_1)
{
goto IL_0015;
}
}
{
Type_t* L_2 = ___type0;
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_m957C5920222D46685D4DA8827FF40B26C8D14C9B (RuntimeObject* ___ob0, String_t* ___name1, 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 = ___ob0;
NullCheck(L_0);
Type_t* L_1;
L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL);
String_t* L_2 = ___name1;
NullCheck(L_1);
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_3;
L_3 = VirtualFuncInvoker2< MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053*, String_t*, int32_t >::Invoke(91 /* 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 = ___ob0;
NullCheck(((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var)));
RuntimeObject* L_11;
L_11 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(24 /* 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 = ___ob0;
NullCheck(((FieldInfo_t*)CastclassClass((RuntimeObject*)L_14, FieldInfo_t_il2cpp_TypeInfo_var)));
RuntimeObject* L_16;
L_16 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(25 /* 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* ___ob0, 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_mC84CB437307290FFFE8DE527230A88F2D9CC27D0(L_0, (MemberInfo_t*)NULL, NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
RuntimeObject* L_2 = ___ob0;
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 = ___ob0;
NullCheck(((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_5, PropertyInfo_t_il2cpp_TypeInfo_var)));
RuntimeObject* L_7;
L_7 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(24 /* 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 = ___ob0;
NullCheck(((FieldInfo_t*)CastclassClass((RuntimeObject*)L_8, FieldInfo_t_il2cpp_TypeInfo_var)));
RuntimeObject* L_10;
L_10 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(25 /* 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* ___ob0, RuntimeObject* ___value1, 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_mC84CB437307290FFFE8DE527230A88F2D9CC27D0(L_0, (MemberInfo_t*)NULL, NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
RuntimeObject* L_2 = ___ob0;
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, (&___value1), 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 = ___ob0;
RuntimeObject* L_8 = ___value1;
NullCheck(((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_6, PropertyInfo_t_il2cpp_TypeInfo_var)));
VirtualActionInvoker3< RuntimeObject*, RuntimeObject*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(26 /* 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 = ___ob0;
RuntimeObject* L_11 = ___value1;
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_m163DA4E73791FCAE462A497BF2A0224A7775B629 (RuntimeObject* ___ob0, String_t* ___name1, RuntimeObject* ___value2, 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 = ___ob0;
NullCheck(L_0);
Type_t* L_1;
L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_0, NULL);
String_t* L_2 = ___name1;
NullCheck(L_1);
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_3;
L_3 = VirtualFuncInvoker2< MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053*, String_t*, int32_t >::Invoke(91 /* 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 = ___ob0;
RuntimeObject* L_11 = ___value2;
NullCheck(((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_9, PropertyInfo_t_il2cpp_TypeInfo_var)));
VirtualActionInvoker3< RuntimeObject*, RuntimeObject*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(26 /* 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 = ___ob0;
RuntimeObject* L_16 = ___value2;
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* ___type0, 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 = ___type0;
String_t* L_1 = __this->____name_0;
NullCheck(L_0);
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_2;
L_2 = VirtualFuncInvoker2< MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053*, String_t*, int32_t >::Invoke(91 /* 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 = ___type0;
String_t* L_7 = __this->____name_0;
String_t* L_8;
L_8 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_7, _stringLiteral87C858E345116CE7C4123AF185CDD74EFDD94384, NULL);
NullCheck(L_6);
MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053* L_9;
L_9 = VirtualFuncInvoker2< MemberInfoU5BU5D_t4CB6970BB166E8E1CFB06152B2A2284971873053*, String_t*, int32_t >::Invoke(91 /* 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 = ___type0;
String_t* L_18 = __this->____name_0;
String_t* L_19;
L_19 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_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_m12A72321F9066269B34CD4062B224E1A20AC15EC(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(41 /* 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_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_26, NULL);
bool L_28;
L_28 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(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(27 /* 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* ___value0, const RuntimeMethod* method)
{
{
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_0 = ___value0;
__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 ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__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 ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__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 ___value0, 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 = ___value0;
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 ___value0, 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 = ___value0;
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* ___type0, 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_mC84CB437307290FFFE8DE527230A88F2D9CC27D0(L_0, (MemberInfo_t*)NULL, NULL);
if (!L_1)
{
goto IL_0015;
}
}
{
Type_t* L_2 = ___type0;
XmlTypeMapMember_InitMember_mDF86C7533AF7AB6E65BCA9AC7DD578135CECE28A(__this, L_2, NULL);
}
IL_0015:
{
MemberInfo_t* L_3 = __this->____specifiedMember_6;
bool L_4;
L_4 = MemberInfo_op_Inequality_m76AD9C2DE1B6023735BDA8230E33201AAC626DB2(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_m12A72321F9066269B34CD4062B224E1A20AC15EC(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* ___ob0, 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 = ___ob0;
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_m76AD9C2DE1B6023735BDA8230E33201AAC626DB2(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 = ___ob0;
NullCheck(((PropertyInfo_t*)CastclassClass((RuntimeObject*)L_11, PropertyInfo_t_il2cpp_TypeInfo_var)));
RuntimeObject* L_13;
L_13 = VirtualFuncInvoker2< RuntimeObject*, RuntimeObject*, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* >::Invoke(24 /* 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 = ___ob0;
NullCheck(((FieldInfo_t*)CastclassClass((RuntimeObject*)L_14, FieldInfo_t_il2cpp_TypeInfo_var)));
RuntimeObject* L_16;
L_16 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(25 /* 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_m12A72321F9066269B34CD4062B224E1A20AC15EC(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 = ___ob0;
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* ___ob0, bool ___value1, 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 = ___ob0;
int32_t L_2 = __this->____specifiedGlobalIndex_3;
bool L_3 = ___value1;
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 = ___ob0;
bool L_11 = ___value1;
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(26 /* 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 = ___ob0;
bool L_17 = ___value1;
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* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__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* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__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 ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__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* ___value0, const RuntimeMethod* method)
{
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_0 = ___value0;
__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* ___value0, const RuntimeMethod* method)
{
{
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_0 = ___value0;
__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* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__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* ___value0, const RuntimeMethod* method)
{
{
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_0 = ___value0;
__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* ___ob0, RuntimeObject* ___memberValue1, 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(22 /* 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(27 /* 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 = ___ob0;
String_t* L_6 = __this->____choiceMember_11;
RuntimeObject* L_7;
L_7 = XmlTypeMapMember_GetValue_m957C5920222D46685D4DA8827FF40B26C8D14C9B(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(37 /* 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 = ___memberValue1;
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(27 /* 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(37 /* 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 = ___memberValue1;
NullCheck(L_36);
bool L_38;
L_38 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(118 /* 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* ___ob0, RuntimeObject* ___choice1, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___ob0;
String_t* L_1 = __this->____choiceMember_11;
RuntimeObject* L_2 = ___choice1;
XmlTypeMapMember_SetValue_m163DA4E73791FCAE462A497BF2A0224A7775B629(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 ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__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 ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__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* ___value0, const RuntimeMethod* method)
{
{
ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* L_0 = ___value0;
__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* ___name0, String_t* ___ns1, 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(37 /* 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 = ___name0;
bool L_12;
L_12 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(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 = ___ns1;
bool L_16;
L_16 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(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(37 /* 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* ___elementName0, String_t* ___ns1, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___typeData2, String_t* ___xmlType3, String_t* ___xmlTypeNamespace4, 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_13 = (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_15 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____derivedTypes_15), (void*)L_0);
String_t* L_1 = ___elementName0;
String_t* L_2 = ___ns1;
XmlMapping__ctor_mC78EC821A5F29E9EFEE0DE8BDB285ED6A5EFE164(__this, L_1, L_2, NULL);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_3 = ___typeData2;
__this->___type_9 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___type_9), (void*)L_3);
String_t* L_4 = ___xmlType3;
__this->___xmlType_7 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlType_7), (void*)L_4);
String_t* L_5 = ___xmlTypeNamespace4;
__this->___xmlTypeNamespace_8 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlTypeNamespace_8), (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_9;
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_9;
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_7;
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* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___xmlType_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlType_7), (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_8;
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* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___xmlTypeNamespace_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlTypeNamespace_8), (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_8;
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_15;
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_11;
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_10;
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* ___value0, const RuntimeMethod* method)
{
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_0 = ___value0;
__this->___baseMap_10 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___baseMap_10), (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 ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___includeInSchema_12 = 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_13;
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 ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___isNullable_13 = 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_14;
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 ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___isAny_14 = 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* ___objectType0, 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 = ___objectType0;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_5;
L_5 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(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_15;
int32_t L_7 = V_0;
NullCheck(L_6);
RuntimeObject* L_8;
L_8 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* 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 = ___objectType0;
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
bool L_13;
L_13 = Type_op_Equality_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(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_15;
NullCheck(L_17);
int32_t L_18;
L_18 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* 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* ___name0, String_t* ___ens1, 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_7;
String_t* L_1 = ___name0;
bool L_2;
L_2 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(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 = ___ens1;
bool L_5;
L_5 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(L_3, L_4, NULL);
if (!L_5)
{
goto IL_001e;
}
}
{
return __this;
}
IL_001e:
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_6 = __this->____derivedTypes_15;
NullCheck(L_6);
RuntimeObject* L_7;
L_7 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* 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_7;
String_t* L_15 = ___name0;
bool L_16;
L_16 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(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 = ___ens1;
bool L_20;
L_20 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(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* ___qname0, 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 = ___qname0;
il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
bool L_1;
L_1 = XmlQualifiedName_op_Inequality_m7327D765A1501F12E33F29BBAFAF4AFAAB3AA8B8(L_0, (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)NULL, NULL);
if (!L_1)
{
goto IL_0021;
}
}
{
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_2 = ___qname0;
NullCheck(L_2);
String_t* L_3;
L_3 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_2, NULL);
((XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97*)__this)->____elementName_4 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97*)__this)->____elementName_4), (void*)L_3);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_4 = ___qname0;
NullCheck(L_4);
String_t* L_5;
L_5 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_4, NULL);
((XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97*)__this)->____namespace_5 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&((XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97*)__this)->____namespace_5), (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* ___root0, String_t* ___elementName1, String_t* ___ns2, TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* ___typeData3, String_t* ___xmlType4, String_t* ___xmlTypeNamespace5, 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 = ___elementName1;
String_t* L_1 = ___ns2;
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_2 = ___typeData3;
String_t* L_3 = ___xmlType4;
String_t* L_4 = ___xmlTypeNamespace5;
XmlTypeMapping__ctor_m1F3CFD9D36CE8A9EFA55D3A44070D97AB1605558(__this, L_0, L_1, L_2, L_3, L_4, NULL);
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_5 = ___typeData3;
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_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_7, NULL);
Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* L_9;
L_9 = Attribute_GetCustomAttribute_mF9CB9F03A29701923B68556A396459E8FBEAE6B0(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_18 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->____schemaTypeName_18), (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 = ___typeData3;
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_m3F6B020142F59A9A1549CEB6C7A43798FBA18BEB(L_20, (MethodInfo_t*)NULL, NULL);
if (!L_21)
{
goto IL_0083;
}
}
{
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_22 = ___typeData3;
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_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((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_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_27, NULL);
MethodInfo_t* L_29 = V_3;
NullCheck(L_29);
Type_t* L_30;
L_30 = VirtualFuncInvoker0< Type_t* >::Invoke(41 /* 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_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_32, NULL);
MethodInfo_t* L_34 = V_3;
NullCheck(L_34);
Type_t* L_35;
L_35 = VirtualFuncInvoker0< Type_t* >::Invoke(41 /* 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_m8C122B26BC5AA10E2550AECA16E57DAE10F07E30(((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_17 = ((XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)CastclassClass((RuntimeObject*)L_48, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(&__this->____schemaType_17), (void*)((XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)CastclassClass((RuntimeObject*)L_48, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var)));
XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0* L_49 = __this->____schemaType_17;
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_17;
NullCheck(L_52);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_53;
L_53 = XmlSchemaType_get_QualifiedName_m4DFF2E93FF1C517E0B80685D7F50C26D1F1DB184(L_52, NULL);
__this->____schemaTypeName_18 = L_53;
Il2CppCodeGenWriteBarrier((void**)(&__this->____schemaTypeName_18), (void*)L_53);
goto IL_0163;
}
IL_011d:
{
String_t* L_54 = ___xmlType4;
String_t* L_55 = ___xmlTypeNamespace5;
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_18 = L_56;
Il2CppCodeGenWriteBarrier((void**)(&__this->____schemaTypeName_18), (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_18 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_58, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(&__this->____schemaTypeName_18), (void*)((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_58, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var)));
goto IL_0163;
}
IL_0146:
{
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_59 = ___typeData3;
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_m9499958F4B0BB6089C75760AB647AB3CA4D55806(((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 = ___root0;
G_B18_0 = __this;
if (L_65)
{
G_B19_0 = __this;
goto IL_0174;
}
}
{
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_66 = __this->____schemaTypeName_18;
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 = ___root0;
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 = ___root0;
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_18;
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 = ___root0;
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_18;
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_18;
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_18;
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_16 = L_93;
Il2CppCodeGenWriteBarrier((void**)(&__this->____schema_16), (void*)L_93);
}
IL_01ff:
{
return;
}
IL_0200:
{
TypeData_t7337956773D9138116ADAB3E8CB50EDD106FA704* L_94 = ___typeData3;
NullCheck(L_94);
Type_t* L_95;
L_95 = TypeData_get_Type_m2B7E02EA472BB9C6C4306412332A73C7E8E86E4F_inline(L_94, NULL);
RuntimeObject* L_96;
L_96 = Activator_CreateInstance_m2767C14E0050C13BDB2732D7223FE17A9FA0F61A(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_16 = L_98;
Il2CppCodeGenWriteBarrier((void**)(&__this->____schema_16), (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_16;
if (!L_99)
{
goto IL_026c;
}
}
{
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_100 = __this->____schema_16;
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_16;
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 = ___typeData3;
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_m9B13B47FCB3DF61144D9647DDA05F527377251B0(((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* ___member0, 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 = ___member0;
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 = ___member0;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_3 = __this->____allMembers_5;
NullCheck(L_3);
int32_t L_4;
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* 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 = ___member0;
NullCheck(L_5);
int32_t L_7;
L_7 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_5, L_6);
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_8 = ___member0;
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 = ___member0;
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 = ___member0;
NullCheck(L_14);
int32_t L_16;
L_16 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_14, L_15);
}
IL_005c:
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_17 = ___member0;
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 = ___member0;
__this->____returnMember_12 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&__this->____returnMember_12), (void*)L_19);
}
IL_006b:
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_20 = ___member0;
if (!((XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4*)IsInstClass((RuntimeObject*)L_20, XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4_il2cpp_TypeInfo_var)))
{
goto IL_010c;
}
}
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_21 = ___member0;
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(27 /* 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_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(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 = ___member0;
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_45 = __this->____attributeMembers_2;
NullCheck(L_45);
int32_t L_46;
L_46 = VirtualFuncInvoker0< int32_t >::Invoke(42 /* 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 = ___member0;
NullCheck(L_47);
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_47, L_48, L_49);
return;
}
IL_010c:
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_50 = ___member0;
if (!((XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38*)IsInstClass((RuntimeObject*)L_50, XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38_il2cpp_TypeInfo_var)))
{
goto IL_0122;
}
}
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_51 = ___member0;
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 = ___member0;
if (!((XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950*)IsInstClass((RuntimeObject*)L_52, XmlTypeMapMemberAnyElement_tC9C6D58B08CB2C84148376C77AC4259AF149C950_il2cpp_TypeInfo_var)))
{
goto IL_0156;
}
}
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_53 = ___member0;
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 = ___member0;
if (!((XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1*)IsInstClass((RuntimeObject*)L_61, XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1_il2cpp_TypeInfo_var)))
{
goto IL_016b;
}
}
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_62 = ___member0;
__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 = ___member0;
if (!((XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112*)IsInstClass((RuntimeObject*)L_63, XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112_il2cpp_TypeInfo_var)))
{
goto IL_0180;
}
}
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_64 = ___member0;
__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 = ___member0;
if (!((XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840*)IsInstClass((RuntimeObject*)L_65, XmlTypeMapMemberElement_t0491AFE1B945AF7A354061BB5838673567076840_il2cpp_TypeInfo_var)))
{
goto IL_01af;
}
}
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_66 = ___member0;
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 = ___member0;
__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 = ___member0;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_75 = __this->____elementMembers_1;
NullCheck(L_75);
int32_t L_76;
L_76 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* 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 = ___member0;
NullCheck(L_77);
int32_t L_79;
L_79 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_77, L_78);
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_80 = ___member0;
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(27 /* 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_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(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(23 /* 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 = ___member0;
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 = ___member0;
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_m71AAC993EBBDBA44EE73847D68F71C70AF7AD1D5(L_120, (Type_t*)NULL, NULL);
if (!L_121)
{
goto IL_02f9;
}
}
{
XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* L_122 = ___member0;
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 = ___member0;
NullCheck(L_128);
int32_t L_130;
L_130 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* 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* ___member0, 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 = ___member0;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_3 = __this->____flatLists_4;
NullCheck(L_3);
int32_t L_4;
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* 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 = ___member0;
NullCheck(L_5);
int32_t L_7;
L_7 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* 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* ___name0, String_t* ___ns1, 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 = ___name0;
String_t* L_3 = ___ns1;
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(30 /* 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* ___name0, String_t* ___ns1, int32_t ___minimalOrder2, 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(39 /* 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 = ___name0;
bool L_12;
L_12 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(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 = ___ns1;
bool L_16;
L_16 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(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 = ___minimalOrder2;
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* ___name0, String_t* ___ns1, 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(39 /* 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 = ___name0;
bool L_12;
L_12 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(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 = ___ns1;
bool L_16;
L_16 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(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* ___name0, String_t* ___ns1, int32_t ___explicitOrder2, 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 = ___name0;
return L_1;
}
IL_000a:
{
String_t* L_2 = ___name0;
String_t* L_3 = ___ns1;
int32_t L_4 = ___explicitOrder2;
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((&___explicitOrder2), NULL);
String_t* L_6;
L_6 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(_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_mF8B69BE42B5C5ABCAD3C176FBBE3010E0815D65D(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(39 /* 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(42 /* 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(39 /* 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(22 /* 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(27 /* 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(22 /* 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(27 /* 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 ___can0, const RuntimeMethod* method)
{
{
bool L_0 = ___can0;
__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_m7327D765A1501F12E33F29BBAFAF4AFAAB3AA8B8(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* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__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* ___value0, const RuntimeMethod* method)
{
{
XmlTypeMapElementInfoList_tFE45CC481B284D4ADA542B95E06DB49ABAC4BC78* L_0 = ___value0;
__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* ___ob0, int32_t ___index1, RuntimeObject* ___memberValue2, 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(22 /* 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(27 /* 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 = ___index1;
if ((((int32_t)L_5) == ((int32_t)(-1))))
{
goto IL_00cc;
}
}
{
RuntimeObject* L_6 = ___ob0;
String_t* L_7 = __this->____choiceMember_1;
RuntimeObject* L_8;
L_8 = XmlTypeMapMember_GetValue_m957C5920222D46685D4DA8827FF40B26C8D14C9B(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 = ___index1;
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_m9B13B47FCB3DF61144D9647DDA05F527377251B0(((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 = ___index1;
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(37 /* 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 = ___memberValue2;
if (L_35)
{
goto IL_00d1;
}
}
{
return (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32*)NULL;
}
IL_00d1:
{
RuntimeObject* L_36 = ___memberValue2;
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(37 /* 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_mE6EDDDC900C50B222CF32BCD2AD027595F2D74B7(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* ___elementName0, String_t* ___ns1, 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(37 /* 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 = ___elementName0;
bool L_10;
L_10 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(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 = ___ns1;
bool L_14;
L_14 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(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(37 /* 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 ___itemCount0, String_t** ___localName1, String_t** ___ns2, 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 = ___itemCount0;
if ((((int32_t)L_0) == ((int32_t)(-1))))
{
goto IL_001d;
}
}
{
String_t* L_1;
L_1 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&___itemCount0), NULL);
String_t* L_2;
L_2 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(_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(27 /* 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 = ___ns2;
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 = ___localName1;
String_t* L_13 = V_2;
String_t* L_14 = V_0;
String_t* L_15;
L_15 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(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 = ___localName1;
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_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_21, L_22, NULL);
*((RuntimeObject**)L_18) = (RuntimeObject*)L_23;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_18, (void*)(RuntimeObject*)L_23);
String_t** L_24 = ___ns2;
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 = ___localName1;
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_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_31, L_32, NULL);
*((RuntimeObject**)L_28) = (RuntimeObject*)L_33;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_28, (void*)(RuntimeObject*)L_33);
String_t** L_34 = ___ns2;
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* ___other0, 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 = ___other0;
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(22 /* 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(22 /* 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(27 /* 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(27 /* 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(22 /* 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* ___members0, bool ___isFlags1, 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 = ___members0;
__this->____members_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____members_0), (void*)L_0);
bool L_1 = ___isFlags1;
__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* ___typeName0, RuntimeObject* ___enumValue1, 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 = ___enumValue1;
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 = ___enumValue1;
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_3;
L_3 = CultureInfo_get_CurrentCulture_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(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 = ___typeName0;
il2cpp_codegen_runtime_class_init_inline(XmlCustomFormatter_t8021E588C6512752ACF5F834D7F8FF70E1D28471_il2cpp_TypeInfo_var);
String_t* L_27;
L_27 = XmlCustomFormatter_FromEnum_m6B1BC1859F10CDB1C04A13AB2CCFB37CD0D80D18(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_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(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 = ___typeName0;
String_t* L_35;
L_35 = String_Format_m69D52D3917F3D1BAC76B506B9BAA68A41B483DEF(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* ___typeName0, String_t* ___xmlName1, 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 = ___xmlName1;
NullCheck(L_1);
String_t* L_2;
L_2 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_1, NULL);
___xmlName1 = L_2;
String_t* L_3 = ___xmlName1;
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 = ___xmlName1;
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_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(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_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(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_m43D1E4E50AB1F62ADC7C1884F28F918B53871522(NULL);
String_t* L_37 = V_3;
String_t* L_38 = ___typeName0;
String_t* L_39;
L_39 = String_Format_m69D52D3917F3D1BAC76B506B9BAA68A41B483DEF(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 = ___xmlName1;
bool L_54;
L_54 = String_op_Equality_m0D685A924E5CD78078F248ED1726DA5A9D7D6AC0(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* ___xmlName0, String_t* ___enumName1, int64_t ___value2, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
String_t* L_0 = ___xmlName0;
__this->____xmlName_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____xmlName_0), (void*)L_0);
String_t* L_1 = ___enumName1;
__this->____enumName_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____enumName_1), (void*)L_1);
int64_t L_2 = ___value2;
__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_m22E5E50B536E3F9F7AE02CEA4581B1872DE5E606 (const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Xml.XmlResolver System.Xml.XmlConfiguration.XmlReaderSection::CreateDefaultResolver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* XmlReaderSection_CreateDefaultResolver_mCF64A7377ED3F9E7B19149BD023FB19C81682E4B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
bool L_0;
L_0 = XmlReaderSection_get_ProhibitDefaultUrlResolver_m22E5E50B536E3F9F7AE02CEA4581B1872DE5E606(NULL);
if (!L_0)
{
goto IL_0009;
}
}
{
return (XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF*)NULL;
}
IL_0009:
{
XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E* L_1 = (XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E*)il2cpp_codegen_object_new(XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_il2cpp_TypeInfo_var);
NullCheck(L_1);
XmlUrlResolver__ctor_m2BF23C41038D2825C0854A4C01DCE078E171A7BB(L_1, NULL);
return L_1;
}
}
// System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_CollapseWhiteSpaceIntoEmptyString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_mC778252E583E70FED611312296F0FBF1831E0063 (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
// Conversion methods for marshalling of: System.Xml.Xsl.Runtime.StringConcat
IL2CPP_EXTERN_C void StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9_marshal_pinvoke(const StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9& unmarshaled, StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9_marshaled_pinvoke& marshaled)
{
Exception_t* ___strList_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'strList' of type 'StringConcat'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___strList_5Exception, NULL);
}
IL2CPP_EXTERN_C void StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9_marshal_pinvoke_back(const StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9_marshaled_pinvoke& marshaled, StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9& unmarshaled)
{
Exception_t* ___strList_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'strList' of type 'StringConcat'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___strList_5Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Xml.Xsl.Runtime.StringConcat
IL2CPP_EXTERN_C void StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9_marshal_pinvoke_cleanup(StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Xml.Xsl.Runtime.StringConcat
IL2CPP_EXTERN_C void StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9_marshal_com(const StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9& unmarshaled, StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9_marshaled_com& marshaled)
{
Exception_t* ___strList_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'strList' of type 'StringConcat'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___strList_5Exception, NULL);
}
IL2CPP_EXTERN_C void StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9_marshal_com_back(const StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9_marshaled_com& marshaled, StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9& unmarshaled)
{
Exception_t* ___strList_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'strList' of type 'StringConcat'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___strList_5Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Xml.Xsl.Runtime.StringConcat
IL2CPP_EXTERN_C void StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9_marshal_com_cleanup(StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9_marshaled_com& marshaled)
{
}
// System.Void System.Xml.Xsl.Runtime.StringConcat::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringConcat_Clear_m0031C7E309300FC0D9CAD0821F1E9966E8095439 (StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9* __this, const RuntimeMethod* method)
{
{
__this->___idxStr_6 = 0;
__this->___delimiter_4 = (String_t*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___delimiter_4), (void*)(String_t*)NULL);
return;
}
}
IL2CPP_EXTERN_C void StringConcat_Clear_m0031C7E309300FC0D9CAD0821F1E9966E8095439_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9*>(__this + _offset);
StringConcat_Clear_m0031C7E309300FC0D9CAD0821F1E9966E8095439(_thisAdjusted, method);
}
// System.Int32 System.Xml.Xsl.Runtime.StringConcat::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringConcat_get_Count_mDCCC5B17A9A44FD12C76AAB3429C50663D243BDC (StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___idxStr_6;
return L_0;
}
}
IL2CPP_EXTERN_C int32_t StringConcat_get_Count_mDCCC5B17A9A44FD12C76AAB3429C50663D243BDC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9*>(__this + _offset);
int32_t _returnValue;
_returnValue = StringConcat_get_Count_mDCCC5B17A9A44FD12C76AAB3429C50663D243BDC_inline(_thisAdjusted, method);
return _returnValue;
}
// System.String System.Xml.Xsl.Runtime.StringConcat::GetResult()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringConcat_GetResult_mE64A54D6A86088207D9DD7FF3E44728B139A2F05 (StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->___idxStr_6;
V_0 = L_0;
int32_t L_1 = V_0;
switch (L_1)
{
case 0:
{
goto IL_0023;
}
case 1:
{
goto IL_0029;
}
case 2:
{
goto IL_0030;
}
case 3:
{
goto IL_0042;
}
case 4:
{
goto IL_005a;
}
}
}
{
goto IL_0078;
}
IL_0023:
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
return L_2;
}
IL_0029:
{
String_t* L_3 = __this->___s1_0;
return L_3;
}
IL_0030:
{
String_t* L_4 = __this->___s1_0;
String_t* L_5 = __this->___s2_1;
String_t* L_6;
L_6 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(L_4, L_5, NULL);
return L_6;
}
IL_0042:
{
String_t* L_7 = __this->___s1_0;
String_t* L_8 = __this->___s2_1;
String_t* L_9 = __this->___s3_2;
String_t* L_10;
L_10 = String_Concat_m9B13B47FCB3DF61144D9647DDA05F527377251B0(L_7, L_8, L_9, NULL);
return L_10;
}
IL_005a:
{
String_t* L_11 = __this->___s1_0;
String_t* L_12 = __this->___s2_1;
String_t* L_13 = __this->___s3_2;
String_t* L_14 = __this->___s4_3;
String_t* L_15;
L_15 = String_Concat_mF8B69BE42B5C5ABCAD3C176FBBE3010E0815D65D(L_11, L_12, L_13, L_14, NULL);
return L_15;
}
IL_0078:
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_16 = __this->___strList_5;
NullCheck(L_16);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17;
L_17 = List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A(L_16, List_1_ToArray_m2C402D882AA60FC1D5C7C09A129BE7779F833B4A_RuntimeMethod_var);
String_t* L_18;
L_18 = String_Concat_m6B0734B65813C8EA093D78E5C2D16534EB6FE8C0(L_17, NULL);
return L_18;
}
}
IL2CPP_EXTERN_C String_t* StringConcat_GetResult_mE64A54D6A86088207D9DD7FF3E44728B139A2F05_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9*>(__this + _offset);
String_t* _returnValue;
_returnValue = StringConcat_GetResult_mE64A54D6A86088207D9DD7FF3E44728B139A2F05(_thisAdjusted, method);
return _returnValue;
}
// System.Void System.Xml.Xsl.Runtime.StringConcat::ConcatNoDelimiter(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringConcat_ConcatNoDelimiter_mA0E6ECB03B5D0C889C3CF673D27F2111ABD68C9C (StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9* __this, String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m1A062F45FE926079CE2D4FD38A3BF15F7AEB89AF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* V_2 = NULL;
int32_t G_B9_0 = 0;
{
int32_t L_0 = __this->___idxStr_6;
V_1 = L_0;
int32_t L_1 = V_1;
switch (L_1)
{
case 0:
{
goto IL_0023;
}
case 1:
{
goto IL_002c;
}
case 2:
{
goto IL_0035;
}
case 3:
{
goto IL_003e;
}
case 4:
{
goto IL_0047;
}
}
}
{
goto IL_009c;
}
IL_0023:
{
String_t* L_2 = ___s0;
__this->___s1_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___s1_0), (void*)L_2);
goto IL_00a8;
}
IL_002c:
{
String_t* L_3 = ___s0;
__this->___s2_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___s2_1), (void*)L_3);
goto IL_00a8;
}
IL_0035:
{
String_t* L_4 = ___s0;
__this->___s3_2 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___s3_2), (void*)L_4);
goto IL_00a8;
}
IL_003e:
{
String_t* L_5 = ___s0;
__this->___s4_3 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___s4_3), (void*)L_5);
goto IL_00a8;
}
IL_0047:
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_6 = __this->___strList_5;
if (!L_6)
{
goto IL_005c;
}
}
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_7 = __this->___strList_5;
NullCheck(L_7);
int32_t L_8;
L_8 = List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_inline(L_7, List_1_get_Count_mB63183A9151F4345A9DD444A7CBE0D6E03F77C7C_RuntimeMethod_var);
G_B9_0 = L_8;
goto IL_005d;
}
IL_005c:
{
G_B9_0 = 8;
}
IL_005d:
{
V_0 = G_B9_0;
int32_t L_9 = V_0;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_10 = (List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD*)il2cpp_codegen_object_new(List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD_il2cpp_TypeInfo_var);
NullCheck(L_10);
List_1__ctor_m1A062F45FE926079CE2D4FD38A3BF15F7AEB89AF(L_10, L_9, List_1__ctor_m1A062F45FE926079CE2D4FD38A3BF15F7AEB89AF_RuntimeMethod_var);
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_11 = L_10;
V_2 = L_11;
__this->___strList_5 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___strList_5), (void*)L_11);
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_12 = V_2;
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_13 = L_12;
String_t* L_14 = __this->___s1_0;
NullCheck(L_13);
List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_13, L_14, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_15 = L_13;
String_t* L_16 = __this->___s2_1;
NullCheck(L_15);
List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_15, L_16, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_17 = L_15;
String_t* L_18 = __this->___s3_2;
NullCheck(L_17);
List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_17, L_18, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
String_t* L_19 = __this->___s4_3;
NullCheck(L_17);
List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_17, L_19, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
}
IL_009c:
{
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* L_20 = __this->___strList_5;
String_t* L_21 = ___s0;
NullCheck(L_20);
List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_inline(L_20, L_21, List_1_Add_mF10DB1D3CBB0B14215F0E4F8AB4934A1955E5351_RuntimeMethod_var);
}
IL_00a8:
{
int32_t L_22 = __this->___idxStr_6;
__this->___idxStr_6 = ((int32_t)il2cpp_codegen_add(L_22, 1));
return;
}
}
IL2CPP_EXTERN_C void StringConcat_ConcatNoDelimiter_mA0E6ECB03B5D0C889C3CF673D27F2111ABD68C9C_AdjustorThunk (RuntimeObject* __this, String_t* ___s0, const RuntimeMethod* method)
{
StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9*>(__this + _offset);
StringConcat_ConcatNoDelimiter_mA0E6ECB03B5D0C889C3CF673D27F2111ABD68C9C(_thisAdjusted, ___s0, 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.Xml.Schema.DoubleLinkAxis System.Xml.Schema.AxisElement::get_CurNode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* AxisElement_get_CurNode_m4561E232A7F554E5EC91C78BDE9D5DE0D6FDC417 (AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5* __this, const RuntimeMethod* method)
{
{
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_0 = __this->___curNode_0;
return L_0;
}
}
// System.Void System.Xml.Schema.AxisElement::.ctor(System.Xml.Schema.DoubleLinkAxis,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisElement__ctor_mAC69681E75C3A4EBFADFF12D9B1EAAB7248F661E (AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5* __this, DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* ___node0, int32_t ___depth1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_0 = ___node0;
__this->___curNode_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode_0), (void*)L_0);
int32_t L_1 = ___depth1;
int32_t L_2 = L_1;
V_0 = L_2;
__this->___curDepth_2 = L_2;
int32_t L_3 = V_0;
__this->___rootDepth_1 = L_3;
__this->___isMatch_3 = (bool)0;
return;
}
}
// System.Void System.Xml.Schema.AxisElement::SetDepth(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisElement_SetDepth_mCF15226E25A990EDC32C01E75BDE5359257DC624 (AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5* __this, int32_t ___depth0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = ___depth0;
int32_t L_1 = L_0;
V_0 = L_1;
__this->___curDepth_2 = L_1;
int32_t L_2 = V_0;
__this->___rootDepth_1 = L_2;
return;
}
}
// System.Void System.Xml.Schema.AxisElement::MoveToParent(System.Int32,System.Xml.Schema.ForwardAxis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisElement_MoveToParent_mD233D5C351A7B58D1F95B7464251ABE887BAFC66 (AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5* __this, int32_t ___depth0, ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* ___parent1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = ___depth0;
int32_t L_1 = __this->___curDepth_2;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_1, 1))))))
{
goto IL_0076;
}
}
{
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_2 = __this->___curNode_0;
NullCheck(L_2);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_3;
L_3 = Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline(L_2, NULL);
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_4 = ___parent1;
NullCheck(L_4);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_5;
L_5 = ForwardAxis_get_RootNode_m28B8A5AB9B1A7173098C947D34A980BA6CE745FD_inline(L_4, NULL);
if ((!(((RuntimeObject*)(AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB*)L_3) == ((RuntimeObject*)(DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A*)L_5))))
{
goto IL_0043;
}
}
{
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_6 = ___parent1;
NullCheck(L_6);
bool L_7;
L_7 = ForwardAxis_get_IsDss_m72FC07E424DD9D1659BFAA06BEBB2412DB9E2F93_inline(L_6, NULL);
if (!L_7)
{
goto IL_0043;
}
}
{
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_8 = ___parent1;
NullCheck(L_8);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_9;
L_9 = ForwardAxis_get_RootNode_m28B8A5AB9B1A7173098C947D34A980BA6CE745FD_inline(L_8, NULL);
__this->___curNode_0 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode_0), (void*)L_9);
int32_t L_10 = (-1);
V_0 = L_10;
__this->___curDepth_2 = L_10;
int32_t L_11 = V_0;
__this->___rootDepth_1 = L_11;
return;
}
IL_0043:
{
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_12 = __this->___curNode_0;
NullCheck(L_12);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_13;
L_13 = Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline(L_12, NULL);
if (!L_13)
{
goto IL_0075;
}
}
{
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_14 = __this->___curNode_0;
NullCheck(L_14);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_15;
L_15 = Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline(L_14, NULL);
__this->___curNode_0 = ((DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A*)CastclassClass((RuntimeObject*)L_15, DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode_0), (void*)((DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A*)CastclassClass((RuntimeObject*)L_15, DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A_il2cpp_TypeInfo_var)));
int32_t L_16 = __this->___curDepth_2;
__this->___curDepth_2 = ((int32_t)il2cpp_codegen_subtract(L_16, 1));
return;
}
IL_0075:
{
return;
}
IL_0076:
{
int32_t L_17 = ___depth0;
int32_t L_18 = __this->___curDepth_2;
if ((!(((uint32_t)L_17) == ((uint32_t)L_18))))
{
goto IL_008e;
}
}
{
bool L_19 = __this->___isMatch_3;
if (!L_19)
{
goto IL_008e;
}
}
{
__this->___isMatch_3 = (bool)0;
}
IL_008e:
{
return;
}
}
// System.Boolean System.Xml.Schema.AxisElement::MoveToChild(System.String,System.String,System.Int32,System.Xml.Schema.ForwardAxis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AxisElement_MoveToChild_mB3A48414F05933670B6E32D116A4D257FE9ECB16 (AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5* __this, String_t* ___name0, String_t* ___URN1, int32_t ___depth2, ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* ___parent3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* V_0 = NULL;
{
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_0 = __this->___curNode_0;
bool L_1;
L_1 = Asttree_IsAttribute_mAF1ECB8169FAE04CD8AE24B6E73BF115E3F51B95(L_0, NULL);
if (!L_1)
{
goto IL_000f;
}
}
{
return (bool)0;
}
IL_000f:
{
bool L_2 = __this->___isMatch_3;
if (!L_2)
{
goto IL_001e;
}
}
{
__this->___isMatch_3 = (bool)0;
}
IL_001e:
{
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_3 = __this->___curNode_0;
NullCheck(L_3);
String_t* L_4;
L_4 = Axis_get_Name_mCC800C219DC94CAF6906C947DBC0B6A0E8049FE5_inline(L_3, NULL);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_5 = __this->___curNode_0;
NullCheck(L_5);
String_t* L_6;
L_6 = Axis_get_Urn_mA18C3D405806C8A0DA8FFE9094515B7B8FD22C40_inline(L_5, NULL);
String_t* L_7 = ___name0;
String_t* L_8 = ___URN1;
bool L_9;
L_9 = AxisStack_Equal_m824B693268D3005B6FFA6BB6C21FD7B35C31B7BF(L_4, L_6, L_7, L_8, NULL);
if (L_9)
{
goto IL_003f;
}
}
{
return (bool)0;
}
IL_003f:
{
int32_t L_10 = __this->___curDepth_2;
if ((!(((uint32_t)L_10) == ((uint32_t)(-1)))))
{
goto IL_0051;
}
}
{
int32_t L_11 = ___depth2;
AxisElement_SetDepth_mCF15226E25A990EDC32C01E75BDE5359257DC624(__this, L_11, NULL);
goto IL_005c;
}
IL_0051:
{
int32_t L_12 = ___depth2;
int32_t L_13 = __this->___curDepth_2;
if ((((int32_t)L_12) <= ((int32_t)L_13)))
{
goto IL_005c;
}
}
{
return (bool)0;
}
IL_005c:
{
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_14 = __this->___curNode_0;
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_15 = ___parent3;
NullCheck(L_15);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_16;
L_16 = ForwardAxis_get_TopNode_m081D8D8DC8E691443C7AFC782365A3797BC479C3_inline(L_15, NULL);
if ((!(((RuntimeObject*)(DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A*)L_14) == ((RuntimeObject*)(DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A*)L_16))))
{
goto IL_0074;
}
}
{
__this->___isMatch_3 = (bool)1;
return (bool)1;
}
IL_0074:
{
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_17 = __this->___curNode_0;
NullCheck(L_17);
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_18;
L_18 = DoubleLinkAxis_get_Next_m3F352B2F887E003F54F272E1833B59BB7B2B1C4B_inline(L_17, NULL);
V_0 = ((DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A*)CastclassClass((RuntimeObject*)L_18, DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A_il2cpp_TypeInfo_var));
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_19 = V_0;
bool L_20;
L_20 = Asttree_IsAttribute_mAF1ECB8169FAE04CD8AE24B6E73BF115E3F51B95(L_19, NULL);
if (!L_20)
{
goto IL_0096;
}
}
{
__this->___isMatch_3 = (bool)1;
return (bool)0;
}
IL_0096:
{
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_21 = V_0;
__this->___curNode_0 = L_21;
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode_0), (void*)L_21);
int32_t L_22 = __this->___curDepth_2;
__this->___curDepth_2 = ((int32_t)il2cpp_codegen_add(L_22, 1));
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.Xml.Schema.ForwardAxis System.Xml.Schema.AxisStack::get_Subtree()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* AxisStack_get_Subtree_m1A81CC8CB9EB650E885141169A7C913F8D6FF716 (AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* __this, const RuntimeMethod* method)
{
{
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_0 = __this->____subtree_1;
return L_0;
}
}
// System.Int32 System.Xml.Schema.AxisStack::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AxisStack_get_Length_m23232CFF7568888717A9D42BFD77FD362C596260 (AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* __this, const RuntimeMethod* method)
{
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____stack_0;
NullCheck(L_0);
int32_t L_1;
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0);
return L_1;
}
}
// System.Void System.Xml.Schema.AxisStack::.ctor(System.Xml.Schema.ForwardAxis,System.Xml.Schema.ActiveAxis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisStack__ctor_m92DAD3C880C9EDF2B8B55B7D65CC31C9D02F887C (AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* __this, ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* ___faxis0, ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB* ___parent1, 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;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_0 = ___faxis0;
__this->____subtree_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____subtree_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->____stack_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->____stack_0), (void*)L_1);
ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB* L_2 = ___parent1;
__this->____parent_2 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____parent_2), (void*)L_2);
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_3 = ___faxis0;
NullCheck(L_3);
bool L_4;
L_4 = ForwardAxis_get_IsDss_m72FC07E424DD9D1659BFAA06BEBB2412DB9E2F93_inline(L_3, NULL);
if (L_4)
{
goto IL_002e;
}
}
{
AxisStack_Push_m2E7A4568AD99B69059B6EB7936A06257BA4325F4(__this, 1, NULL);
}
IL_002e:
{
return;
}
}
// System.Void System.Xml.Schema.AxisStack::Push(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisStack_Push_m2E7A4568AD99B69059B6EB7936A06257BA4325F4 (AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* __this, int32_t ___depth0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5* V_0 = NULL;
{
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_0 = __this->____subtree_1;
NullCheck(L_0);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_1;
L_1 = ForwardAxis_get_RootNode_m28B8A5AB9B1A7173098C947D34A980BA6CE745FD_inline(L_0, NULL);
int32_t L_2 = ___depth0;
AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5* L_3 = (AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5*)il2cpp_codegen_object_new(AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5_il2cpp_TypeInfo_var);
NullCheck(L_3);
AxisElement__ctor_mAC69681E75C3A4EBFADFF12D9B1EAAB7248F661E(L_3, L_1, L_2, NULL);
V_0 = L_3;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = __this->____stack_0;
AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5* L_5 = V_0;
NullCheck(L_4);
int32_t L_6;
L_6 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_4, L_5);
return;
}
}
// System.Void System.Xml.Schema.AxisStack::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisStack_Pop_mE1E0F212EE7DFBD9AC24CEFB6D6A3E884A8622FF (AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* __this, const RuntimeMethod* method)
{
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____stack_0;
int32_t L_1;
L_1 = AxisStack_get_Length_m23232CFF7568888717A9D42BFD77FD362C596260(__this, NULL);
NullCheck(L_0);
VirtualActionInvoker1< int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_0, ((int32_t)il2cpp_codegen_subtract(L_1, 1)));
return;
}
}
// System.Boolean System.Xml.Schema.AxisStack::Equal(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AxisStack_Equal_m824B693268D3005B6FFA6BB6C21FD7B35C31B7BF (String_t* ___thisname0, String_t* ___thisURN1, String_t* ___name2, String_t* ___URN3, const RuntimeMethod* method)
{
{
String_t* L_0 = ___thisURN1;
if (L_0)
{
goto IL_0010;
}
}
{
String_t* L_1 = ___URN3;
if (!L_1)
{
goto IL_0023;
}
}
{
String_t* L_2 = ___URN3;
NullCheck(L_2);
int32_t L_3;
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
if (!L_3)
{
goto IL_0023;
}
}
{
return (bool)0;
}
IL_0010:
{
String_t* L_4 = ___thisURN1;
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
if (!L_5)
{
goto IL_0023;
}
}
{
String_t* L_6 = ___thisURN1;
String_t* L_7 = ___URN3;
bool L_8;
L_8 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_6, L_7, NULL);
if (!L_8)
{
goto IL_0023;
}
}
{
return (bool)0;
}
IL_0023:
{
String_t* L_9 = ___thisname0;
NullCheck(L_9);
int32_t L_10;
L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL);
if (!L_10)
{
goto IL_0036;
}
}
{
String_t* L_11 = ___thisname0;
String_t* L_12 = ___name2;
bool L_13;
L_13 = String_op_Inequality_m0FBE5AC4931D312E5B347BAA603755676E6DA2FE(L_11, L_12, NULL);
if (!L_13)
{
goto IL_0036;
}
}
{
return (bool)0;
}
IL_0036:
{
return (bool)1;
}
}
// System.Void System.Xml.Schema.AxisStack::MoveToParent(System.String,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AxisStack_MoveToParent_m56B913D76D006E21C6E7F059713C0A1C8BCC44F2 (AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* __this, String_t* ___name0, String_t* ___URN1, int32_t ___depth2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_0 = __this->____subtree_1;
NullCheck(L_0);
bool L_1;
L_1 = ForwardAxis_get_IsSelfAxis_m3BA92E6A7040119652EE11ED9E1078675FC3B309_inline(L_0, NULL);
if (!L_1)
{
goto IL_000e;
}
}
{
return;
}
IL_000e:
{
V_0 = 0;
goto IL_0033;
}
IL_0012:
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = __this->____stack_0;
int32_t L_3 = V_0;
NullCheck(L_2);
RuntimeObject* L_4;
L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3);
int32_t L_5 = ___depth2;
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_6 = __this->____subtree_1;
NullCheck(((AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5*)CastclassClass((RuntimeObject*)L_4, AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5_il2cpp_TypeInfo_var)));
AxisElement_MoveToParent_mD233D5C351A7B58D1F95B7464251ABE887BAFC66(((AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5*)CastclassClass((RuntimeObject*)L_4, AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5_il2cpp_TypeInfo_var)), L_5, L_6, NULL);
int32_t L_7 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1));
}
IL_0033:
{
int32_t L_8 = V_0;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_9 = __this->____stack_0;
NullCheck(L_9);
int32_t L_10;
L_10 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_9);
if ((((int32_t)L_8) < ((int32_t)L_10)))
{
goto IL_0012;
}
}
{
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_11 = __this->____subtree_1;
NullCheck(L_11);
bool L_12;
L_12 = ForwardAxis_get_IsDss_m72FC07E424DD9D1659BFAA06BEBB2412DB9E2F93_inline(L_11, NULL);
if (!L_12)
{
goto IL_007d;
}
}
{
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_13 = __this->____subtree_1;
NullCheck(L_13);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_14;
L_14 = ForwardAxis_get_RootNode_m28B8A5AB9B1A7173098C947D34A980BA6CE745FD_inline(L_13, NULL);
NullCheck(L_14);
String_t* L_15;
L_15 = Axis_get_Name_mCC800C219DC94CAF6906C947DBC0B6A0E8049FE5_inline(L_14, NULL);
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_16 = __this->____subtree_1;
NullCheck(L_16);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_17;
L_17 = ForwardAxis_get_RootNode_m28B8A5AB9B1A7173098C947D34A980BA6CE745FD_inline(L_16, NULL);
NullCheck(L_17);
String_t* L_18;
L_18 = Axis_get_Urn_mA18C3D405806C8A0DA8FFE9094515B7B8FD22C40_inline(L_17, NULL);
String_t* L_19 = ___name0;
String_t* L_20 = ___URN1;
bool L_21;
L_21 = AxisStack_Equal_m824B693268D3005B6FFA6BB6C21FD7B35C31B7BF(L_15, L_18, L_19, L_20, NULL);
if (!L_21)
{
goto IL_007d;
}
}
{
AxisStack_Pop_mE1E0F212EE7DFBD9AC24CEFB6D6A3E884A8622FF(__this, NULL);
}
IL_007d:
{
return;
}
}
// System.Boolean System.Xml.Schema.AxisStack::MoveToChild(System.String,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AxisStack_MoveToChild_m30EEBDFDFDF16E035A4B6EB94B6AD327435D0178 (AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* __this, String_t* ___name0, String_t* ___URN1, int32_t ___depth2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
{
V_0 = (bool)0;
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_0 = __this->____subtree_1;
NullCheck(L_0);
bool L_1;
L_1 = ForwardAxis_get_IsDss_m72FC07E424DD9D1659BFAA06BEBB2412DB9E2F93_inline(L_0, NULL);
if (!L_1)
{
goto IL_003f;
}
}
{
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_2 = __this->____subtree_1;
NullCheck(L_2);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_3;
L_3 = ForwardAxis_get_RootNode_m28B8A5AB9B1A7173098C947D34A980BA6CE745FD_inline(L_2, NULL);
NullCheck(L_3);
String_t* L_4;
L_4 = Axis_get_Name_mCC800C219DC94CAF6906C947DBC0B6A0E8049FE5_inline(L_3, NULL);
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_5 = __this->____subtree_1;
NullCheck(L_5);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_6;
L_6 = ForwardAxis_get_RootNode_m28B8A5AB9B1A7173098C947D34A980BA6CE745FD_inline(L_5, NULL);
NullCheck(L_6);
String_t* L_7;
L_7 = Axis_get_Urn_mA18C3D405806C8A0DA8FFE9094515B7B8FD22C40_inline(L_6, NULL);
String_t* L_8 = ___name0;
String_t* L_9 = ___URN1;
bool L_10;
L_10 = AxisStack_Equal_m824B693268D3005B6FFA6BB6C21FD7B35C31B7BF(L_4, L_7, L_8, L_9, NULL);
if (!L_10)
{
goto IL_003f;
}
}
{
AxisStack_Push_m2E7A4568AD99B69059B6EB7936A06257BA4325F4(__this, (-1), NULL);
}
IL_003f:
{
V_1 = 0;
goto IL_006a;
}
IL_0043:
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_11 = __this->____stack_0;
int32_t L_12 = V_1;
NullCheck(L_11);
RuntimeObject* L_13;
L_13 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_11, L_12);
String_t* L_14 = ___name0;
String_t* L_15 = ___URN1;
int32_t L_16 = ___depth2;
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_17 = __this->____subtree_1;
NullCheck(((AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5*)CastclassClass((RuntimeObject*)L_13, AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5_il2cpp_TypeInfo_var)));
bool L_18;
L_18 = AxisElement_MoveToChild_mB3A48414F05933670B6E32D116A4D257FE9ECB16(((AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5*)CastclassClass((RuntimeObject*)L_13, AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5_il2cpp_TypeInfo_var)), L_14, L_15, L_16, L_17, NULL);
if (!L_18)
{
goto IL_0066;
}
}
{
V_0 = (bool)1;
}
IL_0066:
{
int32_t L_19 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_19, 1));
}
IL_006a:
{
int32_t L_20 = V_1;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_21 = __this->____stack_0;
NullCheck(L_21);
int32_t L_22;
L_22 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_21);
if ((((int32_t)L_20) < ((int32_t)L_22)))
{
goto IL_0043;
}
}
{
bool L_23 = V_0;
return L_23;
}
}
// System.Boolean System.Xml.Schema.AxisStack::MoveToAttribute(System.String,System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AxisStack_MoveToAttribute_m1CEA2632C57929907183262382354B26012ABF97 (AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* __this, String_t* ___name0, String_t* ___URN1, int32_t ___depth2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5* V_2 = NULL;
{
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_0 = __this->____subtree_1;
NullCheck(L_0);
bool L_1;
L_1 = ForwardAxis_get_IsAttribute_mD000ED3F7F6995BCB54D45958538C2E638AEEB73_inline(L_0, NULL);
if (L_1)
{
goto IL_000f;
}
}
{
return (bool)0;
}
IL_000f:
{
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_2 = __this->____subtree_1;
NullCheck(L_2);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_3;
L_3 = ForwardAxis_get_TopNode_m081D8D8DC8E691443C7AFC782365A3797BC479C3_inline(L_2, NULL);
NullCheck(L_3);
String_t* L_4;
L_4 = Axis_get_Name_mCC800C219DC94CAF6906C947DBC0B6A0E8049FE5_inline(L_3, NULL);
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_5 = __this->____subtree_1;
NullCheck(L_5);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_6;
L_6 = ForwardAxis_get_TopNode_m081D8D8DC8E691443C7AFC782365A3797BC479C3_inline(L_5, NULL);
NullCheck(L_6);
String_t* L_7;
L_7 = Axis_get_Urn_mA18C3D405806C8A0DA8FFE9094515B7B8FD22C40_inline(L_6, NULL);
String_t* L_8 = ___name0;
String_t* L_9 = ___URN1;
bool L_10;
L_10 = AxisStack_Equal_m824B693268D3005B6FFA6BB6C21FD7B35C31B7BF(L_4, L_7, L_8, L_9, NULL);
if (L_10)
{
goto IL_003a;
}
}
{
return (bool)0;
}
IL_003a:
{
V_0 = (bool)0;
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_11 = __this->____subtree_1;
NullCheck(L_11);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_12;
L_12 = ForwardAxis_get_TopNode_m081D8D8DC8E691443C7AFC782365A3797BC479C3_inline(L_11, NULL);
NullCheck(L_12);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_13;
L_13 = Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline(L_12, NULL);
if (L_13)
{
goto IL_0062;
}
}
{
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_14 = __this->____subtree_1;
NullCheck(L_14);
bool L_15;
L_15 = ForwardAxis_get_IsDss_m72FC07E424DD9D1659BFAA06BEBB2412DB9E2F93_inline(L_14, NULL);
if (L_15)
{
goto IL_0060;
}
}
{
int32_t L_16 = ___depth2;
return (bool)((((int32_t)L_16) == ((int32_t)1))? 1 : 0);
}
IL_0060:
{
return (bool)1;
}
IL_0062:
{
V_1 = 0;
goto IL_009e;
}
IL_0066:
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_17 = __this->____stack_0;
int32_t L_18 = V_1;
NullCheck(L_17);
RuntimeObject* L_19;
L_19 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_17, L_18);
V_2 = ((AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5*)CastclassClass((RuntimeObject*)L_19, AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5_il2cpp_TypeInfo_var));
AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5* L_20 = V_2;
NullCheck(L_20);
bool L_21 = L_20->___isMatch_3;
if (!L_21)
{
goto IL_009a;
}
}
{
AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5* L_22 = V_2;
NullCheck(L_22);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_23;
L_23 = AxisElement_get_CurNode_m4561E232A7F554E5EC91C78BDE9D5DE0D6FDC417_inline(L_22, NULL);
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_24 = __this->____subtree_1;
NullCheck(L_24);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_25;
L_25 = ForwardAxis_get_TopNode_m081D8D8DC8E691443C7AFC782365A3797BC479C3_inline(L_24, NULL);
NullCheck(L_25);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_26;
L_26 = Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline(L_25, NULL);
if ((!(((RuntimeObject*)(DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A*)L_23) == ((RuntimeObject*)(AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB*)L_26))))
{
goto IL_009a;
}
}
{
V_0 = (bool)1;
}
IL_009a:
{
int32_t L_27 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_27, 1));
}
IL_009e:
{
int32_t L_28 = V_1;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_29 = __this->____stack_0;
NullCheck(L_29);
int32_t L_30;
L_30 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_29);
if ((((int32_t)L_28) < ((int32_t)L_30)))
{
goto IL_0066;
}
}
{
bool L_31 = V_0;
return L_31;
}
}
#ifdef __clang__
#pragma 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.ActiveAxis::get_CurrentDepth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ActiveAxis_get_CurrentDepth_m2DD04D34A2ED3AABBCA3EDF1B763D925B2FDBD9A (ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____currentDepth_0;
return L_0;
}
}
// System.Void System.Xml.Schema.ActiveAxis::Reactivate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActiveAxis_Reactivate_mC437C188695D87C6A79F5078738C4AD201EFDA66 (ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB* __this, const RuntimeMethod* method)
{
{
__this->____isActive_1 = (bool)1;
__this->____currentDepth_0 = (-1);
return;
}
}
// System.Void System.Xml.Schema.ActiveAxis::.ctor(System.Xml.Schema.Asttree)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ActiveAxis__ctor_m2E4A8742658038AE3F22D6B26D95528C4B4E9872 (ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB* __this, Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* ___axisTree0, 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*)&AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* V_1 = NULL;
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* L_0 = ___axisTree0;
__this->____axisTree_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____axisTree_2), (void*)L_0);
__this->____currentDepth_0 = (-1);
Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* L_1 = ___axisTree0;
NullCheck(L_1);
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2;
L_2 = Asttree_get_SubtreeArray_m46C9A6B0D7125E53E4179076DA369F9AE23D567F_inline(L_1, NULL);
NullCheck(L_2);
int32_t L_3;
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2);
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
NullCheck(L_4);
ArrayList__ctor_m4637812384C075439BB17EEC1C2DF802BD41EBD0(L_4, L_3, NULL);
__this->____axisStack_3 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____axisStack_3), (void*)L_4);
V_0 = 0;
goto IL_0057;
}
IL_002e:
{
Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* L_5 = ___axisTree0;
NullCheck(L_5);
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_6;
L_6 = Asttree_get_SubtreeArray_m46C9A6B0D7125E53E4179076DA369F9AE23D567F_inline(L_5, NULL);
int32_t L_7 = V_0;
NullCheck(L_6);
RuntimeObject* L_8;
L_8 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_6, L_7);
AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* L_9 = (AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41*)il2cpp_codegen_object_new(AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41_il2cpp_TypeInfo_var);
NullCheck(L_9);
AxisStack__ctor_m92DAD3C880C9EDF2B8B55B7D65CC31C9D02F887C(L_9, ((ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE*)CastclassClass((RuntimeObject*)L_8, ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE_il2cpp_TypeInfo_var)), __this, NULL);
V_1 = L_9;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_10 = __this->____axisStack_3;
AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* L_11 = V_1;
NullCheck(L_10);
int32_t L_12;
L_12 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_10, L_11);
int32_t L_13 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_13, 1));
}
IL_0057:
{
int32_t L_14 = V_0;
Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* L_15 = ___axisTree0;
NullCheck(L_15);
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_16;
L_16 = Asttree_get_SubtreeArray_m46C9A6B0D7125E53E4179076DA369F9AE23D567F_inline(L_15, NULL);
NullCheck(L_16);
int32_t L_17;
L_17 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_16);
if ((((int32_t)L_14) < ((int32_t)L_17)))
{
goto IL_002e;
}
}
{
__this->____isActive_1 = (bool)1;
return;
}
}
// System.Boolean System.Xml.Schema.ActiveAxis::MoveToStartElement(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ActiveAxis_MoveToStartElement_mAAEFA4D1B60C8658BF5063EAB52FF509FE9EF281 (ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB* __this, String_t* ___localname0, String_t* ___URN1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* V_2 = NULL;
{
bool L_0 = __this->____isActive_1;
if (L_0)
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
int32_t L_1 = __this->____currentDepth_0;
__this->____currentDepth_0 = ((int32_t)il2cpp_codegen_add(L_1, 1));
V_0 = (bool)0;
V_1 = 0;
goto IL_0074;
}
IL_001e:
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = __this->____axisStack_3;
int32_t L_3 = V_1;
NullCheck(L_2);
RuntimeObject* L_4;
L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3);
V_2 = ((AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41*)CastclassClass((RuntimeObject*)L_4, AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41_il2cpp_TypeInfo_var));
AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* L_5 = V_2;
NullCheck(L_5);
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_6;
L_6 = AxisStack_get_Subtree_m1A81CC8CB9EB650E885141169A7C913F8D6FF716_inline(L_5, NULL);
NullCheck(L_6);
bool L_7;
L_7 = ForwardAxis_get_IsSelfAxis_m3BA92E6A7040119652EE11ED9E1078675FC3B309_inline(L_6, NULL);
if (!L_7)
{
goto IL_0056;
}
}
{
AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* L_8 = V_2;
NullCheck(L_8);
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_9;
L_9 = AxisStack_get_Subtree_m1A81CC8CB9EB650E885141169A7C913F8D6FF716_inline(L_8, NULL);
NullCheck(L_9);
bool L_10;
L_10 = ForwardAxis_get_IsDss_m72FC07E424DD9D1659BFAA06BEBB2412DB9E2F93_inline(L_9, NULL);
if (L_10)
{
goto IL_0052;
}
}
{
int32_t L_11;
L_11 = ActiveAxis_get_CurrentDepth_m2DD04D34A2ED3AABBCA3EDF1B763D925B2FDBD9A_inline(__this, NULL);
if (L_11)
{
goto IL_0070;
}
}
IL_0052:
{
V_0 = (bool)1;
goto IL_0070;
}
IL_0056:
{
int32_t L_12;
L_12 = ActiveAxis_get_CurrentDepth_m2DD04D34A2ED3AABBCA3EDF1B763D925B2FDBD9A_inline(__this, NULL);
if (!L_12)
{
goto IL_0070;
}
}
{
AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* L_13 = V_2;
String_t* L_14 = ___localname0;
String_t* L_15 = ___URN1;
int32_t L_16 = __this->____currentDepth_0;
NullCheck(L_13);
bool L_17;
L_17 = AxisStack_MoveToChild_m30EEBDFDFDF16E035A4B6EB94B6AD327435D0178(L_13, L_14, L_15, L_16, NULL);
if (!L_17)
{
goto IL_0070;
}
}
{
V_0 = (bool)1;
}
IL_0070:
{
int32_t L_18 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_18, 1));
}
IL_0074:
{
int32_t L_19 = V_1;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_20 = __this->____axisStack_3;
NullCheck(L_20);
int32_t L_21;
L_21 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_20);
if ((((int32_t)L_19) < ((int32_t)L_21)))
{
goto IL_001e;
}
}
{
bool L_22 = V_0;
return L_22;
}
}
// System.Boolean System.Xml.Schema.ActiveAxis::EndElement(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ActiveAxis_EndElement_m3ED599175777FE63FD45F83816DBBBAC41C35A40 (ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB* __this, String_t* ___localname0, String_t* ___URN1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->____currentDepth_0;
if (L_0)
{
goto IL_001d;
}
}
{
__this->____isActive_1 = (bool)0;
int32_t L_1 = __this->____currentDepth_0;
__this->____currentDepth_0 = ((int32_t)il2cpp_codegen_subtract(L_1, 1));
}
IL_001d:
{
bool L_2 = __this->____isActive_1;
if (L_2)
{
goto IL_0027;
}
}
{
return (bool)0;
}
IL_0027:
{
V_0 = 0;
goto IL_004d;
}
IL_002b:
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_3 = __this->____axisStack_3;
int32_t L_4 = V_0;
NullCheck(L_3);
RuntimeObject* L_5;
L_5 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_3, L_4);
String_t* L_6 = ___localname0;
String_t* L_7 = ___URN1;
int32_t L_8 = __this->____currentDepth_0;
NullCheck(((AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41*)CastclassClass((RuntimeObject*)L_5, AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41_il2cpp_TypeInfo_var)));
AxisStack_MoveToParent_m56B913D76D006E21C6E7F059713C0A1C8BCC44F2(((AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41*)CastclassClass((RuntimeObject*)L_5, AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41_il2cpp_TypeInfo_var)), L_6, L_7, L_8, NULL);
int32_t L_9 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_9, 1));
}
IL_004d:
{
int32_t L_10 = V_0;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_11 = __this->____axisStack_3;
NullCheck(L_11);
int32_t L_12;
L_12 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_11);
if ((((int32_t)L_10) < ((int32_t)L_12)))
{
goto IL_002b;
}
}
{
int32_t L_13 = __this->____currentDepth_0;
__this->____currentDepth_0 = ((int32_t)il2cpp_codegen_subtract(L_13, 1));
return (bool)0;
}
}
// System.Boolean System.Xml.Schema.ActiveAxis::MoveToAttribute(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ActiveAxis_MoveToAttribute_mBC944943EE5C4AD55A97EDE351477A7A4004E9E0 (ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB* __this, String_t* ___localname0, String_t* ___URN1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
{
bool L_0 = __this->____isActive_1;
if (L_0)
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
V_0 = (bool)0;
V_1 = 0;
goto IL_0038;
}
IL_0010:
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = __this->____axisStack_3;
int32_t L_2 = V_1;
NullCheck(L_1);
RuntimeObject* L_3;
L_3 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_1, L_2);
String_t* L_4 = ___localname0;
String_t* L_5 = ___URN1;
int32_t L_6 = __this->____currentDepth_0;
NullCheck(((AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41*)CastclassClass((RuntimeObject*)L_3, AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41_il2cpp_TypeInfo_var)));
bool L_7;
L_7 = AxisStack_MoveToAttribute_m1CEA2632C57929907183262382354B26012ABF97(((AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41*)CastclassClass((RuntimeObject*)L_3, AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41_il2cpp_TypeInfo_var)), L_4, L_5, ((int32_t)il2cpp_codegen_add(L_6, 1)), NULL);
if (!L_7)
{
goto IL_0034;
}
}
{
V_0 = (bool)1;
}
IL_0034:
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0038:
{
int32_t L_9 = V_1;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_10 = __this->____axisStack_3;
NullCheck(L_10);
int32_t L_11;
L_11 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_10);
if ((((int32_t)L_9) < ((int32_t)L_11)))
{
goto IL_0010;
}
}
{
bool L_12 = V_0;
return L_12;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// MS.Internal.Xml.XPath.Axis System.Xml.Schema.DoubleLinkAxis::get_Next()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* DoubleLinkAxis_get_Next_m3F352B2F887E003F54F272E1833B59BB7B2B1C4B (DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* __this, const RuntimeMethod* method)
{
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_0 = __this->___next_7;
return L_0;
}
}
// System.Void System.Xml.Schema.DoubleLinkAxis::set_Next(MS.Internal.Xml.XPath.Axis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoubleLinkAxis_set_Next_mF43EF6DCE6465692D1583FCE991C5CEE14F7D6B4 (DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* __this, Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* ___value0, const RuntimeMethod* method)
{
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_0 = ___value0;
__this->___next_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___next_7), (void*)L_0);
return;
}
}
// System.Void System.Xml.Schema.DoubleLinkAxis::.ctor(MS.Internal.Xml.XPath.Axis,System.Xml.Schema.DoubleLinkAxis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DoubleLinkAxis__ctor_m62ACC8B5BC38C4DAB0214D2323D2B15575BBF07A (DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* __this, Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* ___axis0, DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* ___inputaxis1, const RuntimeMethod* method)
{
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_0 = ___axis0;
NullCheck(L_0);
int32_t L_1;
L_1 = Axis_get_TypeOfAxis_mC937F7732888322E11D54B66E3D3013B81129018_inline(L_0, NULL);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_2 = ___inputaxis1;
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_3 = ___axis0;
NullCheck(L_3);
String_t* L_4;
L_4 = Axis_get_Prefix_m64A07B240D8808DF74C748508FAB4792F78777E9_inline(L_3, NULL);
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_5 = ___axis0;
NullCheck(L_5);
String_t* L_6;
L_6 = Axis_get_Name_mCC800C219DC94CAF6906C947DBC0B6A0E8049FE5_inline(L_5, NULL);
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_7 = ___axis0;
NullCheck(L_7);
int32_t L_8;
L_8 = Axis_get_NodeType_m21DA32058DCC597CF78661C788B713EB0B05E98C_inline(L_7, NULL);
Axis__ctor_m2704C3CF26377CC587654EC9DFEAFE3A5A964CD4(__this, L_1, L_2, L_4, L_6, L_8, NULL);
__this->___next_7 = (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___next_7), (void*)(Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B*)NULL);
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_9 = ___axis0;
NullCheck(L_9);
String_t* L_10;
L_10 = Axis_get_Urn_mA18C3D405806C8A0DA8FFE9094515B7B8FD22C40_inline(L_9, NULL);
Axis_set_Urn_m30F7E83893EDC06159E1411E2C9877EF12C4B8DD_inline(__this, L_10, NULL);
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_11 = ___axis0;
NullCheck(L_11);
bool L_12;
L_12 = Axis_get_AbbrAxis_m39030C864BA056B033F68DA0D202E4E9D90EDEA7_inline(L_11, NULL);
((Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B*)__this)->___abbrAxis_5 = L_12;
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_13 = ___inputaxis1;
if (!L_13)
{
goto IL_0048;
}
}
{
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_14 = ___inputaxis1;
NullCheck(L_14);
DoubleLinkAxis_set_Next_mF43EF6DCE6465692D1583FCE991C5CEE14F7D6B4_inline(L_14, __this, NULL);
}
IL_0048:
{
return;
}
}
// System.Xml.Schema.DoubleLinkAxis System.Xml.Schema.DoubleLinkAxis::ConvertTree(MS.Internal.Xml.XPath.Axis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* DoubleLinkAxis_ConvertTree_mBE012FE0A100183ECD5DDC9B27AF7209A432889C (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* ___axis0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_0 = ___axis0;
if (L_0)
{
goto IL_0005;
}
}
{
return (DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A*)NULL;
}
IL_0005:
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_1 = ___axis0;
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_2 = ___axis0;
NullCheck(L_2);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_3;
L_3 = Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline(L_2, NULL);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_4;
L_4 = DoubleLinkAxis_ConvertTree_mBE012FE0A100183ECD5DDC9B27AF7209A432889C(((Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B*)CastclassClass((RuntimeObject*)L_3, Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B_il2cpp_TypeInfo_var)), NULL);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_5 = (DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A*)il2cpp_codegen_object_new(DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A_il2cpp_TypeInfo_var);
NullCheck(L_5);
DoubleLinkAxis__ctor_m62ACC8B5BC38C4DAB0214D2323D2B15575BBF07A(L_5, L_1, L_4, NULL);
return L_5;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.Schema.DoubleLinkAxis System.Xml.Schema.ForwardAxis::get_RootNode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* ForwardAxis_get_RootNode_m28B8A5AB9B1A7173098C947D34A980BA6CE745FD (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* __this, const RuntimeMethod* method)
{
{
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_0 = __this->____rootNode_1;
return L_0;
}
}
// System.Xml.Schema.DoubleLinkAxis System.Xml.Schema.ForwardAxis::get_TopNode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* ForwardAxis_get_TopNode_m081D8D8DC8E691443C7AFC782365A3797BC479C3 (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* __this, const RuntimeMethod* method)
{
{
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_0 = __this->____topNode_0;
return L_0;
}
}
// System.Boolean System.Xml.Schema.ForwardAxis::get_IsAttribute()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ForwardAxis_get_IsAttribute_mD000ED3F7F6995BCB54D45958538C2E638AEEB73 (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->____isAttribute_2;
return L_0;
}
}
// System.Boolean System.Xml.Schema.ForwardAxis::get_IsDss()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ForwardAxis_get_IsDss_m72FC07E424DD9D1659BFAA06BEBB2412DB9E2F93 (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->____isDss_3;
return L_0;
}
}
// System.Boolean System.Xml.Schema.ForwardAxis::get_IsSelfAxis()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ForwardAxis_get_IsSelfAxis_m3BA92E6A7040119652EE11ED9E1078675FC3B309 (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->____isSelfAxis_4;
return L_0;
}
}
// System.Void System.Xml.Schema.ForwardAxis::.ctor(System.Xml.Schema.DoubleLinkAxis,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ForwardAxis__ctor_m8F75B7FEFCA63B4BEEA1760E86D0F0DE4B8F4E3D (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* __this, DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* ___axis0, bool ___isdesorself1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
bool L_0 = ___isdesorself1;
__this->____isDss_3 = L_0;
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_1 = ___axis0;
bool L_2;
L_2 = Asttree_IsAttribute_mAF1ECB8169FAE04CD8AE24B6E73BF115E3F51B95(L_1, NULL);
__this->____isAttribute_2 = L_2;
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_3 = ___axis0;
__this->____topNode_0 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->____topNode_0), (void*)L_3);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_4 = ___axis0;
__this->____rootNode_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->____rootNode_1), (void*)L_4);
goto IL_003f;
}
IL_0029:
{
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_5 = __this->____rootNode_1;
NullCheck(L_5);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_6;
L_6 = Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline(L_5, NULL);
__this->____rootNode_1 = ((DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A*)CastclassClass((RuntimeObject*)L_6, DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((void**)(&__this->____rootNode_1), (void*)((DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A*)CastclassClass((RuntimeObject*)L_6, DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A_il2cpp_TypeInfo_var)));
}
IL_003f:
{
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_7 = __this->____rootNode_1;
NullCheck(L_7);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_8;
L_8 = Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline(L_7, NULL);
if (L_8)
{
goto IL_0029;
}
}
{
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_9 = __this->____topNode_0;
bool L_10;
L_10 = Asttree_IsSelf_m309401C42C71FE09F16E2284689FD79558432016(L_9, NULL);
__this->____isSelfAxis_4 = L_10;
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.Collections.ArrayList System.Xml.Schema.Asttree::get_SubtreeArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* Asttree_get_SubtreeArray_m46C9A6B0D7125E53E4179076DA369F9AE23D567F (Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* __this, const RuntimeMethod* method)
{
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____fAxisArray_0;
return L_0;
}
}
// System.Void System.Xml.Schema.Asttree::.ctor(System.String,System.Boolean,System.Xml.XmlNamespaceManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asttree__ctor_mAEB354DAEEB6E4D05F703BF0E4EFDAEBF0A70307 (Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* __this, String_t* ___xPath0, bool ___isField1, XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* ___nsmgr2, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
String_t* L_0 = ___xPath0;
__this->____xpathexpr_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____xpathexpr_1), (void*)L_0);
bool L_1 = ___isField1;
__this->____isField_2 = L_1;
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_2 = ___nsmgr2;
__this->____nsmgr_3 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->____nsmgr_3), (void*)L_2);
String_t* L_3 = ___xPath0;
bool L_4 = ___isField1;
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_5 = ___nsmgr2;
Asttree_CompileXPath_m50156E3710724FFAE37CA5B2DCDE661C1E63A6D2(__this, L_3, L_4, L_5, NULL);
return;
}
}
// System.Boolean System.Xml.Schema.Asttree::IsNameTest(MS.Internal.Xml.XPath.Axis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Asttree_IsNameTest_m56D9060B96089F042118A7D519657CEA35A50BCD (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* ___ast0, const RuntimeMethod* method)
{
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_0 = ___ast0;
NullCheck(L_0);
int32_t L_1;
L_1 = Axis_get_TypeOfAxis_mC937F7732888322E11D54B66E3D3013B81129018_inline(L_0, NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)3))))
{
goto IL_0013;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_2 = ___ast0;
NullCheck(L_2);
int32_t L_3;
L_3 = Axis_get_NodeType_m21DA32058DCC597CF78661C788B713EB0B05E98C_inline(L_2, NULL);
return (bool)((((int32_t)L_3) == ((int32_t)1))? 1 : 0);
}
IL_0013:
{
return (bool)0;
}
}
// System.Boolean System.Xml.Schema.Asttree::IsAttribute(MS.Internal.Xml.XPath.Axis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Asttree_IsAttribute_mAF1ECB8169FAE04CD8AE24B6E73BF115E3F51B95 (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* ___ast0, const RuntimeMethod* method)
{
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_0 = ___ast0;
NullCheck(L_0);
int32_t L_1;
L_1 = Axis_get_TypeOfAxis_mC937F7732888322E11D54B66E3D3013B81129018_inline(L_0, NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
{
goto IL_0013;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_2 = ___ast0;
NullCheck(L_2);
int32_t L_3;
L_3 = Axis_get_NodeType_m21DA32058DCC597CF78661C788B713EB0B05E98C_inline(L_2, NULL);
return (bool)((((int32_t)L_3) == ((int32_t)2))? 1 : 0);
}
IL_0013:
{
return (bool)0;
}
}
// System.Boolean System.Xml.Schema.Asttree::IsDescendantOrSelf(MS.Internal.Xml.XPath.Axis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Asttree_IsDescendantOrSelf_mF30C3812F8786C1A1D978E6B44A9120FADC28989 (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* ___ast0, const RuntimeMethod* method)
{
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_0 = ___ast0;
NullCheck(L_0);
int32_t L_1;
L_1 = Axis_get_TypeOfAxis_mC937F7732888322E11D54B66E3D3013B81129018_inline(L_0, NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)5))))
{
goto IL_001a;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_2 = ___ast0;
NullCheck(L_2);
int32_t L_3;
L_3 = Axis_get_NodeType_m21DA32058DCC597CF78661C788B713EB0B05E98C_inline(L_2, NULL);
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)9)))))
{
goto IL_001a;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_4 = ___ast0;
NullCheck(L_4);
bool L_5;
L_5 = Axis_get_AbbrAxis_m39030C864BA056B033F68DA0D202E4E9D90EDEA7_inline(L_4, NULL);
return L_5;
}
IL_001a:
{
return (bool)0;
}
}
// System.Boolean System.Xml.Schema.Asttree::IsSelf(MS.Internal.Xml.XPath.Axis)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Asttree_IsSelf_m309401C42C71FE09F16E2284689FD79558432016 (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* ___ast0, const RuntimeMethod* method)
{
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_0 = ___ast0;
NullCheck(L_0);
int32_t L_1;
L_1 = Axis_get_TypeOfAxis_mC937F7732888322E11D54B66E3D3013B81129018_inline(L_0, NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)12)))))
{
goto IL_001b;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_2 = ___ast0;
NullCheck(L_2);
int32_t L_3;
L_3 = Axis_get_NodeType_m21DA32058DCC597CF78661C788B713EB0B05E98C_inline(L_2, NULL);
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)9)))))
{
goto IL_001b;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_4 = ___ast0;
NullCheck(L_4);
bool L_5;
L_5 = Axis_get_AbbrAxis_m39030C864BA056B033F68DA0D202E4E9D90EDEA7_inline(L_4, NULL);
return L_5;
}
IL_001b:
{
return (bool)0;
}
}
// System.Void System.Xml.Schema.Asttree::CompileXPath(System.String,System.Boolean,System.Xml.XmlNamespaceManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asttree_CompileXPath_m50156E3710724FFAE37CA5B2DCDE661C1E63A6D2 (Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* __this, String_t* ___xPath0, bool ___isField1, XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* ___nsmgr2, 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*)&Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathParser_tD4C4B9A60C3A5069B8346A058AF82727C55D9989_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_1 = NULL;
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* V_2 = NULL;
int32_t V_3 = 0;
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* V_4 = NULL;
int32_t V_5 = 0;
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* V_6 = NULL;
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* V_7 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
String_t* L_0 = ___xPath0;
if (!L_0)
{
goto IL_000b;
}
}
{
String_t* L_1 = ___xPath0;
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*)&_stringLiteral5AD7B88D1F7B22A347299C6649895A387A714DD1)), L_3, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Asttree_CompileXPath_m50156E3710724FFAE37CA5B2DCDE661C1E63A6D2_RuntimeMethod_var)));
}
IL_001b:
{
String_t* L_5 = ___xPath0;
NullCheck(L_5);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6;
L_6 = String_Split_m9530B73D02054692283BF35C3A27C8F2230946F4(L_5, ((int32_t)124), 0, NULL);
V_0 = L_6;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = V_0;
NullCheck(L_7);
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_8 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
NullCheck(L_8);
ArrayList__ctor_m4637812384C075439BB17EEC1C2DF802BD41EBD0(L_8, ((int32_t)(((RuntimeArray*)L_7)->max_length)), NULL);
V_1 = L_8;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = V_0;
NullCheck(L_9);
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_10 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
NullCheck(L_10);
ArrayList__ctor_m4637812384C075439BB17EEC1C2DF802BD41EBD0(L_10, ((int32_t)(((RuntimeArray*)L_9)->max_length)), NULL);
__this->____fAxisArray_0 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&__this->____fAxisArray_0), (void*)L_10);
}
try
{// begin try (depth: 1)
{
V_3 = 0;
goto IL_005c_1;
}
IL_0040_1:
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = V_0;
int32_t L_12 = V_3;
NullCheck(L_11);
int32_t L_13 = L_12;
String_t* L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
il2cpp_codegen_runtime_class_init_inline(XPathParser_tD4C4B9A60C3A5069B8346A058AF82727C55D9989_il2cpp_TypeInfo_var);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_15;
L_15 = XPathParser_ParseXPathExpression_m0C57CB18F94D84EDC9CDCAD7D2EBDD9A391D7DCC(L_14, NULL);
V_4 = ((Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B*)CastclassClass((RuntimeObject*)L_15, Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B_il2cpp_TypeInfo_var));
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_16 = V_1;
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_17 = V_4;
NullCheck(L_16);
int32_t L_18;
L_18 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_16, L_17);
int32_t L_19 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_19, 1));
}
IL_005c_1:
{
int32_t L_20 = V_3;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = V_0;
NullCheck(L_21);
if ((((int32_t)L_20) < ((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))
{
goto IL_0040_1;
}
}
{
goto IL_0071;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_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.Object)
String_t* L_22 = ___xPath0;
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*)&_stringLiteralF95BF2CE4225CD8B33816F9F91779FCB94152293)), L_22, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Asttree_CompileXPath_m50156E3710724FFAE37CA5B2DCDE661C1E63A6D2_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_0071:
{
V_5 = 0;
goto IL_023d;
}
IL_0079:
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_24 = V_1;
int32_t L_25 = V_5;
NullCheck(L_24);
RuntimeObject* L_26;
L_26 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_24, L_25);
V_6 = ((Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B*)CastclassClass((RuntimeObject*)L_26, Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B_il2cpp_TypeInfo_var));
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_27 = V_6;
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_28 = L_27;
V_2 = L_28;
if (L_28)
{
goto IL_009a;
}
}
{
String_t* L_29 = ___xPath0;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_30 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
NullCheck(L_30);
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_30, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF95BF2CE4225CD8B33816F9F91779FCB94152293)), L_29, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Asttree_CompileXPath_m50156E3710724FFAE37CA5B2DCDE661C1E63A6D2_RuntimeMethod_var)));
}
IL_009a:
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_31 = V_2;
V_7 = L_31;
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_32 = V_2;
bool L_33;
L_33 = Asttree_IsAttribute_mAF1ECB8169FAE04CD8AE24B6E73BF115E3F51B95(L_32, NULL);
if (!L_33)
{
goto IL_0122;
}
}
{
bool L_34 = ___isField1;
if (L_34)
{
goto IL_00b4;
}
}
{
String_t* L_35 = ___xPath0;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_36 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
NullCheck(L_36);
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6F1EDBE35DC84188C1066BD7782465CDC5DAFB67)), L_35, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Asttree_CompileXPath_m50156E3710724FFAE37CA5B2DCDE661C1E63A6D2_RuntimeMethod_var)));
}
IL_00b4:
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_37 = V_2;
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_38 = ___nsmgr2;
Asttree_SetURN_m2D0FB4246346FFADD7E02AD19828A0711EEF9AD6(__this, L_37, L_38, NULL);
}
try
{// begin try (depth: 1)
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_39 = V_2;
NullCheck(L_39);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_40;
L_40 = Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline(L_39, NULL);
V_2 = ((Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B*)CastclassClass((RuntimeObject*)L_40, Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B_il2cpp_TypeInfo_var));
goto IL_0122;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_00ca;
}
throw e;
}
CATCH_00ca:
{// begin catch(System.Object)
String_t* L_41 = ___xPath0;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_42 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
NullCheck(L_42);
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_42, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF95BF2CE4225CD8B33816F9F91779FCB94152293)), L_41, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Asttree_CompileXPath_m50156E3710724FFAE37CA5B2DCDE661C1E63A6D2_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_00d7:
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_43 = V_2;
bool L_44;
L_44 = Asttree_IsSelf_m309401C42C71FE09F16E2284689FD79558432016(L_43, NULL);
if (!L_44)
{
goto IL_00f3;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_45 = V_6;
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_46 = V_2;
if ((((RuntimeObject*)(Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B*)L_45) == ((RuntimeObject*)(Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B*)L_46)))
{
goto IL_00f3;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_47 = V_7;
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_48 = V_2;
NullCheck(L_48);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_49;
L_49 = Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline(L_48, NULL);
NullCheck(L_47);
Axis_set_Input_mB9295510E3D476008FE9DC8AF978932A2CCC4CB7_inline(L_47, L_49, NULL);
goto IL_0106;
}
IL_00f3:
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_50 = V_2;
V_7 = L_50;
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_51 = V_2;
bool L_52;
L_52 = Asttree_IsNameTest_m56D9060B96089F042118A7D519657CEA35A50BCD(L_51, NULL);
if (!L_52)
{
goto IL_0106;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_53 = V_2;
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_54 = ___nsmgr2;
Asttree_SetURN_m2D0FB4246346FFADD7E02AD19828A0711EEF9AD6(__this, L_53, L_54, NULL);
}
IL_0106:
{
}
try
{// begin try (depth: 1)
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_55 = V_2;
NullCheck(L_55);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_56;
L_56 = Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline(L_55, NULL);
V_2 = ((Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B*)CastclassClass((RuntimeObject*)L_56, Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B_il2cpp_TypeInfo_var));
goto IL_0122;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_0115;
}
throw e;
}
CATCH_0115:
{// begin catch(System.Object)
String_t* L_57 = ___xPath0;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_58 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
NullCheck(L_58);
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_58, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF95BF2CE4225CD8B33816F9F91779FCB94152293)), L_57, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_58, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Asttree_CompileXPath_m50156E3710724FFAE37CA5B2DCDE661C1E63A6D2_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_0122:
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_59 = V_2;
if (!L_59)
{
goto IL_0135;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_60 = V_2;
bool L_61;
L_61 = Asttree_IsNameTest_m56D9060B96089F042118A7D519657CEA35A50BCD(L_60, NULL);
if (L_61)
{
goto IL_00d7;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_62 = V_2;
bool L_63;
L_63 = Asttree_IsSelf_m309401C42C71FE09F16E2284689FD79558432016(L_62, NULL);
if (L_63)
{
goto IL_00d7;
}
}
IL_0135:
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_64 = V_7;
NullCheck(L_64);
Axis_set_Input_mB9295510E3D476008FE9DC8AF978932A2CCC4CB7_inline(L_64, (AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB*)NULL, NULL);
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_65 = V_2;
if (L_65)
{
goto IL_0198;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_66 = V_6;
bool L_67;
L_67 = Asttree_IsSelf_m309401C42C71FE09F16E2284689FD79558432016(L_66, NULL);
if (!L_67)
{
goto IL_017a;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_68 = V_6;
NullCheck(L_68);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_69;
L_69 = Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline(L_68, NULL);
if (!L_69)
{
goto IL_017a;
}
}
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_70 = __this->____fAxisArray_0;
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_71 = V_6;
NullCheck(L_71);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_72;
L_72 = Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline(L_71, NULL);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_73;
L_73 = DoubleLinkAxis_ConvertTree_mBE012FE0A100183ECD5DDC9B27AF7209A432889C(((Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B*)CastclassClass((RuntimeObject*)L_72, Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B_il2cpp_TypeInfo_var)), NULL);
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_74 = (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE*)il2cpp_codegen_object_new(ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE_il2cpp_TypeInfo_var);
NullCheck(L_74);
ForwardAxis__ctor_m8F75B7FEFCA63B4BEEA1760E86D0F0DE4B8F4E3D(L_74, L_73, (bool)0, NULL);
NullCheck(L_70);
int32_t L_75;
L_75 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_70, L_74);
goto IL_0237;
}
IL_017a:
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_76 = __this->____fAxisArray_0;
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_77 = V_6;
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_78;
L_78 = DoubleLinkAxis_ConvertTree_mBE012FE0A100183ECD5DDC9B27AF7209A432889C(L_77, NULL);
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_79 = (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE*)il2cpp_codegen_object_new(ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE_il2cpp_TypeInfo_var);
NullCheck(L_79);
ForwardAxis__ctor_m8F75B7FEFCA63B4BEEA1760E86D0F0DE4B8F4E3D(L_79, L_78, (bool)0, NULL);
NullCheck(L_76);
int32_t L_80;
L_80 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_76, L_79);
goto IL_0237;
}
IL_0198:
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_81 = V_2;
bool L_82;
L_82 = Asttree_IsDescendantOrSelf_mF30C3812F8786C1A1D978E6B44A9120FADC28989(L_81, NULL);
if (L_82)
{
goto IL_01ac;
}
}
{
String_t* L_83 = ___xPath0;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_84 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
NullCheck(L_84);
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_84, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF95BF2CE4225CD8B33816F9F91779FCB94152293)), L_83, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_84, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Asttree_CompileXPath_m50156E3710724FFAE37CA5B2DCDE661C1E63A6D2_RuntimeMethod_var)));
}
IL_01ac:
{
}
try
{// begin try (depth: 1)
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_85 = V_2;
NullCheck(L_85);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_86;
L_86 = Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline(L_85, NULL);
V_2 = ((Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B*)CastclassClass((RuntimeObject*)L_86, Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B_il2cpp_TypeInfo_var));
goto IL_01c8;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_01bb;
}
throw e;
}
CATCH_01bb:
{// begin catch(System.Object)
String_t* L_87 = ___xPath0;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_88 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
NullCheck(L_88);
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_88, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF95BF2CE4225CD8B33816F9F91779FCB94152293)), L_87, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_88, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Asttree_CompileXPath_m50156E3710724FFAE37CA5B2DCDE661C1E63A6D2_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_01c8:
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_89 = V_2;
if (!L_89)
{
goto IL_01db;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_90 = V_2;
bool L_91;
L_91 = Asttree_IsSelf_m309401C42C71FE09F16E2284689FD79558432016(L_90, NULL);
if (!L_91)
{
goto IL_01db;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_92 = V_2;
NullCheck(L_92);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_93;
L_93 = Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline(L_92, NULL);
if (!L_93)
{
goto IL_01e7;
}
}
IL_01db:
{
String_t* L_94 = ___xPath0;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_95 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
NullCheck(L_95);
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_95, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF95BF2CE4225CD8B33816F9F91779FCB94152293)), L_94, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_95, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Asttree_CompileXPath_m50156E3710724FFAE37CA5B2DCDE661C1E63A6D2_RuntimeMethod_var)));
}
IL_01e7:
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_96 = V_6;
bool L_97;
L_97 = Asttree_IsSelf_m309401C42C71FE09F16E2284689FD79558432016(L_96, NULL);
if (!L_97)
{
goto IL_021e;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_98 = V_6;
NullCheck(L_98);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_99;
L_99 = Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline(L_98, NULL);
if (!L_99)
{
goto IL_021e;
}
}
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_100 = __this->____fAxisArray_0;
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_101 = V_6;
NullCheck(L_101);
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_102;
L_102 = Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline(L_101, NULL);
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_103;
L_103 = DoubleLinkAxis_ConvertTree_mBE012FE0A100183ECD5DDC9B27AF7209A432889C(((Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B*)CastclassClass((RuntimeObject*)L_102, Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B_il2cpp_TypeInfo_var)), NULL);
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_104 = (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE*)il2cpp_codegen_object_new(ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE_il2cpp_TypeInfo_var);
NullCheck(L_104);
ForwardAxis__ctor_m8F75B7FEFCA63B4BEEA1760E86D0F0DE4B8F4E3D(L_104, L_103, (bool)1, NULL);
NullCheck(L_100);
int32_t L_105;
L_105 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_100, L_104);
goto IL_0237;
}
IL_021e:
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_106 = __this->____fAxisArray_0;
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_107 = V_6;
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_108;
L_108 = DoubleLinkAxis_ConvertTree_mBE012FE0A100183ECD5DDC9B27AF7209A432889C(L_107, NULL);
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_109 = (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE*)il2cpp_codegen_object_new(ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE_il2cpp_TypeInfo_var);
NullCheck(L_109);
ForwardAxis__ctor_m8F75B7FEFCA63B4BEEA1760E86D0F0DE4B8F4E3D(L_109, L_108, (bool)1, NULL);
NullCheck(L_106);
int32_t L_110;
L_110 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_106, L_109);
}
IL_0237:
{
int32_t L_111 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_111, 1));
}
IL_023d:
{
int32_t L_112 = V_5;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_113 = V_1;
NullCheck(L_113);
int32_t L_114;
L_114 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_113);
if ((((int32_t)L_112) < ((int32_t)L_114)))
{
goto IL_0079;
}
}
{
return;
}
}
// System.Void System.Xml.Schema.Asttree::SetURN(MS.Internal.Xml.XPath.Axis,System.Xml.XmlNamespaceManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Asttree_SetURN_m2D0FB4246346FFADD7E02AD19828A0711EEF9AD6 (Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* __this, Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* ___axis0, XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* ___nsmgr1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_0 = ___axis0;
NullCheck(L_0);
String_t* L_1;
L_1 = Axis_get_Prefix_m64A07B240D8808DF74C748508FAB4792F78777E9_inline(L_0, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
if (!L_2)
{
goto IL_0038;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_3 = ___axis0;
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_4 = ___nsmgr1;
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_5 = ___axis0;
NullCheck(L_5);
String_t* L_6;
L_6 = Axis_get_Prefix_m64A07B240D8808DF74C748508FAB4792F78777E9_inline(L_5, NULL);
NullCheck(L_4);
String_t* L_7;
L_7 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(16 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_4, L_6);
NullCheck(L_3);
Axis_set_Urn_m30F7E83893EDC06159E1411E2C9877EF12C4B8DD_inline(L_3, L_7, NULL);
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_8 = ___axis0;
NullCheck(L_8);
String_t* L_9;
L_9 = Axis_get_Urn_mA18C3D405806C8A0DA8FFE9094515B7B8FD22C40_inline(L_8, NULL);
if (L_9)
{
goto IL_0058;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_10 = ___axis0;
NullCheck(L_10);
String_t* L_11;
L_11 = Axis_get_Prefix_m64A07B240D8808DF74C748508FAB4792F78777E9_inline(L_10, NULL);
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_12 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)));
NullCheck(L_12);
XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7DF3EDA4F822736B5E6EB3BCCB930FAEF24F7625)), L_11, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Asttree_SetURN_m2D0FB4246346FFADD7E02AD19828A0711EEF9AD6_RuntimeMethod_var)));
}
IL_0038:
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_13 = ___axis0;
NullCheck(L_13);
String_t* L_14;
L_14 = Axis_get_Name_mCC800C219DC94CAF6906C947DBC0B6A0E8049FE5_inline(L_13, NULL);
NullCheck(L_14);
int32_t L_15;
L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_14, NULL);
if (!L_15)
{
goto IL_004d;
}
}
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_16 = ___axis0;
NullCheck(L_16);
Axis_set_Urn_m30F7E83893EDC06159E1411E2C9877EF12C4B8DD_inline(L_16, (String_t*)NULL, NULL);
return;
}
IL_004d:
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_17 = ___axis0;
NullCheck(L_17);
Axis_set_Urn_m30F7E83893EDC06159E1411E2C9877EF12C4B8DD_inline(L_17, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
}
IL_0058:
{
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.AutoValidator::.ctor(System.Xml.XmlValidatingReaderImpl,System.Xml.Schema.XmlSchemaCollection,System.Xml.IValidationEventHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoValidator__ctor_mBD661ABED8661EE3216712A1D621684EC743516D (AutoValidator_tB9124731360C241CDA4B884EA1F3C49883BFBE96* __this, XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___reader0, XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* ___schemaCollection1, RuntimeObject* ___eventHandling2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = ___reader0;
XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_1 = ___schemaCollection1;
RuntimeObject* L_2 = ___eventHandling2;
BaseValidator__ctor_m20211D6CCF6743C8868B2AAC093752B0E83FFB7A(__this, L_0, L_1, L_2, NULL);
SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_3 = (SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E*)il2cpp_codegen_object_new(SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E_il2cpp_TypeInfo_var);
NullCheck(L_3);
SchemaInfo__ctor_mF2778D9A328648120368A2B00DC41949E52E0963(L_3, NULL);
((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___schemaInfo_7 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___schemaInfo_7), (void*)L_3);
return;
}
}
// System.Boolean System.Xml.Schema.AutoValidator::get_PreserveWhitespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoValidator_get_PreserveWhitespace_m72D097ECE16298989FE07A532EE4981735ED92FE (AutoValidator_tB9124731360C241CDA4B884EA1F3C49883BFBE96* __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Void System.Xml.Schema.AutoValidator::Validate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoValidator_Validate_mDB9BF802B82800D766689803EB45DDAE04882332 (AutoValidator_tB9124731360C241CDA4B884EA1F3C49883BFBE96* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XdrValidator_tBADFD559B77D01B44BAD5AC98FC22733FEA837F9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdValidator_tB19DA1D1C5635D0E92D22A2F152363C05AED13F6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0;
L_0 = AutoValidator_DetectValidationType_mC6A3C3BF4BD99793A8A9592943FF65EDDD2CF88F(__this, NULL);
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 1)))
{
case 0:
{
goto IL_0063;
}
case 1:
{
goto IL_0063;
}
case 2:
{
goto IL_0020;
}
case 3:
{
goto IL_0042;
}
}
}
{
return;
}
IL_0020:
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_2 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
XdrValidator_tBADFD559B77D01B44BAD5AC98FC22733FEA837F9* L_3 = (XdrValidator_tBADFD559B77D01B44BAD5AC98FC22733FEA837F9*)il2cpp_codegen_object_new(XdrValidator_tBADFD559B77D01B44BAD5AC98FC22733FEA837F9_il2cpp_TypeInfo_var);
NullCheck(L_3);
XdrValidator__ctor_m4EA7ACDC5D25722976FCC2591DCA9C70638F4F44(L_3, __this, NULL);
NullCheck(L_2);
XmlValidatingReaderImpl_set_Validator_m70253B3ADBC097BB9213ABC9C6DE0446EA658D07_inline(L_2, L_3, NULL);
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_4 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
NullCheck(L_4);
BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_5;
L_5 = XmlValidatingReaderImpl_get_Validator_m14576660E175E35CFBDF67B7BDC238581B02978B_inline(L_4, NULL);
NullCheck(L_5);
VirtualActionInvoker0::Invoke(5 /* System.Void System.Xml.Schema.BaseValidator::Validate() */, L_5);
return;
}
IL_0042:
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_6 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
XsdValidator_tB19DA1D1C5635D0E92D22A2F152363C05AED13F6* L_7 = (XsdValidator_tB19DA1D1C5635D0E92D22A2F152363C05AED13F6*)il2cpp_codegen_object_new(XsdValidator_tB19DA1D1C5635D0E92D22A2F152363C05AED13F6_il2cpp_TypeInfo_var);
NullCheck(L_7);
XsdValidator__ctor_mF4CB64D94F8D9FC9E4D9AA8D0E6B7DE72ECF514C(L_7, __this, NULL);
NullCheck(L_6);
XmlValidatingReaderImpl_set_Validator_m70253B3ADBC097BB9213ABC9C6DE0446EA658D07_inline(L_6, L_7, NULL);
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_8 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
NullCheck(L_8);
BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_9;
L_9 = XmlValidatingReaderImpl_get_Validator_m14576660E175E35CFBDF67B7BDC238581B02978B_inline(L_8, NULL);
NullCheck(L_9);
VirtualActionInvoker0::Invoke(5 /* System.Void System.Xml.Schema.BaseValidator::Validate() */, L_9);
}
IL_0063:
{
return;
}
}
// System.Void System.Xml.Schema.AutoValidator::CompleteValidation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AutoValidator_CompleteValidation_mD724933B2169C16E5B0AC3B5665930B469057F06 (AutoValidator_tB9124731360C241CDA4B884EA1F3C49883BFBE96* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Object System.Xml.Schema.AutoValidator::FindId(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* AutoValidator_FindId_m98856FDC1062BF98D236BC13E0EAABBD38106BA2 (AutoValidator_tB9124731360C241CDA4B884EA1F3C49883BFBE96* __this, String_t* ___name0, const RuntimeMethod* method)
{
{
return NULL;
}
}
// System.Xml.ValidationType System.Xml.Schema.AutoValidator::DetectValidationType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AutoValidator_DetectValidationType_mC6A3C3BF4BD99793A8A9592943FF65EDDD2CF88F (AutoValidator_tB9124731360C241CDA4B884EA1F3C49883BFBE96* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XdrBuilder_tFAD5028958B5F432AD022248915D66CC6F61C921_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XmlSchemaCollectionEnumerator_t19B0C68F9687B1D44D002FC683586DF8A861F7EB* V_0 = NULL;
SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
String_t* V_5 = NULL;
String_t* V_6 = NULL;
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
NullCheck(L_0);
XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_1;
L_1 = XmlValidatingReaderImpl_get_Schemas_m09AA0952FA965FBB205AE3DA5766D8DC0CD24ED0_inline(L_0, NULL);
if (!L_1)
{
goto IL_005d;
}
}
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_2 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
NullCheck(L_2);
XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_3;
L_3 = XmlValidatingReaderImpl_get_Schemas_m09AA0952FA965FBB205AE3DA5766D8DC0CD24ED0_inline(L_2, NULL);
NullCheck(L_3);
int32_t L_4;
L_4 = XmlSchemaCollection_get_Count_m23A2AE2A0956443E10E3F227D6BDC6ED70263B03(L_3, NULL);
if ((((int32_t)L_4) <= ((int32_t)0)))
{
goto IL_005d;
}
}
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_5 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
NullCheck(L_5);
XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_6;
L_6 = XmlValidatingReaderImpl_get_Schemas_m09AA0952FA965FBB205AE3DA5766D8DC0CD24ED0_inline(L_5, NULL);
NullCheck(L_6);
XmlSchemaCollectionEnumerator_t19B0C68F9687B1D44D002FC683586DF8A861F7EB* L_7;
L_7 = XmlSchemaCollection_GetEnumerator_m4AF21E43AF64F340F4004708237ED3B55FB82D29(L_6, NULL);
V_0 = L_7;
goto IL_0055;
}
IL_0033:
{
XmlSchemaCollectionEnumerator_t19B0C68F9687B1D44D002FC683586DF8A861F7EB* L_8 = V_0;
NullCheck(L_8);
XmlSchemaCollectionNode_t234928AAC72E6433960EC2DBE5E4DB8852575E17* L_9;
L_9 = XmlSchemaCollectionEnumerator_get_CurrentNode_mB586CDB9E9211C785FB18E04F75C8B878186240A(L_8, NULL);
NullCheck(L_9);
SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_10;
L_10 = XmlSchemaCollectionNode_get_SchemaInfo_mA4E705B6EEC7EBEE71DFBA0153E97AA4D0BFA981_inline(L_9, NULL);
V_1 = L_10;
SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_11 = V_1;
NullCheck(L_11);
int32_t L_12;
L_12 = SchemaInfo_get_SchemaType_m44BE9221A63C4D13AE45A2054A875B533518B0FC_inline(L_11, NULL);
if ((!(((uint32_t)L_12) == ((uint32_t)3))))
{
goto IL_004a;
}
}
{
return (int32_t)(4);
}
IL_004a:
{
SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_13 = V_1;
NullCheck(L_13);
int32_t L_14;
L_14 = SchemaInfo_get_SchemaType_m44BE9221A63C4D13AE45A2054A875B533518B0FC_inline(L_13, NULL);
if ((!(((uint32_t)L_14) == ((uint32_t)2))))
{
goto IL_0055;
}
}
{
return (int32_t)(3);
}
IL_0055:
{
XmlSchemaCollectionEnumerator_t19B0C68F9687B1D44D002FC683586DF8A861F7EB* L_15 = V_0;
NullCheck(L_15);
bool L_16;
L_16 = XmlSchemaCollectionEnumerator_MoveNext_m1739CB07D167D78D8C1EE3DE63626D7E3E5E6B51(L_15, NULL);
if (L_16)
{
goto IL_0033;
}
}
IL_005d:
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_17 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
NullCheck(L_17);
int32_t L_18;
L_18 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_17);
if ((!(((uint32_t)L_18) == ((uint32_t)1))))
{
goto IL_01a9;
}
}
{
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* L_19;
L_19 = BaseValidator_get_SchemaNames_m349912EABFA59AE399C537F4266DD272DB02D8C9(__this, NULL);
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_20 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
NullCheck(L_20);
String_t* L_21;
L_21 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_20);
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_22 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
NullCheck(L_22);
String_t* L_23;
L_23 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_22);
NullCheck(L_19);
int32_t L_24;
L_24 = SchemaNames_SchemaTypeFromRoot_mD1583A1C180B47EEC8CD3209C764E6E55F6B48E6(L_19, L_21, L_23, NULL);
V_2 = L_24;
int32_t L_25 = V_2;
if ((!(((uint32_t)L_25) == ((uint32_t)3))))
{
goto IL_0096;
}
}
{
return (int32_t)(4);
}
IL_0096:
{
int32_t L_26 = V_2;
if ((!(((uint32_t)L_26) == ((uint32_t)2))))
{
goto IL_009c;
}
}
{
return (int32_t)(3);
}
IL_009c:
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_27 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
NullCheck(L_27);
int32_t L_28;
L_28 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_27);
V_3 = L_28;
V_4 = 0;
goto IL_0191;
}
IL_00b0:
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_29 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
int32_t L_30 = V_4;
NullCheck(L_29);
VirtualActionInvoker1< int32_t >::Invoke(26 /* System.Void System.Xml.XmlReader::MoveToAttribute(System.Int32) */, L_29, L_30);
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_31 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
NullCheck(L_31);
String_t* L_32;
L_32 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_31);
V_5 = L_32;
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_33 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
NullCheck(L_33);
String_t* L_34;
L_34 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_33);
V_6 = L_34;
String_t* L_35 = V_5;
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* L_36;
L_36 = BaseValidator_get_SchemaNames_m349912EABFA59AE399C537F4266DD272DB02D8C9(__this, NULL);
NullCheck(L_36);
String_t* L_37 = L_36->___NsXmlNs_5;
bool L_38;
L_38 = Ref_Equal_m91CE186A8D713DBCF387B2A4AA83138704C7B8B1(L_35, L_37, NULL);
if (!L_38)
{
goto IL_010e;
}
}
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_39 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
NullCheck(L_39);
String_t* L_40;
L_40 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_39);
il2cpp_codegen_runtime_class_init_inline(XdrBuilder_tFAD5028958B5F432AD022248915D66CC6F61C921_il2cpp_TypeInfo_var);
bool L_41;
L_41 = XdrBuilder_IsXdrSchema_mAA536BA8830D3D5E1DB0CAAEBFE1CBDD3344FC1B(L_40, NULL);
if (!L_41)
{
goto IL_018b;
}
}
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_42 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
NullCheck(L_42);
bool L_43;
L_43 = VirtualFuncInvoker0< bool >::Invoke(29 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_42);
return (int32_t)(3);
}
IL_010e:
{
String_t* L_44 = V_5;
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* L_45;
L_45 = BaseValidator_get_SchemaNames_m349912EABFA59AE399C537F4266DD272DB02D8C9(__this, NULL);
NullCheck(L_45);
String_t* L_46 = L_45->___NsXsi_9;
bool L_47;
L_47 = Ref_Equal_m91CE186A8D713DBCF387B2A4AA83138704C7B8B1(L_44, L_46, NULL);
if (!L_47)
{
goto IL_0130;
}
}
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_48 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
NullCheck(L_48);
bool L_49;
L_49 = VirtualFuncInvoker0< bool >::Invoke(29 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_48);
return (int32_t)(4);
}
IL_0130:
{
String_t* L_50 = V_5;
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* L_51;
L_51 = BaseValidator_get_SchemaNames_m349912EABFA59AE399C537F4266DD272DB02D8C9(__this, NULL);
NullCheck(L_51);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_52 = L_51->___QnDtDt_19;
NullCheck(L_52);
String_t* L_53;
L_53 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_52, NULL);
bool L_54;
L_54 = Ref_Equal_m91CE186A8D713DBCF387B2A4AA83138704C7B8B1(L_50, L_53, NULL);
if (!L_54)
{
goto IL_018b;
}
}
{
String_t* L_55 = V_6;
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* L_56;
L_56 = BaseValidator_get_SchemaNames_m349912EABFA59AE399C537F4266DD272DB02D8C9(__this, NULL);
NullCheck(L_56);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_57 = L_56->___QnDtDt_19;
NullCheck(L_57);
String_t* L_58;
L_58 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_57, NULL);
bool L_59;
L_59 = Ref_Equal_m91CE186A8D713DBCF387B2A4AA83138704C7B8B1(L_55, L_58, NULL);
if (!L_59)
{
goto IL_018b;
}
}
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_60 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_61 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
NullCheck(L_61);
String_t* L_62;
L_62 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_61);
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_63;
L_63 = XmlSchemaDatatype_FromXdrName_m828F85861AA1DD145E73A73F55A0267261E8A5F3(L_62, NULL);
NullCheck(L_60);
XmlValidatingReaderImpl_set_SchemaTypeObject_mCAB4AC252A3858BC3E87F13974542BCBA7FD10EB(L_60, L_63, NULL);
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_64 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
NullCheck(L_64);
bool L_65;
L_65 = VirtualFuncInvoker0< bool >::Invoke(29 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_64);
return (int32_t)(3);
}
IL_018b:
{
int32_t L_66 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_66, 1));
}
IL_0191:
{
int32_t L_67 = V_4;
int32_t L_68 = V_3;
if ((((int32_t)L_67) < ((int32_t)L_68)))
{
goto IL_00b0;
}
}
{
int32_t L_69 = V_3;
if ((((int32_t)L_69) <= ((int32_t)0)))
{
goto IL_01a9;
}
}
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_70 = ((BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)__this)->___reader_8;
NullCheck(L_70);
bool L_71;
L_71 = VirtualFuncInvoker0< bool >::Invoke(29 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_70);
}
IL_01a9:
{
return (int32_t)(1);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.BaseProcessor::.ctor(System.Xml.XmlNameTable,System.Xml.Schema.SchemaNames,System.Xml.Schema.ValidationEventHandler)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseProcessor__ctor_m5035852AC15DD974EA0775BDE4A5FD945AEF615A (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable0, SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* ___schemaNames1, ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___eventHandler2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_0 = ___nameTable0;
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* L_1 = ___schemaNames1;
ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_2 = ___eventHandler2;
XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C* L_3 = (XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C*)il2cpp_codegen_object_new(XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C_il2cpp_TypeInfo_var);
NullCheck(L_3);
XmlSchemaCompilationSettings__ctor_m1B6F7BA2DCB29C447A9C1F29E68977E56325432C(L_3, NULL);
BaseProcessor__ctor_m9C833991265C8FDF3A2960461ED204F57913BE85(__this, L_0, L_1, L_2, L_3, NULL);
return;
}
}
// System.Void System.Xml.Schema.BaseProcessor::.ctor(System.Xml.XmlNameTable,System.Xml.Schema.SchemaNames,System.Xml.Schema.ValidationEventHandler,System.Xml.Schema.XmlSchemaCompilationSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseProcessor__ctor_m9C833991265C8FDF3A2960461ED204F57913BE85 (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable0, SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* ___schemaNames1, ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___eventHandler2, XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C* ___compilationSettings3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_0 = ___nameTable0;
__this->___nameTable_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___nameTable_0), (void*)L_0);
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* L_1 = ___schemaNames1;
__this->___schemaNames_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___schemaNames_1), (void*)L_1);
ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_2 = ___eventHandler2;
__this->___eventHandler_2 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___eventHandler_2), (void*)L_2);
XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C* L_3 = ___compilationSettings3;
__this->___compilationSettings_3 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___compilationSettings_3), (void*)L_3);
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_4 = ___nameTable0;
NullCheck(L_4);
String_t* L_5;
L_5 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_4, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917);
__this->___NsXml_5 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___NsXml_5), (void*)L_5);
return;
}
}
// System.Xml.XmlNameTable System.Xml.Schema.BaseProcessor::get_NameTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* BaseProcessor_get_NameTable_mC695EE3B3C25626EB4614D142737BECCC110C429 (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, const RuntimeMethod* method)
{
{
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_0 = __this->___nameTable_0;
return L_0;
}
}
// System.Xml.Schema.SchemaNames System.Xml.Schema.BaseProcessor::get_SchemaNames()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* BaseProcessor_get_SchemaNames_mF71E75DAC3C6B7C4D01EE7C24A8DE67EFA37BEC7 (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* L_0 = __this->___schemaNames_1;
if (L_0)
{
goto IL_0019;
}
}
{
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_1 = __this->___nameTable_0;
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* L_2 = (SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F*)il2cpp_codegen_object_new(SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F_il2cpp_TypeInfo_var);
NullCheck(L_2);
SchemaNames__ctor_m540A61CE1A638A0C32467AF7428CC3592EAF0469(L_2, L_1, NULL);
__this->___schemaNames_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___schemaNames_1), (void*)L_2);
}
IL_0019:
{
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* L_3 = __this->___schemaNames_1;
return L_3;
}
}
// System.Xml.Schema.ValidationEventHandler System.Xml.Schema.BaseProcessor::get_EventHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* BaseProcessor_get_EventHandler_m4F9D8AE72CDF4478833F3F01D7C25B50187FF190 (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, const RuntimeMethod* method)
{
{
ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_0 = __this->___eventHandler_2;
return L_0;
}
}
// System.Xml.Schema.XmlSchemaCompilationSettings System.Xml.Schema.BaseProcessor::get_CompilationSettings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C* BaseProcessor_get_CompilationSettings_m77A8C7929BCDD0FDF97006A79EED76F5C2D3A68C (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, const RuntimeMethod* method)
{
{
XmlSchemaCompilationSettings_tAD528503343C490A9030FEF019E313661390249C* L_0 = __this->___compilationSettings_3;
return L_0;
}
}
// System.Boolean System.Xml.Schema.BaseProcessor::get_HasErrors()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseProcessor_get_HasErrors_m3A7D5136289C85F1D868651AA43C8D004D79DC01 (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___errorCount_4;
return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Void System.Xml.Schema.BaseProcessor::AddToTable(System.Xml.Schema.XmlSchemaObjectTable,System.Xml.XmlQualifiedName,System.Xml.Schema.XmlSchemaObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseProcessor_AddToTable_mCA879FB842803B8DBC1A8E5838004135F1B9C1F9 (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___table0, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qname1, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___item2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaNotation_tE6174DA70003C3F34A22C603BDF3803096836F2F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16398485B15F72519CB11187907275B87576F1B3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral273256D4E849FB394D3880F6B15EB01540D32980);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34202956739DA5FD8C25F589724F7651D367199C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral55C0017AD2AB44D3FD11A091D4D34D3E59C70488);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D8541F55CF728FE07C4C6131645128EE0A8455A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC72280020E89D51316726859D35A3C9DE171742F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE6948A93125C5FCFEE6ECE6AA57A634081E4175A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE899B29571EC0C3B41CDCDBFAE292F23A58F045);
s_Il2CppMethodInitialized = true;
}
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* V_0 = NULL;
String_t* V_1 = NULL;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* V_2 = NULL;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* V_3 = NULL;
{
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = ___qname1;
NullCheck(L_0);
String_t* L_1;
L_1 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_0, NULL);
NullCheck(L_1);
int32_t L_2;
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
if (L_2)
{
goto IL_000e;
}
}
{
return;
}
IL_000e:
{
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_3 = ___table0;
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_4 = ___qname1;
NullCheck(L_3);
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_5;
L_5 = XmlSchemaObjectTable_get_Item_m17BFE77918D068444887056CD91AB14CBA8F694B(L_3, L_4, NULL);
V_0 = L_5;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_6 = V_0;
if (!L_6)
{
goto IL_0159;
}
}
{
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_7 = V_0;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_8 = ___item2;
if ((!(((RuntimeObject*)(XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*)L_7) == ((RuntimeObject*)(XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*)L_8))))
{
goto IL_0021;
}
}
{
return;
}
IL_0021:
{
V_1 = _stringLiteral273256D4E849FB394D3880F6B15EB01540D32980;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_9 = ___item2;
if (!((XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66*)IsInstClass((RuntimeObject*)L_9, XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66_il2cpp_TypeInfo_var)))
{
goto IL_0087;
}
}
{
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_10 = __this->___nameTable_0;
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_11 = ___qname1;
NullCheck(L_11);
String_t* L_12;
L_12 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_11, NULL);
NullCheck(L_10);
String_t* L_13;
L_13 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_10, L_12);
String_t* L_14 = __this->___NsXml_5;
bool L_15;
L_15 = Ref_Equal_m91CE186A8D713DBCF387B2A4AA83138704C7B8B1(L_13, L_14, NULL);
if (!L_15)
{
goto IL_0070;
}
}
{
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_16;
L_16 = Preprocessor_GetBuildInSchema_mBA1E8838E5869ACAFC005C2367B9BA40E9216D9F(NULL);
NullCheck(L_16);
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_17;
L_17 = XmlSchema_get_AttributeGroups_m6429F370FCF41252A6E2913D9C74A289A2CF1F17(L_16, NULL);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_18 = ___qname1;
NullCheck(L_17);
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_19;
L_19 = XmlSchemaObjectTable_get_Item_m17BFE77918D068444887056CD91AB14CBA8F694B(L_17, L_18, NULL);
V_2 = L_19;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_20 = V_0;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_21 = V_2;
if ((!(((RuntimeObject*)(XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*)L_20) == ((RuntimeObject*)(XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*)L_21))))
{
goto IL_006b;
}
}
{
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_22 = ___table0;
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_23 = ___qname1;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_24 = ___item2;
NullCheck(L_22);
XmlSchemaObjectTable_Insert_mBA3E6DE3C077F2BE16A5584128C0B06F59894A50(L_22, L_23, L_24, NULL);
return;
}
IL_006b:
{
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_25 = ___item2;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_26 = V_2;
if ((!(((RuntimeObject*)(XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*)L_25) == ((RuntimeObject*)(XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*)L_26))))
{
goto IL_007c;
}
}
{
return;
}
IL_0070:
{
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_27 = V_0;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_28 = ___item2;
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_29 = ___table0;
bool L_30;
L_30 = BaseProcessor_IsValidAttributeGroupRedefine_m17EF0FBD045A76EB3B42C2818FBBDF18CCFC3C6A(__this, L_27, L_28, L_29, NULL);
if (!L_30)
{
goto IL_007c;
}
}
{
return;
}
IL_007c:
{
V_1 = _stringLiteral16398485B15F72519CB11187907275B87576F1B3;
goto IL_014a;
}
IL_0087:
{
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_31 = ___item2;
if (!((XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F*)IsInstClass((RuntimeObject*)L_31, XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F_il2cpp_TypeInfo_var)))
{
goto IL_00d8;
}
}
{
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_32 = __this->___nameTable_0;
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_33 = ___qname1;
NullCheck(L_33);
String_t* L_34;
L_34 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_33, NULL);
NullCheck(L_32);
String_t* L_35;
L_35 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_32, L_34);
String_t* L_36 = __this->___NsXml_5;
bool L_37;
L_37 = Ref_Equal_m91CE186A8D713DBCF387B2A4AA83138704C7B8B1(L_35, L_36, NULL);
if (!L_37)
{
goto IL_00d0;
}
}
{
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_38;
L_38 = Preprocessor_GetBuildInSchema_mBA1E8838E5869ACAFC005C2367B9BA40E9216D9F(NULL);
NullCheck(L_38);
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_39;
L_39 = XmlSchema_get_Attributes_mD0A49AD62F7EA7367FDBA13C5C46BB8F1A0CC038(L_38, NULL);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_40 = ___qname1;
NullCheck(L_39);
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_41;
L_41 = XmlSchemaObjectTable_get_Item_m17BFE77918D068444887056CD91AB14CBA8F694B(L_39, L_40, NULL);
V_3 = L_41;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_42 = V_0;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_43 = V_3;
if ((!(((RuntimeObject*)(XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*)L_42) == ((RuntimeObject*)(XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*)L_43))))
{
goto IL_00cb;
}
}
{
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_44 = ___table0;
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_45 = ___qname1;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_46 = ___item2;
NullCheck(L_44);
XmlSchemaObjectTable_Insert_mBA3E6DE3C077F2BE16A5584128C0B06F59894A50(L_44, L_45, L_46, NULL);
return;
}
IL_00cb:
{
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_47 = ___item2;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_48 = V_3;
if ((!(((RuntimeObject*)(XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*)L_47) == ((RuntimeObject*)(XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*)L_48))))
{
goto IL_00d0;
}
}
{
return;
}
IL_00d0:
{
V_1 = _stringLiteralE6948A93125C5FCFEE6ECE6AA57A634081E4175A;
goto IL_014a;
}
IL_00d8:
{
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_49 = ___item2;
if (!((XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8*)IsInstClass((RuntimeObject*)L_49, XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8_il2cpp_TypeInfo_var)))
{
goto IL_00f4;
}
}
{
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_50 = V_0;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_51 = ___item2;
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_52 = ___table0;
bool L_53;
L_53 = BaseProcessor_IsValidTypeRedefine_mCCA99929A0204489861C5915DB1DCCA3407DFEA9(__this, L_50, L_51, L_52, NULL);
if (!L_53)
{
goto IL_00ec;
}
}
{
return;
}
IL_00ec:
{
V_1 = _stringLiteral55C0017AD2AB44D3FD11A091D4D34D3E59C70488;
goto IL_014a;
}
IL_00f4:
{
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_54 = ___item2;
if (!((XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0*)IsInstClass((RuntimeObject*)L_54, XmlSchemaComplexType_t3C6B94A26B4C70D8780E4158E2A37D31BA88FEE0_il2cpp_TypeInfo_var)))
{
goto IL_0110;
}
}
{
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_55 = V_0;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_56 = ___item2;
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_57 = ___table0;
bool L_58;
L_58 = BaseProcessor_IsValidTypeRedefine_mCCA99929A0204489861C5915DB1DCCA3407DFEA9(__this, L_55, L_56, L_57, NULL);
if (!L_58)
{
goto IL_0108;
}
}
{
return;
}
IL_0108:
{
V_1 = _stringLiteral9D8541F55CF728FE07C4C6131645128EE0A8455A;
goto IL_014a;
}
IL_0110:
{
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_59 = ___item2;
if (!((XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825*)IsInstClass((RuntimeObject*)L_59, XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825_il2cpp_TypeInfo_var)))
{
goto IL_012c;
}
}
{
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_60 = V_0;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_61 = ___item2;
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_62 = ___table0;
bool L_63;
L_63 = BaseProcessor_IsValidGroupRedefine_mEF25E4EBCADA35E2EEA657860FE3FA3519E77EA2(__this, L_60, L_61, L_62, NULL);
if (!L_63)
{
goto IL_0124;
}
}
{
return;
}
IL_0124:
{
V_1 = _stringLiteralFE899B29571EC0C3B41CDCDBFAE292F23A58F045;
goto IL_014a;
}
IL_012c:
{
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_64 = ___item2;
if (!((XmlSchemaNotation_tE6174DA70003C3F34A22C603BDF3803096836F2F*)IsInstClass((RuntimeObject*)L_64, XmlSchemaNotation_tE6174DA70003C3F34A22C603BDF3803096836F2F_il2cpp_TypeInfo_var)))
{
goto IL_013c;
}
}
{
V_1 = _stringLiteral34202956739DA5FD8C25F589724F7651D367199C;
goto IL_014a;
}
IL_013c:
{
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_65 = ___item2;
if (!((XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC*)IsInstClass((RuntimeObject*)L_65, XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC_il2cpp_TypeInfo_var)))
{
goto IL_014a;
}
}
{
V_1 = _stringLiteralC72280020E89D51316726859D35A3C9DE171742F;
}
IL_014a:
{
String_t* L_66 = V_1;
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_67 = ___qname1;
NullCheck(L_67);
String_t* L_68;
L_68 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_67);
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_69 = ___item2;
BaseProcessor_SendValidationEvent_m5AFB3BDEF0C995DEF007330394CD88C13B50EDF6(__this, L_66, L_68, L_69, NULL);
return;
}
IL_0159:
{
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_70 = ___table0;
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_71 = ___qname1;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_72 = ___item2;
NullCheck(L_70);
XmlSchemaObjectTable_Add_m4A2B188A8C52A0BBE8E6B9BF917E7983FD383719(L_70, L_71, L_72, NULL);
return;
}
}
// System.Boolean System.Xml.Schema.BaseProcessor::IsValidAttributeGroupRedefine(System.Xml.Schema.XmlSchemaObject,System.Xml.Schema.XmlSchemaObject,System.Xml.Schema.XmlSchemaObjectTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseProcessor_IsValidAttributeGroupRedefine_m17EF0FBD045A76EB3B42C2818FBBDF18CCFC3C6A (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___existingObject0, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___item1, XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___table2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* V_0 = NULL;
XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* V_1 = NULL;
{
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_0 = ___item1;
V_0 = ((XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66*)IsInstClass((RuntimeObject*)L_0, XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66_il2cpp_TypeInfo_var));
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_1 = ___existingObject0;
V_1 = ((XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66*)IsInstClass((RuntimeObject*)L_1, XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66_il2cpp_TypeInfo_var));
XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* L_2 = V_1;
XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* L_3 = V_0;
NullCheck(L_3);
XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* L_4;
L_4 = XmlSchemaAttributeGroup_get_Redefined_mB3E01A8115441BA8B86EAAF1DED7AF15E12AB1BA_inline(L_3, NULL);
if ((!(((RuntimeObject*)(XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66*)L_2) == ((RuntimeObject*)(XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66*)L_4))))
{
goto IL_0033;
}
}
{
XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* L_5 = V_1;
NullCheck(L_5);
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_6;
L_6 = XmlSchemaAttributeGroup_get_AttributeUses_m9D05E0010FBFA83032E41EA10D2BFD8976C04288(L_5, NULL);
NullCheck(L_6);
int32_t L_7;
L_7 = XmlSchemaObjectTable_get_Count_m68B3B75A747E8830F096531551DB1F0BF8D9EF83(L_6, NULL);
if (L_7)
{
goto IL_003e;
}
}
{
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_8 = ___table2;
XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* L_9 = V_0;
NullCheck(L_9);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_10;
L_10 = XmlSchemaAttributeGroup_get_QualifiedName_m4008432A607D33D2439498137F49361C2522F7C8_inline(L_9, NULL);
XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* L_11 = V_0;
NullCheck(L_8);
XmlSchemaObjectTable_Insert_mBA3E6DE3C077F2BE16A5584128C0B06F59894A50(L_8, L_10, L_11, NULL);
return (bool)1;
}
IL_0033:
{
XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* L_12 = V_1;
NullCheck(L_12);
XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* L_13;
L_13 = XmlSchemaAttributeGroup_get_Redefined_mB3E01A8115441BA8B86EAAF1DED7AF15E12AB1BA_inline(L_12, NULL);
XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* L_14 = V_0;
if ((!(((RuntimeObject*)(XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66*)L_13) == ((RuntimeObject*)(XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66*)L_14))))
{
goto IL_003e;
}
}
{
return (bool)1;
}
IL_003e:
{
return (bool)0;
}
}
// System.Boolean System.Xml.Schema.BaseProcessor::IsValidGroupRedefine(System.Xml.Schema.XmlSchemaObject,System.Xml.Schema.XmlSchemaObject,System.Xml.Schema.XmlSchemaObjectTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseProcessor_IsValidGroupRedefine_mEF25E4EBCADA35E2EEA657860FE3FA3519E77EA2 (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___existingObject0, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___item1, XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___table2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* V_0 = NULL;
XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* V_1 = NULL;
{
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_0 = ___item1;
V_0 = ((XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825*)IsInstClass((RuntimeObject*)L_0, XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825_il2cpp_TypeInfo_var));
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_1 = ___existingObject0;
V_1 = ((XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825*)IsInstClass((RuntimeObject*)L_1, XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825_il2cpp_TypeInfo_var));
XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* L_2 = V_1;
XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* L_3 = V_0;
NullCheck(L_3);
XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* L_4;
L_4 = XmlSchemaGroup_get_Redefined_m898BBEF082EFF82AA34B65DB2EEBCF3FD3EF59AC_inline(L_3, NULL);
if ((!(((RuntimeObject*)(XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825*)L_2) == ((RuntimeObject*)(XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825*)L_4))))
{
goto IL_002e;
}
}
{
XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* L_5 = V_1;
NullCheck(L_5);
XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_6;
L_6 = XmlSchemaGroup_get_CanonicalParticle_mB7FE83F77B8ED2E080D9BCF47C410899932EDE2B_inline(L_5, NULL);
if (L_6)
{
goto IL_0039;
}
}
{
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_7 = ___table2;
XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* L_8 = V_0;
NullCheck(L_8);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_9;
L_9 = XmlSchemaGroup_get_QualifiedName_mB6B42553E4E8CFC086481D34BC406BFA00A845F2_inline(L_8, NULL);
XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* L_10 = V_0;
NullCheck(L_7);
XmlSchemaObjectTable_Insert_mBA3E6DE3C077F2BE16A5584128C0B06F59894A50(L_7, L_9, L_10, NULL);
return (bool)1;
}
IL_002e:
{
XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* L_11 = V_1;
NullCheck(L_11);
XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* L_12;
L_12 = XmlSchemaGroup_get_Redefined_m898BBEF082EFF82AA34B65DB2EEBCF3FD3EF59AC_inline(L_11, NULL);
XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* L_13 = V_0;
if ((!(((RuntimeObject*)(XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825*)L_12) == ((RuntimeObject*)(XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825*)L_13))))
{
goto IL_0039;
}
}
{
return (bool)1;
}
IL_0039:
{
return (bool)0;
}
}
// System.Boolean System.Xml.Schema.BaseProcessor::IsValidTypeRedefine(System.Xml.Schema.XmlSchemaObject,System.Xml.Schema.XmlSchemaObject,System.Xml.Schema.XmlSchemaObjectTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseProcessor_IsValidTypeRedefine_mCCA99929A0204489861C5915DB1DCCA3407DFEA9 (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___existingObject0, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___item1, XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* ___table2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* V_0 = NULL;
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* V_1 = NULL;
{
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_0 = ___item1;
V_0 = ((XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF*)IsInstClass((RuntimeObject*)L_0, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF_il2cpp_TypeInfo_var));
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_1 = ___existingObject0;
V_1 = ((XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF*)IsInstClass((RuntimeObject*)L_1, XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF_il2cpp_TypeInfo_var));
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_2 = V_1;
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_3 = V_0;
NullCheck(L_3);
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_4;
L_4 = XmlSchemaType_get_Redefined_m4DC8B95041329694AAA93F55F7FF7166F5784C8A_inline(L_3, NULL);
if ((!(((RuntimeObject*)(XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF*)L_2) == ((RuntimeObject*)(XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF*)L_4))))
{
goto IL_002e;
}
}
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_5 = V_1;
NullCheck(L_5);
SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_6;
L_6 = XmlSchemaType_get_ElementDecl_mB5C4C81B41D43C405C7C888A2AD3AEC77F3DF86C(L_5, NULL);
if (L_6)
{
goto IL_0039;
}
}
{
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_7 = ___table2;
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_8 = V_0;
NullCheck(L_8);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_9;
L_9 = XmlSchemaType_get_QualifiedName_m4DFF2E93FF1C517E0B80685D7F50C26D1F1DB184(L_8, NULL);
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_10 = V_0;
NullCheck(L_7);
XmlSchemaObjectTable_Insert_mBA3E6DE3C077F2BE16A5584128C0B06F59894A50(L_7, L_9, L_10, NULL);
return (bool)1;
}
IL_002e:
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_11 = V_1;
NullCheck(L_11);
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_12;
L_12 = XmlSchemaType_get_Redefined_m4DC8B95041329694AAA93F55F7FF7166F5784C8A_inline(L_11, NULL);
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_13 = V_0;
if ((!(((RuntimeObject*)(XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF*)L_12) == ((RuntimeObject*)(XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF*)L_13))))
{
goto IL_0039;
}
}
{
return (bool)1;
}
IL_0039:
{
return (bool)0;
}
}
// System.Void System.Xml.Schema.BaseProcessor::SendValidationEvent(System.String,System.Xml.Schema.XmlSchemaObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseProcessor_SendValidationEvent_mCCBDF500C48FC170C2C78E8A1BC16B125FE20185 (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, String_t* ___code0, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___source1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___code0;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_1 = ___source1;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_2 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
NullCheck(L_2);
XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_2, L_0, L_1, NULL);
BaseProcessor_SendValidationEvent_m097302F881FE5C289BE0F38551B3DCEF0986894F(__this, L_2, 0, NULL);
return;
}
}
// System.Void System.Xml.Schema.BaseProcessor::SendValidationEvent(System.String,System.String,System.Xml.Schema.XmlSchemaObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseProcessor_SendValidationEvent_m5AFB3BDEF0C995DEF007330394CD88C13B50EDF6 (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, String_t* ___code0, String_t* ___msg1, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___source2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___code0;
String_t* L_1 = ___msg1;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_2 = ___source2;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_3 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
NullCheck(L_3);
XmlSchemaException__ctor_mEBB11FA07F979D8E2FFEA6F15F363DE6ECD4EAE2(L_3, L_0, L_1, L_2, NULL);
BaseProcessor_SendValidationEvent_m097302F881FE5C289BE0F38551B3DCEF0986894F(__this, L_3, 0, NULL);
return;
}
}
// System.Void System.Xml.Schema.BaseProcessor::SendValidationEvent(System.String,System.String,System.String,System.Xml.Schema.XmlSchemaObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseProcessor_SendValidationEvent_mF13519A481F5BA7727E777A70C8BF7E436CEE01B (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, String_t* ___code0, String_t* ___msg11, String_t* ___msg22, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___source3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___code0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
String_t* L_3 = ___msg11;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_3);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_2;
String_t* L_5 = ___msg22;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_5);
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_6 = ___source3;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_7 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
NullCheck(L_7);
XmlSchemaException__ctor_mD012F9D7FC57019E8101830C66CF7CFA6E96B2E0(L_7, L_0, L_4, L_6, NULL);
BaseProcessor_SendValidationEvent_m097302F881FE5C289BE0F38551B3DCEF0986894F(__this, L_7, 0, NULL);
return;
}
}
// System.Void System.Xml.Schema.BaseProcessor::SendValidationEvent(System.String,System.String[],System.Exception,System.Xml.Schema.XmlSchemaObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseProcessor_SendValidationEvent_mB81B5D2E56A1EAC31270262FA8AE7F0AE7D3EB34 (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, String_t* ___code0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args1, Exception_t* ___innerException2, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___source3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___code0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___args1;
Exception_t* L_2 = ___innerException2;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_3 = ___source3;
NullCheck(L_3);
String_t* L_4;
L_4 = XmlSchemaObject_get_SourceUri_m5EC9BEAB2167AF995D1D6DD8B441420520D392F6_inline(L_3, NULL);
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_5 = ___source3;
NullCheck(L_5);
int32_t L_6;
L_6 = XmlSchemaObject_get_LineNumber_m0E85AE355678B38A3BC1390D26312B4093845724_inline(L_5, NULL);
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_7 = ___source3;
NullCheck(L_7);
int32_t L_8;
L_8 = XmlSchemaObject_get_LinePosition_m6464E9E3F6D65D40317812043FFA54EA5F346FF8_inline(L_7, NULL);
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_9 = ___source3;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_10 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
NullCheck(L_10);
XmlSchemaException__ctor_m9505C3D1FC19D24715CEC2FD9A00E58A9502453D(L_10, L_0, L_1, L_2, L_4, L_6, L_8, L_9, NULL);
BaseProcessor_SendValidationEvent_m097302F881FE5C289BE0F38551B3DCEF0986894F(__this, L_10, 0, NULL);
return;
}
}
// System.Void System.Xml.Schema.BaseProcessor::SendValidationEvent(System.String,System.String,System.String,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseProcessor_SendValidationEvent_mA678B9455DF51DFDED097F2FA682C2A703DE0F04 (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, String_t* ___code0, String_t* ___msg11, String_t* ___msg22, String_t* ___sourceUri3, int32_t ___lineNumber4, int32_t ___linePosition5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___code0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
String_t* L_3 = ___msg11;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_3);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_2;
String_t* L_5 = ___msg22;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_5);
String_t* L_6 = ___sourceUri3;
int32_t L_7 = ___lineNumber4;
int32_t L_8 = ___linePosition5;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_9 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
NullCheck(L_9);
XmlSchemaException__ctor_m1963EB8D54ED009EBD081E962B5F00813C9D8CAD(L_9, L_0, L_4, L_6, L_7, L_8, NULL);
BaseProcessor_SendValidationEvent_m097302F881FE5C289BE0F38551B3DCEF0986894F(__this, L_9, 0, NULL);
return;
}
}
// System.Void System.Xml.Schema.BaseProcessor::SendValidationEvent(System.String,System.Xml.Schema.XmlSchemaObject,System.Xml.Schema.XmlSeverityType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseProcessor_SendValidationEvent_m2DD88A2EE74F8DED9A32E36B14746B973F7BB9B3 (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, String_t* ___code0, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___source1, int32_t ___severity2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___code0;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_1 = ___source1;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_2 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
NullCheck(L_2);
XmlSchemaException__ctor_m429CE17333C4E56D10E770AF189E3E8ED8693C34(L_2, L_0, L_1, NULL);
int32_t L_3 = ___severity2;
BaseProcessor_SendValidationEvent_m097302F881FE5C289BE0F38551B3DCEF0986894F(__this, L_2, L_3, NULL);
return;
}
}
// System.Void System.Xml.Schema.BaseProcessor::SendValidationEvent(System.Xml.Schema.XmlSchemaException)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseProcessor_SendValidationEvent_mFE3828E414AA7017FEDD76CD6D285250E59ED6DC (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* ___e0, const RuntimeMethod* method)
{
{
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_0 = ___e0;
BaseProcessor_SendValidationEvent_m097302F881FE5C289BE0F38551B3DCEF0986894F(__this, L_0, 0, NULL);
return;
}
}
// System.Void System.Xml.Schema.BaseProcessor::SendValidationEvent(System.String,System.String,System.Xml.Schema.XmlSchemaObject,System.Xml.Schema.XmlSeverityType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseProcessor_SendValidationEvent_m4034CF17F8F1B109F7B8088BFFE42F76A605C90A (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, String_t* ___code0, String_t* ___msg1, XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___source2, int32_t ___severity3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___code0;
String_t* L_1 = ___msg1;
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_2 = ___source2;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_3 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
NullCheck(L_3);
XmlSchemaException__ctor_mEBB11FA07F979D8E2FFEA6F15F363DE6ECD4EAE2(L_3, L_0, L_1, L_2, NULL);
int32_t L_4 = ___severity3;
BaseProcessor_SendValidationEvent_m097302F881FE5C289BE0F38551B3DCEF0986894F(__this, L_3, L_4, NULL);
return;
}
}
// System.Void System.Xml.Schema.BaseProcessor::SendValidationEvent(System.Xml.Schema.XmlSchemaException,System.Xml.Schema.XmlSeverityType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseProcessor_SendValidationEvent_m097302F881FE5C289BE0F38551B3DCEF0986894F (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* ___e0, int32_t ___severity1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___severity1;
if (L_0)
{
goto IL_0011;
}
}
{
int32_t L_1 = __this->___errorCount_4;
__this->___errorCount_4 = ((int32_t)il2cpp_codegen_add(L_1, 1));
}
IL_0011:
{
ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_2 = __this->___eventHandler_2;
if (!L_2)
{
goto IL_002d;
}
}
{
ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_3 = __this->___eventHandler_2;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_4 = ___e0;
int32_t L_5 = ___severity1;
ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830* L_6 = (ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830*)il2cpp_codegen_object_new(ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830_il2cpp_TypeInfo_var);
NullCheck(L_6);
ValidationEventArgs__ctor_m8A0548B9124D82CD04A6E4C26CEE18443C47DDF9(L_6, L_4, L_5, NULL);
NullCheck(L_3);
ValidationEventHandler_Invoke_m585F7368113F5FDF31F3C7C9C5B7F520CE46481B_inline(L_3, NULL, L_6, NULL);
return;
}
IL_002d:
{
int32_t L_7 = ___severity1;
if (L_7)
{
goto IL_0032;
}
}
{
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_8 = ___e0;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BaseProcessor_SendValidationEvent_m097302F881FE5C289BE0F38551B3DCEF0986894F_RuntimeMethod_var)));
}
IL_0032:
{
return;
}
}
// System.Void System.Xml.Schema.BaseProcessor::SendValidationEventNoThrow(System.Xml.Schema.XmlSchemaException,System.Xml.Schema.XmlSeverityType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseProcessor_SendValidationEventNoThrow_m07C3B4B985AD4818E67E5B0749F6319C4B8F6C41 (BaseProcessor_t61D56974C053F5EC764730AF81A44FE7C1360221* __this, XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* ___e0, int32_t ___severity1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___severity1;
if (L_0)
{
goto IL_0011;
}
}
{
int32_t L_1 = __this->___errorCount_4;
__this->___errorCount_4 = ((int32_t)il2cpp_codegen_add(L_1, 1));
}
IL_0011:
{
ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_2 = __this->___eventHandler_2;
if (!L_2)
{
goto IL_002c;
}
}
{
ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_3 = __this->___eventHandler_2;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_4 = ___e0;
int32_t L_5 = ___severity1;
ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830* L_6 = (ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830*)il2cpp_codegen_object_new(ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830_il2cpp_TypeInfo_var);
NullCheck(L_6);
ValidationEventArgs__ctor_m8A0548B9124D82CD04A6E4C26CEE18443C47DDF9(L_6, L_4, L_5, NULL);
NullCheck(L_3);
ValidationEventHandler_Invoke_m585F7368113F5FDF31F3C7C9C5B7F520CE46481B_inline(L_3, NULL, L_6, NULL);
}
IL_002c:
{
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.BaseValidator::.ctor(System.Xml.Schema.BaseValidator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator__ctor_m2C99DBB988AA7C272947ADE5EFE0CF08626F2A6F (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* ___other0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_0 = ___other0;
NullCheck(L_0);
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_1 = L_0->___reader_8;
__this->___reader_8 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___reader_8), (void*)L_1);
BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_2 = ___other0;
NullCheck(L_2);
XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_3 = L_2->___schemaCollection_0;
__this->___schemaCollection_0 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___schemaCollection_0), (void*)L_3);
BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_4 = ___other0;
NullCheck(L_4);
RuntimeObject* L_5 = L_4->___eventHandling_1;
__this->___eventHandling_1 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___eventHandling_1), (void*)L_5);
BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_6 = ___other0;
NullCheck(L_6);
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_7 = L_6->___nameTable_2;
__this->___nameTable_2 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___nameTable_2), (void*)L_7);
BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_8 = ___other0;
NullCheck(L_8);
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* L_9 = L_8->___schemaNames_3;
__this->___schemaNames_3 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->___schemaNames_3), (void*)L_9);
BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_10 = ___other0;
NullCheck(L_10);
PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_11 = L_10->___positionInfo_4;
__this->___positionInfo_4 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___positionInfo_4), (void*)L_11);
BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_12 = ___other0;
NullCheck(L_12);
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_13 = L_12->___xmlResolver_5;
__this->___xmlResolver_5 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlResolver_5), (void*)L_13);
BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_14 = ___other0;
NullCheck(L_14);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_15 = L_14->___baseUri_6;
__this->___baseUri_6 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&__this->___baseUri_6), (void*)L_15);
BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_16 = ___other0;
NullCheck(L_16);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_17 = L_16->___elementName_9;
__this->___elementName_9 = L_17;
Il2CppCodeGenWriteBarrier((void**)(&__this->___elementName_9), (void*)L_17);
return;
}
}
// System.Void System.Xml.Schema.BaseValidator::.ctor(System.Xml.XmlValidatingReaderImpl,System.Xml.Schema.XmlSchemaCollection,System.Xml.IValidationEventHandling)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator__ctor_m20211D6CCF6743C8868B2AAC093752B0E83FFB7A (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___reader0, XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* ___schemaCollection1, RuntimeObject* ___eventHandling2, 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;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = ___reader0;
__this->___reader_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___reader_8), (void*)L_0);
XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_1 = ___schemaCollection1;
__this->___schemaCollection_0 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___schemaCollection_0), (void*)L_1);
RuntimeObject* L_2 = ___eventHandling2;
__this->___eventHandling_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___eventHandling_1), (void*)L_2);
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_3 = ___reader0;
NullCheck(L_3);
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_4;
L_4 = VirtualFuncInvoker0< XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* >::Invoke(36 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_3);
__this->___nameTable_2 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___nameTable_2), (void*)L_4);
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_5 = ___reader0;
PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_6;
L_6 = PositionInfo_GetPositionInfo_mBE513E266ACFBCBDE780ED61BF7571F872036A56(L_5, NULL);
__this->___positionInfo_4 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___positionInfo_4), (void*)L_6);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_7 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
NullCheck(L_7);
XmlQualifiedName__ctor_mD1D3B6997D1B544D421B704520AD12E4C120D634(L_7, NULL);
__this->___elementName_9 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___elementName_9), (void*)L_7);
return;
}
}
// System.Xml.XmlValidatingReaderImpl System.Xml.Schema.BaseValidator::get_Reader()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* BaseValidator_get_Reader_mB197F0BB7E0757C1E9571DC513C680BED4D77584 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method)
{
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___reader_8;
return L_0;
}
}
// System.Xml.Schema.XmlSchemaCollection System.Xml.Schema.BaseValidator::get_SchemaCollection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* BaseValidator_get_SchemaCollection_mFB598756F922146498445D82C48D7C5071917DC7 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method)
{
{
XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_0 = __this->___schemaCollection_0;
return L_0;
}
}
// System.Xml.XmlNameTable System.Xml.Schema.BaseValidator::get_NameTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* BaseValidator_get_NameTable_m60D18595ED6E730B144EBA7E78E9B744486937E5 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method)
{
{
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_0 = __this->___nameTable_2;
return L_0;
}
}
// System.Xml.Schema.SchemaNames System.Xml.Schema.BaseValidator::get_SchemaNames()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* BaseValidator_get_SchemaNames_m349912EABFA59AE399C537F4266DD272DB02D8C9 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* L_0 = __this->___schemaNames_3;
if (!L_0)
{
goto IL_000f;
}
}
{
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* L_1 = __this->___schemaNames_3;
return L_1;
}
IL_000f:
{
XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_2 = __this->___schemaCollection_0;
if (!L_2)
{
goto IL_0030;
}
}
{
XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_3 = __this->___schemaCollection_0;
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_4 = __this->___nameTable_2;
NullCheck(L_3);
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* L_5;
L_5 = XmlSchemaCollection_GetSchemaNames_m10E36C9784441E781A936BEFF36F2659EC8790BA(L_3, L_4, NULL);
__this->___schemaNames_3 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___schemaNames_3), (void*)L_5);
goto IL_0041;
}
IL_0030:
{
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_6 = __this->___nameTable_2;
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* L_7 = (SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F*)il2cpp_codegen_object_new(SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F_il2cpp_TypeInfo_var);
NullCheck(L_7);
SchemaNames__ctor_m540A61CE1A638A0C32467AF7428CC3592EAF0469(L_7, L_6, NULL);
__this->___schemaNames_3 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___schemaNames_3), (void*)L_7);
}
IL_0041:
{
SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* L_8 = __this->___schemaNames_3;
return L_8;
}
}
// System.Xml.PositionInfo System.Xml.Schema.BaseValidator::get_PositionInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* BaseValidator_get_PositionInfo_mF6BB1826122D445D6129F0FD0D9C81806C733573 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method)
{
{
PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_0 = __this->___positionInfo_4;
return L_0;
}
}
// System.Xml.XmlResolver System.Xml.Schema.BaseValidator::get_XmlResolver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* BaseValidator_get_XmlResolver_m9AA1596FF7D2DD066E51E32212DB36CC25A74FBA (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method)
{
{
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_0 = __this->___xmlResolver_5;
return L_0;
}
}
// System.Void System.Xml.Schema.BaseValidator::set_XmlResolver(System.Xml.XmlResolver)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_set_XmlResolver_m1D94109BE43E3C8A1738BC7C4A0A1A7233818FBF (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___value0, const RuntimeMethod* method)
{
{
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_0 = ___value0;
__this->___xmlResolver_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlResolver_5), (void*)L_0);
return;
}
}
// System.Uri System.Xml.Schema.BaseValidator::get_BaseUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* BaseValidator_get_BaseUri_m400505E56F164D6954DC3E55005B7D8E5B1BAF23 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method)
{
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___baseUri_6;
return L_0;
}
}
// System.Void System.Xml.Schema.BaseValidator::set_BaseUri(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_set_BaseUri_mA4B0ACD053F6B82E24AC7B4468CF425FFB0351EC (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___value0, const RuntimeMethod* method)
{
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___value0;
__this->___baseUri_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___baseUri_6), (void*)L_0);
return;
}
}
// System.Xml.Schema.ValidationEventHandler System.Xml.Schema.BaseValidator::get_EventHandler()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* BaseValidator_get_EventHandler_mDD30026D63AC63C18F0E134AA6FFE634616F21F8 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IValidationEventHandling_t5929D7539D965D446556F7740F36A2BF7C6CC57E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->___eventHandling_1;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Object System.Xml.IValidationEventHandling::get_EventHandler() */, IValidationEventHandling_t5929D7539D965D446556F7740F36A2BF7C6CC57E_il2cpp_TypeInfo_var, L_0);
return ((ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A*)CastclassSealed((RuntimeObject*)L_1, ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A_il2cpp_TypeInfo_var));
}
}
// System.Xml.Schema.SchemaInfo System.Xml.Schema.BaseValidator::get_SchemaInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* BaseValidator_get_SchemaInfo_mE8B092165F3FFCE8F3090BE44D60178C76451AB3 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method)
{
{
SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_0 = __this->___schemaInfo_7;
return L_0;
}
}
// System.Void System.Xml.Schema.BaseValidator::set_DtdInfo(System.Xml.IDtdInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_set_DtdInfo_m03794576278D86E171908C4CB4D4644B0DEE1D74 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* V_0 = NULL;
{
RuntimeObject* L_0 = ___value0;
V_0 = ((SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E*)IsInstClass((RuntimeObject*)L_0, SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E_il2cpp_TypeInfo_var));
SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_1 = V_0;
if (L_1)
{
goto IL_001a;
}
}
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6;
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_3 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var)));
NullCheck(L_3);
XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72)), L_2, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BaseValidator_set_DtdInfo_m03794576278D86E171908C4CB4D4644B0DEE1D74_RuntimeMethod_var)));
}
IL_001a:
{
SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_4 = V_0;
__this->___schemaInfo_7 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___schemaInfo_7), (void*)L_4);
return;
}
}
// System.Boolean System.Xml.Schema.BaseValidator::get_PreserveWhitespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseValidator_get_PreserveWhitespace_mC2479BE3ADC53801EC1F07D9AF36A0BE6206F627 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Void System.Xml.Schema.BaseValidator::Validate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_Validate_mD3167B70F6169EAD822983ED3D80499F3E8308EF (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Xml.Schema.BaseValidator::CompleteValidation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_CompleteValidation_m7F460C458D888AC7A4A3F655814E206BCA9FACF6 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Object System.Xml.Schema.BaseValidator::FindId(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* BaseValidator_FindId_m3872C048D784D3CC1E672257C2D059986A878462 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, String_t* ___name0, const RuntimeMethod* method)
{
{
return NULL;
}
}
// System.Void System.Xml.Schema.BaseValidator::ValidateText()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_ValidateText_m0CD6CAA4B8C4DAE981A5EEA5FEB4404ECF97F079 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaValidator_tCA615071D8849F90BA240A83BCC3B4D5CC024B24_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral535A06BE93E0D12C250CDE0F92AE76423C93E7B6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F839BDC3429BE57DDFCBA5029D2705E8656B685);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC179F252B1EAE33B88203FE3484F983FFDAB4BB2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF99B116B5881FB7861652381BBA3681F58A872A);
s_Il2CppMethodInitialized = true;
}
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* V_0 = NULL;
int32_t V_1 = 0;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_2 = NULL;
{
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_0 = __this->___context_10;
NullCheck(L_0);
bool L_1 = L_0->___NeedValidateChildren_2;
if (!L_1)
{
goto IL_0101;
}
}
{
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_2 = __this->___context_10;
NullCheck(L_2);
bool L_3 = L_2->___IsNill_0;
if (!L_3)
{
goto IL_0044;
}
}
{
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_4 = __this->___context_10;
NullCheck(L_4);
String_t* L_5 = L_4->___LocalName_9;
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_6 = __this->___context_10;
NullCheck(L_6);
String_t* L_7 = L_6->___Namespace_10;
il2cpp_codegen_runtime_class_init_inline(XmlSchemaValidator_tCA615071D8849F90BA240A83BCC3B4D5CC024B24_il2cpp_TypeInfo_var);
String_t* L_8;
L_8 = XmlSchemaValidator_QNameString_m4EFD07552618095F64CAF2943BC83D8AB4796819(L_5, L_7, NULL);
BaseValidator_SendValidationEvent_m74FFC1AC1837B20F3528352EB1C944AF9692460E(__this, _stringLiteral8F839BDC3429BE57DDFCBA5029D2705E8656B685, L_8, NULL);
return;
}
IL_0044:
{
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_9 = __this->___context_10;
NullCheck(L_9);
SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_10 = L_9->___ElementDecl_7;
NullCheck(L_10);
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_11;
L_11 = SchemaElementDecl_get_ContentValidator_m687E7878F142CFC03B5D7B4FFD6FE1F4AE6526E1_inline(L_10, NULL);
V_0 = L_11;
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_12 = V_0;
NullCheck(L_12);
int32_t L_13;
L_13 = ContentValidator_get_ContentType_m2E9C64DB3522E5A29BE6CAA4A929CBABAD1CEF23_inline(L_12, NULL);
V_1 = L_13;
int32_t L_14 = V_1;
if ((!(((uint32_t)L_14) == ((uint32_t)2))))
{
goto IL_00d4;
}
}
{
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_15 = V_0;
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_16 = __this->___context_10;
NullCheck(L_15);
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_17;
L_17 = VirtualFuncInvoker2< ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19*, bool >::Invoke(8 /* System.Collections.ArrayList System.Xml.Schema.ContentValidator::ExpectedElements(System.Xml.Schema.ValidationState,System.Boolean) */, L_15, L_16, (bool)0);
V_2 = L_17;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_18 = V_2;
if (L_18)
{
goto IL_0099;
}
}
{
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_19 = __this->___context_10;
NullCheck(L_19);
String_t* L_20 = L_19->___LocalName_9;
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_21 = __this->___context_10;
NullCheck(L_21);
String_t* L_22 = L_21->___Namespace_10;
il2cpp_codegen_runtime_class_init_inline(XmlSchemaValidator_tCA615071D8849F90BA240A83BCC3B4D5CC024B24_il2cpp_TypeInfo_var);
String_t* L_23;
L_23 = XmlSchemaValidator_BuildElementName_m952708980F0CCDE20590B9C2B4F351C080AAAA97(L_20, L_22, NULL);
BaseValidator_SendValidationEvent_m74FFC1AC1837B20F3528352EB1C944AF9692460E(__this, _stringLiteralFF99B116B5881FB7861652381BBA3681F58A872A, L_23, NULL);
goto IL_00e8;
}
IL_0099:
{
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_25 = L_24;
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_26 = __this->___context_10;
NullCheck(L_26);
String_t* L_27 = L_26->___LocalName_9;
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_28 = __this->___context_10;
NullCheck(L_28);
String_t* L_29 = L_28->___Namespace_10;
il2cpp_codegen_runtime_class_init_inline(XmlSchemaValidator_tCA615071D8849F90BA240A83BCC3B4D5CC024B24_il2cpp_TypeInfo_var);
String_t* L_30;
L_30 = XmlSchemaValidator_BuildElementName_m952708980F0CCDE20590B9C2B4F351C080AAAA97(L_27, L_29, NULL);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_30);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_30);
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_31 = L_25;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_32 = V_2;
String_t* L_33;
L_33 = XmlSchemaValidator_PrintExpectedElements_m0A79DDBEF9DBFE6D4D579697F37BFC99E5963584(L_32, (bool)0, NULL);
NullCheck(L_31);
ArrayElementTypeCheck (L_31, L_33);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_33);
BaseValidator_SendValidationEvent_mDB46F72A815EA7EF1C85A46CB19439D3F6FA3D48(__this, _stringLiteralC179F252B1EAE33B88203FE3484F983FFDAB4BB2, L_31, NULL);
goto IL_00e8;
}
IL_00d4:
{
int32_t L_34 = V_1;
if ((!(((uint32_t)L_34) == ((uint32_t)1))))
{
goto IL_00e8;
}
}
{
String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
BaseValidator_SendValidationEvent_m74FFC1AC1837B20F3528352EB1C944AF9692460E(__this, _stringLiteral535A06BE93E0D12C250CDE0F92AE76423C93E7B6, L_35, NULL);
}
IL_00e8:
{
bool L_36 = __this->___checkDatatype_14;
if (!L_36)
{
goto IL_0101;
}
}
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_37 = __this->___reader_8;
NullCheck(L_37);
String_t* L_38;
L_38 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_37);
BaseValidator_SaveTextValue_m36E3517AAF3D79D5315E7AA5EA23F89E8D526F04(__this, L_38, NULL);
}
IL_0101:
{
return;
}
}
// System.Void System.Xml.Schema.BaseValidator::ValidateWhitespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_ValidateWhitespace_m73339F1D7B4FA6409B17B20589914EFEBF381475 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, 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*)&XmlSchemaValidator_tCA615071D8849F90BA240A83BCC3B4D5CC024B24_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41C1D09D8CB2A3F609282475EF4668E9A6E45062);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8F839BDC3429BE57DDFCBA5029D2705E8656B685);
s_Il2CppMethodInitialized = true;
}
int32_t G_B3_0 = 0;
int32_t G_B2_0 = 0;
{
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_0 = __this->___context_10;
NullCheck(L_0);
bool L_1 = L_0->___NeedValidateChildren_2;
if (!L_1)
{
goto IL_0081;
}
}
{
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_2 = __this->___context_10;
NullCheck(L_2);
SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* L_3 = L_2->___ElementDecl_7;
NullCheck(L_3);
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_4;
L_4 = SchemaElementDecl_get_ContentValidator_m687E7878F142CFC03B5D7B4FFD6FE1F4AE6526E1_inline(L_3, NULL);
NullCheck(L_4);
int32_t L_5;
L_5 = ContentValidator_get_ContentType_m2E9C64DB3522E5A29BE6CAA4A929CBABAD1CEF23_inline(L_4, NULL);
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_6 = __this->___context_10;
NullCheck(L_6);
bool L_7 = L_6->___IsNill_0;
G_B2_0 = L_5;
if (!L_7)
{
G_B3_0 = L_5;
goto IL_0055;
}
}
{
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_8 = __this->___context_10;
NullCheck(L_8);
String_t* L_9 = L_8->___LocalName_9;
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_10 = __this->___context_10;
NullCheck(L_10);
String_t* L_11 = L_10->___Namespace_10;
il2cpp_codegen_runtime_class_init_inline(XmlSchemaValidator_tCA615071D8849F90BA240A83BCC3B4D5CC024B24_il2cpp_TypeInfo_var);
String_t* L_12;
L_12 = XmlSchemaValidator_QNameString_m4EFD07552618095F64CAF2943BC83D8AB4796819(L_9, L_11, NULL);
BaseValidator_SendValidationEvent_m74FFC1AC1837B20F3528352EB1C944AF9692460E(__this, _stringLiteral8F839BDC3429BE57DDFCBA5029D2705E8656B685, L_12, NULL);
G_B3_0 = G_B2_0;
}
IL_0055:
{
if ((!(((uint32_t)G_B3_0) == ((uint32_t)1))))
{
goto IL_0068;
}
}
{
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
BaseValidator_SendValidationEvent_m74FFC1AC1837B20F3528352EB1C944AF9692460E(__this, _stringLiteral41C1D09D8CB2A3F609282475EF4668E9A6E45062, L_13, NULL);
}
IL_0068:
{
bool L_14 = __this->___checkDatatype_14;
if (!L_14)
{
goto IL_0081;
}
}
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_15 = __this->___reader_8;
NullCheck(L_15);
String_t* L_16;
L_16 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_15);
BaseValidator_SaveTextValue_m36E3517AAF3D79D5315E7AA5EA23F89E8D526F04(__this, L_16, NULL);
}
IL_0081:
{
return;
}
}
// System.Void System.Xml.Schema.BaseValidator::SaveTextValue(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_SaveTextValue_m36E3517AAF3D79D5315E7AA5EA23F89E8D526F04 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___textString_12;
NullCheck(L_0);
int32_t L_1;
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
if (L_1)
{
goto IL_0015;
}
}
{
String_t* L_2 = ___value0;
__this->___textString_12 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___textString_12), (void*)L_2);
return;
}
IL_0015:
{
bool L_3 = __this->___hasSibling_13;
if (L_3)
{
goto IL_0036;
}
}
{
StringBuilder_t* L_4 = __this->___textValue_11;
String_t* L_5 = __this->___textString_12;
NullCheck(L_4);
StringBuilder_t* L_6;
L_6 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_4, L_5, NULL);
__this->___hasSibling_13 = (bool)1;
}
IL_0036:
{
StringBuilder_t* L_7 = __this->___textValue_11;
String_t* L_8 = ___value0;
NullCheck(L_7);
StringBuilder_t* L_9;
L_9 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_7, L_8, NULL);
return;
}
}
// System.Void System.Xml.Schema.BaseValidator::SendValidationEvent(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_SendValidationEvent_m0B3F1EF5F9776D6E4B890C0180E22C92E9A45F2B (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, String_t* ___code0, 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 = ___code0;
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
BaseValidator_SendValidationEvent_m74FFC1AC1837B20F3528352EB1C944AF9692460E(__this, L_0, L_1, NULL);
return;
}
}
// System.Void System.Xml.Schema.BaseValidator::SendValidationEvent(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_SendValidationEvent_mDB46F72A815EA7EF1C85A46CB19439D3F6FA3D48 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, String_t* ___code0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___code0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___args1;
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_2 = __this->___reader_8;
NullCheck(L_2);
String_t* L_3;
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_2);
PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_4 = __this->___positionInfo_4;
NullCheck(L_4);
int32_t L_5;
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.PositionInfo::get_LineNumber() */, L_4);
PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_6 = __this->___positionInfo_4;
NullCheck(L_6);
int32_t L_7;
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.PositionInfo::get_LinePosition() */, L_6);
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_8 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
NullCheck(L_8);
XmlSchemaException__ctor_m1963EB8D54ED009EBD081E962B5F00813C9D8CAD(L_8, L_0, L_1, L_3, L_5, L_7, NULL);
BaseValidator_SendValidationEvent_m2B9860A52F51581453B1AC9B4A1DFD174A10E4BB(__this, L_8, NULL);
return;
}
}
// System.Void System.Xml.Schema.BaseValidator::SendValidationEvent(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_SendValidationEvent_m74FFC1AC1837B20F3528352EB1C944AF9692460E (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, String_t* ___code0, String_t* ___arg1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___code0;
String_t* L_1 = ___arg1;
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_2 = __this->___reader_8;
NullCheck(L_2);
String_t* L_3;
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_2);
PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_4 = __this->___positionInfo_4;
NullCheck(L_4);
int32_t L_5;
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.PositionInfo::get_LineNumber() */, L_4);
PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_6 = __this->___positionInfo_4;
NullCheck(L_6);
int32_t L_7;
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.PositionInfo::get_LinePosition() */, L_6);
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_8 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
NullCheck(L_8);
XmlSchemaException__ctor_m5EB9F0E36520DCB3AD78B355F5F120E1D7FF5EEB(L_8, L_0, L_1, L_3, L_5, L_7, NULL);
BaseValidator_SendValidationEvent_m2B9860A52F51581453B1AC9B4A1DFD174A10E4BB(__this, L_8, NULL);
return;
}
}
// System.Void System.Xml.Schema.BaseValidator::SendValidationEvent(System.Xml.Schema.XmlSchemaException)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_SendValidationEvent_m2B9860A52F51581453B1AC9B4A1DFD174A10E4BB (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* ___e0, const RuntimeMethod* method)
{
{
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_0 = ___e0;
BaseValidator_SendValidationEvent_m94905A970AA3953C22FA0806C63C7AEF41AB888A(__this, L_0, 0, NULL);
return;
}
}
// System.Void System.Xml.Schema.BaseValidator::SendValidationEvent(System.String,System.String,System.Xml.Schema.XmlSeverityType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_SendValidationEvent_m206D77C001B4BE5827C405128D0DF5EEF34ED93E (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, String_t* ___code0, String_t* ___msg1, int32_t ___severity2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___code0;
String_t* L_1 = ___msg1;
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_2 = __this->___reader_8;
NullCheck(L_2);
String_t* L_3;
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_2);
PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_4 = __this->___positionInfo_4;
NullCheck(L_4);
int32_t L_5;
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.PositionInfo::get_LineNumber() */, L_4);
PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_6 = __this->___positionInfo_4;
NullCheck(L_6);
int32_t L_7;
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.PositionInfo::get_LinePosition() */, L_6);
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_8 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
NullCheck(L_8);
XmlSchemaException__ctor_m5EB9F0E36520DCB3AD78B355F5F120E1D7FF5EEB(L_8, L_0, L_1, L_3, L_5, L_7, NULL);
int32_t L_9 = ___severity2;
BaseValidator_SendValidationEvent_m94905A970AA3953C22FA0806C63C7AEF41AB888A(__this, L_8, L_9, NULL);
return;
}
}
// System.Void System.Xml.Schema.BaseValidator::SendValidationEvent(System.String,System.String[],System.Xml.Schema.XmlSeverityType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_SendValidationEvent_m0395B5910EE493C439E8E380A73A22B779486263 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, String_t* ___code0, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args1, int32_t ___severity2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___code0;
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___args1;
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_2 = __this->___reader_8;
NullCheck(L_2);
String_t* L_3;
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_2);
PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_4 = __this->___positionInfo_4;
NullCheck(L_4);
int32_t L_5;
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 System.Xml.PositionInfo::get_LineNumber() */, L_4);
PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* L_6 = __this->___positionInfo_4;
NullCheck(L_6);
int32_t L_7;
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(9 /* System.Int32 System.Xml.PositionInfo::get_LinePosition() */, L_6);
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_8 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
NullCheck(L_8);
XmlSchemaException__ctor_m1963EB8D54ED009EBD081E962B5F00813C9D8CAD(L_8, L_0, L_1, L_3, L_5, L_7, NULL);
int32_t L_9 = ___severity2;
BaseValidator_SendValidationEvent_m94905A970AA3953C22FA0806C63C7AEF41AB888A(__this, L_8, L_9, NULL);
return;
}
}
// System.Void System.Xml.Schema.BaseValidator::SendValidationEvent(System.Xml.Schema.XmlSchemaException,System.Xml.Schema.XmlSeverityType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_SendValidationEvent_m94905A970AA3953C22FA0806C63C7AEF41AB888A (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* ___e0, int32_t ___severity1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IValidationEventHandling_t5929D7539D965D446556F7740F36A2BF7C6CC57E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->___eventHandling_1;
if (!L_0)
{
goto IL_0016;
}
}
{
RuntimeObject* L_1 = __this->___eventHandling_1;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_2 = ___e0;
int32_t L_3 = ___severity1;
NullCheck(L_1);
InterfaceActionInvoker2< Exception_t*, int32_t >::Invoke(1 /* System.Void System.Xml.IValidationEventHandling::SendEvent(System.Exception,System.Xml.Schema.XmlSeverityType) */, IValidationEventHandling_t5929D7539D965D446556F7740F36A2BF7C6CC57E_il2cpp_TypeInfo_var, L_1, L_2, L_3);
return;
}
IL_0016:
{
int32_t L_4 = ___severity1;
if (L_4)
{
goto IL_001b;
}
}
{
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_5 = ___e0;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BaseValidator_SendValidationEvent_m94905A970AA3953C22FA0806C63C7AEF41AB888A_RuntimeMethod_var)));
}
IL_001b:
{
return;
}
}
// System.Void System.Xml.Schema.BaseValidator::ProcessEntity(System.Xml.Schema.SchemaInfo,System.String,System.Object,System.Xml.Schema.ValidationEventHandler,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_ProcessEntity_m1BB67691A6EFE4CCCBD198AF9DA017C64CE87786 (SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* ___sinfo0, String_t* ___name1, RuntimeObject* ___sender2, ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___eventhandler3, String_t* ___baseUri4, int32_t ___lineNumber5, int32_t ___linePosition6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m0691587A5208D87AFCC3DD80D1AF2FC784239F01_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830_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*)&_stringLiteralB743A6E1932B948F9791135C44FA52B99F9125A5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF0ADC8F1DF9DF742068A75174353C45234AA2DD);
s_Il2CppMethodInitialized = true;
}
SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* V_0 = NULL;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* V_1 = NULL;
{
V_1 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)NULL;
SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_0 = ___sinfo0;
NullCheck(L_0);
Dictionary_2_t129029582481E96143BD747690E92DB7E444261E* L_1;
L_1 = SchemaInfo_get_GeneralEntities_mB8E4E7E02EB79C03BDEEB06638EBFA631DE9C9D2(L_0, NULL);
String_t* L_2 = ___name1;
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_3 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
NullCheck(L_3);
XmlQualifiedName__ctor_m2DD62019A76524587CC7204E1AB903CDAADA6545(L_3, L_2, NULL);
NullCheck(L_1);
bool L_4;
L_4 = Dictionary_2_TryGetValue_m0691587A5208D87AFCC3DD80D1AF2FC784239F01(L_1, L_3, (&V_0), Dictionary_2_TryGetValue_m0691587A5208D87AFCC3DD80D1AF2FC784239F01_RuntimeMethod_var);
if (L_4)
{
goto IL_002b;
}
}
{
String_t* L_5 = ___name1;
String_t* L_6 = ___baseUri4;
int32_t L_7 = ___lineNumber5;
int32_t L_8 = ___linePosition6;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_9 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
NullCheck(L_9);
XmlSchemaException__ctor_m5EB9F0E36520DCB3AD78B355F5F120E1D7FF5EEB(L_9, _stringLiteralB743A6E1932B948F9791135C44FA52B99F9125A5, L_5, L_6, L_7, L_8, NULL);
V_1 = L_9;
goto IL_004a;
}
IL_002b:
{
SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_10 = V_0;
NullCheck(L_10);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_11;
L_11 = SchemaEntity_get_NData_m7B05467BF6357AB27C1DAFBFE27F9720C79CEC3C_inline(L_10, NULL);
NullCheck(L_11);
bool L_12;
L_12 = XmlQualifiedName_get_IsEmpty_m37942163D9A870E85BE8762845953C6A6579A400(L_11, NULL);
if (!L_12)
{
goto IL_004a;
}
}
{
String_t* L_13 = ___name1;
String_t* L_14 = ___baseUri4;
int32_t L_15 = ___lineNumber5;
int32_t L_16 = ___linePosition6;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_17 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
NullCheck(L_17);
XmlSchemaException__ctor_m5EB9F0E36520DCB3AD78B355F5F120E1D7FF5EEB(L_17, _stringLiteralDF0ADC8F1DF9DF742068A75174353C45234AA2DD, L_13, L_14, L_15, L_16, NULL);
V_1 = L_17;
}
IL_004a:
{
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_18 = V_1;
if (!L_18)
{
goto IL_0060;
}
}
{
ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_19 = ___eventhandler3;
if (!L_19)
{
goto IL_005e;
}
}
{
ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_20 = ___eventhandler3;
RuntimeObject* L_21 = ___sender2;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_22 = V_1;
ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830* L_23 = (ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830*)il2cpp_codegen_object_new(ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830_il2cpp_TypeInfo_var);
NullCheck(L_23);
ValidationEventArgs__ctor_m8609834E6F23C225D054EB42E0FE454E5CD62B73(L_23, L_22, NULL);
NullCheck(L_20);
ValidationEventHandler_Invoke_m585F7368113F5FDF31F3C7C9C5B7F520CE46481B_inline(L_20, L_21, L_23, NULL);
return;
}
IL_005e:
{
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_24 = V_1;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BaseValidator_ProcessEntity_m1BB67691A6EFE4CCCBD198AF9DA017C64CE87786_RuntimeMethod_var)));
}
IL_0060:
{
return;
}
}
// System.Void System.Xml.Schema.BaseValidator::ProcessEntity(System.Xml.Schema.SchemaInfo,System.String,System.Xml.IValidationEventHandling,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_ProcessEntity_mA33E4D1C46673D25C29150B08A1D9F9BC546EAC0 (SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* ___sinfo0, String_t* ___name1, RuntimeObject* ___eventHandling2, String_t* ___baseUriStr3, int32_t ___lineNumber4, int32_t ___linePosition5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m0691587A5208D87AFCC3DD80D1AF2FC784239F01_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IValidationEventHandling_t5929D7539D965D446556F7740F36A2BF7C6CC57E_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*)&_stringLiteralB743A6E1932B948F9791135C44FA52B99F9125A5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF0ADC8F1DF9DF742068A75174353C45234AA2DD);
s_Il2CppMethodInitialized = true;
}
SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* V_0 = NULL;
String_t* V_1 = NULL;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* V_2 = NULL;
{
V_1 = (String_t*)NULL;
SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_0 = ___sinfo0;
NullCheck(L_0);
Dictionary_2_t129029582481E96143BD747690E92DB7E444261E* L_1;
L_1 = SchemaInfo_get_GeneralEntities_mB8E4E7E02EB79C03BDEEB06638EBFA631DE9C9D2(L_0, NULL);
String_t* L_2 = ___name1;
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_3 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
NullCheck(L_3);
XmlQualifiedName__ctor_m2DD62019A76524587CC7204E1AB903CDAADA6545(L_3, L_2, NULL);
NullCheck(L_1);
bool L_4;
L_4 = Dictionary_2_TryGetValue_m0691587A5208D87AFCC3DD80D1AF2FC784239F01(L_1, L_3, (&V_0), Dictionary_2_TryGetValue_m0691587A5208D87AFCC3DD80D1AF2FC784239F01_RuntimeMethod_var);
if (L_4)
{
goto IL_001f;
}
}
{
V_1 = _stringLiteralB743A6E1932B948F9791135C44FA52B99F9125A5;
goto IL_0032;
}
IL_001f:
{
SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_5 = V_0;
NullCheck(L_5);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_6;
L_6 = SchemaEntity_get_NData_m7B05467BF6357AB27C1DAFBFE27F9720C79CEC3C_inline(L_5, NULL);
NullCheck(L_6);
bool L_7;
L_7 = XmlQualifiedName_get_IsEmpty_m37942163D9A870E85BE8762845953C6A6579A400(L_6, NULL);
if (!L_7)
{
goto IL_0032;
}
}
{
V_1 = _stringLiteralDF0ADC8F1DF9DF742068A75174353C45234AA2DD;
}
IL_0032:
{
String_t* L_8 = V_1;
if (!L_8)
{
goto IL_0050;
}
}
{
String_t* L_9 = V_1;
String_t* L_10 = ___name1;
String_t* L_11 = ___baseUriStr3;
int32_t L_12 = ___lineNumber4;
int32_t L_13 = ___linePosition5;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_14 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
NullCheck(L_14);
XmlSchemaException__ctor_m5EB9F0E36520DCB3AD78B355F5F120E1D7FF5EEB(L_14, L_9, L_10, L_11, L_12, L_13, NULL);
V_2 = L_14;
RuntimeObject* L_15 = ___eventHandling2;
if (!L_15)
{
goto IL_004e;
}
}
{
RuntimeObject* L_16 = ___eventHandling2;
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_17 = V_2;
NullCheck(L_16);
InterfaceActionInvoker2< Exception_t*, int32_t >::Invoke(1 /* System.Void System.Xml.IValidationEventHandling::SendEvent(System.Exception,System.Xml.Schema.XmlSeverityType) */, IValidationEventHandling_t5929D7539D965D446556F7740F36A2BF7C6CC57E_il2cpp_TypeInfo_var, L_16, L_17, 0);
return;
}
IL_004e:
{
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_18 = V_2;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&BaseValidator_ProcessEntity_mA33E4D1C46673D25C29150B08A1D9F9BC546EAC0_RuntimeMethod_var)));
}
IL_0050:
{
return;
}
}
// System.Xml.Schema.BaseValidator System.Xml.Schema.BaseValidator::CreateInstance(System.Xml.ValidationType,System.Xml.XmlValidatingReaderImpl,System.Xml.Schema.XmlSchemaCollection,System.Xml.IValidationEventHandling,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* BaseValidator_CreateInstance_mE981B767E5103869A3BAA93AB7190F05522582FD (int32_t ___valType0, XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___reader1, XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* ___schemaCollection2, RuntimeObject* ___eventHandling3, bool ___processIdentityConstraints4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AutoValidator_tB9124731360C241CDA4B884EA1F3C49883BFBE96_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdValidator_tF916F1805E2290242B688583602409378173CF17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XdrValidator_tBADFD559B77D01B44BAD5AC98FC22733FEA837F9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdValidator_tB19DA1D1C5635D0E92D22A2F152363C05AED13F6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___valType0;
switch (L_0)
{
case 0:
{
goto IL_0041;
}
case 1:
{
goto IL_0038;
}
case 2:
{
goto IL_002e;
}
case 3:
{
goto IL_001c;
}
case 4:
{
goto IL_0025;
}
}
}
{
goto IL_004a;
}
IL_001c:
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_1 = ___reader1;
XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_2 = ___schemaCollection2;
RuntimeObject* L_3 = ___eventHandling3;
XdrValidator_tBADFD559B77D01B44BAD5AC98FC22733FEA837F9* L_4 = (XdrValidator_tBADFD559B77D01B44BAD5AC98FC22733FEA837F9*)il2cpp_codegen_object_new(XdrValidator_tBADFD559B77D01B44BAD5AC98FC22733FEA837F9_il2cpp_TypeInfo_var);
NullCheck(L_4);
XdrValidator__ctor_m1FA2B211B89EF848532258511B68E804A91431F9(L_4, L_1, L_2, L_3, NULL);
return L_4;
}
IL_0025:
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_5 = ___reader1;
XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_6 = ___schemaCollection2;
RuntimeObject* L_7 = ___eventHandling3;
XsdValidator_tB19DA1D1C5635D0E92D22A2F152363C05AED13F6* L_8 = (XsdValidator_tB19DA1D1C5635D0E92D22A2F152363C05AED13F6*)il2cpp_codegen_object_new(XsdValidator_tB19DA1D1C5635D0E92D22A2F152363C05AED13F6_il2cpp_TypeInfo_var);
NullCheck(L_8);
XsdValidator__ctor_mD43FC09C023B229E301531001DF1D326D625CF3E(L_8, L_5, L_6, L_7, NULL);
return L_8;
}
IL_002e:
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_9 = ___reader1;
RuntimeObject* L_10 = ___eventHandling3;
bool L_11 = ___processIdentityConstraints4;
DtdValidator_tF916F1805E2290242B688583602409378173CF17* L_12 = (DtdValidator_tF916F1805E2290242B688583602409378173CF17*)il2cpp_codegen_object_new(DtdValidator_tF916F1805E2290242B688583602409378173CF17_il2cpp_TypeInfo_var);
NullCheck(L_12);
DtdValidator__ctor_m3CA978080C5CE8FE92564C2788E39B4B016E56E4(L_12, L_9, L_10, L_11, NULL);
return L_12;
}
IL_0038:
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_13 = ___reader1;
XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_14 = ___schemaCollection2;
RuntimeObject* L_15 = ___eventHandling3;
AutoValidator_tB9124731360C241CDA4B884EA1F3C49883BFBE96* L_16 = (AutoValidator_tB9124731360C241CDA4B884EA1F3C49883BFBE96*)il2cpp_codegen_object_new(AutoValidator_tB9124731360C241CDA4B884EA1F3C49883BFBE96_il2cpp_TypeInfo_var);
NullCheck(L_16);
AutoValidator__ctor_mBD661ABED8661EE3216712A1D621684EC743516D(L_16, L_13, L_14, L_15, NULL);
return L_16;
}
IL_0041:
{
XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_17 = ___reader1;
XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_18 = ___schemaCollection2;
RuntimeObject* L_19 = ___eventHandling3;
BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_20 = (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)il2cpp_codegen_object_new(BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB_il2cpp_TypeInfo_var);
NullCheck(L_20);
BaseValidator__ctor_m20211D6CCF6743C8868B2AAC093752B0E83FFB7A(L_20, L_17, L_18, L_19, NULL);
return L_20;
}
IL_004a:
{
return (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB*)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.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 ___count0, 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 = ___count0;
__this->___count_0 = L_0;
int32_t L_1 = ___count0;
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 ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
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 ___index0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = ___index0;
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 = ___index0;
*((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 ___index0, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
{
V_0 = (bool)0;
int32_t L_0 = ___index0;
int32_t L_1 = __this->___count_0;
if ((((int32_t)L_0) >= ((int32_t)L_1)))
{
goto IL_002c;
}
}
{
int32_t L_2 = ___index0;
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 = ___index0;
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 ___startFrom0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
uint32_t V_2 = 0;
{
int32_t L_0 = ___startFrom0;
V_0 = ((int32_t)il2cpp_codegen_add(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* ___other0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t G_B5_0 = 0;
{
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_0 = ___other0;
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 = ___other0;
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 = ___other0;
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* ___other0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_0 = ___other0;
if ((!(((RuntimeObject*)(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)__this) == ((RuntimeObject*)(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)L_0))))
{
goto IL_0005;
}
}
{
return;
}
IL_0005:
{
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_1 = ___other0;
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 = ___other0;
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* ___obj0, 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 = ___obj0;
if (!L_0)
{
goto IL_0093;
}
}
{
RuntimeObject* L_1 = ___obj0;
if ((!(((RuntimeObject*)(BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B*)__this) == ((RuntimeObject*)(RuntimeObject*)L_1))))
{
goto IL_000c;
}
}
{
return (bool)1;
}
IL_000c:
{
RuntimeObject* L_2 = ___obj0;
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::get_IsEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitSet_get_IsEmpty_m4016E051AF7F476BFE6089D5E3853CA61836FC9A (BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* __this, const RuntimeMethod* method)
{
uint32_t V_0 = 0;
int32_t V_1 = 0;
{
V_0 = 0;
V_1 = 0;
goto IL_0015;
}
IL_0006:
{
uint32_t L_0 = V_0;
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_1 = __this->___bits_1;
int32_t L_2 = V_1;
NullCheck(L_1);
int32_t L_3 = L_2;
uint32_t L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
V_0 = ((int32_t)((int32_t)L_0|(int32_t)L_4));
int32_t L_5 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_5, 1));
}
IL_0015:
{
int32_t L_6 = V_1;
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = __this->___bits_1;
NullCheck(L_7);
if ((((int32_t)L_6) < ((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))))
{
goto IL_0006;
}
}
{
uint32_t L_8 = V_0;
return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
}
}
// 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* ___other0, 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 = ___other0;
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_m1F346FEDDC77AC1EC0C4EF1AC6BA59F0EC7980F8(((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 = ___other0;
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 ___bitIndex0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___bitIndex0;
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 ___nRequiredLength0, 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 = ___nRequiredLength0;
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 = ___nRequiredLength0;
if ((((int32_t)L_3) >= ((int32_t)L_4)))
{
goto IL_001c;
}
}
{
int32_t L_5 = ___nRequiredLength0;
V_0 = L_5;
}
IL_001c:
{
int32_t L_6 = V_0;
UInt32U5BU5D_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_m4239F97ECC23A71F4191B8722362A1AA38E2E98F((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.ChameleonKey::.ctor(System.String,System.Xml.Schema.XmlSchema)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChameleonKey__ctor_m110E8C9375214872ADCB5D1D5D10AD8AD9CC6C34 (ChameleonKey_tEA9721FD84CD05EE4202E3391F1C6B39B5BEC43F* __this, String_t* ___ns0, XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* ___originalSchema1, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
String_t* L_0 = ___ns0;
__this->___targetNS_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___targetNS_0), (void*)L_0);
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_1 = ___originalSchema1;
NullCheck(L_1);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2;
L_2 = XmlSchema_get_BaseUri_mB4EF7EF2955DCB14C4573E42E47D2332C0F903D8_inline(L_1, NULL);
__this->___chameleonLocation_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___chameleonLocation_1), (void*)L_2);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = __this->___chameleonLocation_1;
NullCheck(L_3);
String_t* L_4;
L_4 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(L_3, NULL);
NullCheck(L_4);
int32_t L_5;
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
if (L_5)
{
goto IL_0032;
}
}
{
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_6 = ___originalSchema1;
__this->___originalSchema_2 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___originalSchema_2), (void*)L_6);
}
IL_0032:
{
return;
}
}
// System.Int32 System.Xml.Schema.ChameleonKey::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChameleonKey_GetHashCode_m972F1170A555C94680D507591430CEB7E45578FF (ChameleonKey_tEA9721FD84CD05EE4202E3391F1C6B39B5BEC43F* __this, const RuntimeMethod* method)
{
int32_t G_B3_0 = 0;
ChameleonKey_tEA9721FD84CD05EE4202E3391F1C6B39B5BEC43F* G_B3_1 = NULL;
int32_t G_B2_0 = 0;
ChameleonKey_tEA9721FD84CD05EE4202E3391F1C6B39B5BEC43F* G_B2_1 = NULL;
int32_t G_B4_0 = 0;
int32_t G_B4_1 = 0;
ChameleonKey_tEA9721FD84CD05EE4202E3391F1C6B39B5BEC43F* G_B4_2 = NULL;
{
int32_t L_0 = __this->___hashCode_3;
if (L_0)
{
goto IL_003c;
}
}
{
String_t* L_1 = __this->___targetNS_0;
NullCheck(L_1);
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = __this->___chameleonLocation_1;
NullCheck(L_3);
int32_t L_4;
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_3);
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_5 = __this->___originalSchema_2;
G_B2_0 = ((int32_t)il2cpp_codegen_add(L_2, L_4));
G_B2_1 = __this;
if (!L_5)
{
G_B3_0 = ((int32_t)il2cpp_codegen_add(L_2, L_4));
G_B3_1 = __this;
goto IL_0035;
}
}
{
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_6 = __this->___originalSchema_2;
NullCheck(L_6);
int32_t L_7;
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_6);
G_B4_0 = L_7;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0036;
}
IL_0035:
{
G_B4_0 = 0;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
}
IL_0036:
{
NullCheck(G_B4_2);
G_B4_2->___hashCode_3 = ((int32_t)il2cpp_codegen_add(G_B4_1, G_B4_0));
}
IL_003c:
{
int32_t L_8 = __this->___hashCode_3;
return L_8;
}
}
// System.Boolean System.Xml.Schema.ChameleonKey::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChameleonKey_Equals_m7EC0CA0E37564A0728871540267D3F7EE9BA51D2 (ChameleonKey_tEA9721FD84CD05EE4202E3391F1C6B39B5BEC43F* __this, RuntimeObject* ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ChameleonKey_tEA9721FD84CD05EE4202E3391F1C6B39B5BEC43F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ChameleonKey_tEA9721FD84CD05EE4202E3391F1C6B39B5BEC43F* V_0 = NULL;
{
RuntimeObject* L_0 = ___obj0;
if ((!(((RuntimeObject*)(ChameleonKey_tEA9721FD84CD05EE4202E3391F1C6B39B5BEC43F*)__this) == ((RuntimeObject*)(RuntimeObject*)L_0))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
RuntimeObject* L_1 = ___obj0;
V_0 = ((ChameleonKey_tEA9721FD84CD05EE4202E3391F1C6B39B5BEC43F*)IsInstClass((RuntimeObject*)L_1, ChameleonKey_tEA9721FD84CD05EE4202E3391F1C6B39B5BEC43F_il2cpp_TypeInfo_var));
ChameleonKey_tEA9721FD84CD05EE4202E3391F1C6B39B5BEC43F* L_2 = V_0;
if (!L_2)
{
goto IL_0047;
}
}
{
String_t* L_3 = __this->___targetNS_0;
ChameleonKey_tEA9721FD84CD05EE4202E3391F1C6B39B5BEC43F* L_4 = V_0;
NullCheck(L_4);
String_t* L_5 = L_4->___targetNS_0;
NullCheck(L_3);
bool L_6;
L_6 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_3, L_5, NULL);
if (!L_6)
{
goto IL_0045;
}
}
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_7 = __this->___chameleonLocation_1;
ChameleonKey_tEA9721FD84CD05EE4202E3391F1C6B39B5BEC43F* L_8 = V_0;
NullCheck(L_8);
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_9 = L_8->___chameleonLocation_1;
NullCheck(L_7);
bool L_10;
L_10 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_7, L_9);
if (!L_10)
{
goto IL_0045;
}
}
{
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_11 = __this->___originalSchema_2;
ChameleonKey_tEA9721FD84CD05EE4202E3391F1C6B39B5BEC43F* L_12 = V_0;
NullCheck(L_12);
XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* L_13 = L_12->___originalSchema_2;
return (bool)((((RuntimeObject*)(XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D*)L_11) == ((RuntimeObject*)(XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D*)L_13))? 1 : 0);
}
IL_0045:
{
return (bool)0;
}
IL_0047:
{
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.Xml.Schema.CompiledIdentityConstraint/ConstraintRole System.Xml.Schema.CompiledIdentityConstraint::get_Role()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CompiledIdentityConstraint_get_Role_m968CA50512673168BCB15510DC0479CAB63B7DF1 (CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___role_1;
return L_0;
}
}
// System.Xml.Schema.Asttree System.Xml.Schema.CompiledIdentityConstraint::get_Selector()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* CompiledIdentityConstraint_get_Selector_m6035A41031BC9AD2B54A9C5C563C51E7D88A733C (CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* __this, const RuntimeMethod* method)
{
{
Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* L_0 = __this->___selector_2;
return L_0;
}
}
// System.Xml.Schema.Asttree[] System.Xml.Schema.CompiledIdentityConstraint::get_Fields()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsttreeU5BU5D_tE39DE20957B9B03A0B041FC6B97DC9F2FC6C807C* CompiledIdentityConstraint_get_Fields_m4FEE989DD98F9FDE29F0FEB7173A7B31C8EBA9E2 (CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* __this, const RuntimeMethod* method)
{
{
AsttreeU5BU5D_tE39DE20957B9B03A0B041FC6B97DC9F2FC6C807C* L_0 = __this->___fields_3;
return L_0;
}
}
// System.Void System.Xml.Schema.CompiledIdentityConstraint::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompiledIdentityConstraint__ctor_m57CF42A189BF2B105DE89C5145ED0BC5B1562B43 (CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* __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;
}
{
il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___Empty_4;
__this->___name_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___name_0), (void*)L_0);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_1 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___Empty_4;
__this->___refer_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___refer_4), (void*)L_1);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void System.Xml.Schema.CompiledIdentityConstraint::.ctor(System.Xml.Schema.XmlSchemaIdentityConstraint,System.Xml.XmlNamespaceManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompiledIdentityConstraint__ctor_mDF34F05BE2C052B360EF28F0B0DBEF0F0C2359AF (CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* __this, XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC* ___constraint0, XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* ___nsmgr1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsttreeU5BU5D_tE39DE20957B9B03A0B041FC6B97DC9F2FC6C807C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaKey_t836677A5C4093746106315B5BB5FC3CA34DE317F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaKeyref_t240C2AB1E5EAE4D7486F8E486741591BA7202C28_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaUnique_tEBE7D2C4A7F2671CB1149A808FB1CACD28729894_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaXPath_t1C3193CCD8056E55DEC3C6E74DE25859AD88D76A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* V_0 = NULL;
int32_t V_1 = 0;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___Empty_4;
__this->___name_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___name_0), (void*)L_0);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_1 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___Empty_4;
__this->___refer_4 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___refer_4), (void*)L_1);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC* L_2 = ___constraint0;
NullCheck(L_2);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_3;
L_3 = XmlSchemaIdentityConstraint_get_QualifiedName_m251F2D545B4ECD413FD80B27138D0C43E9D79EB8_inline(L_2, NULL);
__this->___name_0 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___name_0), (void*)L_3);
}
try
{// begin try (depth: 1)
XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC* L_4 = ___constraint0;
NullCheck(L_4);
XmlSchemaXPath_t1C3193CCD8056E55DEC3C6E74DE25859AD88D76A* L_5;
L_5 = XmlSchemaIdentityConstraint_get_Selector_m1EF75F875727A2A35F9CBF1D1C05D95EC42AE1B6_inline(L_4, NULL);
NullCheck(L_5);
String_t* L_6;
L_6 = XmlSchemaXPath_get_XPath_m764CFD2F357F485A54A64EF4A6D4D350B1C5F9B0_inline(L_5, NULL);
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_7 = ___nsmgr1;
Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* L_8 = (Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612*)il2cpp_codegen_object_new(Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612_il2cpp_TypeInfo_var);
NullCheck(L_8);
Asttree__ctor_mAEB354DAEEB6E4D05F703BF0E4EFDAEBF0A70307(L_8, L_6, (bool)0, L_7, NULL);
__this->___selector_2 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___selector_2), (void*)L_8);
goto IL_004f;
}// 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_0042;
}
throw e;
}
CATCH_0042:
{// begin catch(System.Xml.Schema.XmlSchemaException)
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_9 = ((XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*));
XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC* L_10 = ___constraint0;
NullCheck(L_10);
XmlSchemaXPath_t1C3193CCD8056E55DEC3C6E74DE25859AD88D76A* L_11;
L_11 = XmlSchemaIdentityConstraint_get_Selector_m1EF75F875727A2A35F9CBF1D1C05D95EC42AE1B6_inline(L_10, NULL);
NullCheck(L_9);
XmlSchemaException_SetSource_m55DECB20EC5FD40324A7E496ABDB82F11AD5EDD9(L_9, L_11, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CompiledIdentityConstraint__ctor_mDF34F05BE2C052B360EF28F0B0DBEF0F0C2359AF_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_004f:
{
XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC* L_12 = ___constraint0;
NullCheck(L_12);
XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_13;
L_13 = XmlSchemaIdentityConstraint_get_Fields_m7EA1FDC637E3F316F16D1A93B0C87306B98AC4EC_inline(L_12, NULL);
V_0 = L_13;
XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_14 = V_0;
NullCheck(L_14);
int32_t L_15;
L_15 = CollectionBase_get_Count_m2BD48A6DDD376554A7956E4B26EC27F9F1E43C72(L_14, NULL);
AsttreeU5BU5D_tE39DE20957B9B03A0B041FC6B97DC9F2FC6C807C* L_16 = (AsttreeU5BU5D_tE39DE20957B9B03A0B041FC6B97DC9F2FC6C807C*)(AsttreeU5BU5D_tE39DE20957B9B03A0B041FC6B97DC9F2FC6C807C*)SZArrayNew(AsttreeU5BU5D_tE39DE20957B9B03A0B041FC6B97DC9F2FC6C807C_il2cpp_TypeInfo_var, (uint32_t)L_15);
__this->___fields_3 = L_16;
Il2CppCodeGenWriteBarrier((void**)(&__this->___fields_3), (void*)L_16);
V_1 = 0;
goto IL_00a5;
}
IL_006b:
{
}
try
{// begin try (depth: 1)
AsttreeU5BU5D_tE39DE20957B9B03A0B041FC6B97DC9F2FC6C807C* L_17 = __this->___fields_3;
int32_t L_18 = V_1;
XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_19 = V_0;
int32_t L_20 = V_1;
NullCheck(L_19);
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_21;
L_21 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_19, L_20);
NullCheck(((XmlSchemaXPath_t1C3193CCD8056E55DEC3C6E74DE25859AD88D76A*)CastclassClass((RuntimeObject*)L_21, XmlSchemaXPath_t1C3193CCD8056E55DEC3C6E74DE25859AD88D76A_il2cpp_TypeInfo_var)));
String_t* L_22;
L_22 = XmlSchemaXPath_get_XPath_m764CFD2F357F485A54A64EF4A6D4D350B1C5F9B0_inline(((XmlSchemaXPath_t1C3193CCD8056E55DEC3C6E74DE25859AD88D76A*)CastclassClass((RuntimeObject*)L_21, XmlSchemaXPath_t1C3193CCD8056E55DEC3C6E74DE25859AD88D76A_il2cpp_TypeInfo_var)), NULL);
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_23 = ___nsmgr1;
Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* L_24 = (Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612*)il2cpp_codegen_object_new(Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612_il2cpp_TypeInfo_var);
NullCheck(L_24);
Asttree__ctor_mAEB354DAEEB6E4D05F703BF0E4EFDAEBF0A70307(L_24, L_22, (bool)1, L_23, NULL);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_24);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(L_18), (Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612*)L_24);
goto IL_00a1;
}// 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_008e;
}
throw e;
}
CATCH_008e:
{// begin catch(System.Xml.Schema.XmlSchemaException)
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_25 = ((XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*));
XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC* L_26 = ___constraint0;
NullCheck(L_26);
XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_27;
L_27 = XmlSchemaIdentityConstraint_get_Fields_m7EA1FDC637E3F316F16D1A93B0C87306B98AC4EC_inline(L_26, NULL);
int32_t L_28 = V_1;
NullCheck(L_27);
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_29;
L_29 = VirtualFuncInvoker1< XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D*, int32_t >::Invoke(29 /* System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObjectCollection::get_Item(System.Int32) */, L_27, L_28);
NullCheck(L_25);
XmlSchemaException_SetSource_m55DECB20EC5FD40324A7E496ABDB82F11AD5EDD9(L_25, L_29, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CompiledIdentityConstraint__ctor_mDF34F05BE2C052B360EF28F0B0DBEF0F0C2359AF_RuntimeMethod_var)));
}// end catch (depth: 1)
IL_00a1:
{
int32_t L_30 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_30, 1));
}
IL_00a5:
{
int32_t L_31 = V_1;
XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_32 = V_0;
NullCheck(L_32);
int32_t L_33;
L_33 = CollectionBase_get_Count_m2BD48A6DDD376554A7956E4B26EC27F9F1E43C72(L_32, NULL);
if ((((int32_t)L_31) < ((int32_t)L_33)))
{
goto IL_006b;
}
}
{
XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC* L_34 = ___constraint0;
if (!((XmlSchemaUnique_tEBE7D2C4A7F2671CB1149A808FB1CACD28729894*)IsInstClass((RuntimeObject*)L_34, XmlSchemaUnique_tEBE7D2C4A7F2671CB1149A808FB1CACD28729894_il2cpp_TypeInfo_var)))
{
goto IL_00be;
}
}
{
__this->___role_1 = 0;
return;
}
IL_00be:
{
XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC* L_35 = ___constraint0;
if (!((XmlSchemaKey_t836677A5C4093746106315B5BB5FC3CA34DE317F*)IsInstClass((RuntimeObject*)L_35, XmlSchemaKey_t836677A5C4093746106315B5BB5FC3CA34DE317F_il2cpp_TypeInfo_var)))
{
goto IL_00ce;
}
}
{
__this->___role_1 = 1;
return;
}
IL_00ce:
{
__this->___role_1 = 2;
XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC* L_36 = ___constraint0;
NullCheck(((XmlSchemaKeyref_t240C2AB1E5EAE4D7486F8E486741591BA7202C28*)CastclassClass((RuntimeObject*)L_36, XmlSchemaKeyref_t240C2AB1E5EAE4D7486F8E486741591BA7202C28_il2cpp_TypeInfo_var)));
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_37;
L_37 = XmlSchemaKeyref_get_Refer_m87D6D4EE542C95EB6EABC076A102533D58E07F4B_inline(((XmlSchemaKeyref_t240C2AB1E5EAE4D7486F8E486741591BA7202C28*)CastclassClass((RuntimeObject*)L_36, XmlSchemaKeyref_t240C2AB1E5EAE4D7486F8E486741591BA7202C28_il2cpp_TypeInfo_var)), NULL);
__this->___refer_4 = L_37;
Il2CppCodeGenWriteBarrier((void**)(&__this->___refer_4), (void*)L_37);
return;
}
}
// System.Void System.Xml.Schema.CompiledIdentityConstraint::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompiledIdentityConstraint__cctor_mE09A19B1C5E81C7D342F348CE4226BFE76A585DC (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* L_0 = (CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E*)il2cpp_codegen_object_new(CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E_il2cpp_TypeInfo_var);
NullCheck(L_0);
CompiledIdentityConstraint__ctor_m57CF42A189BF2B105DE89C5145ED0BC5B1562B43(L_0, NULL);
((CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E_StaticFields*)il2cpp_codegen_static_fields_for(CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E_il2cpp_TypeInfo_var))->___Empty_5 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E_StaticFields*)il2cpp_codegen_static_fields_for(CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E_il2cpp_TypeInfo_var))->___Empty_5), (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
#ifdef __clang__
#pragma 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.ConstraintStruct::get_TableDim()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConstraintStruct_get_TableDim_m43CC829946563AEE96CCC22EF3A88CD5A9A3DCD9 (ConstraintStruct_t2E96C9531B304A8AB791BCB281D58A8E4C6DD714* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___tableDim_5;
return L_0;
}
}
// System.Void System.Xml.Schema.ConstraintStruct::.ctor(System.Xml.Schema.CompiledIdentityConstraint)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConstraintStruct__ctor_mC23F6C5B5C51D1971997E6FC734F630A9D83951A (ConstraintStruct_t2E96C9531B304A8AB791BCB281D58A8E4C6DD714* __this, CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* ___constraint0, 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);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SelectorActiveAxis_t6EF7A9EB1E33A4569C390C88E3FCD71CA4DDC84B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* L_0 = ___constraint0;
__this->___constraint_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___constraint_0), (void*)L_0);
CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* L_1 = ___constraint0;
NullCheck(L_1);
AsttreeU5BU5D_tE39DE20957B9B03A0B041FC6B97DC9F2FC6C807C* L_2;
L_2 = CompiledIdentityConstraint_get_Fields_m4FEE989DD98F9FDE29F0FEB7173A7B31C8EBA9E2_inline(L_1, NULL);
NullCheck(L_2);
__this->___tableDim_5 = ((int32_t)(((RuntimeArray*)L_2)->max_length));
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_3 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
NullCheck(L_3);
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_3, NULL);
__this->___axisFields_2 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___axisFields_2), (void*)L_3);
CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* L_4 = ___constraint0;
NullCheck(L_4);
Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* L_5;
L_5 = CompiledIdentityConstraint_get_Selector_m6035A41031BC9AD2B54A9C5C563C51E7D88A733C_inline(L_4, NULL);
SelectorActiveAxis_t6EF7A9EB1E33A4569C390C88E3FCD71CA4DDC84B* L_6 = (SelectorActiveAxis_t6EF7A9EB1E33A4569C390C88E3FCD71CA4DDC84B*)il2cpp_codegen_object_new(SelectorActiveAxis_t6EF7A9EB1E33A4569C390C88E3FCD71CA4DDC84B_il2cpp_TypeInfo_var);
NullCheck(L_6);
SelectorActiveAxis__ctor_mAF1E1C55C443450BE92AF3F8C38940B5B46E0AFE(L_6, L_5, __this, NULL);
__this->___axisSelector_1 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___axisSelector_1), (void*)L_6);
CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* L_7 = __this->___constraint_0;
NullCheck(L_7);
int32_t L_8;
L_8 = CompiledIdentityConstraint_get_Role_m968CA50512673168BCB15510DC0479CAB63B7DF1_inline(L_7, NULL);
if ((((int32_t)L_8) == ((int32_t)2)))
{
goto IL_0051;
}
}
{
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_9 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
NullCheck(L_9);
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_9, NULL);
__this->___qualifiedTable_3 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&__this->___qualifiedTable_3), (void*)L_9);
}
IL_0051:
{
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.Schema.LocatedActiveAxis::get_Column()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LocatedActiveAxis_get_Column_m3DB79F1A7E88CD7AF7A40D487A9FCF055291DD75 (LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___column_4;
return L_0;
}
}
// System.Void System.Xml.Schema.LocatedActiveAxis::.ctor(System.Xml.Schema.Asttree,System.Xml.Schema.KeySequence,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocatedActiveAxis__ctor_m8D46ECFCD4E6C1C188686442AC1563B26A8463AD (LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004* __this, Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* ___astfield0, KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* ___ks1, int32_t ___column2, const RuntimeMethod* method)
{
{
Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* L_0 = ___astfield0;
ActiveAxis__ctor_m2E4A8742658038AE3F22D6B26D95528C4B4E9872(__this, L_0, NULL);
KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* L_1 = ___ks1;
__this->___Ks_6 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___Ks_6), (void*)L_1);
int32_t L_2 = ___column2;
__this->___column_4 = L_2;
__this->___isMatched_5 = (bool)0;
return;
}
}
// System.Void System.Xml.Schema.LocatedActiveAxis::Reactivate(System.Xml.Schema.KeySequence)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocatedActiveAxis_Reactivate_m936A17917D071CB30AFD69A6573C87B34B50703D (LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004* __this, KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* ___ks0, const RuntimeMethod* method)
{
{
ActiveAxis_Reactivate_mC437C188695D87C6A79F5078738C4AD201EFDA66(__this, NULL);
KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* L_0 = ___ks0;
__this->___Ks_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___Ks_6), (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.Int32 System.Xml.Schema.SelectorActiveAxis::get_lastDepth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SelectorActiveAxis_get_lastDepth_m985DD35294B8D0D0ED941F349908D4B2E8DF773C (SelectorActiveAxis_t6EF7A9EB1E33A4569C390C88E3FCD71CA4DDC84B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->___KSpointer_6;
if (!L_0)
{
goto IL_0026;
}
}
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = __this->___KSs_5;
int32_t L_2 = __this->___KSpointer_6;
NullCheck(L_1);
RuntimeObject* L_3;
L_3 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_1, ((int32_t)il2cpp_codegen_subtract(L_2, 1)));
NullCheck(((KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B*)CastclassClass((RuntimeObject*)L_3, KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B_il2cpp_TypeInfo_var)));
int32_t L_4 = ((KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B*)CastclassClass((RuntimeObject*)L_3, KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B_il2cpp_TypeInfo_var))->___depth_0;
return L_4;
}
IL_0026:
{
return (-1);
}
}
// System.Void System.Xml.Schema.SelectorActiveAxis::.ctor(System.Xml.Schema.Asttree,System.Xml.Schema.ConstraintStruct)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SelectorActiveAxis__ctor_mAF1E1C55C443450BE92AF3F8C38940B5B46E0AFE (SelectorActiveAxis_t6EF7A9EB1E33A4569C390C88E3FCD71CA4DDC84B* __this, Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* ___axisTree0, ConstraintStruct_t2E96C9531B304A8AB791BCB281D58A8E4C6DD714* ___cs1, 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;
}
{
Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* L_0 = ___axisTree0;
ActiveAxis__ctor_m2E4A8742658038AE3F22D6B26D95528C4B4E9872(__this, L_0, NULL);
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->___KSs_5 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___KSs_5), (void*)L_1);
ConstraintStruct_t2E96C9531B304A8AB791BCB281D58A8E4C6DD714* L_2 = ___cs1;
__this->___cs_4 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___cs_4), (void*)L_2);
return;
}
}
// System.Boolean System.Xml.Schema.SelectorActiveAxis::EndElement(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SelectorActiveAxis_EndElement_m34C31EFEDF8E2C43287EB518AB5E1EB41A1A20FD (SelectorActiveAxis_t6EF7A9EB1E33A4569C390C88E3FCD71CA4DDC84B* __this, String_t* ___localname0, String_t* ___URN1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___localname0;
String_t* L_1 = ___URN1;
bool L_2;
L_2 = ActiveAxis_EndElement_m3ED599175777FE63FD45F83816DBBBAC41C35A40(__this, L_0, L_1, NULL);
int32_t L_3 = __this->___KSpointer_6;
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0022;
}
}
{
int32_t L_4;
L_4 = ActiveAxis_get_CurrentDepth_m2DD04D34A2ED3AABBCA3EDF1B763D925B2FDBD9A_inline(__this, NULL);
int32_t L_5;
L_5 = SelectorActiveAxis_get_lastDepth_m985DD35294B8D0D0ED941F349908D4B2E8DF773C(__this, NULL);
if ((!(((uint32_t)L_4) == ((uint32_t)L_5))))
{
goto IL_0022;
}
}
{
return (bool)1;
}
IL_0022:
{
return (bool)0;
}
}
// System.Int32 System.Xml.Schema.SelectorActiveAxis::PushKS(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SelectorActiveAxis_PushKS_mC4DC27A3C861581D44E1ABE40D02954D21B56AA4 (SelectorActiveAxis_t6EF7A9EB1E33A4569C390C88E3FCD71CA4DDC84B* __this, int32_t ___errline0, int32_t ___errcol1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeySequence_t9A8BC185D749C28402EB785808371E47273100CA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* V_0 = NULL;
KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
ConstraintStruct_t2E96C9531B304A8AB791BCB281D58A8E4C6DD714* L_0 = __this->___cs_4;
NullCheck(L_0);
int32_t L_1;
L_1 = ConstraintStruct_get_TableDim_m43CC829946563AEE96CCC22EF3A88CD5A9A3DCD9_inline(L_0, NULL);
int32_t L_2 = ___errline0;
int32_t L_3 = ___errcol1;
KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* L_4 = (KeySequence_t9A8BC185D749C28402EB785808371E47273100CA*)il2cpp_codegen_object_new(KeySequence_t9A8BC185D749C28402EB785808371E47273100CA_il2cpp_TypeInfo_var);
NullCheck(L_4);
KeySequence__ctor_mEF5A22C60E165BBCE08BDFB77C8128137F23A854(L_4, L_1, L_2, L_3, NULL);
V_0 = L_4;
int32_t L_5 = __this->___KSpointer_6;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_6 = __this->___KSs_5;
NullCheck(L_6);
int32_t L_7;
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_6);
if ((((int32_t)L_5) >= ((int32_t)L_7)))
{
goto IL_006a;
}
}
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_8 = __this->___KSs_5;
int32_t L_9 = __this->___KSpointer_6;
NullCheck(L_8);
RuntimeObject* L_10;
L_10 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_8, L_9);
V_1 = ((KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B*)CastclassClass((RuntimeObject*)L_10, KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B_il2cpp_TypeInfo_var));
KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B* L_11 = V_1;
KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* L_12 = V_0;
NullCheck(L_11);
L_11->___ks_1 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&L_11->___ks_1), (void*)L_12);
V_2 = 0;
goto IL_005a;
}
IL_0048:
{
KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B* L_13 = V_1;
NullCheck(L_13);
LocatedActiveAxisU5BU5D_t03F9B2AA4E703CD06373BE448AAF236770E1C5B7* L_14 = L_13->___fields_2;
int32_t L_15 = V_2;
NullCheck(L_14);
int32_t L_16 = L_15;
LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004* L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* L_18 = V_0;
NullCheck(L_17);
LocatedActiveAxis_Reactivate_m936A17917D071CB30AFD69A6573C87B34B50703D(L_17, L_18, NULL);
int32_t L_19 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_19, 1));
}
IL_005a:
{
int32_t L_20 = V_2;
ConstraintStruct_t2E96C9531B304A8AB791BCB281D58A8E4C6DD714* L_21 = __this->___cs_4;
NullCheck(L_21);
int32_t L_22;
L_22 = ConstraintStruct_get_TableDim_m43CC829946563AEE96CCC22EF3A88CD5A9A3DCD9_inline(L_21, NULL);
if ((((int32_t)L_20) < ((int32_t)L_22)))
{
goto IL_0048;
}
}
{
goto IL_00d9;
}
IL_006a:
{
KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* L_23 = V_0;
ConstraintStruct_t2E96C9531B304A8AB791BCB281D58A8E4C6DD714* L_24 = __this->___cs_4;
NullCheck(L_24);
int32_t L_25;
L_25 = ConstraintStruct_get_TableDim_m43CC829946563AEE96CCC22EF3A88CD5A9A3DCD9_inline(L_24, NULL);
KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B* L_26 = (KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B*)il2cpp_codegen_object_new(KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B_il2cpp_TypeInfo_var);
NullCheck(L_26);
KSStruct__ctor_mC296873F73AE969D0779045FB71F17B2B3DEF676(L_26, L_23, L_25, NULL);
V_1 = L_26;
V_3 = 0;
goto IL_00be;
}
IL_0080:
{
KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B* L_27 = V_1;
NullCheck(L_27);
LocatedActiveAxisU5BU5D_t03F9B2AA4E703CD06373BE448AAF236770E1C5B7* L_28 = L_27->___fields_2;
int32_t L_29 = V_3;
ConstraintStruct_t2E96C9531B304A8AB791BCB281D58A8E4C6DD714* L_30 = __this->___cs_4;
NullCheck(L_30);
CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* L_31 = L_30->___constraint_0;
NullCheck(L_31);
AsttreeU5BU5D_tE39DE20957B9B03A0B041FC6B97DC9F2FC6C807C* L_32;
L_32 = CompiledIdentityConstraint_get_Fields_m4FEE989DD98F9FDE29F0FEB7173A7B31C8EBA9E2_inline(L_31, NULL);
int32_t L_33 = V_3;
NullCheck(L_32);
int32_t L_34 = L_33;
Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* L_36 = V_0;
int32_t L_37 = V_3;
LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004* L_38 = (LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004*)il2cpp_codegen_object_new(LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004_il2cpp_TypeInfo_var);
NullCheck(L_38);
LocatedActiveAxis__ctor_m8D46ECFCD4E6C1C188686442AC1563B26A8463AD(L_38, L_35, L_36, L_37, NULL);
NullCheck(L_28);
ArrayElementTypeCheck (L_28, L_38);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(L_29), (LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004*)L_38);
ConstraintStruct_t2E96C9531B304A8AB791BCB281D58A8E4C6DD714* L_39 = __this->___cs_4;
NullCheck(L_39);
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_40 = L_39->___axisFields_2;
KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B* L_41 = V_1;
NullCheck(L_41);
LocatedActiveAxisU5BU5D_t03F9B2AA4E703CD06373BE448AAF236770E1C5B7* L_42 = L_41->___fields_2;
int32_t L_43 = V_3;
NullCheck(L_42);
int32_t L_44 = L_43;
LocatedActiveAxis_t876E96D83316D0F9E7895219D2FA36068C441004* L_45 = (L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
NullCheck(L_40);
int32_t L_46;
L_46 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_40, L_45);
int32_t L_47 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_47, 1));
}
IL_00be:
{
int32_t L_48 = V_3;
ConstraintStruct_t2E96C9531B304A8AB791BCB281D58A8E4C6DD714* L_49 = __this->___cs_4;
NullCheck(L_49);
int32_t L_50;
L_50 = ConstraintStruct_get_TableDim_m43CC829946563AEE96CCC22EF3A88CD5A9A3DCD9_inline(L_49, NULL);
if ((((int32_t)L_48) < ((int32_t)L_50)))
{
goto IL_0080;
}
}
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_51 = __this->___KSs_5;
KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B* L_52 = V_1;
NullCheck(L_51);
int32_t L_53;
L_53 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_51, L_52);
}
IL_00d9:
{
KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B* L_54 = V_1;
int32_t L_55;
L_55 = ActiveAxis_get_CurrentDepth_m2DD04D34A2ED3AABBCA3EDF1B763D925B2FDBD9A_inline(__this, NULL);
NullCheck(L_54);
L_54->___depth_0 = ((int32_t)il2cpp_codegen_subtract(L_55, 1));
int32_t L_56 = __this->___KSpointer_6;
V_4 = L_56;
int32_t L_57 = V_4;
__this->___KSpointer_6 = ((int32_t)il2cpp_codegen_add(L_57, 1));
int32_t L_58 = V_4;
return L_58;
}
}
// System.Xml.Schema.KeySequence System.Xml.Schema.SelectorActiveAxis::PopKS()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* SelectorActiveAxis_PopKS_mF3D78944FF3E569359C1872BA00036164B2070CC (SelectorActiveAxis_t6EF7A9EB1E33A4569C390C88E3FCD71CA4DDC84B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->___KSs_5;
int32_t L_1 = __this->___KSpointer_6;
V_0 = ((int32_t)il2cpp_codegen_subtract(L_1, 1));
int32_t L_2 = V_0;
__this->___KSpointer_6 = L_2;
int32_t L_3 = V_0;
NullCheck(L_0);
RuntimeObject* L_4;
L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_3);
NullCheck(((KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B*)CastclassClass((RuntimeObject*)L_4, KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B_il2cpp_TypeInfo_var)));
KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* L_5 = ((KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B*)CastclassClass((RuntimeObject*)L_4, KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B_il2cpp_TypeInfo_var))->___ks_1;
return L_5;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.KSStruct::.ctor(System.Xml.Schema.KeySequence,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KSStruct__ctor_mC296873F73AE969D0779045FB71F17B2B3DEF676 (KSStruct_tBE0E1FBFE07CC6162F018AAA56AE0961BEC1E06B* __this, KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* ___ks0, int32_t ___dim1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocatedActiveAxisU5BU5D_t03F9B2AA4E703CD06373BE448AAF236770E1C5B7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* L_0 = ___ks0;
__this->___ks_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___ks_1), (void*)L_0);
int32_t L_1 = ___dim1;
LocatedActiveAxisU5BU5D_t03F9B2AA4E703CD06373BE448AAF236770E1C5B7* L_2 = (LocatedActiveAxisU5BU5D_t03F9B2AA4E703CD06373BE448AAF236770E1C5B7*)(LocatedActiveAxisU5BU5D_t03F9B2AA4E703CD06373BE448AAF236770E1C5B7*)SZArrayNew(LocatedActiveAxisU5BU5D_t03F9B2AA4E703CD06373BE448AAF236770E1C5B7_il2cpp_TypeInfo_var, (uint32_t)L_1);
__this->___fields_2 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___fields_2), (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.Int32 System.Xml.Schema.TypedObject::get_Dim()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TypedObject_get_Dim_mE06DAEF6C918729FB67D32C3AA092201DDC8F886 (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___dim_4;
return L_0;
}
}
// System.Boolean System.Xml.Schema.TypedObject::get_IsList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypedObject_get_IsList_mE57BEB29AE52CDF7A7E7AE5AF0C6651FDE19C8E5 (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___isList_5;
return L_0;
}
}
// System.Boolean System.Xml.Schema.TypedObject::get_IsDecimal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypedObject_get_IsDecimal_m6532B2D0C072EFE7D922DFED2D72F8A355B27E61 (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, const RuntimeMethod* method)
{
{
DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* L_0 = __this->___dstruct_0;
NullCheck(L_0);
bool L_1;
L_1 = DecimalStruct_get_IsDecimal_m8CF71AB0D3989332D57B4924C63592B3D3F4CE5D_inline(L_0, NULL);
return L_1;
}
}
// System.Decimal[] System.Xml.Schema.TypedObject::get_Dvalue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* TypedObject_get_Dvalue_m4DFC83C1B1E612F1D4F3EAD972CAFF915EC17A67 (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, const RuntimeMethod* method)
{
{
DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* L_0 = __this->___dstruct_0;
NullCheck(L_0);
DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* L_1;
L_1 = DecimalStruct_get_Dvalue_m646B51C36A2B924C0A6DF19A6D6FBE394FBC378B_inline(L_0, NULL);
return L_1;
}
}
// System.Object System.Xml.Schema.TypedObject::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TypedObject_get_Value_m955EB3C4D9DFAEE729115D1BB11CE5C645BD25BC (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___ovalue_1;
return L_0;
}
}
// System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.TypedObject::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* TypedObject_get_Type_m0718A9DA701743FD34EC6C4A1F5C004152B52E54 (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, const RuntimeMethod* method)
{
{
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = __this->___xsdtype_3;
return L_0;
}
}
// System.Void System.Xml.Schema.TypedObject::.ctor(System.Object,System.String,System.Xml.Schema.XmlSchemaDatatype)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypedObject__ctor_m277BCD667BB3331787F2B8928208F25A1A3CCAB3 (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, RuntimeObject* ___obj0, String_t* ___svalue1, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___xsdtype2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
__this->___dim_4 = 1;
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
RuntimeObject* L_0 = ___obj0;
__this->___ovalue_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___ovalue_1), (void*)L_0);
String_t* L_1 = ___svalue1;
__this->___svalue_2 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___svalue_2), (void*)L_1);
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_2 = ___xsdtype2;
__this->___xsdtype_3 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___xsdtype_3), (void*)L_2);
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3 = ___xsdtype2;
NullCheck(L_3);
int32_t L_4;
L_4 = VirtualFuncInvoker0< int32_t >::Invoke(7 /* System.Xml.Schema.XmlSchemaDatatypeVariety System.Xml.Schema.XmlSchemaDatatype::get_Variety() */, L_3);
if ((((int32_t)L_4) == ((int32_t)1)))
{
goto IL_003b;
}
}
{
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5 = ___xsdtype2;
if (((Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4*)IsInstClass((RuntimeObject*)L_5, Datatype_base64Binary_t5C6C76948C79288E3EF132F26962260ABBBD1FA4_il2cpp_TypeInfo_var)))
{
goto IL_003b;
}
}
{
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_6 = ___xsdtype2;
if (!((Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7*)IsInstClass((RuntimeObject*)L_6, Datatype_hexBinary_tB75C3D93C24F99BDCB21267E16EB362E708CC2B7_il2cpp_TypeInfo_var)))
{
goto IL_0053;
}
}
IL_003b:
{
__this->___isList_5 = (bool)1;
RuntimeObject* L_7 = ___obj0;
NullCheck(((RuntimeArray*)CastclassClass((RuntimeObject*)L_7, RuntimeArray_il2cpp_TypeInfo_var)));
int32_t L_8;
L_8 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(((RuntimeArray*)CastclassClass((RuntimeObject*)L_7, RuntimeArray_il2cpp_TypeInfo_var)), NULL);
__this->___dim_4 = L_8;
}
IL_0053:
{
return;
}
}
// System.String System.Xml.Schema.TypedObject::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TypedObject_ToString_m9FE033AE53FA7E602E9A8923BC9378E927F7695E (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___svalue_2;
return L_0;
}
}
// System.Void System.Xml.Schema.TypedObject::SetDecimal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypedObject_SetDecimal_mC254F8D97F896A16AF1D858BC61C30B2F80C9EE7 (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, 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*)&DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeArray_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* L_0 = __this->___dstruct_0;
if (!L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_1 = __this->___xsdtype_3;
NullCheck(L_1);
int32_t L_2;
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlSchemaDatatype::get_TypeCode() */, L_1);
V_0 = L_2;
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)14))))
{
goto IL_0025;
}
}
{
int32_t L_4 = V_0;
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((int32_t)40)))) <= ((uint32_t)((int32_t)12)))))
{
goto IL_00b6;
}
}
IL_0025:
{
bool L_5 = __this->___isList_5;
if (!L_5)
{
goto IL_007d;
}
}
{
int32_t L_6 = __this->___dim_4;
DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* L_7 = (DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1*)il2cpp_codegen_object_new(DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1_il2cpp_TypeInfo_var);
NullCheck(L_7);
DecimalStruct__ctor_m027A72410E5382746F6EAEC61DF99FE2D7F9747E(L_7, L_6, NULL);
__this->___dstruct_0 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&__this->___dstruct_0), (void*)L_7);
V_1 = 0;
goto IL_0072;
}
IL_0042:
{
DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* L_8 = __this->___dstruct_0;
NullCheck(L_8);
DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* L_9;
L_9 = DecimalStruct_get_Dvalue_m646B51C36A2B924C0A6DF19A6D6FBE394FBC378B_inline(L_8, NULL);
int32_t L_10 = V_1;
RuntimeObject* L_11 = __this->___ovalue_1;
int32_t L_12 = V_1;
NullCheck(((RuntimeArray*)CastclassClass((RuntimeObject*)L_11, RuntimeArray_il2cpp_TypeInfo_var)));
RuntimeObject* L_13;
L_13 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21(((RuntimeArray*)CastclassClass((RuntimeObject*)L_11, RuntimeArray_il2cpp_TypeInfo_var)), L_12, NULL);
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_14;
L_14 = NumberFormatInfo_get_InvariantInfo_m08BD3BFBBBE015F2EDCF6DE969ACFB327E453621(NULL);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_15;
L_15 = Convert_ToDecimal_m1CAD30F8AE6C0BE6D4A74023962A6536AA764ADA(L_13, L_14, NULL);
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F)L_15);
int32_t L_16 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_16, 1));
}
IL_0072:
{
int32_t L_17 = V_1;
int32_t L_18 = __this->___dim_4;
if ((((int32_t)L_17) < ((int32_t)L_18)))
{
goto IL_0042;
}
}
{
goto IL_00a9;
}
IL_007d:
{
DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* L_19 = (DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1*)il2cpp_codegen_object_new(DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1_il2cpp_TypeInfo_var);
NullCheck(L_19);
DecimalStruct__ctor_m77E8AB45E3AF658622DC1520D9365AF295D5336D(L_19, NULL);
__this->___dstruct_0 = L_19;
Il2CppCodeGenWriteBarrier((void**)(&__this->___dstruct_0), (void*)L_19);
DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* L_20 = __this->___dstruct_0;
NullCheck(L_20);
DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* L_21;
L_21 = DecimalStruct_get_Dvalue_m646B51C36A2B924C0A6DF19A6D6FBE394FBC378B_inline(L_20, NULL);
RuntimeObject* L_22 = __this->___ovalue_1;
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_23;
L_23 = NumberFormatInfo_get_InvariantInfo_m08BD3BFBBBE015F2EDCF6DE969ACFB327E453621(NULL);
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_24;
L_24 = Convert_ToDecimal_m1CAD30F8AE6C0BE6D4A74023962A6536AA764ADA(L_22, L_23, NULL);
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F)L_24);
}
IL_00a9:
{
DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* L_25 = __this->___dstruct_0;
NullCheck(L_25);
DecimalStruct_set_IsDecimal_m22C0BC4D25614EB5D8802E1369401D08BBB95F27_inline(L_25, (bool)1, NULL);
return;
}
IL_00b6:
{
bool L_26 = __this->___isList_5;
if (!L_26)
{
goto IL_00d0;
}
}
{
int32_t L_27 = __this->___dim_4;
DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* L_28 = (DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1*)il2cpp_codegen_object_new(DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1_il2cpp_TypeInfo_var);
NullCheck(L_28);
DecimalStruct__ctor_m027A72410E5382746F6EAEC61DF99FE2D7F9747E(L_28, L_27, NULL);
__this->___dstruct_0 = L_28;
Il2CppCodeGenWriteBarrier((void**)(&__this->___dstruct_0), (void*)L_28);
return;
}
IL_00d0:
{
DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* L_29 = (DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1*)il2cpp_codegen_object_new(DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1_il2cpp_TypeInfo_var);
NullCheck(L_29);
DecimalStruct__ctor_m77E8AB45E3AF658622DC1520D9365AF295D5336D(L_29, NULL);
__this->___dstruct_0 = L_29;
Il2CppCodeGenWriteBarrier((void**)(&__this->___dstruct_0), (void*)L_29);
return;
}
}
// System.Boolean System.Xml.Schema.TypedObject::ListDValueEquals(System.Xml.Schema.TypedObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypedObject_ListDValueEquals_m913319306D326935E78B206FD6BF6DBC655A5FBD (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* ___other0, 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_0029;
}
IL_0004:
{
DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* L_0;
L_0 = TypedObject_get_Dvalue_m4DFC83C1B1E612F1D4F3EAD972CAFF915EC17A67(__this, NULL);
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_4 = ___other0;
NullCheck(L_4);
DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* L_5;
L_5 = TypedObject_get_Dvalue_m4DFC83C1B1E612F1D4F3EAD972CAFF915EC17A67(L_4, NULL);
int32_t L_6 = V_0;
NullCheck(L_5);
int32_t L_7 = L_6;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var);
bool L_9;
L_9 = Decimal_op_Inequality_m11FF862E6156770CB52AEC78AB4D7D96358B25AA(L_3, L_8, NULL);
if (!L_9)
{
goto IL_0025;
}
}
{
return (bool)0;
}
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;
int32_t L_12;
L_12 = TypedObject_get_Dim_mE06DAEF6C918729FB67D32C3AA092201DDC8F886_inline(__this, NULL);
if ((((int32_t)L_11) < ((int32_t)L_12)))
{
goto IL_0004;
}
}
{
return (bool)1;
}
}
// System.Boolean System.Xml.Schema.TypedObject::Equals(System.Xml.Schema.TypedObject)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypedObject_Equals_mB1C0ACBE1F02176472287CAD83D772D3823DD11C (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* ___other0, 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;
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* V_1 = NULL;
RuntimeArray* V_2 = NULL;
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* V_3 = NULL;
{
int32_t L_0;
L_0 = TypedObject_get_Dim_mE06DAEF6C918729FB67D32C3AA092201DDC8F886_inline(__this, NULL);
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_1 = ___other0;
NullCheck(L_1);
int32_t L_2;
L_2 = TypedObject_get_Dim_mE06DAEF6C918729FB67D32C3AA092201DDC8F886_inline(L_1, NULL);
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0010;
}
}
{
return (bool)0;
}
IL_0010:
{
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_3;
L_3 = TypedObject_get_Type_m0718A9DA701743FD34EC6C4A1F5C004152B52E54_inline(__this, NULL);
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_4 = ___other0;
NullCheck(L_4);
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_5;
L_5 = TypedObject_get_Type_m0718A9DA701743FD34EC6C4A1F5C004152B52E54_inline(L_4, NULL);
if ((((RuntimeObject*)(XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D*)L_3) == ((RuntimeObject*)(XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D*)L_5)))
{
goto IL_0057;
}
}
{
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_6;
L_6 = TypedObject_get_Type_m0718A9DA701743FD34EC6C4A1F5C004152B52E54_inline(__this, NULL);
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_7 = ___other0;
NullCheck(L_7);
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_8;
L_8 = TypedObject_get_Type_m0718A9DA701743FD34EC6C4A1F5C004152B52E54_inline(L_7, NULL);
NullCheck(L_6);
bool L_9;
L_9 = VirtualFuncInvoker1< bool, XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* >::Invoke(24 /* System.Boolean System.Xml.Schema.XmlSchemaDatatype::IsComparable(System.Xml.Schema.XmlSchemaDatatype) */, L_6, L_8);
if (L_9)
{
goto IL_0033;
}
}
{
return (bool)0;
}
IL_0033:
{
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_10 = ___other0;
NullCheck(L_10);
TypedObject_SetDecimal_mC254F8D97F896A16AF1D858BC61C30B2F80C9EE7(L_10, NULL);
TypedObject_SetDecimal_mC254F8D97F896A16AF1D858BC61C30B2F80C9EE7(__this, NULL);
bool L_11;
L_11 = TypedObject_get_IsDecimal_m6532B2D0C072EFE7D922DFED2D72F8A355B27E61(__this, NULL);
if (!L_11)
{
goto IL_0057;
}
}
{
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_12 = ___other0;
NullCheck(L_12);
bool L_13;
L_13 = TypedObject_get_IsDecimal_m6532B2D0C072EFE7D922DFED2D72F8A355B27E61(L_12, NULL);
if (!L_13)
{
goto IL_0057;
}
}
{
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_14 = ___other0;
bool L_15;
L_15 = TypedObject_ListDValueEquals_m913319306D326935E78B206FD6BF6DBC655A5FBD(__this, L_14, NULL);
return L_15;
}
IL_0057:
{
bool L_16;
L_16 = TypedObject_get_IsList_mE57BEB29AE52CDF7A7E7AE5AF0C6651FDE19C8E5_inline(__this, NULL);
if (!L_16)
{
goto IL_00d1;
}
}
{
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_17 = ___other0;
NullCheck(L_17);
bool L_18;
L_18 = TypedObject_get_IsList_mE57BEB29AE52CDF7A7E7AE5AF0C6651FDE19C8E5_inline(L_17, NULL);
if (!L_18)
{
goto IL_0082;
}
}
{
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_19;
L_19 = TypedObject_get_Type_m0718A9DA701743FD34EC6C4A1F5C004152B52E54_inline(__this, NULL);
RuntimeObject* L_20;
L_20 = TypedObject_get_Value_m955EB3C4D9DFAEE729115D1BB11CE5C645BD25BC_inline(__this, NULL);
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_21 = ___other0;
NullCheck(L_21);
RuntimeObject* L_22;
L_22 = TypedObject_get_Value_m955EB3C4D9DFAEE729115D1BB11CE5C645BD25BC_inline(L_21, NULL);
NullCheck(L_19);
int32_t L_23;
L_23 = VirtualFuncInvoker2< int32_t, RuntimeObject*, RuntimeObject* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlSchemaDatatype::Compare(System.Object,System.Object) */, L_19, L_20, L_22);
return (bool)((((int32_t)L_23) == ((int32_t)0))? 1 : 0);
}
IL_0082:
{
RuntimeObject* L_24;
L_24 = TypedObject_get_Value_m955EB3C4D9DFAEE729115D1BB11CE5C645BD25BC_inline(__this, NULL);
V_0 = ((RuntimeArray*)IsInstClass((RuntimeObject*)L_24, RuntimeArray_il2cpp_TypeInfo_var));
RuntimeArray* L_25 = V_0;
V_1 = ((XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409*)IsInst((RuntimeObject*)L_25, XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409_il2cpp_TypeInfo_var));
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* L_26 = V_1;
if (!L_26)
{
goto IL_00b3;
}
}
{
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* L_27 = V_1;
NullCheck(L_27);
if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_27)->max_length))) == ((uint32_t)1))))
{
goto IL_00b1;
}
}
{
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* L_28 = V_1;
NullCheck((RuntimeArray*)L_28);
RuntimeObject* L_29;
L_29 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21((RuntimeArray*)L_28, 0, NULL);
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_30 = ___other0;
NullCheck(L_30);
RuntimeObject* L_31;
L_31 = TypedObject_get_Value_m955EB3C4D9DFAEE729115D1BB11CE5C645BD25BC_inline(L_30, NULL);
NullCheck(L_29);
bool L_32;
L_32 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_29, L_31);
return L_32;
}
IL_00b1:
{
return (bool)0;
}
IL_00b3:
{
RuntimeArray* L_33 = V_0;
NullCheck(L_33);
int32_t L_34;
L_34 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(L_33, NULL);
if ((!(((uint32_t)L_34) == ((uint32_t)1))))
{
goto IL_00cf;
}
}
{
RuntimeArray* L_35 = V_0;
NullCheck(L_35);
RuntimeObject* L_36;
L_36 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21(L_35, 0, NULL);
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_37 = ___other0;
NullCheck(L_37);
RuntimeObject* L_38;
L_38 = TypedObject_get_Value_m955EB3C4D9DFAEE729115D1BB11CE5C645BD25BC_inline(L_37, NULL);
NullCheck(L_36);
bool L_39;
L_39 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_36, L_38);
return L_39;
}
IL_00cf:
{
return (bool)0;
}
IL_00d1:
{
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_40 = ___other0;
NullCheck(L_40);
bool L_41;
L_41 = TypedObject_get_IsList_mE57BEB29AE52CDF7A7E7AE5AF0C6651FDE19C8E5_inline(L_40, NULL);
if (!L_41)
{
goto IL_0128;
}
}
{
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_42 = ___other0;
NullCheck(L_42);
RuntimeObject* L_43;
L_43 = TypedObject_get_Value_m955EB3C4D9DFAEE729115D1BB11CE5C645BD25BC_inline(L_42, NULL);
V_2 = ((RuntimeArray*)IsInstClass((RuntimeObject*)L_43, RuntimeArray_il2cpp_TypeInfo_var));
RuntimeArray* L_44 = V_2;
V_3 = ((XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409*)IsInst((RuntimeObject*)L_44, XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409_il2cpp_TypeInfo_var));
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* L_45 = V_3;
if (!L_45)
{
goto IL_010a;
}
}
{
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* L_46 = V_3;
NullCheck(L_46);
if ((!(((uint32_t)((int32_t)(((RuntimeArray*)L_46)->max_length))) == ((uint32_t)1))))
{
goto IL_0108;
}
}
{
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* L_47 = V_3;
NullCheck((RuntimeArray*)L_47);
RuntimeObject* L_48;
L_48 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21((RuntimeArray*)L_47, 0, NULL);
RuntimeObject* L_49;
L_49 = TypedObject_get_Value_m955EB3C4D9DFAEE729115D1BB11CE5C645BD25BC_inline(__this, NULL);
NullCheck(L_48);
bool L_50;
L_50 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_48, L_49);
return L_50;
}
IL_0108:
{
return (bool)0;
}
IL_010a:
{
RuntimeArray* L_51 = V_2;
NullCheck(L_51);
int32_t L_52;
L_52 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(L_51, NULL);
if ((!(((uint32_t)L_52) == ((uint32_t)1))))
{
goto IL_0126;
}
}
{
RuntimeArray* L_53 = V_2;
NullCheck(L_53);
RuntimeObject* L_54;
L_54 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21(L_53, 0, NULL);
RuntimeObject* L_55;
L_55 = TypedObject_get_Value_m955EB3C4D9DFAEE729115D1BB11CE5C645BD25BC_inline(__this, NULL);
NullCheck(L_54);
bool L_56;
L_56 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_54, L_55);
return L_56;
}
IL_0126:
{
return (bool)0;
}
IL_0128:
{
RuntimeObject* L_57;
L_57 = TypedObject_get_Value_m955EB3C4D9DFAEE729115D1BB11CE5C645BD25BC_inline(__this, NULL);
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_58 = ___other0;
NullCheck(L_58);
RuntimeObject* L_59;
L_59 = TypedObject_get_Value_m955EB3C4D9DFAEE729115D1BB11CE5C645BD25BC_inline(L_58, NULL);
NullCheck(L_57);
bool L_60;
L_60 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_57, L_59);
return L_60;
}
}
#ifdef __clang__
#pragma 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.TypedObject/DecimalStruct::get_IsDecimal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DecimalStruct_get_IsDecimal_m8CF71AB0D3989332D57B4924C63592B3D3F4CE5D (DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___isDecimal_0;
return L_0;
}
}
// System.Void System.Xml.Schema.TypedObject/DecimalStruct::set_IsDecimal(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecimalStruct_set_IsDecimal_m22C0BC4D25614EB5D8802E1369401D08BBB95F27 (DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___isDecimal_0 = L_0;
return;
}
}
// System.Decimal[] System.Xml.Schema.TypedObject/DecimalStruct::get_Dvalue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* DecimalStruct_get_Dvalue_m646B51C36A2B924C0A6DF19A6D6FBE394FBC378B (DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* __this, const RuntimeMethod* method)
{
{
DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* L_0 = __this->___dvalue_1;
return L_0;
}
}
// System.Void System.Xml.Schema.TypedObject/DecimalStruct::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecimalStruct__ctor_m77E8AB45E3AF658622DC1520D9365AF295D5336D (DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* L_0 = (DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615*)(DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615*)SZArrayNew(DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615_il2cpp_TypeInfo_var, (uint32_t)1);
__this->___dvalue_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___dvalue_1), (void*)L_0);
return;
}
}
// System.Void System.Xml.Schema.TypedObject/DecimalStruct::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DecimalStruct__ctor_m027A72410E5382746F6EAEC61DF99FE2D7F9747E (DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* __this, int32_t ___dim0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___dim0;
DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* L_1 = (DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615*)(DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615*)SZArrayNew(DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615_il2cpp_TypeInfo_var, (uint32_t)L_0);
__this->___dvalue_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___dvalue_1), (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.KeySequence::.ctor(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeySequence__ctor_mEF5A22C60E165BBCE08BDFB77C8128137F23A854 (KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* __this, int32_t ___dim0, int32_t ___line1, int32_t ___col2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
__this->___hashcode_2 = (-1);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___dim0;
__this->___dim_1 = L_0;
int32_t L_1 = ___dim0;
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_2 = (TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A*)(TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A*)SZArrayNew(TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A_il2cpp_TypeInfo_var, (uint32_t)L_1);
__this->___ks_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___ks_0), (void*)L_2);
int32_t L_3 = ___line1;
__this->___posline_3 = L_3;
int32_t L_4 = ___col2;
__this->___poscol_4 = L_4;
return;
}
}
// System.Int32 System.Xml.Schema.KeySequence::get_PosLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeySequence_get_PosLine_mA23828C7C5E29F53F24323AF63E8817F0CEE002B (KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___posline_3;
return L_0;
}
}
// System.Int32 System.Xml.Schema.KeySequence::get_PosCol()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeySequence_get_PosCol_mA0F718C59BF785275C532C37AA2C6244C2108F05 (KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___poscol_4;
return L_0;
}
}
// System.Object System.Xml.Schema.KeySequence::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* KeySequence_get_Item_m3A19EF766927B6088A4C59AB42EDE0FD23E5735C (KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* __this, int32_t ___index0, const RuntimeMethod* method)
{
{
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_0 = __this->___ks_0;
int32_t L_1 = ___index0;
NullCheck(L_0);
int32_t L_2 = L_1;
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return L_3;
}
}
// System.Void System.Xml.Schema.KeySequence::set_Item(System.Int32,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeySequence_set_Item_m2E2156333034F1DFA7C1F7B7E9F608C42C1F0834 (KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* __this, int32_t ___index0, RuntimeObject* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_0 = __this->___ks_0;
int32_t L_1 = ___index0;
RuntimeObject* L_2 = ___value1;
NullCheck(L_0);
ArrayElementTypeCheck (L_0, ((TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97*)CastclassClass((RuntimeObject*)L_2, TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97_il2cpp_TypeInfo_var)));
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97*)((TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97*)CastclassClass((RuntimeObject*)L_2, TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97_il2cpp_TypeInfo_var)));
return;
}
}
// System.Boolean System.Xml.Schema.KeySequence::IsQualified()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeySequence_IsQualified_mB6736AF3FA499E5DAC24B5F54A2E1BC0740067A3 (KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_0023;
}
IL_0004:
{
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_0 = __this->___ks_0;
int32_t L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = L_1;
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
if (!L_3)
{
goto IL_001d;
}
}
{
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_4 = __this->___ks_0;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = L_5;
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
NullCheck(L_7);
RuntimeObject* L_8;
L_8 = TypedObject_get_Value_m955EB3C4D9DFAEE729115D1BB11CE5C645BD25BC_inline(L_7, NULL);
if (L_8)
{
goto IL_001f;
}
}
IL_001d:
{
return (bool)0;
}
IL_001f:
{
int32_t L_9 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_9, 1));
}
IL_0023:
{
int32_t L_10 = V_0;
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_11 = __this->___ks_0;
NullCheck(L_11);
if ((((int32_t)L_10) < ((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))))
{
goto IL_0004;
}
}
{
return (bool)1;
}
}
// System.Int32 System.Xml.Schema.KeySequence::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t KeySequence_GetHashCode_m00B936E0C89523FC70A9FC2E7D066F3590141D25 (KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* __this, 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);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
RuntimeArray* V_2 = NULL;
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
int32_t L_0 = __this->___hashcode_2;
if ((((int32_t)L_0) == ((int32_t)(-1))))
{
goto IL_0010;
}
}
{
int32_t L_1 = __this->___hashcode_2;
return L_1;
}
IL_0010:
{
__this->___hashcode_2 = 0;
V_0 = 0;
goto IL_014d;
}
IL_001e:
{
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_2 = __this->___ks_0;
int32_t L_3 = V_0;
NullCheck(L_2);
int32_t L_4 = L_3;
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
NullCheck(L_5);
TypedObject_SetDecimal_mC254F8D97F896A16AF1D858BC61C30B2F80C9EE7(L_5, NULL);
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_6 = __this->___ks_0;
int32_t L_7 = V_0;
NullCheck(L_6);
int32_t L_8 = L_7;
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
NullCheck(L_9);
bool L_10;
L_10 = TypedObject_get_IsDecimal_m6532B2D0C072EFE7D922DFED2D72F8A355B27E61(L_9, NULL);
if (!L_10)
{
goto IL_007c;
}
}
{
V_1 = 0;
goto IL_0067;
}
IL_003e:
{
int32_t L_11 = __this->___hashcode_2;
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_12 = __this->___ks_0;
int32_t L_13 = V_0;
NullCheck(L_12);
int32_t L_14 = L_13;
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
NullCheck(L_15);
DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* L_16;
L_16 = TypedObject_get_Dvalue_m4DFC83C1B1E612F1D4F3EAD972CAFF915EC17A67(L_15, NULL);
int32_t L_17 = V_1;
NullCheck(L_16);
int32_t L_18;
L_18 = Decimal_GetHashCode_m66F324087D323E0783EA339024D989FF5568E960(((L_16)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_17))), NULL);
__this->___hashcode_2 = ((int32_t)il2cpp_codegen_add(L_11, L_18));
int32_t L_19 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_19, 1));
}
IL_0067:
{
int32_t L_20 = V_1;
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_21 = __this->___ks_0;
int32_t L_22 = V_0;
NullCheck(L_21);
int32_t L_23 = L_22;
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_24 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_23));
NullCheck(L_24);
int32_t L_25;
L_25 = TypedObject_get_Dim_mE06DAEF6C918729FB67D32C3AA092201DDC8F886_inline(L_24, NULL);
if ((((int32_t)L_20) < ((int32_t)L_25)))
{
goto IL_003e;
}
}
{
goto IL_0149;
}
IL_007c:
{
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_26 = __this->___ks_0;
int32_t L_27 = V_0;
NullCheck(L_26);
int32_t L_28 = L_27;
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
NullCheck(L_29);
RuntimeObject* L_30;
L_30 = TypedObject_get_Value_m955EB3C4D9DFAEE729115D1BB11CE5C645BD25BC_inline(L_29, NULL);
V_2 = ((RuntimeArray*)IsInstClass((RuntimeObject*)L_30, RuntimeArray_il2cpp_TypeInfo_var));
RuntimeArray* L_31 = V_2;
if (!L_31)
{
goto IL_012a;
}
}
{
RuntimeArray* L_32 = V_2;
V_3 = ((XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409*)IsInst((RuntimeObject*)L_32, XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409_il2cpp_TypeInfo_var));
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* L_33 = V_3;
if (!L_33)
{
goto IL_00d7;
}
}
{
V_4 = 0;
goto IL_00ce;
}
IL_00a4:
{
int32_t L_34 = __this->___hashcode_2;
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* L_35 = V_3;
int32_t L_36 = V_4;
NullCheck((RuntimeArray*)L_35);
RuntimeObject* L_37;
L_37 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21((RuntimeArray*)L_35, L_36, NULL);
NullCheck(((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_37, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)));
RuntimeObject* L_38;
L_38 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(6 /* System.Object System.Xml.XPath.XPathItem::get_TypedValue() */, ((XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56*)CastclassSealed((RuntimeObject*)L_37, XmlAtomicValue_t916FF4B4DC387DA422F7E2C2326D6B28CFFCDE56_il2cpp_TypeInfo_var)));
NullCheck(L_38);
int32_t L_39;
L_39 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_38);
__this->___hashcode_2 = ((int32_t)il2cpp_codegen_add(L_34, L_39));
int32_t L_40 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_40, 1));
}
IL_00ce:
{
int32_t L_41 = V_4;
XmlAtomicValueU5BU5D_t4551012B10612E9BE1319B781AA566174038F409* L_42 = V_3;
NullCheck(L_42);
if ((((int32_t)L_41) < ((int32_t)((int32_t)(((RuntimeArray*)L_42)->max_length)))))
{
goto IL_00a4;
}
}
{
goto IL_0149;
}
IL_00d7:
{
V_5 = 0;
goto IL_010d;
}
IL_00dc:
{
int32_t L_43 = __this->___hashcode_2;
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_44 = __this->___ks_0;
int32_t L_45 = V_0;
NullCheck(L_44);
int32_t L_46 = L_45;
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_47 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_46));
NullCheck(L_47);
RuntimeObject* L_48;
L_48 = TypedObject_get_Value_m955EB3C4D9DFAEE729115D1BB11CE5C645BD25BC_inline(L_47, NULL);
int32_t L_49 = V_5;
NullCheck(((RuntimeArray*)CastclassClass((RuntimeObject*)L_48, RuntimeArray_il2cpp_TypeInfo_var)));
RuntimeObject* L_50;
L_50 = Array_GetValue_m007D247B8A6FE5BD60FD1CD510A714A416F2BA21(((RuntimeArray*)CastclassClass((RuntimeObject*)L_48, RuntimeArray_il2cpp_TypeInfo_var)), L_49, NULL);
NullCheck(L_50);
int32_t L_51;
L_51 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_50);
__this->___hashcode_2 = ((int32_t)il2cpp_codegen_add(L_43, L_51));
int32_t L_52 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_52, 1));
}
IL_010d:
{
int32_t L_53 = V_5;
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_54 = __this->___ks_0;
int32_t L_55 = V_0;
NullCheck(L_54);
int32_t L_56 = L_55;
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_57 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_56));
NullCheck(L_57);
RuntimeObject* L_58;
L_58 = TypedObject_get_Value_m955EB3C4D9DFAEE729115D1BB11CE5C645BD25BC_inline(L_57, NULL);
NullCheck(((RuntimeArray*)CastclassClass((RuntimeObject*)L_58, RuntimeArray_il2cpp_TypeInfo_var)));
int32_t L_59;
L_59 = Array_get_Length_m361285FB7CF44045DC369834D1CD01F72F94EF57(((RuntimeArray*)CastclassClass((RuntimeObject*)L_58, RuntimeArray_il2cpp_TypeInfo_var)), NULL);
if ((((int32_t)L_53) < ((int32_t)L_59)))
{
goto IL_00dc;
}
}
{
goto IL_0149;
}
IL_012a:
{
int32_t L_60 = __this->___hashcode_2;
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_61 = __this->___ks_0;
int32_t L_62 = V_0;
NullCheck(L_61);
int32_t L_63 = L_62;
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_64 = (L_61)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
NullCheck(L_64);
RuntimeObject* L_65;
L_65 = TypedObject_get_Value_m955EB3C4D9DFAEE729115D1BB11CE5C645BD25BC_inline(L_64, NULL);
NullCheck(L_65);
int32_t L_66;
L_66 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_65);
__this->___hashcode_2 = ((int32_t)il2cpp_codegen_add(L_60, L_66));
}
IL_0149:
{
int32_t L_67 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_67, 1));
}
IL_014d:
{
int32_t L_68 = V_0;
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_69 = __this->___ks_0;
NullCheck(L_69);
if ((((int32_t)L_68) < ((int32_t)((int32_t)(((RuntimeArray*)L_69)->max_length)))))
{
goto IL_001e;
}
}
{
int32_t L_70 = __this->___hashcode_2;
return L_70;
}
}
// System.Boolean System.Xml.Schema.KeySequence::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeySequence_Equals_m73B1ADD25976146C9C0F3FA7BEAE8CFD59F08C26 (KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* __this, RuntimeObject* ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeySequence_t9A8BC185D749C28402EB785808371E47273100CA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* V_0 = NULL;
int32_t V_1 = 0;
{
RuntimeObject* L_0 = ___other0;
V_0 = ((KeySequence_t9A8BC185D749C28402EB785808371E47273100CA*)CastclassClass((RuntimeObject*)L_0, KeySequence_t9A8BC185D749C28402EB785808371E47273100CA_il2cpp_TypeInfo_var));
V_1 = 0;
goto IL_0028;
}
IL_000b:
{
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_1 = __this->___ks_0;
int32_t L_2 = V_1;
NullCheck(L_1);
int32_t L_3 = L_2;
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* L_5 = V_0;
NullCheck(L_5);
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_6 = L_5->___ks_0;
int32_t L_7 = V_1;
NullCheck(L_6);
int32_t L_8 = L_7;
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
NullCheck(L_4);
bool L_10;
L_10 = TypedObject_Equals_mB1C0ACBE1F02176472287CAD83D772D3823DD11C(L_4, L_9, NULL);
if (L_10)
{
goto IL_0024;
}
}
{
return (bool)0;
}
IL_0024:
{
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_0028:
{
int32_t L_12 = V_1;
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_13 = __this->___ks_0;
NullCheck(L_13);
if ((((int32_t)L_12) < ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))
{
goto IL_000b;
}
}
{
return (bool)1;
}
}
// System.String System.Xml.Schema.KeySequence::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* KeySequence_ToString_mEEA29BD3D3CF9FB721338F511C096714507B4239 (KeySequence_t9A8BC185D749C28402EB785808371E47273100CA* __this, 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*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t* V_0 = NULL;
int32_t V_1 = 0;
{
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
NullCheck(L_0);
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
V_0 = L_0;
StringBuilder_t* L_1 = V_0;
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_2 = __this->___ks_0;
NullCheck(L_2);
int32_t L_3 = 0;
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_4 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
NullCheck(L_4);
String_t* L_5;
L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4);
NullCheck(L_1);
StringBuilder_t* L_6;
L_6 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_1, L_5, NULL);
V_1 = 1;
goto IL_0042;
}
IL_001e:
{
StringBuilder_t* L_7 = V_0;
NullCheck(L_7);
StringBuilder_t* L_8;
L_8 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_7, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, NULL);
StringBuilder_t* L_9 = V_0;
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_10 = __this->___ks_0;
int32_t L_11 = V_1;
NullCheck(L_10);
int32_t L_12 = L_11;
TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
NullCheck(L_13);
String_t* L_14;
L_14 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_13);
NullCheck(L_9);
StringBuilder_t* L_15;
L_15 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_9, L_14, NULL);
int32_t L_16 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_16, 1));
}
IL_0042:
{
int32_t L_17 = V_1;
TypedObjectU5BU5D_t0C14A869BE50E088B8980DA43984B87BA08BBC8A* L_18 = __this->___ks_0;
NullCheck(L_18);
if ((((int32_t)L_17) < ((int32_t)((int32_t)(((RuntimeArray*)L_18)->max_length)))))
{
goto IL_001e;
}
}
{
StringBuilder_t* L_19 = V_0;
NullCheck(L_19);
String_t* L_20;
L_20 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_19);
return L_20;
}
}
#ifdef __clang__
#pragma 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* ___particle10, RuntimeObject* ___particle21, 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 = ___particle10;
__this->___particle1_18 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___particle1_18), (void*)L_0);
RuntimeObject* L_1 = ___particle21;
__this->___particle2_19 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___particle2_19), (void*)L_1);
return;
}
}
// System.Object System.Xml.Schema.UpaException::get_Particle1()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UpaException_get_Particle1_mF02E9549F9FB18F0106315CFBC9A6D176B94BB8D (UpaException_tE3F146077F59E124C20468069DDA214F746DC9AE* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___particle1_18;
return L_0;
}
}
// System.Object System.Xml.Schema.UpaException::get_Particle2()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* UpaException_get_Particle2_m447B8D5CEDAE4E6402EC706AC04E182667909CE5 (UpaException_tE3F146077F59E124C20468069DDA214F746DC9AE* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___particle2_19;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.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 ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__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* ___name0, RuntimeObject* ___particle1, 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 = ___name0;
NullCheck(L_0);
RuntimeObject* L_2;
L_2 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(30 /* 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(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_5, L_6);
RuntimeObject* L_8 = ___particle1;
if ((((RuntimeObject*)(RuntimeObject*)L_7) == ((RuntimeObject*)(RuntimeObject*)L_8)))
{
goto IL_002d;
}
}
{
__this->___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 = ___name0;
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(23 /* 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 = ___particle1;
NullCheck(L_15);
int32_t L_17;
L_17 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* 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* ___list0, RuntimeObject* ___particle1, bool ___allowLocal2, 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 = ___list0;
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 = ___particle1;
__this->___particleLast_4 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___particleLast_4), (void*)L_3);
return;
}
IL_0022:
{
NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* L_4 = ___list0;
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 = ___allowLocal2;
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 = ___list0;
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 = ___particle1;
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* ___wildcard0, RuntimeObject* ___particle1, 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 = ___wildcard0;
NullCheck(L_2);
RuntimeObject* L_4;
L_4 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(30 /* 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 = ___wildcard0;
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(23 /* 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 = ___particle1;
NullCheck(L_11);
int32_t L_13;
L_13 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* 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 = ___particle1;
if (!L_15)
{
goto IL_006b;
}
}
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_16 = __this->___particles_3;
RuntimeObject* L_17 = V_0;
RuntimeObject* L_18 = ___particle1;
NullCheck(L_16);
VirtualActionInvoker2< int32_t, RuntimeObject* >::Invoke(28 /* 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* ___list0, 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(38 /* 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_m7327D765A1501F12E33F29BBAFAF4AFAAB3AA8B8(L_9, L_10, NULL);
if (!L_11)
{
goto IL_004e_1;
}
}
{
NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* L_12 = ___list0;
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(30 /* 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(29 /* 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(38 /* 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 = ___list0;
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(30 /* 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(29 /* 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 = ___list0;
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 = ___list0;
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(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_45, L_48);
}
IL_00ed:
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_50 = V_0;
return L_50;
}
}
// System.Int32 System.Xml.Schema.SymbolsDictionary::get_Item(System.Xml.XmlQualifiedName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SymbolsDictionary_get_Item_mC779E57317AA387655D35DAAC3C8C7565BFE31FB (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___name0, 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;
{
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->___names_1;
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_1 = ___name0;
NullCheck(L_0);
RuntimeObject* L_2;
L_2 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(30 /* 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_0017;
}
}
{
RuntimeObject* L_4 = V_0;
return ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_4, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
}
IL_0017:
{
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = __this->___wildcards_2;
if (!L_5)
{
goto IL_003b;
}
}
{
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_6 = __this->___wildcards_2;
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_7 = ___name0;
NullCheck(L_7);
String_t* L_8;
L_8 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_7, NULL);
NullCheck(L_6);
RuntimeObject* L_9;
L_9 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(30 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_6, L_8);
V_0 = L_9;
RuntimeObject* L_10 = V_0;
if (!L_10)
{
goto IL_003b;
}
}
{
RuntimeObject* L_11 = V_0;
return ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_11, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
}
IL_003b:
{
int32_t L_12 = __this->___last_0;
return L_12;
}
}
// 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* ___name0, const RuntimeMethod* method)
{
{
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->___names_1;
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_1 = ___name0;
NullCheck(L_0);
RuntimeObject* L_2;
L_2 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(30 /* 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 ___symbol0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___symbol0;
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 = ___symbol0;
NullCheck(L_2);
RuntimeObject* L_4;
L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3);
return L_4;
}
IL_0016:
{
RuntimeObject* L_5 = __this->___particleLast_4;
return L_5;
}
}
// System.String System.Xml.Schema.SymbolsDictionary::NameOf(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SymbolsDictionary_NameOf_m8D7C0AA8C1F8A2830325381A6214CAEA19A125EC (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, int32_t ___symbol0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var);
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*)&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);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EF227EC443ED37BE0A6CC19B319601791FD2393);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10FBC704FF089D38147AC13DCAB988BD089953A5);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB V_1;
memset((&V_1), 0, sizeof(V_1));
String_t* V_2 = NULL;
RuntimeObject* V_3 = NULL;
DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB V_4;
memset((&V_4), 0, sizeof(V_4));
{
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->___names_1;
NullCheck(L_0);
RuntimeObject* L_1;
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_0);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_004a:
{// 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_005a;
}
}
{
RuntimeObject* L_4 = V_3;
NullCheck(L_4);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4);
}
IL_005a:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_0040_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 = ((*(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)((DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)UnBox(L_6, DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var))));
RuntimeObject* L_7;
L_7 = DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline((&V_1), NULL);
int32_t L_8 = ___symbol0;
if ((!(((uint32_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_7, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))) == ((uint32_t)L_8))))
{
goto IL_0040_1;
}
}
{
RuntimeObject* L_9;
L_9 = DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline((&V_1), NULL);
NullCheck(((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_9, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var)));
String_t* L_10;
L_10 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_9, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var)));
V_2 = L_10;
goto IL_00c7;
}
IL_0040_1:
{
RuntimeObject* L_11 = V_0;
NullCheck(L_11);
bool L_12;
L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_11);
if (L_12)
{
goto IL_000e_1;
}
}
{
goto IL_005b;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_005b:
{
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_13 = __this->___wildcards_2;
if (!L_13)
{
goto IL_00c1;
}
}
{
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_14 = __this->___wildcards_2;
NullCheck(L_14);
RuntimeObject* L_15;
L_15 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(32 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_14);
V_0 = L_15;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00b0:
{// begin finally (depth: 1)
{
RuntimeObject* L_16 = V_0;
V_3 = ((RuntimeObject*)IsInst((RuntimeObject*)L_16, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
RuntimeObject* L_17 = V_3;
if (!L_17)
{
goto IL_00c0;
}
}
{
RuntimeObject* L_18 = V_3;
NullCheck(L_18);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_18);
}
IL_00c0:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_00a6_1;
}
IL_0071_1:
{
RuntimeObject* L_19 = V_0;
NullCheck(L_19);
RuntimeObject* L_20;
L_20 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_19);
V_4 = ((*(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)((DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)(DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB*)UnBox(L_20, DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB_il2cpp_TypeInfo_var))));
RuntimeObject* L_21;
L_21 = DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline((&V_4), NULL);
int32_t L_22 = ___symbol0;
if ((!(((uint32_t)((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_21, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))))) == ((uint32_t)L_22))))
{
goto IL_00a6_1;
}
}
{
RuntimeObject* L_23;
L_23 = DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline((&V_4), NULL);
String_t* L_24;
L_24 = String_Concat_mAF2CE02CC0CB7460753D0A1A91CCF2B1E9804C5D(((String_t*)CastclassSealed((RuntimeObject*)L_23, String_t_il2cpp_TypeInfo_var)), _stringLiteral0EF227EC443ED37BE0A6CC19B319601791FD2393, NULL);
V_2 = L_24;
goto IL_00c7;
}
IL_00a6_1:
{
RuntimeObject* L_25 = V_0;
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_0071_1;
}
}
{
goto IL_00c1;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_00c1:
{
return _stringLiteral10FBC704FF089D38147AC13DCAB988BD089953A5;
}
IL_00c7:
{
String_t* L_27 = V_2;
return L_27;
}
}
#ifdef __clang__
#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 ___symbol0, RuntimeObject* ___particle1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___symbol0;
__this->___symbol_0 = L_0;
RuntimeObject* L_1 = ___particle1;
__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 ___symbol0, RuntimeObject* ___particle1, const RuntimeMethod* method)
{
Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757*>(__this + _offset);
Position__ctor_m5F3F9E6D826756F17C8F02643C4AC1CEF9F63FE5(_thisAdjusted, ___symbol0, ___particle1, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Xml.Schema.Positions::Add(System.Int32,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Positions_Add_m51791FCA7ADCD9B7E7480E85AEC1A712037A0B32 (Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* __this, int32_t ___symbol0, RuntimeObject* ___particle1, 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 = ___symbol0;
RuntimeObject* L_2 = ___particle1;
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(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_5);
return L_6;
}
}
// System.Xml.Schema.Position System.Xml.Schema.Positions::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Position_t700DB8FCCEBD64FCE3AA53E50CFE3088EBB17757 Positions_get_Item_mD0E8CB9D8CC6090A050D48B5AE47E389C95257D1 (Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* __this, int32_t ___pos0, 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 = ___pos0;
NullCheck(L_0);
RuntimeObject* L_2;
L_2 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* 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(22 /* 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 ___pos0, const RuntimeMethod* method)
{
{
SyntaxTreeNode__ctor_mCC4EE56F73B36C293F308BFE4304383CF29B9CE4(__this, NULL);
int32_t L_0 = ___pos0;
__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 ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__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* ___parent0, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___symbols1, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___positions2, 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* ___firstpos0, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___lastpos1, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos2, const RuntimeMethod* method)
{
{
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_0 = ___firstpos0;
int32_t L_1 = __this->___pos_0;
NullCheck(L_0);
BitSet_Set_m1F67384F8695F3285BC0CAFCCB64898625267724(L_0, L_1, NULL);
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_2 = ___lastpos1;
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* ___namespaceList0, RuntimeObject* ___particle1, const RuntimeMethod* method)
{
{
SyntaxTreeNode__ctor_mCC4EE56F73B36C293F308BFE4304383CF29B9CE4(__this, NULL);
NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* L_0 = ___namespaceList0;
__this->___namespaceList_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___namespaceList_0), (void*)L_0);
RuntimeObject* L_1 = ___particle1;
__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* ___symbols0, const RuntimeMethod* method)
{
{
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_0 = ___symbols0;
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* ___parent0, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___symbols1, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___positions2, 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 = ___symbols1;
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 = ___symbols1;
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 = ___symbols1;
NullCheck(L_12);
SymbolsDictionary_set_IsUpaEnforced_mBA5E7696442D87B8E89E2323C3D48777F3F0180A_inline(L_12, (bool)0, NULL);
}
IL_0033_1:
{
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_13 = ___positions2;
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 = ___parent0;
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 = ___parent0;
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 = ___parent0;
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* ___firstpos0, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___lastpos1, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos2, 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* ___value0, const RuntimeMethod* method)
{
{
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0 = ___value0;
__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* ___value0, const RuntimeMethod* method)
{
{
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0 = ___value0;
__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* ___parent0, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___symbols1, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___positions2, 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 = ___symbols1;
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_13 = ___positions2;
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 = ___symbols1;
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_20 = ___positions2;
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* ___parent0, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___symbols1, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___positions2, const RuntimeMethod* method)
{
{
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0 = __this->___leftChild_0;
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_1 = ___symbols1;
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_2 = ___positions2;
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 = ___symbols1;
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_6 = ___positions2;
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* ___firstpos0, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___lastpos1, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos2, 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 = ___firstpos0;
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_2 = ___lastpos1;
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 = ___lastpos1;
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 = ___followpos2;
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 = ___firstpos0;
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 = ___followpos2;
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 = ___followpos2;
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_m48AE8B579CA29541C36D456B707AF9D8015C3558(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* ___parent0, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___symbols1, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___positions2, const RuntimeMethod* method)
{
{
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_0 = ___parent0;
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_1 = ___symbols1;
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_2 = ___positions2;
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* ___node0, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___firstpos1, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___lastpos2, const RuntimeMethod* method)
{
{
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_0 = ___node0;
__this->___this__0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___this__0), (void*)L_0);
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_1 = ___firstpos1;
__this->___firstpos_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___firstpos_1), (void*)L_1);
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_2 = ___lastpos2;
__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* ___node0, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___firstpos1, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___lastpos2, const RuntimeMethod* method)
{
SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SequenceConstructPosContext_tDEC4FB1B8F19EFD1AC27C150D561C2D4F6090BA7*>(__this + _offset);
SequenceConstructPosContext__ctor_mAF64A500D91F3309A8CB87C5712C12BCE0B4FE0E(_thisAdjusted, ___node0, ___firstpos1, ___lastpos2, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.Schema.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_m9E8C804342391F486F8A19EABA57829AB45F1EE0 (SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* ___child0, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___firstpos1, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___lastpos2, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos3, 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 = ___firstpos1;
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 = ___lastpos2;
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 = ___child0;
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_7 = V_0;
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_8 = V_1;
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_9 = ___followpos3;
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 = ___firstpos1;
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_11 = V_0;
NullCheck(L_10);
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_10, L_11, NULL);
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_12 = ___lastpos2;
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* ___firstpos0, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___lastpos1, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos2, 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 = ___firstpos0;
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 = ___lastpos1;
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 = ___followpos2;
ChoiceNode_ConstructChildPos_m9E8C804342391F486F8A19EABA57829AB45F1EE0(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 = ___firstpos0;
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_17 = ___lastpos1;
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_18 = ___followpos2;
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 = ___firstpos0;
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_20 = V_0;
NullCheck(L_19);
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_19, L_20, NULL);
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_21 = ___lastpos1;
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* ___parent0, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___symbols1, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___positions2, const RuntimeMethod* method)
{
{
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_0 = ___parent0;
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_1 = ___symbols1;
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_2 = ___positions2;
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* ___firstpos0, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___lastpos1, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos2, 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 = ___firstpos0;
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_2 = ___lastpos1;
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_3 = ___followpos2;
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 = ___lastpos1;
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 = ___followpos2;
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 = ___firstpos0;
NullCheck(L_9);
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_9, L_10, NULL);
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_11 = ___lastpos1;
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* ___firstpos0, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___lastpos1, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos2, const RuntimeMethod* method)
{
{
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0;
L_0 = InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_inline(__this, NULL);
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_1 = ___firstpos0;
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_2 = ___lastpos1;
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_3 = ___followpos2;
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* ___firstpos0, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___lastpos1, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos2, 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 = ___firstpos0;
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_2 = ___lastpos1;
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_3 = ___followpos2;
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 = ___lastpos1;
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 = ___followpos2;
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 = ___firstpos0;
NullCheck(L_9);
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_9, L_10, NULL);
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_11 = ___lastpos1;
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.Void System.Xml.Schema.LeafRangeNode::.ctor(System.Decimal,System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeafRangeNode__ctor_m0251684D06ADE5ECECBA3D97E7DCC95745218919 (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___min0, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___max1, const RuntimeMethod* method)
{
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = ___min0;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1 = ___max1;
LeafRangeNode__ctor_m3CBCFEC09AC54C32EF9D017D931FC196CB1E51F8(__this, (-1), L_0, L_1, NULL);
return;
}
}
// System.Void System.Xml.Schema.LeafRangeNode::.ctor(System.Int32,System.Decimal,System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeafRangeNode__ctor_m3CBCFEC09AC54C32EF9D017D931FC196CB1E51F8 (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* __this, int32_t ___pos0, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___min1, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___max2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___pos0;
LeafNode__ctor_m5FD29468DBB6652D9636B80CF3E5445E29F2737C(__this, L_0, NULL);
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1 = ___min1;
__this->___min_1 = L_1;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2 = ___max2;
__this->___max_2 = L_2;
return;
}
}
// 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* ___value0, const RuntimeMethod* method)
{
{
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_0 = ___value0;
__this->___nextIteration_3 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___nextIteration_3), (void*)L_0);
return;
}
}
// System.Boolean System.Xml.Schema.LeafRangeNode::get_IsRangeNode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LeafRangeNode_get_IsRangeNode_m2F0D8AC3E82908C1EF5EF01F1A75F56D62AAE633 (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Void System.Xml.Schema.LeafRangeNode::ExpandTree(System.Xml.Schema.InteriorNode,System.Xml.Schema.SymbolsDictionary,System.Xml.Schema.Positions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LeafRangeNode_ExpandTree_m064657C13CB8843E5D15F81C07361B05F898E565 (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* __this, InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* ___parent0, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___symbols1, Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* ___positions2, const RuntimeMethod* method)
{
{
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_0 = ___parent0;
NullCheck(L_0);
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_1;
L_1 = InteriorNode_get_LeftChild_mEC6F649ECBC7CFD371187C3B90DAEB6183A41406_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_0019;
}
}
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_3 = (&__this->___min_1);
il2cpp_codegen_initobj(L_3, sizeof(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F));
}
IL_0019:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.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 ___contentType0, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___contentType0;
__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 ___contentType0, bool ___isOpen1, bool ___isEmptiable2, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
int32_t L_0 = ___contentType0;
__this->___contentType_0 = L_0;
bool L_1 = ___isOpen1;
__this->___isOpen_1 = L_1;
bool L_2 = ___isEmptiable2;
__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_PreserveWhitespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ContentValidator_get_PreserveWhitespace_mEAD1CCBFBEDD9927663B7735370BC8118A00D6C7 (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___contentType_0;
if (!L_0)
{
goto IL_0012;
}
}
{
int32_t L_1 = __this->___contentType_0;
return (bool)((((int32_t)L_1) == ((int32_t)3))? 1 : 0);
}
IL_0012:
{
return (bool)1;
}
}
// System.Boolean System.Xml.Schema.ContentValidator::get_IsEmptiable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ContentValidator_get_IsEmptiable_m192A09657D679833A4D7415B4B71334F0C93402A (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___isEmptiable_2;
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::set_IsOpen(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator_set_IsOpen_mBB55C72B1AFBCD3B457DC1478DC6543C81C45895 (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___isOpen_1 = L_0;
return;
}
}
// System.Void System.Xml.Schema.ContentValidator::InitValidation(System.Xml.Schema.ValidationState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator_InitValidation_mB9CA64E7F6E6BCF60B6C0725619F7E6B50B37CDC (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* ___context0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Object System.Xml.Schema.ContentValidator::ValidateElement(System.Xml.XmlQualifiedName,System.Xml.Schema.ValidationState,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ContentValidator_ValidateElement_mE0256DE6758C8932691A141495EF465D039A9A99 (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___name0, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* ___context1, int32_t* ___errorCode2, 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_0018;
}
}
IL_0011:
{
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_2 = ___context1;
NullCheck(L_2);
L_2->___NeedValidateChildren_2 = (bool)0;
}
IL_0018:
{
int32_t* L_3 = ___errorCode2;
*((int32_t*)L_3) = (int32_t)(-1);
return NULL;
}
}
// System.Boolean System.Xml.Schema.ContentValidator::CompleteValidation(System.Xml.Schema.ValidationState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ContentValidator_CompleteValidation_mA2317E4571DCC00D8A94D587A5A82BA04886BBD2 (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* ___context0, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Collections.ArrayList System.Xml.Schema.ContentValidator::ExpectedElements(System.Xml.Schema.ValidationState,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ContentValidator_ExpectedElements_mD21428C6DCE822EA1A187DC19EB8D253C088AB4C (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* ___context0, bool ___isRequiredOnly1, const RuntimeMethod* method)
{
{
return (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)NULL;
}
}
// System.Collections.ArrayList System.Xml.Schema.ContentValidator::ExpectedParticles(System.Xml.Schema.ValidationState,System.Boolean,System.Xml.Schema.XmlSchemaSet)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ContentValidator_ExpectedParticles_mED74EAF4CF6799555DFFB6297D9C1B3345CDF0EF (ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* __this, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* ___context0, bool ___isRequiredOnly1, XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* ___schemaSet2, const RuntimeMethod* method)
{
{
return (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)NULL;
}
}
// System.Void System.Xml.Schema.ContentValidator::AddParticleToExpected(System.Xml.Schema.XmlSchemaParticle,System.Xml.Schema.XmlSchemaSet,System.Collections.ArrayList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator_AddParticleToExpected_m79BBE1D989348265D0DB89BE335357D2BEDE033A (XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* ___p0, XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* ___schemaSet1, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___particles2, 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;
}
{
XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_0 = ___p0;
XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_1 = ___schemaSet1;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = ___particles2;
il2cpp_codegen_runtime_class_init_inline(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
ContentValidator_AddParticleToExpected_mADEEEC3FA9B472B4045EBF0EEAD0C9F5DECB9EA6(L_0, L_1, L_2, (bool)0, NULL);
return;
}
}
// System.Void System.Xml.Schema.ContentValidator::AddParticleToExpected(System.Xml.Schema.XmlSchemaParticle,System.Xml.Schema.XmlSchemaSet,System.Collections.ArrayList,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator_AddParticleToExpected_mADEEEC3FA9B472B4045EBF0EEAD0C9F5DECB9EA6 (XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* ___p0, XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* ___schemaSet1, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___particles2, bool ___global3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaSubstitutionGroup_t7B72F187FE8CCD44DF3B4848F24FB67D7AAC4D1F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_0 = NULL;
XmlSchemaSubstitutionGroup_t7B72F187FE8CCD44DF3B4848F24FB67D7AAC4D1F* V_1 = NULL;
int32_t V_2 = 0;
XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* V_3 = NULL;
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = ___particles2;
XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_1 = ___p0;
NullCheck(L_0);
bool L_2;
L_2 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(33 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_0, L_1);
if (L_2)
{
goto IL_0011;
}
}
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_3 = ___particles2;
XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_4 = ___p0;
NullCheck(L_3);
int32_t L_5;
L_5 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_3, L_4);
}
IL_0011:
{
XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_6 = ___p0;
V_0 = ((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)IsInstClass((RuntimeObject*)L_6, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var));
XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_7 = V_0;
if (!L_7)
{
goto IL_0091;
}
}
{
bool L_8 = ___global3;
if (L_8)
{
goto IL_002b;
}
}
{
XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_9 = V_0;
NullCheck(L_9);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_10;
L_10 = XmlSchemaElement_get_RefName_mFAC5C12FDBC39BBC78F15D4EB04D570EC5808AA9_inline(L_9, NULL);
NullCheck(L_10);
bool L_11;
L_11 = XmlQualifiedName_get_IsEmpty_m37942163D9A870E85BE8762845953C6A6579A400(L_10, NULL);
if (L_11)
{
goto IL_0091;
}
}
IL_002b:
{
XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_12 = ___schemaSet1;
NullCheck(L_12);
XmlSchemaObjectTable_tD5C00DB526C716DB38585522F2011F99FC66A583* L_13;
L_13 = XmlSchemaSet_get_SubstitutionGroups_m9AD7D68B7F47A204F37DEBC220A22F03EE5D0BCC(L_12, NULL);
XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_14 = V_0;
NullCheck(L_14);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_15;
L_15 = XmlSchemaElement_get_QualifiedName_mA0B8CE3553D41B130F5ADFBD0813EA309148A2D5_inline(L_14, NULL);
NullCheck(L_13);
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* L_16;
L_16 = XmlSchemaObjectTable_get_Item_m17BFE77918D068444887056CD91AB14CBA8F694B(L_13, L_15, NULL);
V_1 = ((XmlSchemaSubstitutionGroup_t7B72F187FE8CCD44DF3B4848F24FB67D7AAC4D1F*)CastclassClass((RuntimeObject*)L_16, XmlSchemaSubstitutionGroup_t7B72F187FE8CCD44DF3B4848F24FB67D7AAC4D1F_il2cpp_TypeInfo_var));
XmlSchemaSubstitutionGroup_t7B72F187FE8CCD44DF3B4848F24FB67D7AAC4D1F* L_17 = V_1;
if (!L_17)
{
goto IL_0091;
}
}
{
V_2 = 0;
goto IL_0083;
}
IL_0049:
{
XmlSchemaSubstitutionGroup_t7B72F187FE8CCD44DF3B4848F24FB67D7AAC4D1F* L_18 = V_1;
NullCheck(L_18);
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_19;
L_19 = XmlSchemaSubstitutionGroup_get_Members_m2BD19D88E9221BCC56C4E816041B6E87595CADDE_inline(L_18, NULL);
int32_t L_20 = V_2;
NullCheck(L_19);
RuntimeObject* L_21;
L_21 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_19, L_20);
V_3 = ((XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970*)CastclassClass((RuntimeObject*)L_21, XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970_il2cpp_TypeInfo_var));
XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_22 = V_0;
NullCheck(L_22);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_23;
L_23 = XmlSchemaElement_get_QualifiedName_mA0B8CE3553D41B130F5ADFBD0813EA309148A2D5_inline(L_22, NULL);
XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_24 = V_3;
NullCheck(L_24);
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_25;
L_25 = XmlSchemaElement_get_QualifiedName_mA0B8CE3553D41B130F5ADFBD0813EA309148A2D5_inline(L_24, NULL);
NullCheck(L_23);
bool L_26;
L_26 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_23, L_25);
if (L_26)
{
goto IL_007f;
}
}
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_27 = ___particles2;
XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_28 = V_3;
NullCheck(L_27);
bool L_29;
L_29 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(33 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_27, L_28);
if (L_29)
{
goto IL_007f;
}
}
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_30 = ___particles2;
XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_31 = V_3;
NullCheck(L_30);
int32_t L_32;
L_32 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_30, L_31);
}
IL_007f:
{
int32_t L_33 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_33, 1));
}
IL_0083:
{
int32_t L_34 = V_2;
XmlSchemaSubstitutionGroup_t7B72F187FE8CCD44DF3B4848F24FB67D7AAC4D1F* L_35 = V_1;
NullCheck(L_35);
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_36;
L_36 = XmlSchemaSubstitutionGroup_get_Members_m2BD19D88E9221BCC56C4E816041B6E87595CADDE_inline(L_35, NULL);
NullCheck(L_36);
int32_t L_37;
L_37 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_36);
if ((((int32_t)L_34) < ((int32_t)L_37)))
{
goto IL_0049;
}
}
IL_0091:
{
return;
}
}
// System.Void System.Xml.Schema.ContentValidator::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentValidator__cctor_mC0B398FEB873BA0E7B8254F42B3F7590EECA4594 (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 ___contentType0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___contentType0;
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 ___contentType0, bool ___enableUpaCheck1, 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 = ___contentType0;
il2cpp_codegen_runtime_class_init_inline(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
ContentValidator__ctor_m1CA2A0A2CE0B9F5009D62E1A58BA91C922314C96(__this, L_0, NULL);
bool L_1 = ___enableUpaCheck1;
__this->___enableUpaCheck_13 = L_1;
return;
}
}
// System.Void System.Xml.Schema.ParticleContentValidator::InitValidation(System.Xml.Schema.ValidationState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_InitValidation_mA7DB252EE2ECEB5B21A9CBA7D62DECF287AB09A0 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* ___context0, 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*)&ParticleContentValidator_InitValidation_mA7DB252EE2ECEB5B21A9CBA7D62DECF287AB09A0_RuntimeMethod_var)));
}
}
// System.Object System.Xml.Schema.ParticleContentValidator::ValidateElement(System.Xml.XmlQualifiedName,System.Xml.Schema.ValidationState,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ParticleContentValidator_ValidateElement_m8DBFE92A330B350ED120071A7AE49B437675ADE1 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___name0, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* ___context1, int32_t* ___errorCode2, 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*)&ParticleContentValidator_ValidateElement_m8DBFE92A330B350ED120071A7AE49B437675ADE1_RuntimeMethod_var)));
}
}
// System.Boolean System.Xml.Schema.ParticleContentValidator::CompleteValidation(System.Xml.Schema.ValidationState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParticleContentValidator_CompleteValidation_m4D7B278B54261A2C909D67E4666B41BAD5492E49 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* ___context0, 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*)&ParticleContentValidator_CompleteValidation_m4D7B278B54261A2C909D67E4666B41BAD5492E49_RuntimeMethod_var)));
}
}
// 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(19 /* 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(18 /* 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(10 /* 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(18 /* 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(19 /* 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* ___name0, const RuntimeMethod* method)
{
{
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_0 = __this->___symbols_7;
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_1 = ___name0;
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* ___name0, RuntimeObject* ___particle1, 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 = ___name0;
RuntimeObject* L_3 = ___particle1;
NullCheck(L_1);
int32_t L_4;
L_4 = SymbolsDictionary_AddName_m8FB15DA3EC50C88F1E38C92FF803136274F9F818(L_1, L_2, L_3, NULL);
RuntimeObject* L_5 = ___particle1;
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* ___namespaceList0, RuntimeObject* ___particle1, 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 = ___namespaceList0;
RuntimeObject* L_2 = ___particle1;
NullCheck(L_0);
SymbolsDictionary_AddNamespaceList_mFBBD79AB2BF067ADEE1A50D5EA063052474F9623(L_0, L_1, L_2, (bool)0, NULL);
NamespaceList_t4908A013B5E0E5822341B7271D6FEEE7C72F2260* L_3 = ___namespaceList0;
RuntimeObject* L_4 = ___particle1;
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* ___node0, 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(10 /* 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(18 /* 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 = ___node0;
NullCheck(L_5);
InteriorNode_set_RightChild_m9325C10A51BD0DAA867F5D4C60C85F4F8DCE6B0A_inline(L_5, L_6, NULL);
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_7 = V_0;
___node0 = L_7;
}
IL_002c:
{
Stack_tBD60B0E3125691193FBFC8DA8FFDD6630CB2CB47* L_8 = __this->___stack_9;
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_9 = ___node0;
NullCheck(L_8);
VirtualActionInvoker1< RuntimeObject* >::Invoke(19 /* 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(18 /* 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(19 /* 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(18 /* 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(19 /* 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::AddLeafRange(System.Decimal,System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParticleContentValidator_AddLeafRange_m8D39AB90AA04186689D9AFF2B0D5699683634575 (ParticleContentValidator_tF4F0D4B27A8136F6A679933713C879BFBD60D1AF* __this, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___min0, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___max1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
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;
}
LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* V_0 = NULL;
int32_t V_1 = 0;
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* V_2 = NULL;
{
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_0 = ___min0;
Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_1 = ___max1;
LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* L_2 = (LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D*)il2cpp_codegen_object_new(LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D_il2cpp_TypeInfo_var);
NullCheck(L_2);
LeafRangeNode__ctor_m0251684D06ADE5ECECBA3D97E7DCC95745218919(L_2, L_0, L_1, NULL);
V_0 = L_2;
Positions_tA1718BCD59D1E183041E480D7602A5DF38182B4B* L_3 = __this->___positions_8;
LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* L_4 = V_0;
NullCheck(L_3);
int32_t L_5;
L_5 = Positions_Add_m51791FCA7ADCD9B7E7480E85AEC1A712037A0B32(L_3, ((int32_t)-2), L_4, NULL);
V_1 = L_5;
LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* L_6 = V_0;
int32_t L_7 = V_1;
NullCheck(L_6);
LeafNode_set_Pos_mA4961D8E52D803DC74293D95B8C258C2B00707ED_inline(L_6, L_7, NULL);
SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0* L_8 = (SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0*)il2cpp_codegen_object_new(SequenceNode_t49ACD22961E06675458A60447D7AA32B26835AB0_il2cpp_TypeInfo_var);
NullCheck(L_8);
SequenceNode__ctor_mD4441BDD885F42BAD33816D8D49DD511105B1E71(L_8, NULL);
V_2 = L_8;
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_9 = V_2;
LeafRangeNode_tD4C07EE51F6A0D008936298D133A2445A2E9824D* L_10 = V_0;
NullCheck(L_9);
InteriorNode_set_RightChild_m9325C10A51BD0DAA867F5D4C60C85F4F8DCE6B0A_inline(L_9, L_10, NULL);
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_11 = V_2;
ParticleContentValidator_Closure_m10F5D16A22E4AA19816E81883C7E712F81AA9CA3(__this, L_11, NULL);
int32_t L_12 = __this->___minMaxNodesCount_12;
__this->___minMaxNodesCount_12 = ((int32_t)il2cpp_codegen_add(L_12, 1));
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* ___node0, 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(10 /* 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(18 /* 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 = ___node0;
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 = ___node0;
NullCheck(L_10);
InteriorNode_set_RightChild_m9325C10A51BD0DAA867F5D4C60C85F4F8DCE6B0A_inline(L_10, L_11, NULL);
goto IL_004f;
}
IL_0046:
{
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_12 = ___node0;
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_13 = V_0;
NullCheck(L_12);
InteriorNode_set_LeftChild_mC6FDB3A1ABD18FDE11B233415F3A983A49B46E5B_inline(L_12, L_13, NULL);
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_14 = ___node0;
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(19 /* 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 = ___node0;
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_19 = __this->___contentNode_10;
NullCheck(L_18);
InteriorNode_set_LeftChild_mC6FDB3A1ABD18FDE11B233415F3A983A49B46E5B_inline(L_18, L_19, NULL);
InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* L_20 = ___node0;
__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 ___useDFA0, 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 = ___useDFA0;
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* ___firstpos0, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos1, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B** ___posWithRangeTerminals2, 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 = ___posWithRangeTerminals2;
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 = ___followpos1;
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_m11FF862E6156770CB52AEC78AB4D7D96358B25AA(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 = ___posWithRangeTerminals2;
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* ___curpos0, 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 = ___curpos0;
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 = ___curpos0;
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* ___curpos0, BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* ___posWithRangeTerminals1, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___minmaxFollowPos2, 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 = ___curpos0;
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_1 = ___posWithRangeTerminals1;
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 = ___curpos0;
NullCheck(L_6);
BitSet_Or_m5C36345FAD8ED73A4742516B53A33677F3EB336A(L_6, L_7, NULL);
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_8 = V_0;
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_9 = ___posWithRangeTerminals1;
NullCheck(L_8);
BitSet_And_mB665D4DC8D2CFE92427D65BC6E7E8CA74034E95F(L_8, L_9, NULL);
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_10 = ___curpos0;
NullCheck(L_10);
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_11;
L_11 = BitSet_Clone_m121A6E5E33BDEC3E79FF7C18E9CC362749AE7BDE(L_10, NULL);
___curpos0 = 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 = ___curpos0;
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_19 = ___minmaxFollowPos2;
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 = ___curpos0;
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* ___firstpos0, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_0 = ___firstpos0;
ParticleContentValidator_CheckUniqueParticleAttribution_m3E3E7FFC56B2906EF8D2AD535A86CD58E1B8E737(__this, L_0, NULL);
V_0 = 0;
goto IL_0018;
}
IL_000b:
{
BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* L_1 = ___followpos1;
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* ___curpos0, 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 = ___curpos0;
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 = ___curpos0;
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* ___firstpos0, BitSetU5BU5D_tBFFA50E2754B518AECFD2F9BF5D287A186B3BE94* ___followpos1, int32_t ___endMarkerPos2, 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(23 /* 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 = ___firstpos0;
NullCheck(L_13);
VirtualActionInvoker1< RuntimeObject* >::Invoke(15 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_13, L_14);
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_15 = V_4;
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_16 = ___firstpos0;
int32_t L_17 = 0;
RuntimeObject* L_18 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_17);
NullCheck(L_15);
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(23 /* 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(29 /* 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(17 /* 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(27 /* 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 = ___endMarkerPos2;
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 = ___followpos1;
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(30 /* 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(42 /* 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(15 /* 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(23 /* 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(29 /* 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(10 /* 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_m2570A2A5B32A5E9D9F0F38B37459DA18736C823E(L_83, NULL);
NullCheck(L_82);
RuntimeArray* L_85;
L_85 = VirtualFuncInvoker1< RuntimeArray*, Type_t* >::Invoke(47 /* 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* ___transitionTable0, SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* ___symbols1, int32_t ___contentType2, bool ___isOpen3, bool ___isEmptiable4, 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 = ___contentType2;
bool L_1 = ___isOpen3;
bool L_2 = ___isEmptiable4;
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 = ___transitionTable0;
__this->___transitionTable_7 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___transitionTable_7), (void*)L_3);
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_4 = ___symbols1;
__this->___symbols_8 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___symbols_8), (void*)L_4);
return;
}
}
// System.Void System.Xml.Schema.DfaContentValidator::InitValidation(System.Xml.Schema.ValidationState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DfaContentValidator_InitValidation_mFC15F74D6B6AC5AF07D87C15D3112E5D46BA1B94 (DfaContentValidator_tD6828BD839DA60C4AB90B8D0162889CCB10A1D1D* __this, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* ___context0, const RuntimeMethod* method)
{
{
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_0 = ___context0;
NullCheck(L_0);
StateUnion_tAB45AFD8261060A5F9F2D96314CC5073B168882D* L_1 = (&L_0->___CurrentState_12);
L_1->___State_0 = 0;
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_2 = ___context0;
Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* L_3 = __this->___transitionTable_7;
NullCheck(L_3);
int32_t L_4 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_6 = __this->___symbols_8;
NullCheck(L_6);
int32_t L_7;
L_7 = SymbolsDictionary_get_Count_m3E9D7FE8914E0C70E38CAB07D72F92AE5F3553D2(L_6, NULL);
NullCheck(L_5);
int32_t L_8 = L_7;
int32_t L_9 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
NullCheck(L_2);
L_2->___HasMatched_13 = (bool)((((int32_t)L_9) > ((int32_t)0))? 1 : 0);
return;
}
}
// System.Object System.Xml.Schema.DfaContentValidator::ValidateElement(System.Xml.XmlQualifiedName,System.Xml.Schema.ValidationState,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DfaContentValidator_ValidateElement_mBDF8DD809D2F580BC12F5D1D99F640691D6CDF7B (DfaContentValidator_tD6828BD839DA60C4AB90B8D0162889CCB10A1D1D* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___name0, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* ___context1, int32_t* ___errorCode2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_0 = __this->___symbols_8;
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_1 = ___name0;
NullCheck(L_0);
int32_t L_2;
L_2 = SymbolsDictionary_get_Item_mC779E57317AA387655D35DAAC3C8C7565BFE31FB(L_0, L_1, NULL);
V_0 = L_2;
Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* L_3 = __this->___transitionTable_7;
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_4 = ___context1;
NullCheck(L_4);
StateUnion_tAB45AFD8261060A5F9F2D96314CC5073B168882D* L_5 = (&L_4->___CurrentState_12);
int32_t L_6 = L_5->___State_0;
NullCheck(L_3);
int32_t L_7 = L_6;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_8 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
int32_t L_9 = V_0;
NullCheck(L_8);
int32_t L_10 = L_9;
int32_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_1 = L_11;
int32_t* L_12 = ___errorCode2;
*((int32_t*)L_12) = (int32_t)0;
int32_t L_13 = V_1;
if ((((int32_t)L_13) == ((int32_t)(-1))))
{
goto IL_0069;
}
}
{
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_14 = ___context1;
NullCheck(L_14);
StateUnion_tAB45AFD8261060A5F9F2D96314CC5073B168882D* L_15 = (&L_14->___CurrentState_12);
int32_t L_16 = V_1;
L_15->___State_0 = L_16;
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_17 = ___context1;
Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* L_18 = __this->___transitionTable_7;
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_19 = ___context1;
NullCheck(L_19);
StateUnion_tAB45AFD8261060A5F9F2D96314CC5073B168882D* L_20 = (&L_19->___CurrentState_12);
int32_t L_21 = L_20->___State_0;
NullCheck(L_18);
int32_t L_22 = L_21;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_23 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_24 = __this->___symbols_8;
NullCheck(L_24);
int32_t L_25;
L_25 = SymbolsDictionary_get_Count_m3E9D7FE8914E0C70E38CAB07D72F92AE5F3553D2(L_24, NULL);
NullCheck(L_23);
int32_t L_26 = L_25;
int32_t L_27 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
NullCheck(L_17);
L_17->___HasMatched_13 = (bool)((((int32_t)L_27) > ((int32_t)0))? 1 : 0);
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_28 = __this->___symbols_8;
int32_t L_29 = V_0;
NullCheck(L_28);
RuntimeObject* L_30;
L_30 = SymbolsDictionary_GetParticle_m229FD0E565E86359CA0CF5E76BB66223CD564BBE(L_28, L_29, NULL);
return L_30;
}
IL_0069:
{
bool L_31;
L_31 = ContentValidator_get_IsOpen_mEE6705ECCE11F7E1002A221B5A8D47BB567173FF(__this, NULL);
if (!L_31)
{
goto IL_007b;
}
}
{
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_32 = ___context1;
NullCheck(L_32);
bool L_33 = L_32->___HasMatched_13;
if (!L_33)
{
goto IL_007b;
}
}
{
return NULL;
}
IL_007b:
{
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_34 = ___context1;
NullCheck(L_34);
L_34->___NeedValidateChildren_2 = (bool)0;
int32_t* L_35 = ___errorCode2;
*((int32_t*)L_35) = (int32_t)(-1);
return NULL;
}
}
// System.Boolean System.Xml.Schema.DfaContentValidator::CompleteValidation(System.Xml.Schema.ValidationState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DfaContentValidator_CompleteValidation_m2B8EF5AE4A9BEA0551451BC844F74AC3371138C9 (DfaContentValidator_tD6828BD839DA60C4AB90B8D0162889CCB10A1D1D* __this, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* ___context0, const RuntimeMethod* method)
{
{
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_0 = ___context0;
NullCheck(L_0);
bool L_1 = L_0->___HasMatched_13;
if (L_1)
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
return (bool)1;
}
}
// System.Collections.ArrayList System.Xml.Schema.DfaContentValidator::ExpectedElements(System.Xml.Schema.ValidationState,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* DfaContentValidator_ExpectedElements_m74B24472F9E7EA5B594330879A97E88DCC75B88E (DfaContentValidator_tD6828BD839DA60C4AB90B8D0162889CCB10A1D1D* __this, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* ___context0, bool ___isRequiredOnly1, 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*)&XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_0 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_1 = NULL;
int32_t V_2 = 0;
XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* V_3 = NULL;
String_t* V_4 = NULL;
String_t* V_5 = NULL;
{
V_0 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)NULL;
Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* L_0 = __this->___transitionTable_7;
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_1 = ___context0;
NullCheck(L_1);
StateUnion_tAB45AFD8261060A5F9F2D96314CC5073B168882D* L_2 = (&L_1->___CurrentState_12);
int32_t L_3 = L_2->___State_0;
NullCheck(L_0);
int32_t L_4 = L_3;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_5 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_1 = L_5;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = V_1;
if (!L_6)
{
goto IL_0089;
}
}
{
V_2 = 0;
goto IL_0081;
}
IL_001c:
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_7 = V_1;
int32_t L_8 = V_2;
NullCheck(L_7);
int32_t L_9 = L_8;
int32_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
if ((((int32_t)L_10) == ((int32_t)(-1))))
{
goto IL_007d;
}
}
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_11 = V_0;
if (L_11)
{
goto IL_002b;
}
}
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_12 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
NullCheck(L_12);
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_12, NULL);
V_0 = L_12;
}
IL_002b:
{
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_13 = __this->___symbols_8;
int32_t L_14 = V_2;
NullCheck(L_13);
RuntimeObject* L_15;
L_15 = SymbolsDictionary_GetParticle_m229FD0E565E86359CA0CF5E76BB66223CD564BBE(L_13, L_14, NULL);
V_3 = ((XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE*)CastclassClass((RuntimeObject*)L_15, XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE_il2cpp_TypeInfo_var));
XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_16 = V_3;
if (L_16)
{
goto IL_0062;
}
}
{
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_17 = __this->___symbols_8;
int32_t L_18 = V_2;
NullCheck(L_17);
String_t* L_19;
L_19 = SymbolsDictionary_NameOf_m8D7C0AA8C1F8A2830325381A6214CAEA19A125EC(L_17, L_18, NULL);
V_4 = L_19;
String_t* L_20 = V_4;
NullCheck(L_20);
int32_t L_21;
L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_20, NULL);
if (!L_21)
{
goto IL_007d;
}
}
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_22 = V_0;
String_t* L_23 = V_4;
NullCheck(L_22);
int32_t L_24;
L_24 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_22, L_23);
goto IL_007d;
}
IL_0062:
{
XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_25 = V_3;
NullCheck(L_25);
String_t* L_26;
L_26 = VirtualFuncInvoker0< String_t* >::Invoke(15 /* System.String System.Xml.Schema.XmlSchemaParticle::get_NameString() */, L_25);
V_5 = L_26;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_27 = V_0;
String_t* L_28 = V_5;
NullCheck(L_27);
bool L_29;
L_29 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(33 /* System.Boolean System.Collections.ArrayList::Contains(System.Object) */, L_27, L_28);
if (L_29)
{
goto IL_007d;
}
}
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_30 = V_0;
String_t* L_31 = V_5;
NullCheck(L_30);
int32_t L_32;
L_32 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_30, L_31);
}
IL_007d:
{
int32_t L_33 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_33, 1));
}
IL_0081:
{
int32_t L_34 = V_2;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_35 = V_1;
NullCheck(L_35);
if ((((int32_t)L_34) < ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_35)->max_length)), 1)))))
{
goto IL_001c;
}
}
IL_0089:
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_36 = V_0;
return L_36;
}
}
// System.Collections.ArrayList System.Xml.Schema.DfaContentValidator::ExpectedParticles(System.Xml.Schema.ValidationState,System.Boolean,System.Xml.Schema.XmlSchemaSet)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* DfaContentValidator_ExpectedParticles_mD6031F43E2D847C0F85CB9BC72F7E800B2D79F19 (DfaContentValidator_tD6828BD839DA60C4AB90B8D0162889CCB10A1D1D* __this, ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* ___context0, bool ___isRequiredOnly1, XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* ___schemaSet2, 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*)&ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_0 = NULL;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_1 = NULL;
int32_t V_2 = 0;
XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* V_3 = 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;
Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* L_1 = __this->___transitionTable_7;
ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* L_2 = ___context0;
NullCheck(L_2);
StateUnion_tAB45AFD8261060A5F9F2D96314CC5073B168882D* L_3 = (&L_2->___CurrentState_12);
int32_t L_4 = L_3->___State_0;
NullCheck(L_1);
int32_t L_5 = L_4;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_1 = L_6;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_7 = V_1;
if (!L_7)
{
goto IL_004f;
}
}
{
V_2 = 0;
goto IL_0047;
}
IL_0020:
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_8 = V_1;
int32_t L_9 = V_2;
NullCheck(L_8);
int32_t L_10 = L_9;
int32_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
if ((((int32_t)L_11) == ((int32_t)(-1))))
{
goto IL_0043;
}
}
{
SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* L_12 = __this->___symbols_8;
int32_t L_13 = V_2;
NullCheck(L_12);
RuntimeObject* L_14;
L_14 = SymbolsDictionary_GetParticle_m229FD0E565E86359CA0CF5E76BB66223CD564BBE(L_12, L_13, NULL);
V_3 = ((XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE*)CastclassClass((RuntimeObject*)L_14, XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE_il2cpp_TypeInfo_var));
XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_15 = V_3;
if (!L_15)
{
goto IL_0043;
}
}
{
XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_16 = V_3;
XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* L_17 = ___schemaSet2;
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_18 = V_0;
il2cpp_codegen_runtime_class_init_inline(ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE_il2cpp_TypeInfo_var);
ContentValidator_AddParticleToExpected_m79BBE1D989348265D0DB89BE335357D2BEDE033A(L_16, L_17, L_18, NULL);
}
IL_0043:
{
int32_t L_19 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_19, 1));
}
IL_0047:
{
int32_t L_20 = V_2;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_21 = V_1;
NullCheck(L_21);
if ((((int32_t)L_20) < ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_21)->max_length)), 1)))))
{
goto IL_0020;
}
}
IL_004f:
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_22 = V_0;
return L_22;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlMapping_get_Format_mB9ACDCC642A2589BF20C9D02C2FA14F2C5D1C3F3_inline (XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___format_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* XmlMapping_get_RelatedMaps_m359C8ADACB98609060F82DCB82FB18E39274918C_inline (XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* __this, const RuntimeMethod* method)
{
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->___relatedMaps_1;
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_9;
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 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* XmlTypeMapping_get_XmlType_m5A30CB4EE3541CC1C65003757D5E743042846222_inline (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___xmlType_7;
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_5;
return L_0;
}
}
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_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTypeMapping_get_IsAny_m0C45955548B231D2E892D2924768B068138CBDD8_inline (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___isAny_14;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* XmlSerializationWriter_get_Writer_m8083D941BEB14C7735FDB31C52ADBCCF5513C2BC_inline (XmlSerializationWriter_t96B46BC33680D6D6AB2580CA44C228109865151B* __this, const RuntimeMethod* method)
{
{
XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___writer_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlMembersMapping_get_HasWrapperElement_mE921652D9CEADD03E4BCC13C9AC26E457C640CE5_inline (XmlMembersMapping_t0D686C86E19B598F10E53AF79EC905A7E2BDB62C* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->____hasWrapperElement_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 XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112* ClassMap_get_NamespaceDeclarations_m5EF288255B1F07783CF889C781DB6D6BEAF133E1_inline (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method)
{
{
XmlTypeMapMemberNamespaces_t1493E4BE21467D51FB1CDE88D538FA97815D3112* L_0 = __this->____namespaceDeclarations_10;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1* ClassMap_get_DefaultAnyAttributeMember_m88660193A65BE269D1E4F7ADEA4778BC78D40B08_inline (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method)
{
{
XmlTypeMapMemberAnyAttribute_t936B5C08A209D3F342575957ACCBF1F7984095F1* L_0 = __this->____defaultAnyAttribute_9;
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 XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* XmlTypeMapMemberAttribute_get_MappedType_mD2DBE6E539F3B9A6F922C1DD37084DCDACE07025_inline (XmlTypeMapMemberAttribute_tD47726060DC8BC868E2BE2A613912531B2ED97A4* __this, const RuntimeMethod* method)
{
{
XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* L_0 = __this->____mappedType_13;
return L_0;
}
}
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 RuntimeObject* ClassMap_get_ElementMembers_m28BCFDC1D5FC50F910FBCF82D9C30472482A505D_inline (ClassMap_t4B31ADB19F7BB4DCFD9696C4F595B39B22677109* __this, const RuntimeMethod* method)
{
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____elementMembers_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* XmlTypeMapMemberFlatList_get_ListMap_mAAD12C509481E6855A9C4865874566320C256EBC_inline (XmlTypeMapMemberFlatList_t443422643AA0E5FA5166EF6451BBA01D02004B38* __this, const RuntimeMethod* method)
{
{
ListMap_t4510F861363E17F1129649412EDC36CBE8AFD2BC* L_0 = __this->____listMap_15;
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 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 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 bool XmlTypeMapElementInfo_get_WrappedElement_m4A1874E9B5785B35A519EC5266425156A3B78468_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->____wrappedElement_9;
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 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 bool XmlTypeMapElementInfo_get_IsNullable_m5E6F72E9E7ADFA39100C6C0FFA1585BCDE4ACE75_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->____isNullable_5;
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 bool XmlTypeMapping_get_MultiReferenceType_m6FF513956B40419EBD15B5C1D3B0DEA151AABD84_inline (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___multiReferenceType_11;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlAttributeEventHandler_Invoke_m99D8E43DDDA786B20D62CC1A2BEE07B550FD459D_inline (XmlAttributeEventHandler_tA9EE5C77A13FDC19DB5B3340F27245C620480F65* __this, RuntimeObject* ___sender0, XmlAttributeEventArgs_tE2113D9D778F9CC7EBD3D619A0342DB8C9CC7897* ___e1, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (XmlAttributeEventHandler_tA9EE5C77A13FDC19DB5B3340F27245C620480F65* __this, RuntimeObject* ___sender0, XmlAttributeEventArgs_tE2113D9D778F9CC7EBD3D619A0342DB8C9CC7897* ___e1, const RuntimeMethod* method);
((FunctionPointerType)__this->___invoke_impl_1)(__this, ___sender0, ___e1, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlElementEventHandler_Invoke_m46A4766C6A278307DA5CA525C68490202667A38A_inline (XmlElementEventHandler_tA1451D76D0A21C15B71AC8B380CC097DF71951F3* __this, RuntimeObject* ___sender0, XmlElementEventArgs_t415AB97F2EC45400E0E5FD5DCEE66D2FC4912036* ___e1, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (XmlElementEventHandler_tA1451D76D0A21C15B71AC8B380CC097DF71951F3* __this, RuntimeObject* ___sender0, XmlElementEventArgs_t415AB97F2EC45400E0E5FD5DCEE66D2FC4912036* ___e1, const RuntimeMethod* method);
((FunctionPointerType)__this->___invoke_impl_1)(__this, ___sender0, ___e1, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlNodeEventHandler_Invoke_mD6415CD57C5676C16FFFABFA463D1D68AC910D91_inline (XmlNodeEventHandler_t32503D9F2F1A9E9E183779774CEFC13425BF6670* __this, RuntimeObject* ___sender0, XmlNodeEventArgs_tD4D3A349309C779296ED1395F49A9D4793D2E21D* ___e1, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (XmlNodeEventHandler_t32503D9F2F1A9E9E183779774CEFC13425BF6670* __this, RuntimeObject* ___sender0, XmlNodeEventArgs_tD4D3A349309C779296ED1395F49A9D4793D2E21D* ___e1, const RuntimeMethod* method);
((FunctionPointerType)__this->___invoke_impl_1)(__this, ___sender0, ___e1, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnreferencedObjectEventHandler_Invoke_m8877BE504717016EC402AE274F191FB7B64FB458_inline (UnreferencedObjectEventHandler_t7342B517610EE6E277FB060ED3C983CE68E0463A* __this, RuntimeObject* ___sender0, UnreferencedObjectEventArgs_tA88A95B9F0BE849323A166089D04903D288C5760* ___e1, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (UnreferencedObjectEventHandler_t7342B517610EE6E277FB060ED3C983CE68E0463A* __this, RuntimeObject* ___sender0, UnreferencedObjectEventArgs_tA88A95B9F0BE849323A166089D04903D288C5760* ___e1, const RuntimeMethod* method);
((FunctionPointerType)__this->___invoke_impl_1)(__this, ___sender0, ___e1, 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 XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* XmlSerializer_get_Mapping_mF9907A88C9DE4C5C31ACD6804471760CBD17B84B_inline (XmlSerializer_t08AD90724C0D9D82D4CC23611E5FBDEE50B2867B* __this, const RuntimeMethod* method)
{
{
XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* L_0 = __this->___typeMapping_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SerializationSource_t2F3A53A0FFC7BF8994CF332961FD3C0671E4A58C* XmlMapping_get_Source_mE7270AE0C3619E1C39600FDE01BC069D94BB6652_inline (XmlMapping_t8D4AC99C7F2D51F3161C7E91E41E51097640CE97* __this, const RuntimeMethod* method)
{
{
SerializationSource_t2F3A53A0FFC7BF8994CF332961FD3C0671E4A58C* L_0 = __this->___source_3;
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 void XmlTypeMapElementInfo_set_ElementName_mEE8DF5FA9A346D3D437DF38E2B5E0BC20AA5DC40_inline (XmlTypeMapElementInfo_t5F83002BBC016801717A20C4B72781DEA06DEB32* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__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* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__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 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 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 ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___isAny_14 = 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_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_XmlTypeNamespace_m29104EA2A5D1A505DAC69E158419FF55472C653D_inline (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___xmlTypeNamespace_8 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlTypeNamespace_8), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapping_set_XmlType_m32DCAB0634D72D0F98B59A7B0C5BBD4633E2B545_inline (XmlTypeMapping_tF9D5A0ADAF6340AEC2DB840127EAB75094AA58D9* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->___xmlType_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlType_7), (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_14;
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 void XmlTypeMapMember_set_GlobalIndex_m472100DAE18C222CFAD14F0085743759FB1B11C3_inline (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->____globalIndex_2 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTypeMapMember_set_Index_m2CF151DEBC1293A91B0126F579B2CA6730CC4D56_inline (XmlTypeMapMember_t54E80D1B6FF58F90D480933D89DF25A6FDAF299A* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->____index_1 = L_0;
return;
}
}
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 ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__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 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 StringConcat_get_Count_mDCCC5B17A9A44FD12C76AAB3429C50663D243BDC_inline (StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___idxStr_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* Axis_get_Input_mF5514FC0F3EE5E699C8A2FFAA492CCD3BD6BDDFF_inline (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method)
{
{
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_0 = __this->____input_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* ForwardAxis_get_RootNode_m28B8A5AB9B1A7173098C947D34A980BA6CE745FD_inline (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* __this, const RuntimeMethod* method)
{
{
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_0 = __this->____rootNode_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ForwardAxis_get_IsDss_m72FC07E424DD9D1659BFAA06BEBB2412DB9E2F93_inline (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->____isDss_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Axis_get_Name_mCC800C219DC94CAF6906C947DBC0B6A0E8049FE5_inline (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->____name_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Axis_get_Urn_mA18C3D405806C8A0DA8FFE9094515B7B8FD22C40_inline (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->____urn_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* ForwardAxis_get_TopNode_m081D8D8DC8E691443C7AFC782365A3797BC479C3_inline (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* __this, const RuntimeMethod* method)
{
{
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_0 = __this->____topNode_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* DoubleLinkAxis_get_Next_m3F352B2F887E003F54F272E1833B59BB7B2B1C4B_inline (DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* __this, const RuntimeMethod* method)
{
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_0 = __this->___next_7;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ForwardAxis_get_IsSelfAxis_m3BA92E6A7040119652EE11ED9E1078675FC3B309_inline (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->____isSelfAxis_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ForwardAxis_get_IsAttribute_mD000ED3F7F6995BCB54D45958538C2E638AEEB73_inline (ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->____isAttribute_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* AxisElement_get_CurNode_m4561E232A7F554E5EC91C78BDE9D5DE0D6FDC417_inline (AxisElement_t2D9869A9C94E7B429BC3B40EAC9EAADCBAC0B8E5* __this, const RuntimeMethod* method)
{
{
DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* L_0 = __this->___curNode_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* Asttree_get_SubtreeArray_m46C9A6B0D7125E53E4179076DA369F9AE23D567F_inline (Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* __this, const RuntimeMethod* method)
{
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____fAxisArray_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* AxisStack_get_Subtree_m1A81CC8CB9EB650E885141169A7C913F8D6FF716_inline (AxisStack_t8E56112847DA4A3FD57F0FFC1A187CA0E28C0D41* __this, const RuntimeMethod* method)
{
{
ForwardAxis_t1B24068F0D702DA16149B2426E9A4972A73233FE* L_0 = __this->____subtree_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ActiveAxis_get_CurrentDepth_m2DD04D34A2ED3AABBCA3EDF1B763D925B2FDBD9A_inline (ActiveAxis_t55A4E654FF14ACE29F21C1B5F9B8A3BBC80C81BB* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____currentDepth_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Axis_get_TypeOfAxis_mC937F7732888322E11D54B66E3D3013B81129018_inline (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____axisType_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Axis_get_Prefix_m64A07B240D8808DF74C748508FAB4792F78777E9_inline (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->____prefix_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Axis_get_NodeType_m21DA32058DCC597CF78661C788B713EB0B05E98C_inline (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____nodeType_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Axis_set_Urn_m30F7E83893EDC06159E1411E2C9877EF12C4B8DD_inline (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->____urn_6 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____urn_6), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Axis_get_AbbrAxis_m39030C864BA056B033F68DA0D202E4E9D90EDEA7_inline (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___abbrAxis_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DoubleLinkAxis_set_Next_mF43EF6DCE6465692D1583FCE991C5CEE14F7D6B4_inline (DoubleLinkAxis_tAFE38F93C74DCCA61FA84D96529A881C131C4F5A* __this, Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* ___value0, const RuntimeMethod* method)
{
{
Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* L_0 = ___value0;
__this->___next_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___next_7), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Axis_set_Input_mB9295510E3D476008FE9DC8AF978932A2CCC4CB7_inline (Axis_tCAC819311CB50226007C92D3C410A09F3DF4E17B* __this, AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* ___value0, const RuntimeMethod* method)
{
{
AstNode_t3F471E368ACEA77B31F6196C644A69FC4383ACBB* L_0 = ___value0;
__this->____input_1 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->____input_1), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_set_Validator_m70253B3ADBC097BB9213ABC9C6DE0446EA658D07_inline (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* ___value0, const RuntimeMethod* method)
{
{
BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_0 = ___value0;
__this->___validator_7 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___validator_7), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* XmlValidatingReaderImpl_get_Validator_m14576660E175E35CFBDF67B7BDC238581B02978B_inline (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method)
{
{
BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_0 = __this->___validator_7;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* XmlValidatingReaderImpl_get_Schemas_m09AA0952FA965FBB205AE3DA5766D8DC0CD24ED0_inline (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method)
{
{
XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_0 = __this->___schemaCollection_8;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* XmlSchemaCollectionNode_get_SchemaInfo_mA4E705B6EEC7EBEE71DFBA0153E97AA4D0BFA981_inline (XmlSchemaCollectionNode_t234928AAC72E6433960EC2DBE5E4DB8852575E17* __this, const RuntimeMethod* method)
{
{
SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_0 = __this->___schemaInfo_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaInfo_get_SchemaType_m44BE9221A63C4D13AE45A2054A875B533518B0FC_inline (SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___schemaType_11;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* XmlSchemaAttributeGroup_get_Redefined_mB3E01A8115441BA8B86EAAF1DED7AF15E12AB1BA_inline (XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* __this, const RuntimeMethod* method)
{
{
XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* L_0 = __this->___redefined_13;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaAttributeGroup_get_QualifiedName_m4008432A607D33D2439498137F49361C2522F7C8_inline (XmlSchemaAttributeGroup_t471125891B9EDFD58104133A426AC82A1E8D8B66* __this, const RuntimeMethod* method)
{
{
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___qname_12;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* XmlSchemaGroup_get_Redefined_m898BBEF082EFF82AA34B65DB2EEBCF3FD3EF59AC_inline (XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* __this, const RuntimeMethod* method)
{
{
XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* L_0 = __this->___redefined_13;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* XmlSchemaGroup_get_CanonicalParticle_mB7FE83F77B8ED2E080D9BCF47C410899932EDE2B_inline (XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* __this, const RuntimeMethod* method)
{
{
XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE* L_0 = __this->___canonicalParticle_11;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaGroup_get_QualifiedName_mB6B42553E4E8CFC086481D34BC406BFA00A845F2_inline (XmlSchemaGroup_t7BDB8C570AE85AD548D1B67295C99B8849BE2825* __this, const RuntimeMethod* method)
{
{
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___qname_12;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* XmlSchemaType_get_Redefined_m4DC8B95041329694AAA93F55F7FF7166F5784C8A_inline (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, const RuntimeMethod* method)
{
{
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = __this->___redefined_17;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaObject_get_SourceUri_m5EC9BEAB2167AF995D1D6DD8B441420520D392F6_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___sourceUri_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchemaObject_get_LineNumber_m0E85AE355678B38A3BC1390D26312B4093845724_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___lineNum_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlSchemaObject_get_LinePosition_m6464E9E3F6D65D40317812043FFA54EA5F346FF8_inline (XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___linePos_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValidationEventHandler_Invoke_m585F7368113F5FDF31F3C7C9C5B7F520CE46481B_inline (ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* __this, RuntimeObject* ___sender0, ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830* ___e1, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* __this, RuntimeObject* ___sender0, ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830* ___e1, const RuntimeMethod* method);
((FunctionPointerType)__this->___invoke_impl_1)(__this, ___sender0, ___e1, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* SchemaElementDecl_get_ContentValidator_m687E7878F142CFC03B5D7B4FFD6FE1F4AE6526E1_inline (SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* __this, const RuntimeMethod* method)
{
{
ContentValidator_t42EB1802005FF0D871EE98A34ADB69091CCE48FE* L_0 = __this->___contentValidator_20;
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 XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* SchemaEntity_get_NData_m7B05467BF6357AB27C1DAFBFE27F9720C79CEC3C_inline (SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* __this, const RuntimeMethod* method)
{
{
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___ndata_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* XmlSchema_get_BaseUri_mB4EF7EF2955DCB14C4573E42E47D2332C0F903D8_inline (XmlSchema_t5C9506D00418BF5FD524254D0C6C405C620C941D* __this, const RuntimeMethod* method)
{
{
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___baseUri_32;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaIdentityConstraint_get_QualifiedName_m251F2D545B4ECD413FD80B27138D0C43E9D79EB8_inline (XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC* __this, const RuntimeMethod* method)
{
{
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___qualifiedName_12;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaXPath_t1C3193CCD8056E55DEC3C6E74DE25859AD88D76A* XmlSchemaIdentityConstraint_get_Selector_m1EF75F875727A2A35F9CBF1D1C05D95EC42AE1B6_inline (XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC* __this, const RuntimeMethod* method)
{
{
XmlSchemaXPath_t1C3193CCD8056E55DEC3C6E74DE25859AD88D76A* L_0 = __this->___selector_10;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlSchemaXPath_get_XPath_m764CFD2F357F485A54A64EF4A6D4D350B1C5F9B0_inline (XmlSchemaXPath_t1C3193CCD8056E55DEC3C6E74DE25859AD88D76A* __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->___xpath_9;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* XmlSchemaIdentityConstraint_get_Fields_m7EA1FDC637E3F316F16D1A93B0C87306B98AC4EC_inline (XmlSchemaIdentityConstraint_tE57F181BAE36EAA8EB35E69BE4515D2BEED420DC* __this, const RuntimeMethod* method)
{
{
XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* L_0 = __this->___fields_11;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaKeyref_get_Refer_m87D6D4EE542C95EB6EABC076A102533D58E07F4B_inline (XmlSchemaKeyref_t240C2AB1E5EAE4D7486F8E486741591BA7202C28* __this, const RuntimeMethod* method)
{
{
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___refer_14;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AsttreeU5BU5D_tE39DE20957B9B03A0B041FC6B97DC9F2FC6C807C* CompiledIdentityConstraint_get_Fields_m4FEE989DD98F9FDE29F0FEB7173A7B31C8EBA9E2_inline (CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* __this, const RuntimeMethod* method)
{
{
AsttreeU5BU5D_tE39DE20957B9B03A0B041FC6B97DC9F2FC6C807C* L_0 = __this->___fields_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* CompiledIdentityConstraint_get_Selector_m6035A41031BC9AD2B54A9C5C563C51E7D88A733C_inline (CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* __this, const RuntimeMethod* method)
{
{
Asttree_t25BC2D540FA0664F29E239974E3261DE815B4612* L_0 = __this->___selector_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CompiledIdentityConstraint_get_Role_m968CA50512673168BCB15510DC0479CAB63B7DF1_inline (CompiledIdentityConstraint_t21FAA66561D65559D2E2A005C4DC40A00793BD2E* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___role_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ConstraintStruct_get_TableDim_m43CC829946563AEE96CCC22EF3A88CD5A9A3DCD9_inline (ConstraintStruct_t2E96C9531B304A8AB791BCB281D58A8E4C6DD714* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___tableDim_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DecimalStruct_get_IsDecimal_m8CF71AB0D3989332D57B4924C63592B3D3F4CE5D_inline (DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___isDecimal_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* DecimalStruct_get_Dvalue_m646B51C36A2B924C0A6DF19A6D6FBE394FBC378B_inline (DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* __this, const RuntimeMethod* method)
{
{
DecimalU5BU5D_t93BA0C88FA80728F73B792EE1A5199D0C060B615* L_0 = __this->___dvalue_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DecimalStruct_set_IsDecimal_m22C0BC4D25614EB5D8802E1369401D08BBB95F27_inline (DecimalStruct_t96A28B69B667A2BE95FBA6BBF8E8ADB453A3D2D1* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___isDecimal_0 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TypedObject_get_Dim_mE06DAEF6C918729FB67D32C3AA092201DDC8F886_inline (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___dim_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* TypedObject_get_Type_m0718A9DA701743FD34EC6C4A1F5C004152B52E54_inline (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, const RuntimeMethod* method)
{
{
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = __this->___xsdtype_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TypedObject_get_IsList_mE57BEB29AE52CDF7A7E7AE5AF0C6651FDE19C8E5_inline (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___isList_5;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* TypedObject_get_Value_m955EB3C4D9DFAEE729115D1BB11CE5C645BD25BC_inline (TypedObject_tD8356990A8E68DB5595E4A4CA33F907B042EDD97* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->___ovalue_1;
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 RuntimeObject* DictionaryEntry_get_Value_m75FD18FE968AE131F28AA2CB0DF4895EBA39075E_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->____value_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DictionaryEntry_get_Key_m09845C00732E530E6FCB9042079E90D3912215FE_inline (DictionaryEntry_t171080F37B311C25AA9E75888F9C9D703FA721BB* __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->____key_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SymbolsDictionary_set_IsUpaEnforced_mBA5E7696442D87B8E89E2323C3D48777F3F0180A_inline (SymbolsDictionary_t6294BD40672E01F1C87B524AE88C84A267C78CF3* __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->___isUpaEnforced_5 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void InteriorNode_set_LeftChild_mC6FDB3A1ABD18FDE11B233415F3A983A49B46E5B_inline (InteriorNode_tC0A6301C7096FC5808A33A6CAE05DCA44AB21BBF* __this, SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* ___value0, const RuntimeMethod* method)
{
{
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0 = ___value0;
__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* ___value0, const RuntimeMethod* method)
{
{
SyntaxTreeNode_t1165A00492617EF072B11DECC26AA0AA3BF72EBE* L_0 = ___value0;
__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* ___value0, const RuntimeMethod* method)
{
{
BitSet_t89F906D542C052F4565FBEF32E1E9713B966026B* L_0 = ___value0;
__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 XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaElement_get_RefName_mFAC5C12FDBC39BBC78F15D4EB04D570EC5808AA9_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method)
{
{
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___refName_24;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlSchemaElement_get_QualifiedName_mA0B8CE3553D41B130F5ADFBD0813EA309148A2D5_inline (XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* __this, const RuntimeMethod* method)
{
{
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___qualifiedName_28;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* XmlSchemaSubstitutionGroup_get_Members_m2BD19D88E9221BCC56C4E816041B6E87595CADDE_inline (XmlSchemaSubstitutionGroup_t7B72F187FE8CCD44DF3B4848F24FB67D7AAC4D1F* __this, const RuntimeMethod* method)
{
{
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->___membersList_6;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LeafNode_set_Pos_mA4961D8E52D803DC74293D95B8C258C2B00707ED_inline (LeafNode_t7651704FC29C21B0A248595408C14FCD5C0C8E9D* __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->___pos_0 = L_0;
return;
}
}
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 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 List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___item0, const RuntimeMethod* method)
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
int32_t L_7 = V_1;
RuntimeObject* L_8 = ___item0;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
return;
}
IL_0034:
{
RuntimeObject* L_9 = ___item0;
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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;
}
}