28618 lines
1.1 MiB
28618 lines
1.1 MiB
#include "pch-cpp.hpp"
|
|
|
|
|
|
|
|
|
|
|
|
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, 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, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10>
|
|
struct VirtualActionInvoker10
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct VirtualFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct VirtualFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct VirtualFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct VirtualFuncInvoker3
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
struct InterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename 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);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct InterfaceFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
|
|
struct InterfaceFuncInvoker6
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method);
|
|
}
|
|
};
|
|
|
|
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
|
|
struct Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D;
|
|
struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3;
|
|
struct Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54;
|
|
struct Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55;
|
|
struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA;
|
|
struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28;
|
|
struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588;
|
|
struct Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1;
|
|
struct IComparer_1_tC0A12A847AF97F369A5CE9A0CCE71CE18EE1440E;
|
|
struct IDictionary_2_t51DBA2F8AFDC8E5CC588729B12034B8C4D30B0AF;
|
|
struct IEnumerable_1_t055C83CBB6D9B0D62F3BFC9AC8A5169CA06B72E3;
|
|
struct IEnumerator_1_tD2D98CA9C23AE3358DD671D9F760AF794EF0712B;
|
|
struct IEqualityComparer_1_t0792199F67BF165CADE8BC032FD4E24FBCB4EF04;
|
|
struct KeyCollection_t1C4AC9AF598F91960DA77C27B6164094A0C0334C;
|
|
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
|
|
struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12;
|
|
struct Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED;
|
|
struct TaskFactory_1_t42C9608CCE6E07FBC5D71980718AC1DD4FF97566;
|
|
struct TaskFactory_1_t6F188FE70F3006B0386002E392B799D85100732B;
|
|
struct Task_1_tB493F74D58DB1761E087206849D953E99D07600B;
|
|
struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2;
|
|
struct Tuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9;
|
|
struct ValueCollection_t165FF65BBECE9C225DC52130BF97ED925E5A9133;
|
|
struct EntryU5BU5D_t161EBC349138D60E4EE81A9F043A7482748964A9;
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
struct XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40;
|
|
struct EntryU5BU5D_tE4AE7874F9098D7C9B34C34630C2F2698981939A;
|
|
struct NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60;
|
|
struct NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610;
|
|
struct ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29;
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
|
|
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
|
|
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
|
|
struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B;
|
|
struct CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2;
|
|
struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57;
|
|
struct ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007;
|
|
struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D;
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0;
|
|
struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A;
|
|
struct Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC;
|
|
struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90;
|
|
struct DecoderFallbackBuffer_t02E41C0BEC894A17CFE1A1FE88A2388DFDA05A73;
|
|
struct Delegate_t;
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293;
|
|
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095;
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2;
|
|
struct Exception_t;
|
|
struct ICredentials_t8FDA6AF64B852DA0631D4BE66962B20E51E230F0;
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
struct IDtdAttributeInfo_t97A8DDF92ED9F466BAC1D389F207DD3900412F04;
|
|
struct IDtdAttributeListInfo_t07FD0314BEFEF9941C7CEC6F2944B28AD50F979F;
|
|
struct IDtdDefaultAttributeInfo_t57776183C360FBC7DA2F7A2829C62E8D59C61613;
|
|
struct IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27;
|
|
struct IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8;
|
|
struct IDtdParser_t91A29AF9801876CAFD81A0496F5AB8A65527B54B;
|
|
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
|
|
struct IValidationEventHandling_t5929D7539D965D446556F7740F36A2BF7C6CC57E;
|
|
struct IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D;
|
|
struct IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1;
|
|
struct IncrementalReadDecoder_t55EB8A2FB2A5FFCB1B68AE7F784C4E00DCE1E55B;
|
|
struct IncrementalReadDummyDecoder_t514FBAC6CC3FF737F6EAF3AF3523D89A933DAB86;
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
|
|
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
|
|
struct MethodInfo_t;
|
|
struct NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46;
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
|
|
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
|
|
struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C;
|
|
struct RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550;
|
|
struct SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23;
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
struct SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553;
|
|
struct SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B;
|
|
struct SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD;
|
|
struct SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7;
|
|
struct SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2;
|
|
struct StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352;
|
|
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE;
|
|
struct String_t;
|
|
struct StringBuilder_t;
|
|
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572;
|
|
struct TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0;
|
|
struct TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E;
|
|
struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4;
|
|
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7;
|
|
struct Type_t;
|
|
struct UTF16Decoder_t6E147EA3BB6AEF4CFC92D6ACC7DBCF13FB101227;
|
|
struct UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE;
|
|
struct Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82;
|
|
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E;
|
|
struct UriParser_t920B0868286118827C08B08A15A9456AF6C19D81;
|
|
struct ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A;
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
struct XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596;
|
|
struct XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8;
|
|
struct XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F;
|
|
struct XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B;
|
|
struct XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9;
|
|
struct XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD;
|
|
struct XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA;
|
|
struct XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF;
|
|
struct XmlSchemaAnnotation_t35947D4DA687AA3C531135CEC5EBE7AB1C3EF821;
|
|
struct XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F;
|
|
struct XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D;
|
|
struct XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B;
|
|
struct XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D;
|
|
struct XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1;
|
|
struct XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF;
|
|
struct XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93;
|
|
struct XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B;
|
|
struct XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E;
|
|
struct ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05;
|
|
struct ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540;
|
|
struct UTF8EncodingSealed_tF97A34F40CABE9CE1C168967D60396F51C43DD36;
|
|
struct UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09;
|
|
struct HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA;
|
|
struct DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3;
|
|
struct LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6;
|
|
struct NoNamespaceManager_t2914A37089D780A639C5769A68FCF35E0FE622B4;
|
|
struct NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF;
|
|
struct OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499;
|
|
struct XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DtdDefaultAttributeInfoToNodeDataComparer_t316EE7BA1A7C3159565673C63167CDD82E3935A1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDtdAttributeInfo_t97A8DDF92ED9F466BAC1D389F207DD3900412F04_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDtdAttributeListInfo_t07FD0314BEFEF9941C7CEC6F2944B28AD50F979F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDtdDefaultAttributeInfo_t57776183C360FBC7DA2F7A2829C62E8D59C61613_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDtdParser_t91A29AF9801876CAFD81A0496F5AB8A65527B54B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t055C83CBB6D9B0D62F3BFC9AC8A5169CA06B72E3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tD2D98CA9C23AE3358DD671D9F760AF794EF0712B_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* IncrementalReadDummyDecoder_t514FBAC6CC3FF737F6EAF3AF3523D89A933DAB86_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NoNamespaceManager_t2914A37089D780A639C5769A68FCF35E0FE622B4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_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* OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_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* Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Tuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UTF16Decoder_t6E147EA3BB6AEF4CFC92D6ACC7DBCF13FB101227_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlNodeType_tCA25567E42A464038FDA6BA318EC0A9627B4CB95_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral03B045FCD10ECF188A204F5155B713E46FEAC4DE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral08225942B0A6237A26F3F6162356652870EA9AD9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0DD65E4164ECCDCC03EEEB4270914339DE878E09;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0DDD59971908C2866702474E28490B7C5C1356ED;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0EE5C75C762D2925310D5C8C6DE4A72136C79CC4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral11FD22D825C5C7EEDE7CA43876F02B7D8B4C213F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral168C49673280639EC773D92BF193FBACAED8BF52;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral17372CA6EE06884491DF8D3AEFE02DC203DF0717;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral180A67848B5A57936F7A288C7C73E3F33BFFCDF4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral192210AFEA7A44FE2FFAB4A93D05261DB2757891;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1A80D09E42ECF83939C0550908D8E7889359C8D8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1B8590E2F95A4B0631E98EAF5F61AFD63A1C031E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1E4C0425B0E62AF487F3C7EDEFADC20B938C9A03;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1F1BC4D23D8E5661364EBEC728BE303959F6CF91;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral226FFA80152D23D5393D03AF02D1C90D7880F548;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral27EFD03821B8E8379AA7D14DB641482FB950DF7B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral292FFF1AFC6A39FAE710753C820C4EC3DD0D4613;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2CC07AF4C3868561B4298BB54D24B5A984DBC70D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral37A05C2D8FD93BC463950C5DDF58614B3DEDE3EA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3915A096ACD919832A1C4E84ABDC7D6F6B72630D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral41EF1659C5E772235CFEA4B5A94D5DF6799C5608;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4F0ED44759FB9D445390E9BFD2CE4A97F58BBBA9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral50709161A683107F88DF833963D6907320EB2D94;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5296173AB8D4E282E989F7B0B7B7C9A3ACF26E18;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5BAA302A400A1B9C6F712ED9DBE1D7010A5034BF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6A296BDE05384B1131431F0CFA2EB755E12F20E4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6C80BE31B3A7206EDCC7D55B9B8DC0407E7A87EB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral72890B3416E9451EAEDCB2D432F0737DCEFD53AA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7326AE41E617D7A8987EBD38608EC2CA31940C0F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7555A381F6A885BD4329663AA477583D04E3F792;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral77D2BCBCC0DB06E7D1FE3B24D38EDC45C54A7D7B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral77F4DA4A27A2604AE091F96D9703D92D3E929C3B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A03FF5EFAA03F04AAF57CFC6DCE17560E6F3030;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A597BBB5531C860DA6FB2829441767F611CCFCC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A7B03EDCCEC1AA676CFA2D7002A577C44FC6A13;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7CA3591A74B899B2FB7AAADBB9C6AA9722CD2C06;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7EBD7E5381F20CF05FF54841BB8BD75F2397E0CA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral887708FAE81F8854FED4472593567E230376CF20;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8D96BC4C9C4D627F523AF7B934DE107E1359C50F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8DBC0541C87F546156D168685887CFF3444537CD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8DF28038BAE3947FE2A10B2562359E7D3A2BF989;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral96065EF4DC93B53D7A1F952FADF4921C43506B4C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral982749A67A420D262D8B02D1D5E75C097587CD3A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral99F19C3C64E4DA42B933F242D187F672BFE457C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9AFA0F72F280AF1D61641FD81B06319BC977BCDA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9BBA939AADAC7131171CCBDAAF0369B087259893;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9DB177E8C0CBE853033933A889510F9E5D48D596;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA02A8489B78BE60779EEA12413113D4FBC8C5E36;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA3C584A3FE105AEB412E76816EDB194C2C149E6E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA99D512DBB15CEE509B88EBCE4AB195F07681F44;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAC5E32C47A7BDB12A3CFA3FAD891E5A0B2E18DE3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB040418CA8E9ED382EC72BF18BDDDFBD260DCBDC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB04A560846A93D4D813C44EFBD0968D2875C5049;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB55DD8F11DBEB2311310B75BD326FABA8DD6E4B9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB603F7761557E583DBBFB1003B4DE31A31F87868;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB76F93064E827FE764713C55F705D2E388DF17D7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB7FD6B173F8DDB3354F28BB648CED69286F416C9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBA35549D8219B5F5409D55485656844283EB1A95;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBF8B5610C2E749CDA971813F2601B7DDAF980B54;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC322EB89F06EA9126EEB00F7CCE625D04A1EA9F4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC32EB74E6CF2D3CD9BDC7BEEB45FE8C6413C1E6E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC592433F40777E06F184EC2C93B0E9661B2FC834;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC79B5A2B53BE125CE49A7A44CDB786AE5BA7E9D1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC7A4DCEE2BCE29D8E3625DA7D1C87881873A907C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC872A8527B3262EA83113D74202CF9CBCE3B0772;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCA05288B6212EA20126730A5B780745B08DD3D36;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCEE3B2EB07697A8538A5981905EA8D1A1753B51D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD259EE6AB580E33090940BF472020FA738C8617A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD27E638C5F6B34DE55DDC1E7B33B6C164CB88CAC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD4DAA1A26807E1A567D68B161E6A95701A3FD560;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE17BBA8A473D59FFCC3E1CE5B765B2C174385B7F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE17D434C0318F5D8C5525CEDDC1852394290CA23;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE1A5710D77750DE15143DC722BD4D7F361D7E8BD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE36FB54A26012ED331BC4EAA26E3796844CF0590;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE577106AF74D4E432DDB4785DA3B2BE486F67838;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE5E2DECD6397CBF8168176B1CB6CB4B7A4984E43;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE62BE30D60110348D9F0D3836744E95BD82775EF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE6EBEC5243A7F1F4EC60D6ADEFEEC1D5A655AA46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE9BAFB0222941360F2752ADB95BF13DFDF07C373;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEA9861AB400894B6A90D438BF33D1986E5E7927B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEC8CAA2A3849E3D54918E4EA208FB0D055700292;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEF773281DF3C0FFE95AB2CE662598454A2DD1214;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF12E59379196681BB583947C4CA20072F667A2DD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF138E7719F7B2C087914A020E21C85F0382BCBE4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF270172D9DCB1A35388598EC124CE3AE08AC3E54;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF3CC44E677A8425D56C2E976CEE5C70648FC3B9F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF93620B79D24EBDD0BBA22E51773F74952724C63;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF9AF2888151C96525F9312E8AA41CFF3F0B3CDD9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_BinarySearch_TisRuntimeObject_mE25EE59ABB20AC401C5EC394D3A4497C9BA27C9D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisNodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_m6228E185B39247C979A2C0AD94CE8D9019933B2E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_Sort_TisRuntimeObject_mB5F13D1685AB91F0DC0157388C3E5AE9C3E451AE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m6B646FC3E69ADA1E841FA6878E43A4EBEDEE6AB0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m5CEBA3CC956CC2C106666A910118133F1E696D84_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m37E94DC039C08FA639889E09411C8BC5730643B5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m6210F59C2C6D70022557B14383A77B307D8E5E4A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Task_1_get_Result_m6897AA7D4A583F9E81EC01C1BF788372D64C5A26_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Task_FromResult_TisTuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9_mFEEE696810AA11D88D13B507A3A9384392925A67_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Tuple_4__ctor_m922AB8E1A32CBD203CAFE16015B8C656728E0FE8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_FinishInitUriString_m9D1EAAEBEB54E573AA246ECB98CE152B24D576FA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_GetAttribute_m1F3DD4202A6159563B6AA1431820E1F1DD186455_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_MoveOffEntityReference_mA1A8FFC9F91F041D85E01D350BB3824E6534A1B6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_MoveToAttribute_mF39924084B62FBC5C5BBE0768E69CAF00F031DAD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_ReadValueChunk_m93AE77D645A8B877A2036DDD16C7E2B26A7C9F42_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_ResolveEntity_m01A84F03DB27E7C92857613DB9FE549C21F9307D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_SetupFromParserContext_mF77555EDF43C9D83D93F376F3A446C4824C1C2FA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_Throw_m9ECEA80AD460894085EF82E9F5F55B74FA0A5525_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_set_EntityHandling_m045BFFB3499FB53F97124F68F659FF0E5975B24C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_set_Namespaces_mBC1F7402DC209EE48DACECE94982BC6CC1E861CE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_set_Normalization_mD7A69A6E43CDBC34521C920727D6981675EA87EA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_set_WhitespaceHandling_mF03CD74F490259694D1CF7D60C5EC59CEA03B267_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_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 ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610;
|
|
struct ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29;
|
|
|
|
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
|
|
struct Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D : public RuntimeObject
|
|
{
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets;
|
|
EntryU5BU5D_t161EBC349138D60E4EE81A9F043A7482748964A9* ____entries;
|
|
int32_t ____count;
|
|
int32_t ____freeList;
|
|
int32_t ____freeCount;
|
|
int32_t ____version;
|
|
RuntimeObject* ____comparer;
|
|
KeyCollection_t1C4AC9AF598F91960DA77C27B6164094A0C0334C* ____keys;
|
|
ValueCollection_t165FF65BBECE9C225DC52130BF97ED925E5A9133* ____values;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct Tuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9 : public RuntimeObject
|
|
{
|
|
int32_t ___m_Item1;
|
|
int32_t ___m_Item2;
|
|
int32_t ___m_Item3;
|
|
bool ___m_Item4;
|
|
};
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject
|
|
{
|
|
bool ___m_isReadOnly;
|
|
int32_t ___cultureID;
|
|
int32_t ___parent_lcid;
|
|
int32_t ___datetime_index;
|
|
int32_t ___number_index;
|
|
int32_t ___default_calendar_type;
|
|
bool ___m_useUserOverride;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo;
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo;
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo;
|
|
String_t* ___m_name;
|
|
String_t* ___englishname;
|
|
String_t* ___nativename;
|
|
String_t* ___iso3lang;
|
|
String_t* ___iso2lang;
|
|
String_t* ___win3lang;
|
|
String_t* ___territory;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names;
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo;
|
|
void* ___textinfo_data;
|
|
int32_t ___m_dataItem;
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture;
|
|
bool ___constructed;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form;
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData;
|
|
bool ___m_isInherited;
|
|
};
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke
|
|
{
|
|
int32_t ___m_isReadOnly;
|
|
int32_t ___cultureID;
|
|
int32_t ___parent_lcid;
|
|
int32_t ___datetime_index;
|
|
int32_t ___number_index;
|
|
int32_t ___default_calendar_type;
|
|
int32_t ___m_useUserOverride;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo;
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo;
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo;
|
|
char* ___m_name;
|
|
char* ___englishname;
|
|
char* ___nativename;
|
|
char* ___iso3lang;
|
|
char* ___iso2lang;
|
|
char* ___win3lang;
|
|
char* ___territory;
|
|
char** ___native_calendar_names;
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo;
|
|
void* ___textinfo_data;
|
|
int32_t ___m_dataItem;
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture;
|
|
int32_t ___constructed;
|
|
Il2CppSafeArray* ___cached_serialized_form;
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData;
|
|
int32_t ___m_isInherited;
|
|
};
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com
|
|
{
|
|
int32_t ___m_isReadOnly;
|
|
int32_t ___cultureID;
|
|
int32_t ___parent_lcid;
|
|
int32_t ___datetime_index;
|
|
int32_t ___number_index;
|
|
int32_t ___default_calendar_type;
|
|
int32_t ___m_useUserOverride;
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo;
|
|
DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo;
|
|
TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo;
|
|
Il2CppChar* ___m_name;
|
|
Il2CppChar* ___englishname;
|
|
Il2CppChar* ___nativename;
|
|
Il2CppChar* ___iso3lang;
|
|
Il2CppChar* ___iso2lang;
|
|
Il2CppChar* ___win3lang;
|
|
Il2CppChar* ___territory;
|
|
Il2CppChar** ___native_calendar_names;
|
|
CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo;
|
|
void* ___textinfo_data;
|
|
int32_t ___m_dataItem;
|
|
Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture;
|
|
int32_t ___constructed;
|
|
Il2CppSafeArray* ___cached_serialized_form;
|
|
CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData;
|
|
int32_t ___m_isInherited;
|
|
};
|
|
struct Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC : public RuntimeObject
|
|
{
|
|
DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ____fallback;
|
|
DecoderFallbackBuffer_t02E41C0BEC894A17CFE1A1FE88A2388DFDA05A73* ____fallbackBuffer;
|
|
};
|
|
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095 : public RuntimeObject
|
|
{
|
|
int32_t ___m_codePage;
|
|
CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2* ___dataItem;
|
|
bool ___m_deserializedFromEverett;
|
|
bool ___m_isReadOnly;
|
|
EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___encoderFallback;
|
|
DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___decoderFallback;
|
|
};
|
|
struct IncrementalReadDecoder_t55EB8A2FB2A5FFCB1B68AE7F784C4E00DCE1E55B : public RuntimeObject
|
|
{
|
|
};
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject
|
|
{
|
|
RuntimeObject* ____identity;
|
|
};
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ____identity;
|
|
};
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ____identity;
|
|
};
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
};
|
|
struct SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7 : public RuntimeObject
|
|
{
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qname;
|
|
String_t* ___url;
|
|
String_t* ___pubid;
|
|
String_t* ___text;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ndata;
|
|
int32_t ___lineNumber;
|
|
int32_t ___linePosition;
|
|
bool ___isParameter;
|
|
bool ___isExternal;
|
|
bool ___parsingInProgress;
|
|
bool ___isDeclaredInExternal;
|
|
String_t* ___baseURI;
|
|
String_t* ___declaredURI;
|
|
};
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
int32_t ____stringLength;
|
|
Il2CppChar ____firstChar;
|
|
};
|
|
struct StringBuilder_t : public RuntimeObject
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars;
|
|
StringBuilder_t* ___m_ChunkPrevious;
|
|
int32_t ___m_ChunkLength;
|
|
int32_t ___m_ChunkOffset;
|
|
int32_t ___m_MaxCapacity;
|
|
};
|
|
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 : public RuntimeObject
|
|
{
|
|
int32_t ___m_taskId;
|
|
Delegate_t* ___m_action;
|
|
RuntimeObject* ___m_stateObject;
|
|
TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* ___m_taskScheduler;
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_parent;
|
|
int32_t ___m_stateFlags;
|
|
RuntimeObject* ___m_continuationObject;
|
|
ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540* ___m_contingentProperties;
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
|
|
{
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
|
|
{
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
|
|
{
|
|
};
|
|
struct XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8 : public RuntimeObject
|
|
{
|
|
};
|
|
struct XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F : public RuntimeObject
|
|
{
|
|
NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* ___nsdecls;
|
|
int32_t ___lastDecl;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable;
|
|
int32_t ___scopeId;
|
|
Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___hashTable;
|
|
bool ___useHashtable;
|
|
String_t* ___xml;
|
|
String_t* ___xmlNs;
|
|
};
|
|
struct XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9 : public RuntimeObject
|
|
{
|
|
String_t* ___name;
|
|
String_t* ___ns;
|
|
int32_t ___hash;
|
|
};
|
|
struct XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD : public RuntimeObject
|
|
{
|
|
};
|
|
struct XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF : public RuntimeObject
|
|
{
|
|
};
|
|
struct XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D : public RuntimeObject
|
|
{
|
|
};
|
|
struct XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D : public RuntimeObject
|
|
{
|
|
int32_t ___lineNum;
|
|
int32_t ___linePos;
|
|
String_t* ___sourceUri;
|
|
XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* ___namespaces;
|
|
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___parent;
|
|
bool ___isProcessing;
|
|
};
|
|
struct DtdDefaultAttributeInfoToNodeDataComparer_t316EE7BA1A7C3159565673C63167CDD82E3935A1 : public RuntimeObject
|
|
{
|
|
};
|
|
struct DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3 : public RuntimeObject
|
|
{
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* ___reader;
|
|
};
|
|
struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01
|
|
{
|
|
bool ___hasValue;
|
|
bool ___value;
|
|
};
|
|
struct Task_1_tB493F74D58DB1761E087206849D953E99D07600B : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
|
|
{
|
|
Tuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9* ___m_result;
|
|
};
|
|
struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
|
|
{
|
|
RuntimeObject* ___m_result;
|
|
};
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
bool ___m_value;
|
|
};
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
|
|
{
|
|
uint8_t ___m_value;
|
|
};
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
|
|
{
|
|
Il2CppChar ___m_value;
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
|
|
{
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
|
|
{
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
|
|
{
|
|
};
|
|
struct IncrementalReadDummyDecoder_t514FBAC6CC3FF737F6EAF3AF3523D89A933DAB86 : public IncrementalReadDecoder_t55EB8A2FB2A5FFCB1B68AE7F784C4E00DCE1E55B
|
|
{
|
|
};
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
int32_t ___m_value;
|
|
};
|
|
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
|
|
{
|
|
int64_t ___m_value;
|
|
};
|
|
struct IntPtr_t
|
|
{
|
|
void* ___m_value;
|
|
};
|
|
struct LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24
|
|
{
|
|
int32_t ___lineNo;
|
|
int32_t ___linePos;
|
|
};
|
|
struct NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46 : public XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8
|
|
{
|
|
EntryU5BU5D_tE4AE7874F9098D7C9B34C34630C2F2698981939A* ___entries;
|
|
int32_t ___count;
|
|
int32_t ___mask;
|
|
int32_t ___hashCodeRandomizer;
|
|
};
|
|
struct SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23 : public Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC
|
|
{
|
|
};
|
|
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
|
|
{
|
|
ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05* ____activeReadWriteTask;
|
|
SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ____asyncActiveSemaphore;
|
|
};
|
|
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
|
|
{
|
|
};
|
|
struct UTF16Decoder_t6E147EA3BB6AEF4CFC92D6ACC7DBCF13FB101227 : public Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC
|
|
{
|
|
bool ___bigEndian;
|
|
int32_t ___lastByte;
|
|
};
|
|
struct UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE : public Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095
|
|
{
|
|
bool ____emitUTF8Identifier;
|
|
bool ____isThrowException;
|
|
};
|
|
struct Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B : public Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095
|
|
{
|
|
Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82* ___ucs4Decoder;
|
|
};
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
struct XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___charProperties;
|
|
};
|
|
struct XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_marshaled_pinvoke
|
|
{
|
|
Il2CppSafeArray* ___charProperties;
|
|
};
|
|
struct XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_marshaled_com
|
|
{
|
|
Il2CppSafeArray* ___charProperties;
|
|
};
|
|
struct XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04 : public XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D
|
|
{
|
|
String_t* ___id;
|
|
XmlSchemaAnnotation_t35947D4DA687AA3C531135CEC5EBE7AB1C3EF821* ___annotation;
|
|
XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40* ___moreAttributes;
|
|
};
|
|
struct XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E : public XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF
|
|
{
|
|
RuntimeObject* ____credentials;
|
|
RuntimeObject* ____proxy;
|
|
RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* ____cachePolicy;
|
|
};
|
|
struct NoNamespaceManager_t2914A37089D780A639C5769A68FCF35E0FE622B4 : public XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F
|
|
{
|
|
};
|
|
struct ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___chars;
|
|
int32_t ___charPos;
|
|
int32_t ___charsUsed;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___encoding;
|
|
bool ___appendMode;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream;
|
|
Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* ___decoder;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___bytes;
|
|
int32_t ___bytePos;
|
|
int32_t ___bytesUsed;
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___textReader;
|
|
int32_t ___lineNo;
|
|
int32_t ___lineStartPos;
|
|
String_t* ___baseUriStr;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri;
|
|
bool ___isEof;
|
|
bool ___isStreamEof;
|
|
RuntimeObject* ___entity;
|
|
int32_t ___entityId;
|
|
bool ___eolNormalized;
|
|
bool ___entityResolvedManually;
|
|
};
|
|
struct ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886_marshaled_pinvoke
|
|
{
|
|
uint8_t* ___chars;
|
|
int32_t ___charPos;
|
|
int32_t ___charsUsed;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___encoding;
|
|
int32_t ___appendMode;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream;
|
|
Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* ___decoder;
|
|
Il2CppSafeArray* ___bytes;
|
|
int32_t ___bytePos;
|
|
int32_t ___bytesUsed;
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___textReader;
|
|
int32_t ___lineNo;
|
|
int32_t ___lineStartPos;
|
|
char* ___baseUriStr;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri;
|
|
int32_t ___isEof;
|
|
int32_t ___isStreamEof;
|
|
RuntimeObject* ___entity;
|
|
int32_t ___entityId;
|
|
int32_t ___eolNormalized;
|
|
int32_t ___entityResolvedManually;
|
|
};
|
|
struct ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886_marshaled_com
|
|
{
|
|
uint8_t* ___chars;
|
|
int32_t ___charPos;
|
|
int32_t ___charsUsed;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___encoding;
|
|
int32_t ___appendMode;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream;
|
|
Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* ___decoder;
|
|
Il2CppSafeArray* ___bytes;
|
|
int32_t ___bytePos;
|
|
int32_t ___bytesUsed;
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___textReader;
|
|
int32_t ___lineNo;
|
|
int32_t ___lineStartPos;
|
|
Il2CppChar* ___baseUriStr;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri;
|
|
int32_t ___isEof;
|
|
int32_t ___isStreamEof;
|
|
RuntimeObject* ___entity;
|
|
int32_t ___entityId;
|
|
int32_t ___eolNormalized;
|
|
int32_t ___entityResolvedManually;
|
|
};
|
|
struct ConformanceLevel_t90FE5650C4EA88985ED92E858B142605B5645E0A
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Delegate_t : public RuntimeObject
|
|
{
|
|
intptr_t ___method_ptr;
|
|
intptr_t ___invoke_impl;
|
|
RuntimeObject* ___m_target;
|
|
intptr_t ___method;
|
|
intptr_t ___delegate_trampoline;
|
|
intptr_t ___extra_arg;
|
|
intptr_t ___method_code;
|
|
intptr_t ___interp_method;
|
|
intptr_t ___interp_invoke_impl;
|
|
MethodInfo_t* ___method_info;
|
|
MethodInfo_t* ___original_method_info;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
|
|
bool ___method_is_virtual;
|
|
};
|
|
struct Delegate_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ___method_ptr;
|
|
intptr_t ___invoke_impl;
|
|
Il2CppIUnknown* ___m_target;
|
|
intptr_t ___method;
|
|
intptr_t ___delegate_trampoline;
|
|
intptr_t ___extra_arg;
|
|
intptr_t ___method_code;
|
|
intptr_t ___interp_method;
|
|
intptr_t ___interp_invoke_impl;
|
|
MethodInfo_t* ___method_info;
|
|
MethodInfo_t* ___original_method_info;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
|
|
int32_t ___method_is_virtual;
|
|
};
|
|
struct Delegate_t_marshaled_com
|
|
{
|
|
intptr_t ___method_ptr;
|
|
intptr_t ___invoke_impl;
|
|
Il2CppIUnknown* ___m_target;
|
|
intptr_t ___method;
|
|
intptr_t ___delegate_trampoline;
|
|
intptr_t ___extra_arg;
|
|
intptr_t ___method_code;
|
|
intptr_t ___interp_method;
|
|
intptr_t ___interp_invoke_impl;
|
|
MethodInfo_t* ___method_info;
|
|
MethodInfo_t* ___original_method_info;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
|
|
int32_t ___method_is_virtual;
|
|
};
|
|
struct DtdProcessing_tC6A3C44E1448F35C5AD9755CCABF13537327A871
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct EntityHandling_t13EA84821678B8FC70DDC4143059C59853ED180E
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
String_t* ____className;
|
|
String_t* ____message;
|
|
RuntimeObject* ____data;
|
|
Exception_t* ____innerException;
|
|
String_t* ____helpURL;
|
|
RuntimeObject* ____stackTrace;
|
|
String_t* ____stackTraceString;
|
|
String_t* ____remoteStackTraceString;
|
|
int32_t ____remoteStackIndex;
|
|
RuntimeObject* ____dynamicMethods;
|
|
int32_t ____HResult;
|
|
String_t* ____source;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
|
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips;
|
|
int32_t ___caught_in_unmanaged;
|
|
};
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className;
|
|
char* ____message;
|
|
RuntimeObject* ____data;
|
|
Exception_t_marshaled_pinvoke* ____innerException;
|
|
char* ____helpURL;
|
|
Il2CppIUnknown* ____stackTrace;
|
|
char* ____stackTraceString;
|
|
char* ____remoteStackTraceString;
|
|
int32_t ____remoteStackIndex;
|
|
Il2CppIUnknown* ____dynamicMethods;
|
|
int32_t ____HResult;
|
|
char* ____source;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
|
Il2CppSafeArray* ___native_trace_ips;
|
|
int32_t ___caught_in_unmanaged;
|
|
};
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className;
|
|
Il2CppChar* ____message;
|
|
RuntimeObject* ____data;
|
|
Exception_t_marshaled_com* ____innerException;
|
|
Il2CppChar* ____helpURL;
|
|
Il2CppIUnknown* ____stackTrace;
|
|
Il2CppChar* ____stackTraceString;
|
|
Il2CppChar* ____remoteStackTraceString;
|
|
int32_t ____remoteStackIndex;
|
|
Il2CppIUnknown* ____dynamicMethods;
|
|
int32_t ____HResult;
|
|
Il2CppChar* ____source;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
|
Il2CppSafeArray* ___native_trace_ips;
|
|
int32_t ___caught_in_unmanaged;
|
|
};
|
|
struct ReadState_t1D77BBA83B1B8C9A73F295AA02C60CF3E3E43960
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
|
|
{
|
|
intptr_t ___value;
|
|
};
|
|
struct StringComparison_tE14A55CCFA001A5AC85D754179BF2888F45CC94D
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct UriIdnScope_t001CC97A6F977E9BB7DB855CC6BA415A7F47491F
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct ValidationType_t5866D5C0E60B27B092AB080025B9538AC97B4815
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct WhitespaceHandling_t3ABF1FE238493409F6E2E4A408E72849A910B5D6
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct XmlNamespaceScope_t9EB2A1CEC55CBA30A4612AD7EAAAF4106B96AD01
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct XmlNodeType_tCA25567E42A464038FDA6BA318EC0A9627B4CB95
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct XmlSchemaContentType_t30F65D76DF78B49262A67031AF1B166EDF032600
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct XmlSchemaDerivationMethod_t079141185E69D21187DC6E38FF803DFBDC9A173D
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct XmlSchemaValidationFlags_t7ACA21306EF62E9BCE1196DA6D9258452BEE8EBF
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct XmlSeverityType_t561D2CF1B3134CC79EEAB254D53D878EC45F6071
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct XmlSpace_t6A78E68D9618EE5EFEA37E875ED46B88B03DB357
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Reserve_tDAED14B521B7F6339D31BDE0156E370E47AB49BF
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Use_tC7E0CA6B6AE6F37FB36AA9911EA2B1829AC18EAC
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Flags_t47CF4DB4036A6A539AFA6EE39C75F772E865E897
|
|
{
|
|
uint64_t ___value__;
|
|
};
|
|
struct EntityExpandType_t6C726A87C20AE0F72FD09397D8CFEF257B304C09
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct EntityType_t714AD8E504B2F409658881C96DCD0AA9459BF30E
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct IncrementalReadState_tE59C8525766041037D84E0FCFD0DD90E26F45612
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct InitInputType_t181ACB24EB70869E16C9171A293238B38C0AC557
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct ParsingFunction_t212AA00387401B819A5C119AC2DFC96BB0265667
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct ParsingMode_t4ACC4D68C98E6EB46779404DCA70331F5FE13776
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates;
|
|
};
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates;
|
|
};
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates;
|
|
};
|
|
struct SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B : public RuntimeObject
|
|
{
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___name;
|
|
String_t* ___prefix;
|
|
bool ___isDeclaredInExternal;
|
|
int32_t ___presence;
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___schemaType;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___datatype;
|
|
String_t* ___defaultValueRaw;
|
|
RuntimeObject* ___defaultValueTyped;
|
|
int64_t ___maxLength;
|
|
int64_t ___minLength;
|
|
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___values;
|
|
};
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
|
|
{
|
|
};
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl;
|
|
};
|
|
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E : public RuntimeObject
|
|
{
|
|
String_t* ___m_String;
|
|
String_t* ___m_originalUnicodeString;
|
|
UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___m_Syntax;
|
|
String_t* ___m_DnsSafeHost;
|
|
uint64_t ___m_Flags;
|
|
UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* ___m_Info;
|
|
bool ___m_iriParsing;
|
|
};
|
|
struct XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B : public RuntimeObject
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ____nt;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* ____nsMgr;
|
|
String_t* ____docTypeName;
|
|
String_t* ____pubId;
|
|
String_t* ____sysId;
|
|
String_t* ____internalSubset;
|
|
String_t* ____xmlLang;
|
|
int32_t ____xmlSpace;
|
|
String_t* ____baseURI;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ____encoding;
|
|
};
|
|
struct XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA : public RuntimeObject
|
|
{
|
|
bool ___useAsync;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable;
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___xmlResolver;
|
|
int32_t ___lineNumberOffset;
|
|
int32_t ___linePositionOffset;
|
|
int32_t ___conformanceLevel;
|
|
bool ___checkCharacters;
|
|
int64_t ___maxCharactersInDocument;
|
|
int64_t ___maxCharactersFromEntities;
|
|
bool ___ignoreWhitespace;
|
|
bool ___ignorePIs;
|
|
bool ___ignoreComments;
|
|
int32_t ___dtdProcessing;
|
|
int32_t ___validationType;
|
|
int32_t ___validationFlags;
|
|
XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* ___schemas;
|
|
ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___valEventHandler;
|
|
bool ___closeInput;
|
|
bool ___isReadOnly;
|
|
bool ___U3CIsXmlResolverSetU3Ek__BackingField;
|
|
};
|
|
struct XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04
|
|
{
|
|
String_t* ___name;
|
|
int32_t ___final;
|
|
int32_t ___derivedBy;
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___baseSchemaType;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___datatype;
|
|
int32_t ___finalResolved;
|
|
SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* ___elementDecl;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qname;
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___redefined;
|
|
int32_t ___contentType;
|
|
};
|
|
struct XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B : public XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD
|
|
{
|
|
bool ___useAsync;
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* ___laterInitParam;
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 ___xmlCharType;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886 ___ps;
|
|
int32_t ___parsingFunction;
|
|
int32_t ___nextParsingFunction;
|
|
int32_t ___nextNextParsingFunction;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* ___nodes;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___curNode;
|
|
int32_t ___index;
|
|
int32_t ___curAttrIndex;
|
|
int32_t ___attrCount;
|
|
int32_t ___attrHashtable;
|
|
int32_t ___attrDuplWalkCount;
|
|
bool ___attrNeedNamespaceLookup;
|
|
bool ___fullAttrCleanup;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* ___attrDuplSortingArray;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable;
|
|
bool ___nameTableFromSettings;
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___xmlResolver;
|
|
String_t* ___url;
|
|
bool ___normalize;
|
|
bool ___supportNamespaces;
|
|
int32_t ___whitespaceHandling;
|
|
int32_t ___dtdProcessing;
|
|
int32_t ___entityHandling;
|
|
bool ___ignorePIs;
|
|
bool ___ignoreComments;
|
|
bool ___checkCharacters;
|
|
int32_t ___lineNumberOffset;
|
|
int32_t ___linePositionOffset;
|
|
bool ___closeInput;
|
|
int64_t ___maxCharactersInDocument;
|
|
int64_t ___maxCharactersFromEntities;
|
|
bool ___v1Compat;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* ___namespaceManager;
|
|
String_t* ___lastPrefix;
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* ___xmlContext;
|
|
ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29* ___parsingStatesStack;
|
|
int32_t ___parsingStatesStackTop;
|
|
String_t* ___reportedBaseUri;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___reportedEncoding;
|
|
RuntimeObject* ___dtdInfo;
|
|
int32_t ___fragmentType;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___fragmentParserContext;
|
|
bool ___fragment;
|
|
IncrementalReadDecoder_t55EB8A2FB2A5FFCB1B68AE7F784C4E00DCE1E55B* ___incReadDecoder;
|
|
int32_t ___incReadState;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 ___incReadLineInfo;
|
|
int32_t ___incReadDepth;
|
|
int32_t ___incReadLeftStartPos;
|
|
int32_t ___incReadLeftEndPos;
|
|
int32_t ___attributeValueBaseEntityId;
|
|
bool ___emptyEntityInAttributeResolved;
|
|
RuntimeObject* ___validationEventHandling;
|
|
OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499* ___onDefaultAttributeUse;
|
|
bool ___validatingReaderCompatFlag;
|
|
bool ___addDefaultAttributesAndNormalize;
|
|
StringBuilder_t* ___stringBuilder;
|
|
bool ___rootElementParsed;
|
|
bool ___standalone;
|
|
int32_t ___nextEntityId;
|
|
int32_t ___parsingMode;
|
|
int32_t ___readState;
|
|
RuntimeObject* ___lastEntity;
|
|
bool ___afterResetState;
|
|
int32_t ___documentStartBytePos;
|
|
int32_t ___readValueOffset;
|
|
int64_t ___charactersInDocument;
|
|
int64_t ___charactersFromEntities;
|
|
Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D* ___currentEntities;
|
|
bool ___disableUndeclaredEntityCheck;
|
|
XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___outerReader;
|
|
bool ___xmlResolverIsSet;
|
|
String_t* ___Xml;
|
|
String_t* ___XmlNs;
|
|
Task_1_tB493F74D58DB1761E087206849D953E99D07600B* ___parseText_dummyTask;
|
|
};
|
|
struct LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6 : public RuntimeObject
|
|
{
|
|
bool ___useAsync;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___inputStream;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___inputBytes;
|
|
int32_t ___inputByteCount;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___inputbaseUri;
|
|
String_t* ___inputUriStr;
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___inputUriResolver;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___inputContext;
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___inputTextReader;
|
|
int32_t ___initType;
|
|
};
|
|
struct NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF : public RuntimeObject
|
|
{
|
|
int32_t ___type;
|
|
String_t* ___localName;
|
|
String_t* ___prefix;
|
|
String_t* ___ns;
|
|
String_t* ___nameWPrefix;
|
|
String_t* ___value;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___chars;
|
|
int32_t ___valueStartPos;
|
|
int32_t ___valueLength;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 ___lineInfo;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 ___lineInfo2;
|
|
Il2CppChar ___quoteChar;
|
|
int32_t ___depth;
|
|
bool ___isEmptyOrDefault;
|
|
int32_t ___entityId;
|
|
bool ___xmlContextPushed;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___nextAttrValueChunk;
|
|
RuntimeObject* ___schemaType;
|
|
RuntimeObject* ___typedValue;
|
|
};
|
|
struct XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE : public RuntimeObject
|
|
{
|
|
int32_t ___xmlSpace;
|
|
String_t* ___xmlLang;
|
|
String_t* ___defaultNamespace;
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* ___previousContext;
|
|
};
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
String_t* ____paramName;
|
|
};
|
|
struct ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
struct SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553 : public SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B
|
|
{
|
|
String_t* ___defExpanded;
|
|
int32_t ___lineNum;
|
|
int32_t ___linePos;
|
|
int32_t ___valueLineNum;
|
|
int32_t ___valueLinePos;
|
|
int32_t ___reserved;
|
|
bool ___defaultValueChecked;
|
|
XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* ___schemaAttribute;
|
|
};
|
|
struct XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
String_t* ___res;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args;
|
|
int32_t ___lineNumber;
|
|
int32_t ___linePosition;
|
|
String_t* ___sourceUri;
|
|
String_t* ___message;
|
|
};
|
|
struct XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
String_t* ___res;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args;
|
|
String_t* ___sourceUri;
|
|
int32_t ___lineNumber;
|
|
int32_t ___linePosition;
|
|
XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___sourceSchemaObject;
|
|
String_t* ___message;
|
|
};
|
|
struct OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
};
|
|
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
RuntimeObject* ____actualValue;
|
|
};
|
|
struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C : public ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA
|
|
{
|
|
};
|
|
struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields
|
|
{
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info;
|
|
RuntimeObject* ___shared_table_lock;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture;
|
|
Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number;
|
|
Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name;
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX;
|
|
bool ___IsTaiwanSku;
|
|
};
|
|
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_StaticFields
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___defaultEncoding;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___unicodeEncoding;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___bigEndianUnicode;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf7Encoding;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf8Encoding;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf32Encoding;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___asciiEncoding;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___latin1Encoding;
|
|
Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54* ___encodings;
|
|
RuntimeObject* ___s_InternalSyncObject;
|
|
};
|
|
struct String_t_StaticFields
|
|
{
|
|
String_t* ___Empty;
|
|
};
|
|
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_StaticFields
|
|
{
|
|
int32_t ___s_taskIdCounter;
|
|
RuntimeObject* ___s_taskCompletionSentinel;
|
|
bool ___s_asyncDebuggingEnabled;
|
|
Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___s_taskCancelCallback;
|
|
Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1* ___s_createContingentProperties;
|
|
TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* ___U3CFactoryU3Ek__BackingField;
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___U3CCompletedTaskU3Ek__BackingField;
|
|
Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED* ___s_IsExceptionObservedByParentPredicate;
|
|
ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007* ___s_ecCallback;
|
|
Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___s_IsTaskContinuationNullPredicate;
|
|
Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55* ___s_currentActiveTasks;
|
|
RuntimeObject* ___s_activeTasksLock;
|
|
};
|
|
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_ThreadStaticFields
|
|
{
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___t_currentTask;
|
|
StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352* ___t_stackGuard;
|
|
};
|
|
struct XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields
|
|
{
|
|
HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* ___hashCodeDelegate;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___Empty;
|
|
};
|
|
struct XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_StaticFields
|
|
{
|
|
uint32_t ___IsTextualNodeBitmap;
|
|
uint32_t ___CanReadContentAsBitmap;
|
|
uint32_t ___HasValueBitmap;
|
|
};
|
|
struct DtdDefaultAttributeInfoToNodeDataComparer_t316EE7BA1A7C3159565673C63167CDD82E3935A1_StaticFields
|
|
{
|
|
RuntimeObject* ___s_instance;
|
|
};
|
|
struct Task_1_tB493F74D58DB1761E087206849D953E99D07600B_StaticFields
|
|
{
|
|
TaskFactory_1_t42C9608CCE6E07FBC5D71980718AC1DD4FF97566* ___s_defaultFactory;
|
|
};
|
|
struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2_StaticFields
|
|
{
|
|
TaskFactory_1_t6F188FE70F3006B0386002E392B799D85100732B* ___s_defaultFactory;
|
|
};
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
String_t* ___TrueString;
|
|
String_t* ___FalseString;
|
|
};
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1;
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray;
|
|
};
|
|
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___Null;
|
|
};
|
|
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_StaticFields
|
|
{
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___Null;
|
|
};
|
|
struct UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE_StaticFields
|
|
{
|
|
UTF8EncodingSealed_tF97A34F40CABE9CE1C168967D60396F51C43DD36* ___s_default;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_preamble;
|
|
};
|
|
struct XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_StaticFields
|
|
{
|
|
RuntimeObject* ___s_Lock;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_CharProperties;
|
|
};
|
|
struct XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_StaticFields
|
|
{
|
|
RuntimeObject* ___s_DownloadManager;
|
|
};
|
|
struct Exception_t_StaticFields
|
|
{
|
|
RuntimeObject* ___s_EDILock;
|
|
};
|
|
struct Type_t_StaticFields
|
|
{
|
|
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder;
|
|
Il2CppChar ___Delimiter;
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes;
|
|
RuntimeObject* ___Missing;
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute;
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName;
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase;
|
|
};
|
|
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields
|
|
{
|
|
String_t* ___UriSchemeFile;
|
|
String_t* ___UriSchemeFtp;
|
|
String_t* ___UriSchemeGopher;
|
|
String_t* ___UriSchemeHttp;
|
|
String_t* ___UriSchemeHttps;
|
|
String_t* ___UriSchemeWs;
|
|
String_t* ___UriSchemeWss;
|
|
String_t* ___UriSchemeMailto;
|
|
String_t* ___UriSchemeNews;
|
|
String_t* ___UriSchemeNntp;
|
|
String_t* ___UriSchemeNetTcp;
|
|
String_t* ___UriSchemeNetPipe;
|
|
String_t* ___SchemeDelimiter;
|
|
bool ___s_ConfigInitialized;
|
|
bool ___s_ConfigInitializing;
|
|
int32_t ___s_IdnScope;
|
|
bool ___s_IriParsing;
|
|
bool ___useDotNetRelativeOrAbsolute;
|
|
bool ___IsWindowsFileSystem;
|
|
RuntimeObject* ___s_initLock;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___HexLowerChars;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____WSchars;
|
|
};
|
|
struct XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA_StaticFields
|
|
{
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___s_enableLegacyXmlSettings;
|
|
};
|
|
struct NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_StaticFields
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___s_None;
|
|
};
|
|
struct SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553_StaticFields
|
|
{
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* ___Empty;
|
|
};
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
struct NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* m_Items[1];
|
|
|
|
inline NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF** 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, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
inline uint8_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
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;
|
|
}
|
|
};
|
|
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);
|
|
}
|
|
};
|
|
struct ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886 m_Items[1];
|
|
|
|
inline ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* 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, ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___chars), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___encoding), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___stream), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___decoder), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___bytes), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textReader), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___baseUriStr), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___baseUri), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___entity), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___chars), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___encoding), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___stream), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___decoder), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___bytes), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textReader), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___baseUriStr), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___baseUri), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___entity), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
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);
|
|
}
|
|
};
|
|
|
|
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Tuple_4__ctor_m922AB8E1A32CBD203CAFE16015B8C656728E0FE8_gshared (Tuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9* __this, int32_t ___0_item1, int32_t ___1_item2, int32_t ___2_item3, bool ___3_item4, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* Task_FromResult_TisRuntimeObject_m3CB407E4DC5135B06ECAFC88B9C4F06612E4B521_gshared (RuntimeObject* ___0_result, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Task_1_get_Result_m6897AA7D4A583F9E81EC01C1BF788372D64C5A26_gshared (Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisRuntimeObject_mB5F13D1685AB91F0DC0157388C3E5AE9C3E451AE_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, RuntimeObject* ___1_comparer, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_TisRuntimeObject_m42E6DF3A32DC2FBB4BA67DDE2C892CCE8E69D2C6_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m5C7C45E75D951A75843F3F7AADD56ECD64F6BC86_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_TisRuntimeObject_mE25EE59ABB20AC401C5EC394D3A4497C9BA27C9D_gshared (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, RuntimeObject* ___1_value, RuntimeObject* ___2_comparer, const RuntimeMethod* method) ;
|
|
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 XmlCharType_get_Instance_m1279A3FC91B74599A9BC76979E50DBFC07F67C55 (const RuntimeMethod* method) ;
|
|
inline void Tuple_4__ctor_m922AB8E1A32CBD203CAFE16015B8C656728E0FE8 (Tuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9* __this, int32_t ___0_item1, int32_t ___1_item2, int32_t ___2_item3, bool ___3_item4, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Tuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9*, int32_t, int32_t, int32_t, bool, const RuntimeMethod*))Tuple_4__ctor_m922AB8E1A32CBD203CAFE16015B8C656728E0FE8_gshared)(__this, ___0_item1, ___1_item2, ___2_item3, ___3_item4, method);
|
|
}
|
|
inline Task_1_tB493F74D58DB1761E087206849D953E99D07600B* Task_FromResult_TisTuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9_mFEEE696810AA11D88D13B507A3A9384392925A67 (Tuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
return (( Task_1_tB493F74D58DB1761E087206849D953E99D07600B* (*) (Tuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9*, const RuntimeMethod*))Task_FromResult_TisRuntimeObject_m3CB407E4DC5135B06ECAFC88B9C4F06612E4B521_gshared)(___0_result, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader__ctor_m4E3A6201CC692B2B2F05ED58652056E893995477 (XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSettings_EnableLegacyXmlSettings_mE04ABCDC86EA268BDAC1BC8F29C15F958150F424 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUrlResolver__ctor_m2BF23C41038D2825C0854A4C01DCE078E171A7BB (XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData__ctor_m0EDB77C0D5BDFD2B2F74516B9E37106ACD355350 (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlContext__ctor_m25BE385DE1A217481A4723BC19A422E3982B3AA8 (XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_Async_m17DF552FF8F0211C2AA2E6E94EFA3A0F8474A8F5_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* XmlReaderSettings_get_NameTable_mAF10C63E556531DDED4ABA060B60FA89D0D263BE_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameTable__ctor_mB02EE27092095D81E839D51519C4FBDA2227C261 (NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m18E69120CE5886E06630CCCC3215D2C67FC669DB (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* __this, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___0_nameTable, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupFromParserContext_mF77555EDF43C9D83D93F376F3A446C4824C1C2FA (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___0_context, XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* ___1_settings, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_IsXmlResolverSet_mBE7710812B7872C2622B19D7582E8BB43D82EE50_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_IgnoreWhitespace_mB0490662AA55A785F86A219B1A9317246868AF33_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_IgnoreProcessingInstructions_mF0F6DF6AA4090054BE46DB02400F18CEC5FC850A_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_IgnoreComments_m84AF33F6BBE1C9AF5CD0FB0665B923816CED496F_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_CheckCharacters_m92427DD940718F4E7703229BC80C698DA77A6F35_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_LineNumberOffset_m1A1AC89A54212AD35ABA966620FD66EE6DF6963A_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_LinePositionOffset_m77D589900D124C6DAD97C42186A63260F877BF52_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810 (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetLineInfo_m6D28339C7F45327E5B512AD556ECCBB06A0871A5 (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, int32_t ___0_lineNo, int32_t ___1_linePos, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_DtdProcessing_m6855A18AA93729899B666898C1FD7B46D3330C5F_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t XmlReaderSettings_get_MaxCharactersInDocument_mBF86AACB085807A6D3E9936CF287051D34F5261C_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t XmlReaderSettings_get_MaxCharactersFromEntities_mFFA78372DCCFF598DEC760725FA69CAB89A651C3_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_ConformanceLevel_m56DEADA9ADB805F1C190609DEA42E5322AD109EB_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mE0541503471E5E4712F0A74935F45021E9E38676 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_url, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_input, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___2_nt, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_m95CE478B1EC30C779E195BB91D4918BCBB6D6D2A (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___0_nt, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_m46F47AB7CDACB319C89A76F6642BFB512C0B5B33 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___1_encoding, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_m8F038C9668062037046A6A7B729C5F0430BF5B74 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_baseUriStr, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_stream, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___2_encoding, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_m72837CFE0CDDDA6B9495816CC732D3546681A8D8 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_url, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___1_input, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___2_nt, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitTextReaderInput_mD59812F5A78B70F10C81F8248069530D54289952 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_baseUriStr, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___1_input, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* XmlParserContext_get_NameTable_mA0033F700F66AED746CCC1DF69E97A1524096528_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Encoding_get_Unicode_m1E0509DF0E550E33114D0FFEC4811B141219A3B0 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStringInput_m1436DEAEA65A2E1683BB1169CF5ADA6E2E620E52 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_baseUriStr, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___1_originalEncoding, String_t* ___2_str, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_BaseURI_m203B1A13A7DFA09528C49D2198E7B9382BA91892_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitFragmentReader_m7217F1675D53546B28937C06DA1B6DBB3D8B83BD (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_fragmentType, XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___1_parserContext, bool ___2_allowXmlDeclFragment, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_Wait_m33955515E36BF6598FCEDA841C8C75F716DE5A4E (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* __this, const RuntimeMethod* method) ;
|
|
inline RuntimeObject* Task_1_get_Result_m6897AA7D4A583F9E81EC01C1BF788372D64C5A26 (Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2*, const RuntimeMethod*))Task_1_get_Result_m6897AA7D4A583F9E81EC01C1BF788372D64C5A26_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, String_t* ___1_arg, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* XmlParserContext_get_Encoding_m70D0D1E92582C7F95EE6E9024771C44129B1AC52_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_m056E4CE5191E4C7BFFE524B9F6ADA5578700C5DF (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_baseUri, String_t* ___1_baseUriStr, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___2_stream, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___3_bytes, int32_t ___4_byteCount, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___5_encoding, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlParserContext_get_HasDtdInfo_m4237CC163D41F547BDB4ED1A7A5D9A08E90C222B (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ProcessDtdFromParserContext_mC5462F0B3774A760B0F2D7419A97D289D002DD96 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___0_context, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* XmlReaderSettings_GetXmlResolver_mA62976BC07B261C3193008BB941B111EC60B4010_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mCBF9A4F27E425C86BCFCF7D47C9731EF2DAAA31F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___0_resolver, XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* ___1_settings, XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___2_context, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_UriEqual_m2246085111A7F67C5A6EC15914D339666930A294 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri1, String_t* ___1_uri1Str, String_t* ___2_uri2Str, XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___3_resolver, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LaterInitParam__ctor_m633EE8735226C0AFAB9774FBBA3A4C36A64C47F9 (LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInitStream_m58313BD0609079DC0F8156990F55749D0E35F440 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_CloseInput_m59A87285F3D07FC87B95FDA27AB1462D1318342E_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInitTextReader_m544C70043AF483368219F53C5439201380E7E867 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings__ctor_m1BAF1E969D42F7C5D453B381FA763F333C715364 (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_NameTable_m5FE079006C8F4D4FF3924D1B976C335C17058900 (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ConformanceLevel_m5D9CF37D9B4EC2E5E82B40A52BC07E2062BA1A76 (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_CheckCharacters_m16E3594CB4D8977197AEC7CAE390D688C8E23481 (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_LineNumberOffset_m2D65499EE921190F3E4AFEF8910A4320F446132A (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_LinePositionOffset_m9421A24A7DF15D954B1301E8E2B6FD1FB27C084A (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreWhitespace_m4BD0B66D712AF9636F562222077CB830E887FF60 (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreProcessingInstructions_m965368E00B6CD619916BE73B03ACD3AAA5BE708C (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_IgnoreComments_mA62566F443A53E7FECC98C0D317F47988559DCB4 (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_DtdProcessing_mDC4E1119E3381F9C237565E3FFFC5B2CFF7C0043 (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_MaxCharactersInDocument_m507F7669F33FBE7BC790E84058206529099F5054 (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, int64_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_MaxCharactersFromEntities_m717EF5BB122D0875DA5A4CBB4AC7BCE649B0910E (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, int64_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_XmlResolver_m44B84031BAC224C07AFD233C3DF9A6383216D883 (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ReadOnly_mE9D803936E0E2E8A22464C57D96C71AB35D1A6CB_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NodeData_GetNameWPrefix_mCA5D7B8E3A167C9B8AEFB8751E9C0C40F84B4527 (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___0_nt, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishPartialValue_m1A6AB6EC08D3B450E847DCBA6AE4E4311DF2F045 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishOtherValueIterator_mF20DB1AE74812FFDF3A6C6859213BD945E182555 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NodeData_get_StringValue_m49F31840D0EC31EAF70E6F4EF5BE14BB900B2624 (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NodeData_get_IsEmptyElement_mD85FA732DA497F1A5F2778650D5405F5D67DF527 (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NodeData_get_IsDefaultAttribute_mAEDE8A0C6EB15C9087EB963AA29E2E6C3E2AC81C (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetIndexOfAttributeWithoutPrefix_mE28A59CD28367148597BB65AB4C1EBA22DBE8F9A (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetIndexOfAttributeWithPrefix_mEF35AFBF456D1F9EF89A3E72121686EF60C03C68 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF (String_t* ___0_strA, String_t* ___1_strB, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_InAttributeValueIterator_mF4A1766EF0CEE1D0BF89397367302BEA09BBC8CD (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishAttributeValueIterator_m263D3BAE1AD197444299D47708313B4DD7E3C632 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInitUriString_m9D1EAAEBEB54E573AA246ECB98CE152B24D576FA (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInit_mA8DC3168268A98E80115D39DB4BC3EFA2C9116B6 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseElementContent_m92E1275AE62507C98DCE8F933E591F7FA3C42E60 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseDocumentContent_mF4332115464F64242A412C79F3B0D159E7B4517F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OpenUrl_m0BF6C0850B8AD63E0DEDA911664D51C59A8FD480 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseXmlDeclaration_mE57790EE79B349C9AA99472BA1B5DE58604660EA (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_isTextDecl, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ResetAttributes_m2E88D9765B460D463079DC959DA71B940FBE014C (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* XmlTextReaderImpl_AddNode_mB0ECD9B7041F31D4BF9DD2D5E6675321739AEB67 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_nodeIndex, int32_t ___1_nodeDepth, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopElementContext_m815F6BA5B634F8A49E91EA0246AAA21310305612 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NodeData_set_IsEmptyElement_mD9AA39D1F91A00BEDBED1204654917447AF2D57D_inline (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseEntityReference_m88F7B5D5FA448C8728068D1440DC9849BD1F0815 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEndEntityNodeInContent_m5DF2EE9E86D586C0DD11D845EEA3BCC0ACFB47BE (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetValueNode_m2C3413CC8225BB47DA4B08D098EA56D376BBBF25 (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, int32_t ___0_type, String_t* ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishIncrementalRead_mE29D16A2012D05CC914D1E1E7A5E4C4F70D87FCB (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseFragmentAttribute_m7F13ECEA0620B822BE43B027B9AFA45864D2E10F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseXmlDeclarationFragment_m78450AE9989B2043AD0068D6200CAD504B12D223 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnEof_m8F5DFF89DE3251F9CEFA219E6A1AB8D268191B36 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_m84E949C18CF06CDC034FCC00FC85E7C17304530E (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipPartialTextValue_mB4F56CA02982F525CBE1ABBB78D16F151DEC665A (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishReadValueChunk_mA0FC504DC95E81D070F51567BEFEAAA7A68FB187 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishReadContentAsBinary_mBA225166E1792864F08535B02E0AD783C1B6F1E3 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishReadElementContentAsBinary_mD248232D6E06181EB68309925A5A2FA290A190BA (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Close_m00A023B8815072F34509D2937F878404C966F63D (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_closeInput, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseAttributeValueChunk_mCE7E6C8D6F5D7D71C50A86E619E1678191ED184F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364 (String_t* ___0_name, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NodeData_get_LinePos_mA47E445CCB1D4B13F7E6821C44D70299FBAEB0C7 (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_HandleGeneralEntityReference_m7341FED921A6B308D70876B0F4C8A46FBB56E446 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_name, bool ___1_isInAttributeValue, bool ___2_pushFakeEntityIfNullResolver, int32_t ___3_entityStartLinePos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_MoveOffEntityReference_mA1A8FFC9F91F041D85E01D350BB3824E6534A1B6 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlReader_ReadString_m8647B3401F5E5C93EF9F8F67AEC33422378E17EE (XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReader_HasValueInternal_m0B7BDECAB711F012E86C9BC9CDE8C5FEB70C8C92 (int32_t ___0_nodeType, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83 (String_t* ___0_name, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NodeData_CopyTo_m27B76639B9A28127C2B03164D7128939F26C8F90 (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, int32_t ___0_valueOffset, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___1_buffer, int32_t ___2_offset, int32_t ___3_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60 (int32_t ___0_ch, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetValue_m07CC0F62B746F76367A00A6A88DEDB2B87B6CA91 (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseText_mD6C9C9F476B097E4368F2D6ED2C60FDEAB064056 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t* ___0_startPos, int32_t* ___1_endPos, int32_t* ___2_outOrChars, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_BlockCopyChars_m0BA24CD97C62B4BA5075A5426C1F00DF971621AB (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_src, int32_t ___1_srcOffset, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___2_dst, int32_t ___3_dstOffset, int32_t ___4_count, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetValue_m7078D8BE1A2371A59DDF78DE12BAA39C8125C4B5 (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_startPos, int32_t ___2_len, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NodeData_get_LineNo_m4FFAC4F3348BAF51A9900887975D3164BE1AA090 (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_GetNamespacesInScope_mA03CE089EB011BDAFF02E607734F0D58F4F66810 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_scope, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_LookupPrefix_mF6D85FCBDA270E1AFC2F1AC19719111A1169BD3D (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_namespaceName, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* XmlParserContext_get_NamespaceManager_mB51E2BAE011C0C53FB2DF0C9DFF21EA17DCD58B7_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NoNamespaceManager__ctor_m879F0538BA1CC8B725BA652BCC9868981D23FCE8 (NoNamespaceManager_t2914A37089D780A639C5769A68FCF35E0FE622B4* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdValidation_mE5F1E5DAF37701D9E2278709B95107872BA06DA7 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_mD7D7AAB7023C0873B37D8B8C7195BEF34002A194 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri1, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___1_uri2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNumericCharRef_m9DAF75CCAB6BE2E4F1E955BC1B252006EFFB832F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_expand, StringBuilder_t* ___1_internalSubsetBuilder, int32_t* ___2_entityType, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNamedCharRef_mF403C076AA9507980567EB27D8769ADE153F8421 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_expand, StringBuilder_t* ___1_internalSubsetBuilder, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePI_m3F73DDC051BD4C3422093EFA6EFB21FBF48A1A08 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, StringBuilder_t* ___0_piInDtdStringBuilder, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseCDataOrComment_mA51B73D7BB029128B58310955B42080CD9294B74 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_type, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_CopyTo_m9D59E5E6EBD3C691A34AC2ADD32FB6C914AB24C2 (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, int32_t ___0_valueOffset, StringBuilder_t* ___1_sb, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlException_get_ResString_m977084C1A1F883C2BED73B1F956D980E62649C7A_inline (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SendValidationEvent_m8ED366B9B5A8F444B385EA8725CC08667F3B9D85 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_severity, String_t* ___1_code, String_t* ___2_arg, int32_t ___3_lineNo, int32_t ___4_linePos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_ProhibitDefaultUrlResolver_m05ADF085D05F3BDBE922DE810EC83C717DA41A03 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_IsResolverNull_m6DC91F871E5F4B8694DDF8B312AC67DF1666EE0C (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_PushExternalEntity_m547C80F437D100BC53D09B4E965BB58CE026557D (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_entity, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushInternalEntity_m1D90F101FA95554B361AD62135C9C796C1809407 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_entity, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopEntity_m3F59397F9382BD7DF60D2249186E342F4EAC99E0 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushExternalEntityOrSubset_m6512BA1B5A447175E8A0B00D75A62D25F04E8BA0 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_publicId, String_t* ___1_systemId, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___2_baseUri, String_t* ___3_entityName, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, StringBuilder_t* ___0_sb, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushParsingState_m9E8EA67D5D3A6764AD726BF591415B6BCE2291D7 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_RegisterConsumedCharacters_mC93EC992AB264BC7A08D193CEB0A87806E799D68 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int64_t ___0_characters, bool ___1_inEntityReference, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m9ECEA80AD460894085EF82E9F5F55B74FA0A5525 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Exception_t* ___0_e, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* XmlTextReaderImpl_AddAttributeNoChecks_m9E1DC00CD07DE33C6E070B5613DE2F4F2549DA39 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_name, int32_t ___1_attrDepth, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m859526BA653ED17DCB75917A70D2E7F1FA2914C2 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, String_t* ___1_arg, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m0BB9269CFC5AD410929F37366F8458BB19168274 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m93B63C9E4FE7C5B4DAE86D7F5B9FA23451CC7077 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, String_t* ___1_arg, int32_t ___2_lineNumber, int32_t ___3_linePosition, String_t* ___4_sourceUri, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m9BF115E3E8CAC81B474E36A76805DC4F2E856879 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, int32_t ___2_lineNumber, int32_t ___3_linePosition, String_t* ___4_sourceUri, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mF8A4BE38F9B4C45F0E94465DB04B241A7418C4A7 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, Exception_t* ___2_innerException, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mAF9987B6D433F91FBD0101527C492BA66AB25F37 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, Exception_t* ___2_innerException, int32_t ___3_lineNumber, int32_t ___4_linePosition, String_t* ___5_sourceUri, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetErrorState_mF7EC149FBA2F8CD34A1FE144754AE2F0A6673374 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlException_get_LineNumber_m4DBE53D0E13988CF2A5055C4B853F1399DE1A926_inline (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlException_get_LinePosition_m8045E03E183F6B07D6394A1B1FBD55E2CBE2DCB4_inline (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m9E8E4966F92E92928F2334A4B5A6992A20505AD7 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_message, Exception_t* ___1_innerException, int32_t ___2_lineNumber, int32_t ___3_linePosition, String_t* ___4_sourceUri, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mCD230657B1383DCA2BE352251351F34246E3371B (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, String_t* ___1_arg, String_t* ___2_sourceUri, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* XmlException_BuildCharExceptionArgs_mCD358DAB8D23BF377EEC6C41C523161FE2B9A2A5 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_data, int32_t ___1_length, int32_t ___2_invCharIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mE3F5BDAAD3E82F61388BFC116E64FC1309230703 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, String_t* ___1_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___2_args, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m5EB9F0E36520DCB3AD78B355F5F120E1D7FF5EEB (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* __this, String_t* ___0_res, String_t* ___1_arg, String_t* ___2_sourceUri, int32_t ___3_lineNumber, int32_t ___4_linePosition, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SendValidationEvent_m43EC07FF33D022C9FFCCD094589610257313E1EA (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_severity, XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* ___1_exception, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_HandleEntityEnd_m9C73CE6745616AFF9B79D7C070AB3D298F324AA6 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_checkEntityNesting, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlReader_CalcBufferSize_mC82D99C2F221E3BE45FBCF3FE498F304B29DE78A (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_input, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* XmlTextReaderImpl_DetectEncoding_mE066883A6515E969053A7DA750215B11D01076A4 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEncoding_m470DB12F87B04FBFED1621D5931CE18E2CA2E188 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___0_encoding, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitTextReaderInput_mFA8F8F8AAD41AF30E00B733D8D3998D7C018DC87 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_baseUriStr, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___1_baseUri, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___2_input, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC (String_t* __this, int32_t ___0_sourceIndex, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___1_destination, int32_t ___2_destinationIndex, int32_t ___3_count, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_XmlLang_m15AAD2E5AA247235638A436E68596B9A89BFE443_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlParserContext_get_XmlSpace_m52BE2428971EFFCBE9922F1B37FEEE9940AF1891_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseDtdFromParserContext_mCDAFBB67C6485B9F431088A095F8DEC3A3224148 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* XmlTextReaderImpl_GetTempResolver_mD25BCDBDD60AA6555E5ED5324181C1C6BD046A4F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m64BE981CDF88B751677B80D883B201BF3CFD83F7 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri1, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___1_uri2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OpenUrlDelegate_m4F8AC0E3C72AB0B8B13D02160B212A0A05B6AE73 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_xmlResolver, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_m296AA7014288C15144F39966C804698E69D71648 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, String_t* ___1_arg, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_mEDB37931B1A8CE459ECFC6ED4DAFA756B5EF55A9 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_baseUri, String_t* ___1_baseUriStr, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___2_stream, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___3_encoding, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Ucs4Encoding_get_UCS4_Bigendian_m85375BC19416ABC16DF517B83147C20328219809 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Ucs4Encoding_get_UCS4_2143_mD2FF15E44407E4553E6CBDF285335B44631E21DC (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Ucs4Encoding_get_UCS4_3412_mF9F54B18ADC65ED91D833440D06664A561C46EAE (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Encoding_get_BigEndianUnicode_m249BEC175A03C3DCEF799A020B05215053F1053B (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Ucs4Encoding_get_UCS4_Littleendian_mAC31AF123DA3ED85D9CF3321AB468815A1777E81 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_m128F4B4A103E718AAB699E2D64011DB13F486726 (UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE* __this, bool ___0_encoderShouldEmitUTF8Identifier, bool ___1_throwOnInvalidBytes, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeAsciiDecoder__ctor_m1C11CABE1F5C280D6CC096EA14C3B34F1EF2C25B (SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF16Decoder__ctor_m3C3FEF9D965F0159125428E5ADE9EF42359B6664 (UTF16Decoder_t6E147EA3BB6AEF4CFC92D6ACC7DBCF13FB101227* __this, bool ___0_bigEndian, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_UnDecodeChars_mE83A86642A1464E06F774A5570CBA45D755D3490 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009 (String_t* ___0_strA, String_t* ___1_strB, int32_t ___2_comparisonType, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Encoding_GetEncoding_m979B224460094E241BD5C283BE279886664C9187 (String_t* ___0_name, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m04508E40E7C3D09720FCE5018406D8E4AFE9ABAD (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, String_t* ___1_arg, Exception_t* ___2_innerException, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_InEntity_m8EF4B1337E60E18453F2ED32EEFD58B235BDA944 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SwitchEncoding_mC73EB114B2F1F732AA6417A7EB694831486B6FAA (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___0_newEncoding, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_OnBufferInvalidated_m23EB9F4229B6FB92ED6C586B75EFE146D979A7D2 (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_BlockCopy_m25BE6918882E5849FE2032F94F148BED46671DAA (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_src, int32_t ___1_srcOffset, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_dst, int32_t ___3_dstOffset, int32_t ___4_count, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetChars_m0551EFA549AFF2773F1422C35BFD60576D58E1E6 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_maxCharsCount, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InvalidCharRecovery_m7B340492710F3E4221E1D82062C2512EA2497466 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t* ___0_bytesCount, int32_t* ___1_charsCount, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m6B29826BD40C8EA74E130EB649AAE48B51EE4AB2 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, String_t* ___1_res, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopParsingState_m6F5CF788CF5233E312DFB006D075BE7D37374D71 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParsingState_Close_mA2ACDB0CCE0955A1C3B7FA9431E23F3B4C2B2008 (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* __this, bool ___0_closeInput, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* NodeData_get_None_mA5FEE08AC3F537E7EA9900A26F224697CF045E78 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_strPos1, int32_t ___2_strLen1, String_t* ___3_str2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameSingleChar_mA5C27AEE5BABB098031EA8BE197F9E2E63F0478A (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetNamedNode_mB4B118182B66F9E24611C31A074538E177DDDA73 (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, int32_t ___0_type, String_t* ___1_localName, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8 (StringBuilder_t* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414 (StringBuilder_t* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SwitchEncodingToUTF8_m0D0BF3FCAF9BAC54D7631A62F6CAE59F58F55F38 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_m780382C6FFE6D71D6618E4EAFFD2272D86C042C2 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_expectedToken1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseName_m91011791BCE5AF6659C6F7710B79FC64A08D2C39 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747 (StringBuilder_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_value, int32_t ___1_startIndex, int32_t ___2_charCount, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_mC7F93629834C75A4584F26184705A19B26252905 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_expectedToken1, String_t* ___1_expectedToken2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetLineInfo2_mD0AD7BC1A4A18A10953788BC8FBE0B1A02CE26D5 (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, int32_t ___0_lineNo, int32_t ___1_linePos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_val, int32_t ___1_startIndex, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* XmlTextReaderImpl_CheckEncoding_m7D6146C702DCAB1A529AF7048F9F3CB4A9357DDB (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_newEncodingName, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m24DD009B3659BA3348BCC1A9EC0335E1D8245C63 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, int32_t ___1_lineNo, int32_t ___2_linePos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePI_m6E8400067F34CBC2348BEFF511D4A08C2D0028D9 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseComment_m8C13A96E0EA7CE2D682C6E9560504BD5093A27A4 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_mB5A9F72CA48F0339C24F4B5BCD46339EEDF8CAAF (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, String_t* ___1_expectedToken, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseCData_m9F7DDEB84A22C55F46A07F40FDFB0D4EACB97C7D (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseDoctypeDecl_mBDE8F7BD4F76D04F8D6C6E042C3CE212E4E76C07 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseUnexpectedToken_m5D57668EDBBF58EA0914EEFE32EDC62F2DCF321C (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_m3F9B9CE4DB4B31F87C9F8F9BBB145F68191417E3 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, String_t* ___1_expectedToken1, String_t* ___2_expectedToken2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseElement_mC58FBB56F6D72E270C7CC455B69B70A861B169A9 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_HandleEntityReference_mCDF9E4056C8508F64B66ABE7063D04D48DA64CA5 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_isInAttributeValue, int32_t ___1_expandType, int32_t* ___2_charRefEndPos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseText_mA9F988A11AF15A5DB7084BC5390EFC570E43497B (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseRootLevelWhitespace_m257220A2F345BCA0D16CBFB1C2D4D276CBACB5DB (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseEndElement_mF854379A4EABFF551AF08D8524F49E10B5FA9D7C (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnclosedElements_mFA0049DEE3737C89E5B993FC759912F44FBD70E2 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mBBE5AD6F0A114F83311BA12189D3E4DE4F874397 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, String_t* ___1_res, String_t* ___2_arg, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* XmlException_BuildCharExceptionArgs_m5C3D183AB941552746F7DC656366F28CA5BAFC65 (Il2CppChar ___0_invChar, Il2CppChar ___1_nextChar, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseQName_m6CEC708ACFF03CDF688CD122A73417E4AA0C3F56 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t* ___0_colonPos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetNamedNode_mC99F6739610C0257126208B4CF498E1771DF5DDA (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, int32_t ___0_type, String_t* ___1_localName, String_t* ___2_prefix, String_t* ___3_nameWPrefix, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseAttributes_mFBFB888D130B8F6F3131EF3BBD0E4036BF795ED8 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AddDefaultAttributesAndNormalize_m9D138E0186D03B44739A980AF7AB82F24BB7C3A6 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ElementNamespaceLookup_m469B3650864A3CC8C828C6DCC12C4435D2428072 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_TrimSpacesInValue_m8B3A9D1567033FA59E05CAC4E7C0BCF7126790B1 (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41 (RuntimeArray* ___0_sourceArray, int32_t ___1_sourceIndex, RuntimeArray* ___2_destinationArray, int32_t ___3_destinationIndex, int32_t ___4_length, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DtdDefaultAttributeInfoToNodeDataComparer_get_Instance_mCE071E773839C95509C1494A404F710C62A51B8F_inline (const RuntimeMethod* method) ;
|
|
inline void Array_Sort_TisRuntimeObject_mB5F13D1685AB91F0DC0157388C3E5AE9C3E451AE (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, RuntimeObject* ___1_comparer, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, RuntimeObject*, const RuntimeMethod*))Array_Sort_TisRuntimeObject_mB5F13D1685AB91F0DC0157388C3E5AE9C3E451AE_gshared)(___0_array, ___1_comparer, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_AddDefaultAttributeDtd_mF22FAABF13D4076D5A95FDCBD423732FFEEF434A (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_defAttrInfo, bool ___1_definedInDtd, NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* ___2_nameSortedNodeData, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AttributeNamespaceLookup_m35B1E6A2EB56452DB5BF4A319B8CC44D31184F3B (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowTagMismatch_mFF98A6F4F3A7D2C10068AFE4FEECC4CC17C0B5B5 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___0_startTag, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfo__ctor_mFF99DC657778EB3519A941F3CB7E7C33710B0EE0 (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* __this, int32_t ___0_lineNo, int32_t ___1_linePos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsWhiteSpace_m6F9F3A19B8A95FF5CBF1B197E400A0F194AC9387 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m3B2730D9F5B0C1C57DCCC8B8DCFB8E5EC4E8979B (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowExpectingWhitespace_m971DF46CF8EDD3C04B7EAC72893C1EBE43E4884B (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* XmlTextReaderImpl_AddAttribute_m433FDF6420611ED2F3259758656559AC3B9B7FDA (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_endNamePos, int32_t ___1_colonPos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseAttributeValueSlow_mB3F79EF3FC4263EE0519A661137DD3AA5E8B9B7F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_curPos, Il2CppChar ___1_quoteChar, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___2_attr, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnDefaultNamespaceDecl_m581C1C3BE2502F2CA915188A04CFD5126FF0EAD4 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___0_attr, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnNamespaceDecl_mB01BF6581EA46964237342B9942656CD4E06EE3F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___0_attr, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnXmlReservedAttribute_m8A9D2126DA01CF2E3E3E9D99DC5A2D0D36707D25 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___0_attr, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AttributeDuplCheck_m647C40056686C2C01D4BF4A9E356ADDB98C9B60D (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_LookupNamespace_mE589C9F86465B7D1B74C56E1A18F9FC0169AED1F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___0_node, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mC803D5A772B620AF824AFBAB3BC5FC546739E35E (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, String_t* ___1_arg, int32_t ___2_lineNo, int32_t ___3_linePos, const RuntimeMethod* method) ;
|
|
inline void Array_Sort_TisNodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_m6228E185B39247C979A2C0AD94CE8D9019933B2E (NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610*, int32_t, int32_t, const RuntimeMethod*))Array_Sort_TisRuntimeObject_m42E6DF3A32DC2FBB4BA67DDE2C892CCE8E69D2C6_gshared)(___0_array, ___1_index, ___2_length, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushXmlContext_m32D32A6DD05D7274AB2762228D3DFA63083F0A9C (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AddNamespace_m386AA71482212EB7FAEED6FCD330173150E87AFB (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_prefix, String_t* ___1_uri, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___2_attr, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimString_mDAA514C90ADF5307B9781647EDE50EC8E542ABC7 (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringBuilder_ToString_m8A0AC56824DF98812AFBCD745AC6C911873CA8C0 (StringBuilder_t* __this, int32_t ___0_startIndex, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AddAttributeChunkToList_mE5D3B89F3A19745540BD88DE17ACBF9CE7268732 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___0_attr, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___1_chunk, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF** ___2_lastChunk, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseEntityName_m3E547DE2000F6AB699FF1052E470BDBEFAB11D11 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfo_Set_m5D59B42332EDBA296FA9AED5CF63D8BECC18214E (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* __this, int32_t ___0_lineNo, int32_t ___1_linePos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLowSurrogate_m8D27C4276BE118C7FF3ECC1707EEE026D28FC456 (int32_t ___0_ch, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowInvalidChar_mF8B2A2445E4CF8016C0A7256F6762D3CA4B0DCC2 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_data, int32_t ___1_length, int32_t ___2_invCharPos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetTextNodeType_mD21D8EAFAE32988277E39963DC7A0F978FDE9062 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_orChars, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetValueNode_m50F48B9511DD8F6BDB6D49CFB0B3BD799D6AD0F1 (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, int32_t ___0_type, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___1_chars, int32_t ___2_startPos, int32_t ___3_len, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ShiftBuffer_m9BECA455EAEF35A421F684DFFFC45D542A92A5A0 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_sourcePos, int32_t ___1_destPos, int32_t ___2_count, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseCharRefInline_m36277AF9F85A6323D8061187EAA94862923DB1D9 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_startPos, int32_t* ___1_charCount, int32_t* ___2_entityType, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ZeroEndingStream_m24AA1FACA8FA96D3A362C20BF6A8D49A0A9DC1C4 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___0_startIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_MoveToNextContentNode_m169F81C680109280A2F1E6DBC5D543A94315D772 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_moveIfOnContentNode, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetWhitespaceType_m742B2D50EDE39B9E1D98E0E6EA61A87C459EF2C7 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsCharData_m39C87F830CD89F4F0029AA0338BB9AB5EFCC1AF5 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m2DD62019A76524587CC7204E1AB903CDAADA6545 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity__ctor_m7444C0D862E0CC6A87EE2B39B4D058F657AA299C (SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_qname, bool ___1_isParameter, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity_set_Text_m62FCB261049A0B400D7C27470AFC73EA227861AF (SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePIValue_mBFEE75456754EE92FB4FECAF6995FA346A725CE1 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t* ___0_outStartPos, int32_t* ___1_outEndPos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseCDataOrComment_m07B11C083003E41B4A2798E1EDF31125D90E29D3 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_type, int32_t* ___1_outStartPos, int32_t* ___2_outEndPos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseDtd_m77D579350487EB066043A62BD0DDB07C7EDC3671 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipDtd_m555E2C31136B86B1446C265590839C748B74583B (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DtdParser_Create_m8CE085C707E26956F079923F3F31616A27F88A3B (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParserProxy__ctor_m442621DC14ECF6CAB169962B3CAAF479A5F18D90 (DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3* __this, XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* ___0_reader, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipPublicOrSystemIdLiteral_m8F049682515C5D01A4FB7F3122E3EF0C866A37F5 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipUntil_mDFEE1D762C7074F7FADF2504FC52D59F1B4D716E (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Il2CppChar ___0_stopChar, bool ___1_recognizeLiterals, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_startPos, bool ___1_expand, StringBuilder_t* ___2_internalSubsetBuilder, int32_t* ___3_charCount, int32_t* ___4_entityType, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNamedCharRefInline_m235172C65E8E87FB7134E46890A5DB080DF4BA0A (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_startPos, bool ___1_expand, StringBuilder_t* ___2_internalSubsetBuilder, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SplitSurrogateChar_m0349AB0062E5B8E1ACEE77FCB2D81E630A3DF704 (int32_t ___0_combinedChar, Il2CppChar* ___1_lowChar, Il2CppChar* ___2_highChar, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseQName_m4230939DD8FF8273EE6963012476F3385B182E97 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_isQName, int32_t ___1_startOffset, int32_t* ___2_colonPos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ReadDataInName_m1DAF9E903C23DBAFEB9738F7FFEB028E2340CB0E (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t* ___0_pos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* XmlTextReaderImpl_AllocNode_m6E6D664CA0B6D2CB5D93658A07692D86C1758173 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_nodeIndex, int32_t ___1_nodeDepth, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* XmlTextReaderImpl_AddAttribute_m9EA9D173DBD70BD92F1FE146724BB23DE17A8BE8 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_localName, String_t* ___1_prefix, String_t* ___2_nameWPrefix, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopXmlContext_mE8BF33631E261B70541D99D0F2FBFDC5DB9847E6 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_Clear_m947A266026A00AB3BC65DC55B7BCE727B3D0004F (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, int32_t ___0_type, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ReThrow_m58456B276A63FC28D06E961818452191F19A7502 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Exception_t* ___0_e, int32_t ___1_lineNo, int32_t ___2_linePos, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FullAttributeCleanup_m3F7C15D39EFF3CF7FF7D5AF2BE1F2D3BAEF566CF (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NodeData_set_IsDefaultAttribute_m6CFE78C360F0CAADE7E1398F7527374253267DCD_inline (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlContext__ctor_m36F921052A4E95CFAF89B426EF20D602C5F16C7D (XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* __this, XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* ___0_previousContext, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_OpenAndPush_m605AAB188653B4DA412AD98AB6C547DB280E9DC4 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m7E1498E19EBB6E85EC10AA3F9F5A40CA0C5D3F68 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, Exception_t* ___2_innerException, int32_t ___3_lineNumber, int32_t ___4_linePosition, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_m3F88E00870704C2A8B25E655F6EE70D8A5E572DD (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, Exception_t* ___2_innerException, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_m89A74BC08EA5E6FB283BBA9FFB6B4C769AD7D8A6 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_baseUri, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_stream, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___2_encoding, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_RegisterEntity_m8ABF06A846B69E6471AB0CBFEF79E543D5C02209 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_entity, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_UnregisterEntity_m616D7ADE3585C0654A1374298FF7F9208C7E35CB (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
inline bool Dictionary_2_ContainsKey_m5CEBA3CC956CC2C106666A910118133F1E696D84 (Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D* __this, RuntimeObject* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D*, RuntimeObject*, const RuntimeMethod*))Dictionary_2_ContainsKey_m703047C213F7AB55C9DC346596287773A1F670CD_gshared)(__this, ___0_key, method);
|
|
}
|
|
inline void Dictionary_2__ctor_m6210F59C2C6D70022557B14383A77B307D8E5E4A (Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method);
|
|
}
|
|
inline void Dictionary_2_Add_m6B646FC3E69ADA1E841FA6878E43A4EBEDEE6AB0 (Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))Dictionary_2_Add_m93FFFABE8FCE7FA9793F0915E2A8842C7CD0C0C1_gshared)(__this, ___0_key, ___1_value, method);
|
|
}
|
|
inline bool Dictionary_2_Remove_m37E94DC039C08FA639889E09411C8BC5730643B5 (Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D* __this, RuntimeObject* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D*, RuntimeObject*, const RuntimeMethod*))Dictionary_2_Remove_m5C7C45E75D951A75843F3F7AADD56ECD64F6BC86_gshared)(__this, ___0_key, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParsingState_Clear_mA3F9CDD851956A92A6F8BAFAA70A20192BB1FED4 (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementalReadDummyDecoder__ctor_m45F0FCE3E794783ED3EB1C279BE4C655FF8E2EE6 (IncrementalReadDummyDecoder_t514FBAC6CC3FF737F6EAF3AF3523D89A933DAB86* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_IncrementalRead_m856D6F97D4CF43CFE3E229178B1A98F34517D7F3 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEndEntityNodeInAttribute_m4ED5A78E4DAC8712A7C8A67774B353100E62DDEF (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseUnexpectedToken_m8670F7F0B839943AE0C7FD4A43B451A56BB719CE (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameSingleChar_mAE9940C767975DB6F8EA438AAE5F7DFC7666DB54 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_DocTypeName_m8212FEC6DBA21A5B1E95538D40951B1CB0380CF0_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_PublicId_mCE67EDDC8A9D73A0AADB77E0F7CCF53DEB5E300D_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_SystemId_mB4649C8C6DA52AFC5224E82BBD2B7C7A1D5CCB58_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_InternalSubset_mDD9703E47510C335AD4940AE7F761F56AA00E9DC_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m39D4A09CD4A3351C21D85A89AAE43ECAD0E910F4 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
inline int32_t Array_BinarySearch_TisRuntimeObject_mE25EE59ABB20AC401C5EC394D3A4497C9BA27C9D (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___0_array, RuntimeObject* ___1_value, RuntimeObject* ___2_comparer, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))Array_BinarySearch_TisRuntimeObject_mE25EE59ABB20AC401C5EC394D3A4497C9BA27C9D_gshared)(___0_array, ___1_value, ___2_comparer, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* XmlTextReaderImpl_AddDefaultAttributeInternal_mB4779CC497BEAEBEFD9FF1467C9BBE524BE85AAF (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_localName, String_t* ___1_ns, String_t* ___2_prefix, String_t* ___3_value, int32_t ___4_lineNo, int32_t ___5_linePos, int32_t ___6_valueLineNo, int32_t ___7_valueLinePos, bool ___8_isXmlAttribute, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnDefaultAttributeUseDelegate_Invoke_mBF7EA3AC8F6A89D0019626AC5CBD72B6125699A2_inline (OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499* __this, RuntimeObject* ___0_defaultAttribute, XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* ___1_coreReader, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* SchemaDeclBase_get_Name_m013DF0DD721FE902399C2DF4D2E6F8DAD50ECFAE_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaDeclBase_get_Prefix_mE72A285F12958A0C40F8CDEDA2838B3A09233455 (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SchemaAttDef_get_DefaultValueExpanded_m61569B11E4FBDEED7A35CD5A39675B57CE6DB78F (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_LineNumber_m8A9494C90F0B132F2A84AF7203FE074046529A1C_inline (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_LinePosition_m192E37BC23204F940B4BC5BBBCC248EEAE4481D1_inline (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_ValueLineNumber_m6E3FEFC8B5E9CB9D034125346161BC710E52423E_inline (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_ValueLinePosition_m43CB9139B92F934F7AF67D0EFCF1A5BCC0A8DEAB_inline (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_Reserved_m301C4E6E533BE8C00AFF8C087BCF8575B618D055_inline (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* SchemaDeclBase_get_SchemaType_m46E8C95101CB925C57BD9CBF64D8A755335345B5_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* SchemaDeclBase_get_Datatype_mE6DE13C3518B65A1CF6E464F12D7D7653247AF90_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SchemaDeclBase_get_DefaultValueTyped_m16C165322E494F1BC351D0DF53210CF3A906ECAF_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___0_startIndex, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703 (StringBuilder_t* __this, String_t* ___0_value, int32_t ___1_startIndex, int32_t ___2_count, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5 (StringBuilder_t* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358 (RuntimeArray* ___0_src, int32_t ___1_srcOffset, RuntimeArray* ___2_dst, int32_t ___3_dstOffset, int32_t ___4_count, const RuntimeMethod* method) ;
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_m95CE478B1EC30C779E195BB91D4918BCBB6D6D2A (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___0_nt, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_FromResult_TisTuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9_mFEEE696810AA11D88D13B507A3A9384392925A67_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_4__ctor_m922AB8E1A32CBD203CAFE16015B8C656728E0FE8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 L_0;
|
|
L_0 = XmlCharType_get_Instance_m1279A3FC91B74599A9BC76979E50DBFC07F67C55(NULL);
|
|
__this->___xmlCharType = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___xmlCharType))->___charProperties), (void*)NULL);
|
|
__this->___curAttrIndex = (-1);
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
__this->___url = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___url), (void*)L_1);
|
|
__this->___supportNamespaces = (bool)1;
|
|
__this->___dtdProcessing = 2;
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
__this->___lastPrefix = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lastPrefix), (void*)L_2);
|
|
__this->___parsingStatesStackTop = (-1);
|
|
__this->___fragmentType = ((int32_t)9);
|
|
__this->___nextEntityId = 1;
|
|
Tuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9* L_3 = (Tuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9*)il2cpp_codegen_object_new(Tuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9_il2cpp_TypeInfo_var);
|
|
Tuple_4__ctor_m922AB8E1A32CBD203CAFE16015B8C656728E0FE8(L_3, 0, 0, 0, (bool)0, Tuple_4__ctor_m922AB8E1A32CBD203CAFE16015B8C656728E0FE8_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
Task_1_tB493F74D58DB1761E087206849D953E99D07600B* L_4;
|
|
L_4 = Task_FromResult_TisTuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9_mFEEE696810AA11D88D13B507A3A9384392925A67(L_3, Task_FromResult_TisTuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9_mFEEE696810AA11D88D13B507A3A9384392925A67_RuntimeMethod_var);
|
|
__this->___parseText_dummyTask = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___parseText_dummyTask), (void*)L_4);
|
|
il2cpp_codegen_runtime_class_init_inline(XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var);
|
|
XmlReader__ctor_m4E3A6201CC692B2B2F05ED58652056E893995477(__this, NULL);
|
|
__this->___v1Compat = (bool)1;
|
|
__this->___outerReader = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___outerReader), (void*)__this);
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_5 = ___0_nt;
|
|
__this->___nameTable = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___nameTable), (void*)L_5);
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_6 = ___0_nt;
|
|
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
String_t* L_8;
|
|
L_8 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6, L_6, L_7);
|
|
bool L_9;
|
|
L_9 = XmlReaderSettings_EnableLegacyXmlSettings_mE04ABCDC86EA268BDAC1BC8F29C15F958150F424(NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
__this->___xmlResolver = (XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlResolver), (void*)(XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF*)NULL);
|
|
goto IL_00a2;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E* L_10 = (XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E*)il2cpp_codegen_object_new(XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_il2cpp_TypeInfo_var);
|
|
XmlUrlResolver__ctor_m2BF23C41038D2825C0854A4C01DCE078E171A7BB(L_10, NULL);
|
|
__this->___xmlResolver = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlResolver), (void*)L_10);
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_11 = ___0_nt;
|
|
String_t* L_12;
|
|
L_12 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6, L_11, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158);
|
|
__this->___Xml = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Xml), (void*)L_12);
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_13 = ___0_nt;
|
|
String_t* L_14;
|
|
L_14 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6, L_13, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3);
|
|
__this->___XmlNs = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___XmlNs), (void*)L_14);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_15 = (NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610*)(NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610*)SZArrayNew(NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610_il2cpp_TypeInfo_var, (uint32_t)8);
|
|
__this->___nodes = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___nodes), (void*)L_15);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_16 = __this->___nodes;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_17 = (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)il2cpp_codegen_object_new(NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_il2cpp_TypeInfo_var);
|
|
NodeData__ctor_m0EDB77C0D5BDFD2B2F74516B9E37106ACD355350(L_17, NULL);
|
|
ArrayElementTypeCheck (L_16, L_17);
|
|
(L_16)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)L_17);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_18 = __this->___nodes;
|
|
int32_t L_19 = 0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_20 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19));
|
|
__this->___curNode = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_20);
|
|
StringBuilder_t* L_21 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_21, NULL);
|
|
__this->___stringBuilder = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___stringBuilder), (void*)L_21);
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_22 = (XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE*)il2cpp_codegen_object_new(XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE_il2cpp_TypeInfo_var);
|
|
XmlContext__ctor_m25BE385DE1A217481A4723BC19A422E3982B3AA8(L_22, NULL);
|
|
__this->___xmlContext = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlContext), (void*)L_22);
|
|
__this->___parsingFunction = 4;
|
|
__this->___nextParsingFunction = 5;
|
|
__this->___entityHandling = 2;
|
|
__this->___whitespaceHandling = 0;
|
|
__this->___closeInput = (bool)1;
|
|
__this->___maxCharactersInDocument = ((int64_t)0);
|
|
__this->___maxCharactersFromEntities = ((int64_t)((int32_t)10000000));
|
|
__this->___charactersInDocument = ((int64_t)0);
|
|
__this->___charactersFromEntities = ((int64_t)0);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_23 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_23->___lineNo = 1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_24 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_24->___lineStartPos = (-1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mCBF9A4F27E425C86BCFCF7D47C9731EF2DAAA31F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___0_resolver, XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* ___1_settings, XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___2_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_FromResult_TisTuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9_mFEEE696810AA11D88D13B507A3A9384392925A67_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_4__ctor_m922AB8E1A32CBD203CAFE16015B8C656728E0FE8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B8_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B7_0 = NULL;
|
|
int32_t G_B9_0 = 0;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B9_1 = NULL;
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 L_0;
|
|
L_0 = XmlCharType_get_Instance_m1279A3FC91B74599A9BC76979E50DBFC07F67C55(NULL);
|
|
__this->___xmlCharType = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___xmlCharType))->___charProperties), (void*)NULL);
|
|
__this->___curAttrIndex = (-1);
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
__this->___url = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___url), (void*)L_1);
|
|
__this->___supportNamespaces = (bool)1;
|
|
__this->___dtdProcessing = 2;
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
__this->___lastPrefix = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lastPrefix), (void*)L_2);
|
|
__this->___parsingStatesStackTop = (-1);
|
|
__this->___fragmentType = ((int32_t)9);
|
|
__this->___nextEntityId = 1;
|
|
Tuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9* L_3 = (Tuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9*)il2cpp_codegen_object_new(Tuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9_il2cpp_TypeInfo_var);
|
|
Tuple_4__ctor_m922AB8E1A32CBD203CAFE16015B8C656728E0FE8(L_3, 0, 0, 0, (bool)0, Tuple_4__ctor_m922AB8E1A32CBD203CAFE16015B8C656728E0FE8_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
Task_1_tB493F74D58DB1761E087206849D953E99D07600B* L_4;
|
|
L_4 = Task_FromResult_TisTuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9_mFEEE696810AA11D88D13B507A3A9384392925A67(L_3, Task_FromResult_TisTuple_4_tEBC96F3E32357E20775BD456F010C21BC580DEC9_mFEEE696810AA11D88D13B507A3A9384392925A67_RuntimeMethod_var);
|
|
__this->___parseText_dummyTask = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___parseText_dummyTask), (void*)L_4);
|
|
il2cpp_codegen_runtime_class_init_inline(XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var);
|
|
XmlReader__ctor_m4E3A6201CC692B2B2F05ED58652056E893995477(__this, NULL);
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_5 = ___1_settings;
|
|
bool L_6;
|
|
L_6 = XmlReaderSettings_get_Async_m17DF552FF8F0211C2AA2E6E94EFA3A0F8474A8F5_inline(L_5, NULL);
|
|
__this->___useAsync = L_6;
|
|
__this->___v1Compat = (bool)0;
|
|
__this->___outerReader = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___outerReader), (void*)__this);
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_7 = (XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE*)il2cpp_codegen_object_new(XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE_il2cpp_TypeInfo_var);
|
|
XmlContext__ctor_m25BE385DE1A217481A4723BC19A422E3982B3AA8(L_7, NULL);
|
|
__this->___xmlContext = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlContext), (void*)L_7);
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_8 = ___1_settings;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_9;
|
|
L_9 = XmlReaderSettings_get_NameTable_mAF10C63E556531DDED4ABA060B60FA89D0D263BE_inline(L_8, NULL);
|
|
V_0 = L_9;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_10 = ___2_context;
|
|
if (L_10)
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_11 = V_0;
|
|
if (L_11)
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46* L_12 = (NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46*)il2cpp_codegen_object_new(NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var);
|
|
NameTable__ctor_mB02EE27092095D81E839D51519C4FBDA2227C261(L_12, NULL);
|
|
V_0 = L_12;
|
|
goto IL_00a7;
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
__this->___nameTableFromSettings = (bool)1;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_13 = V_0;
|
|
__this->___nameTable = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___nameTable), (void*)L_13);
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_14 = V_0;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_15 = (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F*)il2cpp_codegen_object_new(XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var);
|
|
XmlNamespaceManager__ctor_m18E69120CE5886E06630CCCC3215D2C67FC669DB(L_15, L_14, NULL);
|
|
__this->___namespaceManager = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___namespaceManager), (void*)L_15);
|
|
goto IL_00cb;
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_16 = ___2_context;
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_17 = ___1_settings;
|
|
XmlTextReaderImpl_SetupFromParserContext_mF77555EDF43C9D83D93F376F3A446C4824C1C2FA(__this, L_16, L_17, NULL);
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_18 = __this->___nameTable;
|
|
V_0 = L_18;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_19 = V_0;
|
|
String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
String_t* L_21;
|
|
L_21 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6, L_19, L_20);
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_22 = V_0;
|
|
String_t* L_23;
|
|
L_23 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6, L_22, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158);
|
|
__this->___Xml = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Xml), (void*)L_23);
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_24 = V_0;
|
|
String_t* L_25;
|
|
L_25 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6, L_24, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3);
|
|
__this->___XmlNs = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___XmlNs), (void*)L_25);
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_26 = ___0_resolver;
|
|
__this->___xmlResolver = L_26;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlResolver), (void*)L_26);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_27 = (NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610*)(NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610*)SZArrayNew(NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610_il2cpp_TypeInfo_var, (uint32_t)8);
|
|
__this->___nodes = L_27;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___nodes), (void*)L_27);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_28 = __this->___nodes;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_29 = (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)il2cpp_codegen_object_new(NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_il2cpp_TypeInfo_var);
|
|
NodeData__ctor_m0EDB77C0D5BDFD2B2F74516B9E37106ACD355350(L_29, NULL);
|
|
ArrayElementTypeCheck (L_28, L_29);
|
|
(L_28)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)L_29);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_30 = __this->___nodes;
|
|
int32_t L_31 = 0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_32 = (L_30)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_31));
|
|
__this->___curNode = L_32;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_32);
|
|
StringBuilder_t* L_33 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_33, NULL);
|
|
__this->___stringBuilder = L_33;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___stringBuilder), (void*)L_33);
|
|
__this->___entityHandling = 1;
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_34 = ___1_settings;
|
|
bool L_35;
|
|
L_35 = XmlReaderSettings_get_IsXmlResolverSet_mBE7710812B7872C2622B19D7582E8BB43D82EE50_inline(L_34, NULL);
|
|
__this->___xmlResolverIsSet = L_35;
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_36 = ___1_settings;
|
|
bool L_37;
|
|
L_37 = XmlReaderSettings_get_IgnoreWhitespace_mB0490662AA55A785F86A219B1A9317246868AF33_inline(L_36, NULL);
|
|
if (L_37)
|
|
{
|
|
G_B8_0 = __this;
|
|
goto IL_0151;
|
|
}
|
|
G_B7_0 = __this;
|
|
}
|
|
{
|
|
G_B9_0 = 0;
|
|
G_B9_1 = G_B7_0;
|
|
goto IL_0152;
|
|
}
|
|
|
|
IL_0151:
|
|
{
|
|
G_B9_0 = 1;
|
|
G_B9_1 = G_B8_0;
|
|
}
|
|
|
|
IL_0152:
|
|
{
|
|
G_B9_1->___whitespaceHandling = G_B9_0;
|
|
__this->___normalize = (bool)1;
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_38 = ___1_settings;
|
|
bool L_39;
|
|
L_39 = XmlReaderSettings_get_IgnoreProcessingInstructions_mF0F6DF6AA4090054BE46DB02400F18CEC5FC850A_inline(L_38, NULL);
|
|
__this->___ignorePIs = L_39;
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_40 = ___1_settings;
|
|
bool L_41;
|
|
L_41 = XmlReaderSettings_get_IgnoreComments_m84AF33F6BBE1C9AF5CD0FB0665B923816CED496F_inline(L_40, NULL);
|
|
__this->___ignoreComments = L_41;
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_42 = ___1_settings;
|
|
bool L_43;
|
|
L_43 = XmlReaderSettings_get_CheckCharacters_m92427DD940718F4E7703229BC80C698DA77A6F35_inline(L_42, NULL);
|
|
__this->___checkCharacters = L_43;
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_44 = ___1_settings;
|
|
int32_t L_45;
|
|
L_45 = XmlReaderSettings_get_LineNumberOffset_m1A1AC89A54212AD35ABA966620FD66EE6DF6963A_inline(L_44, NULL);
|
|
__this->___lineNumberOffset = L_45;
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_46 = ___1_settings;
|
|
int32_t L_47;
|
|
L_47 = XmlReaderSettings_get_LinePositionOffset_m77D589900D124C6DAD97C42186A63260F877BF52_inline(L_46, NULL);
|
|
__this->___linePositionOffset = L_47;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_48 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_49 = __this->___lineNumberOffset;
|
|
L_48->___lineNo = ((int32_t)il2cpp_codegen_add(L_49, 1));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_50 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_51 = __this->___linePositionOffset;
|
|
L_50->___lineStartPos = ((int32_t)il2cpp_codegen_subtract(((-L_51)), 1));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_52 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_53 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_54;
|
|
L_54 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_53, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_55 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_56;
|
|
L_56 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_55, NULL);
|
|
NodeData_SetLineInfo_m6D28339C7F45327E5B512AD556ECCBB06A0871A5(L_52, ((int32_t)il2cpp_codegen_subtract(L_54, 1)), ((int32_t)il2cpp_codegen_subtract(L_56, 1)), NULL);
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_57 = ___1_settings;
|
|
int32_t L_58;
|
|
L_58 = XmlReaderSettings_get_DtdProcessing_m6855A18AA93729899B666898C1FD7B46D3330C5F_inline(L_57, NULL);
|
|
__this->___dtdProcessing = L_58;
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_59 = ___1_settings;
|
|
int64_t L_60;
|
|
L_60 = XmlReaderSettings_get_MaxCharactersInDocument_mBF86AACB085807A6D3E9936CF287051D34F5261C_inline(L_59, NULL);
|
|
__this->___maxCharactersInDocument = L_60;
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_61 = ___1_settings;
|
|
int64_t L_62;
|
|
L_62 = XmlReaderSettings_get_MaxCharactersFromEntities_mFFA78372DCCFF598DEC760725FA69CAB89A651C3_inline(L_61, NULL);
|
|
__this->___maxCharactersFromEntities = L_62;
|
|
__this->___charactersInDocument = ((int64_t)0);
|
|
__this->___charactersFromEntities = ((int64_t)0);
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_63 = ___2_context;
|
|
__this->___fragmentParserContext = L_63;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___fragmentParserContext), (void*)L_63);
|
|
__this->___parsingFunction = 4;
|
|
__this->___nextParsingFunction = 5;
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_64 = ___1_settings;
|
|
int32_t L_65;
|
|
L_65 = XmlReaderSettings_get_ConformanceLevel_m56DEADA9ADB805F1C190609DEA42E5322AD109EB_inline(L_64, NULL);
|
|
V_1 = L_65;
|
|
int32_t L_66 = V_1;
|
|
switch (L_66)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_024a;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0259;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0268;
|
|
}
|
|
|
|
IL_024a:
|
|
{
|
|
__this->___fragmentType = 0;
|
|
__this->___fragment = (bool)1;
|
|
return;
|
|
}
|
|
|
|
IL_0259:
|
|
{
|
|
__this->___fragmentType = 1;
|
|
__this->___fragment = (bool)1;
|
|
return;
|
|
}
|
|
|
|
IL_0268:
|
|
{
|
|
__this->___fragmentType = ((int32_t)9);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_m3C50D8232C68E494E862D958C58D6D1CCA326B0B (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_input, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = ___0_input;
|
|
NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46* L_2 = (NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46*)il2cpp_codegen_object_new(NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var);
|
|
NameTable__ctor_mB02EE27092095D81E839D51519C4FBDA2227C261(L_2, NULL);
|
|
XmlTextReaderImpl__ctor_mE0541503471E5E4712F0A74935F45021E9E38676(__this, L_0, L_1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mE0541503471E5E4712F0A74935F45021E9E38676 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_url, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_input, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___2_nt, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_0 = ___2_nt;
|
|
XmlTextReaderImpl__ctor_m95CE478B1EC30C779E195BB91D4918BCBB6D6D2A(__this, L_0, NULL);
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_1 = ___2_nt;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_2 = (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F*)il2cpp_codegen_object_new(XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var);
|
|
XmlNamespaceManager__ctor_m18E69120CE5886E06630CCCC3215D2C67FC669DB(L_2, L_1, NULL);
|
|
__this->___namespaceManager = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___namespaceManager), (void*)L_2);
|
|
String_t* L_3 = ___0_url;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_url;
|
|
int32_t L_5;
|
|
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_6 = ___1_input;
|
|
XmlTextReaderImpl_InitStreamInput_m46F47AB7CDACB319C89A76F6642BFB512C0B5B33(__this, L_6, (Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095*)NULL, NULL);
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
String_t* L_7 = ___0_url;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_8 = ___1_input;
|
|
XmlTextReaderImpl_InitStreamInput_m8F038C9668062037046A6A7B729C5F0430BF5B74(__this, L_7, L_8, (Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095*)NULL, NULL);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_9 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_10 = L_9->___baseUriStr;
|
|
__this->___reportedBaseUri = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedBaseUri), (void*)L_10);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_11 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_12 = L_11->___encoding;
|
|
__this->___reportedEncoding = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedEncoding), (void*)L_12);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mDCBE6668C0E914E66347B3F149EF0CA6BB58629A (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___0_input, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_1 = ___0_input;
|
|
NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46* L_2 = (NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46*)il2cpp_codegen_object_new(NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var);
|
|
NameTable__ctor_mB02EE27092095D81E839D51519C4FBDA2227C261(L_2, NULL);
|
|
XmlTextReaderImpl__ctor_m72837CFE0CDDDA6B9495816CC732D3546681A8D8(__this, L_0, L_1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_m4EB73D665A505FC387AAC744C3FB7246556BFF5B (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___0_input, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___1_nt, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_1 = ___0_input;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_2 = ___1_nt;
|
|
XmlTextReaderImpl__ctor_m72837CFE0CDDDA6B9495816CC732D3546681A8D8(__this, L_0, L_1, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_m72837CFE0CDDDA6B9495816CC732D3546681A8D8 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_url, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___1_input, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___2_nt, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B2_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B1_0 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B3_1 = NULL;
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_0 = ___2_nt;
|
|
XmlTextReaderImpl__ctor_m95CE478B1EC30C779E195BB91D4918BCBB6D6D2A(__this, L_0, NULL);
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_1 = ___2_nt;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_2 = (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F*)il2cpp_codegen_object_new(XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var);
|
|
XmlNamespaceManager__ctor_m18E69120CE5886E06630CCCC3215D2C67FC669DB(L_2, L_1, NULL);
|
|
__this->___namespaceManager = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___namespaceManager), (void*)L_2);
|
|
String_t* L_3 = ___0_url;
|
|
if (L_3)
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_001e;
|
|
}
|
|
G_B1_0 = __this;
|
|
}
|
|
{
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
G_B3_0 = L_4;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
String_t* L_5 = ___0_url;
|
|
G_B3_0 = L_5;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
G_B3_1->___reportedBaseUri = G_B3_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B3_1->___reportedBaseUri), (void*)G_B3_0);
|
|
String_t* L_6 = __this->___reportedBaseUri;
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_7 = ___1_input;
|
|
XmlTextReaderImpl_InitTextReaderInput_mD59812F5A78B70F10C81F8248069530D54289952(__this, L_6, L_7, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_8 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_9 = L_8->___encoding;
|
|
__this->___reportedEncoding = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedEncoding), (void*)L_9);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_m1752EB0257B3129797C620899A5D76179EF65C85 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_xmlFragment, int32_t ___1_fragType, XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___2_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B3_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B1_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B2_0 = NULL;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* G_B4_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B4_1 = NULL;
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_0 = ___2_context;
|
|
if (!L_0)
|
|
{
|
|
G_B3_0 = __this;
|
|
goto IL_0014;
|
|
}
|
|
G_B1_0 = __this;
|
|
}
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_1 = ___2_context;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_2;
|
|
L_2 = XmlParserContext_get_NameTable_mA0033F700F66AED746CCC1DF69E97A1524096528_inline(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
G_B3_0 = G_B1_0;
|
|
goto IL_0014;
|
|
}
|
|
G_B2_0 = G_B1_0;
|
|
}
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_3 = ___2_context;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_4;
|
|
L_4 = XmlParserContext_get_NameTable_mA0033F700F66AED746CCC1DF69E97A1524096528_inline(L_3, NULL);
|
|
G_B4_0 = L_4;
|
|
G_B4_1 = G_B2_0;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46* L_5 = (NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46*)il2cpp_codegen_object_new(NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var);
|
|
NameTable__ctor_mB02EE27092095D81E839D51519C4FBDA2227C261(L_5, NULL);
|
|
G_B4_0 = ((XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*)(L_5));
|
|
G_B4_1 = G_B3_0;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
XmlTextReaderImpl__ctor_m95CE478B1EC30C779E195BB91D4918BCBB6D6D2A(G_B4_1, G_B4_0, NULL);
|
|
String_t* L_6 = ___0_xmlFragment;
|
|
if (L_6)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
___0_xmlFragment = L_7;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_8 = ___2_context;
|
|
if (L_8)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_10;
|
|
L_10 = Encoding_get_Unicode_m1E0509DF0E550E33114D0FFEC4811B141219A3B0(NULL);
|
|
String_t* L_11 = ___0_xmlFragment;
|
|
XmlTextReaderImpl_InitStringInput_m1436DEAEA65A2E1683BB1169CF5ADA6E2E620E52(__this, L_9, L_10, L_11, NULL);
|
|
goto IL_005c;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_12 = ___2_context;
|
|
String_t* L_13;
|
|
L_13 = XmlParserContext_get_BaseURI_m203B1A13A7DFA09528C49D2198E7B9382BA91892_inline(L_12, NULL);
|
|
__this->___reportedBaseUri = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedBaseUri), (void*)L_13);
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_14 = ___2_context;
|
|
String_t* L_15;
|
|
L_15 = XmlParserContext_get_BaseURI_m203B1A13A7DFA09528C49D2198E7B9382BA91892_inline(L_14, NULL);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_16;
|
|
L_16 = Encoding_get_Unicode_m1E0509DF0E550E33114D0FFEC4811B141219A3B0(NULL);
|
|
String_t* L_17 = ___0_xmlFragment;
|
|
XmlTextReaderImpl_InitStringInput_m1436DEAEA65A2E1683BB1169CF5ADA6E2E620E52(__this, L_15, L_16, L_17, NULL);
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
int32_t L_18 = ___1_fragType;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_19 = ___2_context;
|
|
XmlTextReaderImpl_InitFragmentReader_m7217F1675D53546B28937C06DA1B6DBB3D8B83BD(__this, L_18, L_19, (bool)0, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_20 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_21 = L_20->___encoding;
|
|
__this->___reportedEncoding = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedEncoding), (void*)L_21);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mB17B348B4F2C16D6F06AB86A2803970CA0517303 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_xmlFragment, XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___1_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C80BE31B3A7206EDCC7D55B9B8DC0407E7A87EB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE36FB54A26012ED331BC4EAA26E3796844CF0590);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B3_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B1_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B2_0 = NULL;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* G_B4_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B4_1 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B6_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B5_0 = NULL;
|
|
String_t* G_B7_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B7_1 = NULL;
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_0 = ___1_context;
|
|
if (!L_0)
|
|
{
|
|
G_B3_0 = __this;
|
|
goto IL_0014;
|
|
}
|
|
G_B1_0 = __this;
|
|
}
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_1 = ___1_context;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_2;
|
|
L_2 = XmlParserContext_get_NameTable_mA0033F700F66AED746CCC1DF69E97A1524096528_inline(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
G_B3_0 = G_B1_0;
|
|
goto IL_0014;
|
|
}
|
|
G_B2_0 = G_B1_0;
|
|
}
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_3 = ___1_context;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_4;
|
|
L_4 = XmlParserContext_get_NameTable_mA0033F700F66AED746CCC1DF69E97A1524096528_inline(L_3, NULL);
|
|
G_B4_0 = L_4;
|
|
G_B4_1 = G_B2_0;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46* L_5 = (NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46*)il2cpp_codegen_object_new(NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var);
|
|
NameTable__ctor_mB02EE27092095D81E839D51519C4FBDA2227C261(L_5, NULL);
|
|
G_B4_0 = ((XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*)(L_5));
|
|
G_B4_1 = G_B3_0;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
XmlTextReaderImpl__ctor_m95CE478B1EC30C779E195BB91D4918BCBB6D6D2A(G_B4_1, G_B4_0, NULL);
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_6 = ___1_context;
|
|
if (!L_6)
|
|
{
|
|
G_B6_0 = __this;
|
|
goto IL_002a;
|
|
}
|
|
G_B5_0 = __this;
|
|
}
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_7 = ___1_context;
|
|
String_t* L_8;
|
|
L_8 = XmlParserContext_get_BaseURI_m203B1A13A7DFA09528C49D2198E7B9382BA91892_inline(L_7, NULL);
|
|
G_B7_0 = L_8;
|
|
G_B7_1 = G_B5_0;
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
G_B7_0 = L_9;
|
|
G_B7_1 = G_B6_0;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_10;
|
|
L_10 = Encoding_get_Unicode_m1E0509DF0E550E33114D0FFEC4811B141219A3B0(NULL);
|
|
String_t* L_11 = ___0_xmlFragment;
|
|
String_t* L_12;
|
|
L_12 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteralE36FB54A26012ED331BC4EAA26E3796844CF0590, L_11, _stringLiteral6C80BE31B3A7206EDCC7D55B9B8DC0407E7A87EB, NULL);
|
|
XmlTextReaderImpl_InitStringInput_m1436DEAEA65A2E1683BB1169CF5ADA6E2E620E52(G_B7_1, G_B7_0, L_10, L_12, NULL);
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_13 = ___1_context;
|
|
XmlTextReaderImpl_InitFragmentReader_m7217F1675D53546B28937C06DA1B6DBB3D8B83BD(__this, ((int32_t)17), L_13, (bool)1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInitUriString_m9D1EAAEBEB54E573AA246ECB98CE152B24D576FA (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_get_Result_m6897AA7D4A583F9E81EC01C1BF788372D64C5A26_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* V_0 = NULL;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
V_0 = (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*)NULL;
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_0 = __this->___laterInitParam;
|
|
bool L_1 = L_0->___useAsync;
|
|
if (!L_1)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_2 = __this->___laterInitParam;
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_3 = L_2->___inputUriResolver;
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_4 = __this->___laterInitParam;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = L_4->___inputbaseUri;
|
|
String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast<intptr_t> (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
|
|
Type_t* L_8;
|
|
L_8 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_7, NULL);
|
|
Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* L_9;
|
|
L_9 = VirtualFuncInvoker3< Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2*, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, String_t*, Type_t* >::Invoke(7, L_3, L_5, L_6, L_8);
|
|
Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* L_10 = L_9;
|
|
Task_Wait_m33955515E36BF6598FCEDA841C8C75F716DE5A4E(L_10, NULL);
|
|
RuntimeObject* L_11;
|
|
L_11 = Task_1_get_Result_m6897AA7D4A583F9E81EC01C1BF788372D64C5A26(L_10, Task_1_get_Result_m6897AA7D4A583F9E81EC01C1BF788372D64C5A26_RuntimeMethod_var);
|
|
V_0 = ((Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*)CastclassClass((RuntimeObject*)L_11, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var));
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_12 = __this->___laterInitParam;
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_13 = L_12->___inputUriResolver;
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_14 = __this->___laterInitParam;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_15 = L_14->___inputbaseUri;
|
|
String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_17 = { reinterpret_cast<intptr_t> (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
|
|
Type_t* L_18;
|
|
L_18 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_17, NULL);
|
|
RuntimeObject* L_19;
|
|
L_19 = VirtualFuncInvoker3< RuntimeObject*, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, String_t*, Type_t* >::Invoke(4, L_13, L_15, L_16, L_18);
|
|
V_0 = ((Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*)CastclassClass((RuntimeObject*)L_19, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_20 = V_0;
|
|
if (L_20)
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_21 = __this->___laterInitParam;
|
|
String_t* L_22 = L_21->___inputUriStr;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_23 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var)));
|
|
XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7EBD7E5381F20CF05FF54841BB8BD75F2397E0CA)), L_22, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_FinishInitUriString_m9D1EAAEBEB54E573AA246ECB98CE152B24D576FA_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
V_1 = (Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095*)NULL;
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_24 = __this->___laterInitParam;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_25 = L_24->___inputContext;
|
|
if (!L_25)
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_26 = __this->___laterInitParam;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_27 = L_26->___inputContext;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_28;
|
|
L_28 = XmlParserContext_get_Encoding_m70D0D1E92582C7F95EE6E9024771C44129B1AC52_inline(L_27, NULL);
|
|
V_1 = L_28;
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
}
|
|
try
|
|
{
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_29 = __this->___laterInitParam;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_30 = L_29->___inputbaseUri;
|
|
String_t* L_31 = __this->___reportedBaseUri;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_32 = V_0;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_33 = V_1;
|
|
XmlTextReaderImpl_InitStreamInput_m056E4CE5191E4C7BFFE524B9F6ADA5578700C5DF(__this, L_30, L_31, L_32, (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL, 0, L_33, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_34 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_35 = L_34->___encoding;
|
|
__this->___reportedEncoding = L_35;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedEncoding), (void*)L_35);
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_36 = __this->___laterInitParam;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_37 = L_36->___inputContext;
|
|
if (!L_37)
|
|
{
|
|
goto IL_0112_1;
|
|
}
|
|
}
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_38 = __this->___laterInitParam;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_39 = L_38->___inputContext;
|
|
bool L_40;
|
|
L_40 = XmlParserContext_get_HasDtdInfo_m4237CC163D41F547BDB4ED1A7A5D9A08E90C222B(L_39, NULL);
|
|
if (!L_40)
|
|
{
|
|
goto IL_0112_1;
|
|
}
|
|
}
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_41 = __this->___laterInitParam;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_42 = L_41->___inputContext;
|
|
XmlTextReaderImpl_ProcessDtdFromParserContext_mC5462F0B3774A760B0F2D7419A97D289D002DD96(__this, L_42, NULL);
|
|
}
|
|
|
|
IL_0112_1:
|
|
{
|
|
goto IL_011d;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (il2cpp_defaults.object_class, il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0114;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0114:
|
|
{
|
|
RuntimeObject* L_43 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_44 = V_0;
|
|
VirtualActionInvoker0::Invoke(18, L_44);
|
|
IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*));
|
|
}
|
|
|
|
IL_011d:
|
|
{
|
|
__this->___laterInitParam = (LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___laterInitParam), (void*)(LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mF623EF59677A63009DEA8DAADDA313BCF40E2A20 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_bytes, int32_t ___2_byteCount, XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* ___3_settings, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___4_baseUri, String_t* ___5_baseUriStr, XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___6_context, bool ___7_closeInput, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A597BBB5531C860DA6FB2829441767F611CCFCC);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_0 = ___3_settings;
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_1;
|
|
L_1 = XmlReaderSettings_GetXmlResolver_mA62976BC07B261C3193008BB941B111EC60B4010_inline(L_0, NULL);
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_2 = ___3_settings;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_3 = ___6_context;
|
|
XmlTextReaderImpl__ctor_mCBF9A4F27E425C86BCFCF7D47C9731EF2DAAA31F(__this, L_1, L_2, L_3, NULL);
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_4 = ___6_context;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_5 = ___6_context;
|
|
String_t* L_6;
|
|
L_6 = XmlParserContext_get_BaseURI_m203B1A13A7DFA09528C49D2198E7B9382BA91892_inline(L_5, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_7 = ___6_context;
|
|
String_t* L_8;
|
|
L_8 = XmlParserContext_get_BaseURI_m203B1A13A7DFA09528C49D2198E7B9382BA91892_inline(L_7, NULL);
|
|
int32_t L_9;
|
|
L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL);
|
|
if ((((int32_t)L_9) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_10 = ___4_baseUri;
|
|
String_t* L_11 = ___5_baseUriStr;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_12 = ___6_context;
|
|
String_t* L_13;
|
|
L_13 = XmlParserContext_get_BaseURI_m203B1A13A7DFA09528C49D2198E7B9382BA91892_inline(L_12, NULL);
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_14 = ___3_settings;
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_15;
|
|
L_15 = XmlReaderSettings_GetXmlResolver_mA62976BC07B261C3193008BB941B111EC60B4010_inline(L_14, NULL);
|
|
bool L_16;
|
|
L_16 = XmlTextReaderImpl_UriEqual_m2246085111A7F67C5A6EC15914D339666930A294(__this, L_10, L_11, L_13, L_15, NULL);
|
|
if (L_16)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = ___5_baseUriStr;
|
|
int32_t L_18;
|
|
L_18 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_17, NULL);
|
|
if ((((int32_t)L_18) <= ((int32_t)0)))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral7A597BBB5531C860DA6FB2829441767F611CCFCC, NULL);
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_19 = ___6_context;
|
|
String_t* L_20;
|
|
L_20 = XmlParserContext_get_BaseURI_m203B1A13A7DFA09528C49D2198E7B9382BA91892_inline(L_19, NULL);
|
|
___5_baseUriStr = L_20;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
String_t* L_21 = ___5_baseUriStr;
|
|
__this->___reportedBaseUri = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedBaseUri), (void*)L_21);
|
|
bool L_22 = ___7_closeInput;
|
|
__this->___closeInput = L_22;
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_23 = (LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6*)il2cpp_codegen_object_new(LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6_il2cpp_TypeInfo_var);
|
|
LaterInitParam__ctor_m633EE8735226C0AFAB9774FBBA3A4C36A64C47F9(L_23, NULL);
|
|
__this->___laterInitParam = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___laterInitParam), (void*)L_23);
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_24 = __this->___laterInitParam;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_25 = ___0_stream;
|
|
L_24->___inputStream = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_24->___inputStream), (void*)L_25);
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_26 = __this->___laterInitParam;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_27 = ___1_bytes;
|
|
L_26->___inputBytes = L_27;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_26->___inputBytes), (void*)L_27);
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_28 = __this->___laterInitParam;
|
|
int32_t L_29 = ___2_byteCount;
|
|
L_28->___inputByteCount = L_29;
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_30 = __this->___laterInitParam;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_31 = ___4_baseUri;
|
|
L_30->___inputbaseUri = L_31;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_30->___inputbaseUri), (void*)L_31);
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_32 = __this->___laterInitParam;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_33 = ___6_context;
|
|
L_32->___inputContext = L_33;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_32->___inputContext), (void*)L_33);
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_34 = __this->___laterInitParam;
|
|
L_34->___initType = 1;
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_35 = ___3_settings;
|
|
bool L_36;
|
|
L_36 = XmlReaderSettings_get_Async_m17DF552FF8F0211C2AA2E6E94EFA3A0F8474A8F5_inline(L_35, NULL);
|
|
if (L_36)
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_FinishInitStream_m58313BD0609079DC0F8156990F55749D0E35F440(__this, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_37 = __this->___laterInitParam;
|
|
L_37->___useAsync = (bool)1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInitStream_m58313BD0609079DC0F8156990F55749D0E35F440 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* V_0 = NULL;
|
|
{
|
|
V_0 = (Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095*)NULL;
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_0 = __this->___laterInitParam;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_1 = L_0->___inputContext;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_2 = __this->___laterInitParam;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_3 = L_2->___inputContext;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_4;
|
|
L_4 = XmlParserContext_get_Encoding_m70D0D1E92582C7F95EE6E9024771C44129B1AC52_inline(L_3, NULL);
|
|
V_0 = L_4;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_5 = __this->___laterInitParam;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6 = L_5->___inputbaseUri;
|
|
String_t* L_7 = __this->___reportedBaseUri;
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_8 = __this->___laterInitParam;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_9 = L_8->___inputStream;
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_10 = __this->___laterInitParam;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = L_10->___inputBytes;
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_12 = __this->___laterInitParam;
|
|
int32_t L_13 = L_12->___inputByteCount;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_14 = V_0;
|
|
XmlTextReaderImpl_InitStreamInput_m056E4CE5191E4C7BFFE524B9F6ADA5578700C5DF(__this, L_6, L_7, L_9, L_11, L_13, L_14, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_15 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_16 = L_15->___encoding;
|
|
__this->___reportedEncoding = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedEncoding), (void*)L_16);
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_17 = __this->___laterInitParam;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_18 = L_17->___inputContext;
|
|
if (!L_18)
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_19 = __this->___laterInitParam;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_20 = L_19->___inputContext;
|
|
bool L_21;
|
|
L_21 = XmlParserContext_get_HasDtdInfo_m4237CC163D41F547BDB4ED1A7A5D9A08E90C222B(L_20, NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_22 = __this->___laterInitParam;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_23 = L_22->___inputContext;
|
|
XmlTextReaderImpl_ProcessDtdFromParserContext_mC5462F0B3774A760B0F2D7419A97D289D002DD96(__this, L_23, NULL);
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
__this->___laterInitParam = (LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___laterInitParam), (void*)(LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_m285CC96B7C323DF9216D243E3353C9091CC5B288 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___0_input, XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* ___1_settings, String_t* ___2_baseUriStr, XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___3_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_0 = ___1_settings;
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_1;
|
|
L_1 = XmlReaderSettings_GetXmlResolver_mA62976BC07B261C3193008BB941B111EC60B4010_inline(L_0, NULL);
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_2 = ___1_settings;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_3 = ___3_context;
|
|
XmlTextReaderImpl__ctor_mCBF9A4F27E425C86BCFCF7D47C9731EF2DAAA31F(__this, L_1, L_2, L_3, NULL);
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_4 = ___3_context;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_5 = ___3_context;
|
|
String_t* L_6;
|
|
L_6 = XmlParserContext_get_BaseURI_m203B1A13A7DFA09528C49D2198E7B9382BA91892_inline(L_5, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_7 = ___3_context;
|
|
String_t* L_8;
|
|
L_8 = XmlParserContext_get_BaseURI_m203B1A13A7DFA09528C49D2198E7B9382BA91892_inline(L_7, NULL);
|
|
___2_baseUriStr = L_8;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
String_t* L_9 = ___2_baseUriStr;
|
|
__this->___reportedBaseUri = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedBaseUri), (void*)L_9);
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_10 = ___1_settings;
|
|
bool L_11;
|
|
L_11 = XmlReaderSettings_get_CloseInput_m59A87285F3D07FC87B95FDA27AB1462D1318342E_inline(L_10, NULL);
|
|
__this->___closeInput = L_11;
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_12 = (LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6*)il2cpp_codegen_object_new(LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6_il2cpp_TypeInfo_var);
|
|
LaterInitParam__ctor_m633EE8735226C0AFAB9774FBBA3A4C36A64C47F9(L_12, NULL);
|
|
__this->___laterInitParam = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___laterInitParam), (void*)L_12);
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_13 = __this->___laterInitParam;
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_14 = ___0_input;
|
|
L_13->___inputTextReader = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_13->___inputTextReader), (void*)L_14);
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_15 = __this->___laterInitParam;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_16 = ___3_context;
|
|
L_15->___inputContext = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_15->___inputContext), (void*)L_16);
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_17 = __this->___laterInitParam;
|
|
L_17->___initType = 2;
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_18 = ___1_settings;
|
|
bool L_19;
|
|
L_19 = XmlReaderSettings_get_Async_m17DF552FF8F0211C2AA2E6E94EFA3A0F8474A8F5_inline(L_18, NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_FinishInitTextReader_m544C70043AF483368219F53C5439201380E7E867(__this, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_20 = __this->___laterInitParam;
|
|
L_20->___useAsync = (bool)1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInitTextReader_m544C70043AF483368219F53C5439201380E7E867 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___reportedBaseUri;
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_1 = __this->___laterInitParam;
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_2 = L_1->___inputTextReader;
|
|
XmlTextReaderImpl_InitTextReaderInput_mD59812F5A78B70F10C81F8248069530D54289952(__this, L_0, L_2, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_3 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_4 = L_3->___encoding;
|
|
__this->___reportedEncoding = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedEncoding), (void*)L_4);
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_5 = __this->___laterInitParam;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_6 = L_5->___inputContext;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_7 = __this->___laterInitParam;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_8 = L_7->___inputContext;
|
|
bool L_9;
|
|
L_9 = XmlParserContext_get_HasDtdInfo_m4237CC163D41F547BDB4ED1A7A5D9A08E90C222B(L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_10 = __this->___laterInitParam;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_11 = L_10->___inputContext;
|
|
XmlTextReaderImpl_ProcessDtdFromParserContext_mC5462F0B3774A760B0F2D7419A97D289D002DD96(__this, L_11, NULL);
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
__this->___laterInitParam = (LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___laterInitParam), (void*)(LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl__ctor_mF4EF30AEC079F16F625DA59E0EF65F4726C222D4 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_xmlFragment, XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___1_context, XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* ___2_settings, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_0 = ___2_settings;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_1 = ___1_context;
|
|
XmlTextReaderImpl__ctor_mCBF9A4F27E425C86BCFCF7D47C9731EF2DAAA31F(__this, (XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF*)NULL, L_0, L_1, NULL);
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_3;
|
|
L_3 = Encoding_get_Unicode_m1E0509DF0E550E33114D0FFEC4811B141219A3B0(NULL);
|
|
String_t* L_4 = ___0_xmlFragment;
|
|
XmlTextReaderImpl_InitStringInput_m1436DEAEA65A2E1683BB1169CF5ADA6E2E620E52(__this, L_2, L_3, L_4, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_6 = L_5->___baseUriStr;
|
|
__this->___reportedBaseUri = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedBaseUri), (void*)L_6);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_8 = L_7->___encoding;
|
|
__this->___reportedEncoding = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedEncoding), (void*)L_8);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* XmlTextReaderImpl_get_Settings_m6E88ADB4338436F66913D25DDC955CD8A165EC3E (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_0 = (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA*)il2cpp_codegen_object_new(XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA_il2cpp_TypeInfo_var);
|
|
XmlReaderSettings__ctor_m1BAF1E969D42F7C5D453B381FA763F333C715364(L_0, NULL);
|
|
V_0 = L_0;
|
|
bool L_1 = __this->___nameTableFromSettings;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_2 = V_0;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_3 = __this->___nameTable;
|
|
XmlReaderSettings_set_NameTable_m5FE079006C8F4D4FF3924D1B976C335C17058900(L_2, L_3, NULL);
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_4 = __this->___fragmentType;
|
|
V_1 = L_4;
|
|
int32_t L_5 = V_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = V_1;
|
|
if ((((int32_t)L_6) == ((int32_t)1)))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_1;
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)9))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_8 = V_0;
|
|
XmlReaderSettings_set_ConformanceLevel_m5D9CF37D9B4EC2E5E82B40A52BC07E2062BA1A76(L_8, 0, NULL);
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_9 = V_0;
|
|
XmlReaderSettings_set_ConformanceLevel_m5D9CF37D9B4EC2E5E82B40A52BC07E2062BA1A76(L_9, 1, NULL);
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_10 = V_0;
|
|
XmlReaderSettings_set_ConformanceLevel_m5D9CF37D9B4EC2E5E82B40A52BC07E2062BA1A76(L_10, 2, NULL);
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_11 = V_0;
|
|
bool L_12 = __this->___checkCharacters;
|
|
XmlReaderSettings_set_CheckCharacters_m16E3594CB4D8977197AEC7CAE390D688C8E23481(L_11, L_12, NULL);
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_13 = V_0;
|
|
int32_t L_14 = __this->___lineNumberOffset;
|
|
XmlReaderSettings_set_LineNumberOffset_m2D65499EE921190F3E4AFEF8910A4320F446132A(L_13, L_14, NULL);
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_15 = V_0;
|
|
int32_t L_16 = __this->___linePositionOffset;
|
|
XmlReaderSettings_set_LinePositionOffset_m9421A24A7DF15D954B1301E8E2B6FD1FB27C084A(L_15, L_16, NULL);
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_17 = V_0;
|
|
int32_t L_18 = __this->___whitespaceHandling;
|
|
XmlReaderSettings_set_IgnoreWhitespace_m4BD0B66D712AF9636F562222077CB830E887FF60(L_17, (bool)((((int32_t)L_18) == ((int32_t)1))? 1 : 0), NULL);
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_19 = V_0;
|
|
bool L_20 = __this->___ignorePIs;
|
|
XmlReaderSettings_set_IgnoreProcessingInstructions_m965368E00B6CD619916BE73B03ACD3AAA5BE708C(L_19, L_20, NULL);
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_21 = V_0;
|
|
bool L_22 = __this->___ignoreComments;
|
|
XmlReaderSettings_set_IgnoreComments_mA62566F443A53E7FECC98C0D317F47988559DCB4(L_21, L_22, NULL);
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_23 = V_0;
|
|
int32_t L_24 = __this->___dtdProcessing;
|
|
XmlReaderSettings_set_DtdProcessing_mDC4E1119E3381F9C237565E3FFFC5B2CFF7C0043(L_23, L_24, NULL);
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_25 = V_0;
|
|
int64_t L_26 = __this->___maxCharactersInDocument;
|
|
XmlReaderSettings_set_MaxCharactersInDocument_m507F7669F33FBE7BC790E84058206529099F5054(L_25, L_26, NULL);
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_27 = V_0;
|
|
int64_t L_28 = __this->___maxCharactersFromEntities;
|
|
XmlReaderSettings_set_MaxCharactersFromEntities_m717EF5BB122D0875DA5A4CBB4AC7BCE649B0910E(L_27, L_28, NULL);
|
|
bool L_29;
|
|
L_29 = XmlReaderSettings_EnableLegacyXmlSettings_mE04ABCDC86EA268BDAC1BC8F29C15F958150F424(NULL);
|
|
if (L_29)
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_30 = V_0;
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_31 = __this->___xmlResolver;
|
|
XmlReaderSettings_set_XmlResolver_m44B84031BAC224C07AFD233C3DF9A6383216D883(L_30, L_31, NULL);
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_32 = V_0;
|
|
XmlReaderSettings_set_ReadOnly_mE9D803936E0E2E8A22464C57D96C71AB35D1A6CB_inline(L_32, (bool)1, NULL);
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_33 = V_0;
|
|
return L_33;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_NodeType_m5A51C9A8C93DFD0418B6419585542F30234BCCAE (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
int32_t L_1 = L_0->___type;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_Name_m48B55236B711A4DEBBC72FF61F84341F7A6DAABF (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_1 = __this->___nameTable;
|
|
String_t* L_2;
|
|
L_2 = NodeData_GetNameWPrefix_mCA5D7B8E3A167C9B8AEFB8751E9C0C40F84B4527(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_LocalName_m677F76B180DB6951629BD461095B102686639042 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
String_t* L_1 = L_0->___localName;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_NamespaceURI_mBE4FB0CE84C27F4C5700C90EDACA12103BEBB7B5 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
String_t* L_1 = L_0->___ns;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_Prefix_mB29627D05F400FEAF9A4C804A060D00E6711FAB4 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
String_t* L_1 = L_0->___prefix;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_Value_mD430CAE5995F453BD23DED7C0D85574104C795B7 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___parsingFunction;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)21))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->___parsingFunction;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)21)))))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_FinishPartialValue_m1A6AB6EC08D3B450E847DCBA6AE4E4311DF2F045(__this, NULL);
|
|
int32_t L_2 = __this->___nextParsingFunction;
|
|
__this->___parsingFunction = L_2;
|
|
goto IL_002e;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
XmlTextReaderImpl_FinishOtherValueIterator_mF20DB1AE74812FFDF3A6C6859213BD945E182555(__this, NULL);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_3 = __this->___curNode;
|
|
String_t* L_4;
|
|
L_4 = NodeData_get_StringValue_m49F31840D0EC31EAF70E6F4EF5BE14BB900B2624(L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_Depth_m3C99F01FC7D80F381FE827354E22B5F0E2E2940C (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
int32_t L_1 = L_0->___depth;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_BaseURI_m4AF6E44197F4C50CBD6ACE67063D7D1F8BF7C58C (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___reportedBaseUri;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_IsEmptyElement_m23BB1B1E349DF2B95EDB1FA368D6A2B093396D9C (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
bool L_1;
|
|
L_1 = NodeData_get_IsEmptyElement_mD85FA732DA497F1A5F2778650D5405F5D67DF527(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_IsDefault_mC172D03B5EF0F6C1FE307C6772C7C906536C1CFC (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
bool L_1;
|
|
L_1 = NodeData_get_IsDefaultAttribute_mAEDE8A0C6EB15C9087EB963AA29E2E6C3E2AC81C(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar XmlTextReaderImpl_get_QuoteChar_m4C0A80D83CCF2127B093A91B1CB42FD4A8DE3D84 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
int32_t L_1 = L_0->___type;
|
|
if ((((int32_t)L_1) == ((int32_t)2)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return ((int32_t)34);
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_2 = __this->___curNode;
|
|
Il2CppChar L_3 = L_2->___quoteChar;
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_XmlSpace_m65448CD7DE542C8BC5CAA771FF57A59F6A9039EB (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_0 = __this->___xmlContext;
|
|
int32_t L_1 = L_0->___xmlSpace;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_XmlLang_m6484DE4FBAA2543C936CD4C9DB556AE6BE3C72DE (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_0 = __this->___xmlContext;
|
|
String_t* L_1 = L_0->___xmlLang;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_ReadState_m6115650FEE9344E122B5DCFAF9B42453655C9642 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___readState;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_EOF_m3F84C179FD19723A464C36B6577E509C82653762 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___parsingFunction;
|
|
return (bool)((((int32_t)L_0) == ((int32_t)((int32_t)11)))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* XmlTextReaderImpl_get_NameTable_mB7A4A6CDE4B7ADE58A2DFA68903FD19DE4855C9F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_0 = __this->___nameTable;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_CanResolveEntity_m830477568F1E0AD32D56F6B19E3AC75DCDB6BD21 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_AttributeCount_m4C3545F880C0305C0D898D85B24E9A1D22A478EF (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___attrCount;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_GetAttribute_m2105D6EFFDE0634EAC52F10A14C16C9C1FB25FB9 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
String_t* L_0 = ___0_name;
|
|
int32_t L_1;
|
|
L_1 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_0, ((int32_t)58), NULL);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___0_name;
|
|
int32_t L_3;
|
|
L_3 = XmlTextReaderImpl_GetIndexOfAttributeWithoutPrefix_mE28A59CD28367148597BB65AB4C1EBA22DBE8F9A(__this, L_2, NULL);
|
|
V_0 = L_3;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
String_t* L_4 = ___0_name;
|
|
int32_t L_5;
|
|
L_5 = XmlTextReaderImpl_GetIndexOfAttributeWithPrefix_mEF35AFBF456D1F9EF89A3E72121686EF60C03C68(__this, L_4, NULL);
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
if ((((int32_t)L_6) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_7 = __this->___nodes;
|
|
int32_t L_8 = V_0;
|
|
int32_t L_9 = L_8;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_10 = (L_7)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_9));
|
|
String_t* L_11;
|
|
L_11 = NodeData_get_StringValue_m49F31840D0EC31EAF70E6F4EF5BE14BB900B2624(L_10, NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_GetAttribute_m3C329BDBEB0BF86DADED3CB767D2850FB8238383 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_localName, String_t* ___1_namespaceURI, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
String_t* G_B3_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___1_namespaceURI;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_1 = __this->___nameTable;
|
|
String_t* L_2 = ___1_namespaceURI;
|
|
String_t* L_3;
|
|
L_3 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(4, L_1, L_2);
|
|
G_B3_0 = L_3;
|
|
goto IL_0016;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
G_B3_0 = L_4;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
___1_namespaceURI = G_B3_0;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_5 = __this->___nameTable;
|
|
String_t* L_6 = ___0_localName;
|
|
String_t* L_7;
|
|
L_7 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(4, L_5, L_6);
|
|
___0_localName = L_7;
|
|
int32_t L_8 = __this->___index;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_9 = __this->___nodes;
|
|
int32_t L_10 = V_0;
|
|
int32_t L_11 = L_10;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_12 = (L_9)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_11));
|
|
String_t* L_13 = L_12->___localName;
|
|
String_t* L_14 = ___0_localName;
|
|
bool L_15;
|
|
L_15 = Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF(L_13, L_14, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_16 = __this->___nodes;
|
|
int32_t L_17 = V_0;
|
|
int32_t L_18 = L_17;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_19 = (L_16)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_18));
|
|
String_t* L_20 = L_19->___ns;
|
|
String_t* L_21 = ___1_namespaceURI;
|
|
bool L_22;
|
|
L_22 = Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF(L_20, L_21, NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_23 = __this->___nodes;
|
|
int32_t L_24 = V_0;
|
|
int32_t L_25 = L_24;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_26 = (L_23)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_25));
|
|
String_t* L_27;
|
|
L_27 = NodeData_get_StringValue_m49F31840D0EC31EAF70E6F4EF5BE14BB900B2624(L_26, NULL);
|
|
return L_27;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
int32_t L_28 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_28, 1));
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
int32_t L_29 = V_0;
|
|
int32_t L_30 = __this->___index;
|
|
int32_t L_31 = __this->___attrCount;
|
|
if ((((int32_t)L_29) < ((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_30, L_31)), 1)))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_GetAttribute_m1F3DD4202A6159563B6AA1431820E1F1DD186455 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_i, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_i;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___0_i;
|
|
int32_t L_2 = __this->___attrCount;
|
|
if ((((int32_t)L_1) < ((int32_t)L_2)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B8590E2F95A4B0631E98EAF5F61AFD63A1C031E)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_GetAttribute_m1F3DD4202A6159563B6AA1431820E1F1DD186455_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_4 = __this->___nodes;
|
|
int32_t L_5 = __this->___index;
|
|
int32_t L_6 = ___0_i;
|
|
int32_t L_7 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_5, L_6)), 1));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_8 = (L_4)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_7));
|
|
String_t* L_9;
|
|
L_9 = NodeData_get_StringValue_m49F31840D0EC31EAF70E6F4EF5BE14BB900B2624(L_8, NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_MoveToAttribute_m31E2D477A852928D8BA84C43DF9A1603A6C8BF6A (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
String_t* L_0 = ___0_name;
|
|
int32_t L_1;
|
|
L_1 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_0, ((int32_t)58), NULL);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___0_name;
|
|
int32_t L_3;
|
|
L_3 = XmlTextReaderImpl_GetIndexOfAttributeWithoutPrefix_mE28A59CD28367148597BB65AB4C1EBA22DBE8F9A(__this, L_2, NULL);
|
|
V_0 = L_3;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
String_t* L_4 = ___0_name;
|
|
int32_t L_5;
|
|
L_5 = XmlTextReaderImpl_GetIndexOfAttributeWithPrefix_mEF35AFBF456D1F9EF89A3E72121686EF60C03C68(__this, L_4, NULL);
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
if ((((int32_t)L_6) < ((int32_t)0)))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
bool L_7;
|
|
L_7 = XmlTextReaderImpl_get_InAttributeValueIterator_mF4A1766EF0CEE1D0BF89397367302BEA09BBC8CD(__this, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_FinishAttributeValueIterator_m263D3BAE1AD197444299D47708313B4DD7E3C632(__this, NULL);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int32_t L_8 = V_0;
|
|
int32_t L_9 = __this->___index;
|
|
__this->___curAttrIndex = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_8, L_9)), 1));
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_10 = __this->___nodes;
|
|
int32_t L_11 = V_0;
|
|
int32_t L_12 = L_11;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_13 = (L_10)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_12));
|
|
__this->___curNode = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_13);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_MoveToAttribute_mF39924084B62FBC5C5BBE0768E69CAF00F031DAD (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_i, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_i;
|
|
if ((((int32_t)L_0) < ((int32_t)0)))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___0_i;
|
|
int32_t L_2 = __this->___attrCount;
|
|
if ((((int32_t)L_1) < ((int32_t)L_2)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1B8590E2F95A4B0631E98EAF5F61AFD63A1C031E)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_MoveToAttribute_mF39924084B62FBC5C5BBE0768E69CAF00F031DAD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
bool L_4;
|
|
L_4 = XmlTextReaderImpl_get_InAttributeValueIterator_mF4A1766EF0CEE1D0BF89397367302BEA09BBC8CD(__this, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_FinishAttributeValueIterator_m263D3BAE1AD197444299D47708313B4DD7E3C632(__this, NULL);
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
int32_t L_5 = ___0_i;
|
|
__this->___curAttrIndex = L_5;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_6 = __this->___nodes;
|
|
int32_t L_7 = __this->___index;
|
|
int32_t L_8 = __this->___curAttrIndex;
|
|
int32_t L_9 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_7, 1)), L_8));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_10 = (L_6)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_9));
|
|
__this->___curNode = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_10);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_MoveToFirstAttribute_m8A6C672767A079947F1242E1371D300B4E65C77B (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___attrCount;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
bool L_1;
|
|
L_1 = XmlTextReaderImpl_get_InAttributeValueIterator_mF4A1766EF0CEE1D0BF89397367302BEA09BBC8CD(__this, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_FinishAttributeValueIterator_m263D3BAE1AD197444299D47708313B4DD7E3C632(__this, NULL);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
__this->___curAttrIndex = 0;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_2 = __this->___nodes;
|
|
int32_t L_3 = __this->___index;
|
|
int32_t L_4 = ((int32_t)il2cpp_codegen_add(L_3, 1));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_5 = (L_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_4));
|
|
__this->___curNode = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_5);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_MoveToNextAttribute_m8564DFB9ABC50DE127BECF4372B07AC7F0870E07 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___curAttrIndex;
|
|
int32_t L_1 = __this->___attrCount;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_0, 1))) >= ((int32_t)L_1)))
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
bool L_2;
|
|
L_2 = XmlTextReaderImpl_get_InAttributeValueIterator_mF4A1766EF0CEE1D0BF89397367302BEA09BBC8CD(__this, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_FinishAttributeValueIterator_m263D3BAE1AD197444299D47708313B4DD7E3C632(__this, NULL);
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_3 = __this->___nodes;
|
|
int32_t L_4 = __this->___index;
|
|
int32_t L_5 = __this->___curAttrIndex;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
int32_t L_6 = V_0;
|
|
__this->___curAttrIndex = L_6;
|
|
int32_t L_7 = V_0;
|
|
int32_t L_8 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_4, 1)), L_7));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_9 = (L_3)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_8));
|
|
__this->___curNode = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_9);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_MoveToElement_mB1A4049958D0EFCBC05DDF2832F27303CFD7051B (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0;
|
|
L_0 = XmlTextReaderImpl_get_InAttributeValueIterator_mF4A1766EF0CEE1D0BF89397367302BEA09BBC8CD(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_FinishAttributeValueIterator_m263D3BAE1AD197444299D47708313B4DD7E3C632(__this, NULL);
|
|
goto IL_0020;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_1 = __this->___curNode;
|
|
int32_t L_2 = L_1->___type;
|
|
if ((((int32_t)L_2) == ((int32_t)2)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
__this->___curAttrIndex = (-1);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_3 = __this->___nodes;
|
|
int32_t L_4 = __this->___index;
|
|
int32_t L_5 = L_4;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_6 = (L_3)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_5));
|
|
__this->___curNode = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_6);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishInit_mA8DC3168268A98E80115D39DB4BC3EFA2C9116B6 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_0 = __this->___laterInitParam;
|
|
int32_t L_1 = L_0->___initType;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
XmlTextReaderImpl_FinishInitUriString_m9D1EAAEBEB54E573AA246ECB98CE152B24D576FA(__this, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
XmlTextReaderImpl_FinishInitStream_m58313BD0609079DC0F8156990F55749D0E35F440(__this, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
XmlTextReaderImpl_FinishInitTextReader_m544C70043AF483368219F53C5439201380E7E867(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_Read_m2287D542E2053BBA82F0CDC325627DE3A480EDAA (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA05288B6212EA20126730A5B780745B08DD3D36);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B13_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B12_0 = NULL;
|
|
int32_t G_B14_0 = 0;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B14_1 = NULL;
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_0 = __this->___laterInitParam;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_FinishInit_mA8DC3168268A98E80115D39DB4BC3EFA2C9116B6(__this, NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
int32_t L_1 = __this->___parsingFunction;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (L_2)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_02e7;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_0128;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_0160;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0177;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_00f8;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_02e5;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_02e5;
|
|
}
|
|
case 12:
|
|
{
|
|
goto IL_02e5;
|
|
}
|
|
case 13:
|
|
{
|
|
goto IL_01b3;
|
|
}
|
|
case 14:
|
|
{
|
|
goto IL_02be;
|
|
}
|
|
case 15:
|
|
{
|
|
goto IL_02c6;
|
|
}
|
|
case 16:
|
|
{
|
|
goto IL_01c7;
|
|
}
|
|
case 17:
|
|
{
|
|
goto IL_01db;
|
|
}
|
|
case 18:
|
|
{
|
|
goto IL_0226;
|
|
}
|
|
case 19:
|
|
{
|
|
goto IL_02cd;
|
|
}
|
|
case 20:
|
|
{
|
|
goto IL_02dd;
|
|
}
|
|
case 21:
|
|
{
|
|
goto IL_02f4;
|
|
}
|
|
case 22:
|
|
{
|
|
goto IL_02a0;
|
|
}
|
|
case 23:
|
|
{
|
|
goto IL_02ff;
|
|
}
|
|
case 24:
|
|
{
|
|
goto IL_030a;
|
|
}
|
|
case 25:
|
|
{
|
|
goto IL_0315;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
bool L_3;
|
|
L_3 = XmlTextReaderImpl_ParseElementContent_m92E1275AE62507C98DCE8F933E591F7FA3C42E60(__this, NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
bool L_4;
|
|
L_4 = XmlTextReaderImpl_ParseDocumentContent_mF4332115464F64242A412C79F3B0D159E7B4517F(__this, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
XmlTextReaderImpl_OpenUrl_m0BF6C0850B8AD63E0DEDA911664D51C59A8FD480(__this, NULL);
|
|
goto IL_00b3;
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
__this->___readState = 1;
|
|
int32_t L_5 = __this->___nextParsingFunction;
|
|
__this->___parsingFunction = L_5;
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
__this->___readState = 1;
|
|
int32_t L_6 = __this->___nextParsingFunction;
|
|
__this->___parsingFunction = L_6;
|
|
bool L_7;
|
|
L_7 = XmlTextReaderImpl_ParseXmlDeclaration_mE57790EE79B349C9AA99472BA1B5DE58604660EA(__this, (bool)0, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_00e2;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_8 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_9 = L_8->___encoding;
|
|
__this->___reportedEncoding = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedEncoding), (void*)L_9);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00e2:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_10 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_11 = L_10->___encoding;
|
|
__this->___reportedEncoding = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedEncoding), (void*)L_11);
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_00f8:
|
|
{
|
|
XmlTextReaderImpl_ResetAttributes_m2E88D9765B460D463079DC959DA71B940FBE014C(__this, NULL);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_12 = __this->___nodes;
|
|
int32_t L_13 = __this->___index;
|
|
int32_t L_14 = L_13;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_15 = (L_12)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_14));
|
|
__this->___curNode = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_15);
|
|
int32_t L_16 = __this->___index;
|
|
if (!L_16)
|
|
{
|
|
G_B13_0 = __this;
|
|
goto IL_011d;
|
|
}
|
|
G_B12_0 = __this;
|
|
}
|
|
{
|
|
G_B14_0 = 0;
|
|
G_B14_1 = G_B12_0;
|
|
goto IL_011e;
|
|
}
|
|
|
|
IL_011d:
|
|
{
|
|
G_B14_0 = 5;
|
|
G_B14_1 = G_B13_0;
|
|
}
|
|
|
|
IL_011e:
|
|
{
|
|
G_B14_1->___parsingFunction = G_B14_0;
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_0128:
|
|
{
|
|
XmlTextReaderImpl_ResetAttributes_m2E88D9765B460D463079DC959DA71B940FBE014C(__this, NULL);
|
|
int32_t L_17 = __this->___index;
|
|
__this->___index = ((int32_t)il2cpp_codegen_add(L_17, 1));
|
|
int32_t L_18 = __this->___index;
|
|
int32_t L_19 = __this->___index;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_20;
|
|
L_20 = XmlTextReaderImpl_AddNode_mB0ECD9B7041F31D4BF9DD2D5E6675321739AEB67(__this, L_18, L_19, NULL);
|
|
__this->___curNode = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_20);
|
|
__this->___parsingFunction = 0;
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_0160:
|
|
{
|
|
XmlTextReaderImpl_PopElementContext_m815F6BA5B634F8A49E91EA0246AAA21310305612(__this, NULL);
|
|
int32_t L_21 = __this->___nextParsingFunction;
|
|
__this->___parsingFunction = L_21;
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_0177:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_22 = __this->___nodes;
|
|
int32_t L_23 = __this->___index;
|
|
int32_t L_24 = L_23;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_25 = (L_22)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_24));
|
|
__this->___curNode = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_25);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_26 = __this->___curNode;
|
|
NodeData_set_IsEmptyElement_mD9AA39D1F91A00BEDBED1204654917447AF2D57D_inline(L_26, (bool)0, NULL);
|
|
XmlTextReaderImpl_ResetAttributes_m2E88D9765B460D463079DC959DA71B940FBE014C(__this, NULL);
|
|
XmlTextReaderImpl_PopElementContext_m815F6BA5B634F8A49E91EA0246AAA21310305612(__this, NULL);
|
|
int32_t L_27 = __this->___nextParsingFunction;
|
|
__this->___parsingFunction = L_27;
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_01b3:
|
|
{
|
|
int32_t L_28 = __this->___nextParsingFunction;
|
|
__this->___parsingFunction = L_28;
|
|
XmlTextReaderImpl_ParseEntityReference_m88F7B5D5FA448C8728068D1440DC9849BD1F0815(__this, NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_01c7:
|
|
{
|
|
XmlTextReaderImpl_SetupEndEntityNodeInContent_m5DF2EE9E86D586C0DD11D845EEA3BCC0ACFB47BE(__this, NULL);
|
|
int32_t L_29 = __this->___nextParsingFunction;
|
|
__this->___parsingFunction = L_29;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_01db:
|
|
{
|
|
int32_t L_30 = __this->___index;
|
|
int32_t L_31 = __this->___index;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_32;
|
|
L_32 = XmlTextReaderImpl_AddNode_mB0ECD9B7041F31D4BF9DD2D5E6675321739AEB67(__this, L_30, L_31, NULL);
|
|
__this->___curNode = L_32;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_32);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_33 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_34 = L_33->___encoding;
|
|
__this->___reportedEncoding = L_34;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedEncoding), (void*)L_34);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_35 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_36 = L_35->___baseUriStr;
|
|
__this->___reportedBaseUri = L_36;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedBaseUri), (void*)L_36);
|
|
int32_t L_37 = __this->___nextParsingFunction;
|
|
__this->___parsingFunction = L_37;
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_0226:
|
|
{
|
|
int32_t L_38 = __this->___index;
|
|
int32_t L_39 = __this->___index;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_40;
|
|
L_40 = XmlTextReaderImpl_AddNode_mB0ECD9B7041F31D4BF9DD2D5E6675321739AEB67(__this, L_38, L_39, NULL);
|
|
__this->___curNode = L_40;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_40);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_41 = __this->___curNode;
|
|
String_t* L_42 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
NodeData_SetValueNode_m2C3413CC8225BB47DA4B08D098EA56D376BBBF25(L_41, 3, L_42, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_43 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_44 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_45 = L_44->___lineNo;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_46 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_47;
|
|
L_47 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_46, NULL);
|
|
NodeData_SetLineInfo_m6D28339C7F45327E5B512AD556ECCBB06A0871A5(L_43, L_45, L_47, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_48 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_49 = L_48->___encoding;
|
|
__this->___reportedEncoding = L_49;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedEncoding), (void*)L_49);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_50 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_51 = L_50->___baseUriStr;
|
|
__this->___reportedBaseUri = L_51;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedBaseUri), (void*)L_51);
|
|
int32_t L_52 = __this->___nextParsingFunction;
|
|
__this->___parsingFunction = L_52;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_02a0:
|
|
{
|
|
XmlTextReaderImpl_FinishAttributeValueIterator_m263D3BAE1AD197444299D47708313B4DD7E3C632(__this, NULL);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_53 = __this->___nodes;
|
|
int32_t L_54 = __this->___index;
|
|
int32_t L_55 = L_54;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_56 = (L_53)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_55));
|
|
__this->___curNode = L_56;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_56);
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_02be:
|
|
{
|
|
XmlTextReaderImpl_FinishIncrementalRead_mE29D16A2012D05CC914D1E1E7A5E4C4F70D87FCB(__this, NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_02c6:
|
|
{
|
|
bool L_57;
|
|
L_57 = XmlTextReaderImpl_ParseFragmentAttribute_m7F13ECEA0620B822BE43B027B9AFA45864D2E10F(__this, NULL);
|
|
return L_57;
|
|
}
|
|
|
|
IL_02cd:
|
|
{
|
|
XmlTextReaderImpl_ParseXmlDeclarationFragment_m78450AE9989B2043AD0068D6200CAD504B12D223(__this, NULL);
|
|
__this->___parsingFunction = ((int32_t)20);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_02dd:
|
|
{
|
|
XmlTextReaderImpl_OnEof_m8F5DFF89DE3251F9CEFA219E6A1AB8D268191B36(__this, NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_02e5:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_02e7:
|
|
{
|
|
XmlTextReaderImpl_ThrowWithoutLineInfo_m84E949C18CF06CDC034FCC00FC85E7C17304530E(__this, _stringLiteralCA05288B6212EA20126730A5B780745B08DD3D36, NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_02f4:
|
|
{
|
|
XmlTextReaderImpl_SkipPartialTextValue_mB4F56CA02982F525CBE1ABBB78D16F151DEC665A(__this, NULL);
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_02ff:
|
|
{
|
|
XmlTextReaderImpl_FinishReadValueChunk_mA0FC504DC95E81D070F51567BEFEAAA7A68FB187(__this, NULL);
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_030a:
|
|
{
|
|
XmlTextReaderImpl_FinishReadContentAsBinary_mBA225166E1792864F08535B02E0AD783C1B6F1E3(__this, NULL);
|
|
goto IL_000e;
|
|
}
|
|
|
|
IL_0315:
|
|
{
|
|
XmlTextReaderImpl_FinishReadElementContentAsBinary_mD248232D6E06181EB68309925A5A2FA290A190BA(__this, NULL);
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Close_mB9F2949D64DE798509FB0C4BFBA3E2A7A1D91BA3 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___closeInput;
|
|
XmlTextReaderImpl_Close_m00A023B8815072F34509D2937F878404C966F63D(__this, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Skip_m5E3FA78F020CDBDE15AA135F9498B99B89FE5879 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
int32_t L_0 = __this->___readState;
|
|
if ((((int32_t)L_0) == ((int32_t)1)))
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
bool L_1;
|
|
L_1 = XmlTextReaderImpl_get_InAttributeValueIterator_mF4A1766EF0CEE1D0BF89397367302BEA09BBC8CD(__this, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_FinishAttributeValueIterator_m263D3BAE1AD197444299D47708313B4DD7E3C632(__this, NULL);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_2 = __this->___nodes;
|
|
int32_t L_3 = __this->___index;
|
|
int32_t L_4 = L_3;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_5 = (L_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_4));
|
|
__this->___curNode = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_5);
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
int32_t L_6 = __this->___parsingFunction;
|
|
V_0 = L_6;
|
|
int32_t L_7 = V_0;
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)14))))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, ((int32_t)21))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
XmlTextReaderImpl_FinishIncrementalRead_mE29D16A2012D05CC914D1E1E7A5E4C4F70D87FCB(__this, NULL);
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
XmlTextReaderImpl_SkipPartialTextValue_mB4F56CA02982F525CBE1ABBB78D16F151DEC665A(__this, NULL);
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
XmlTextReaderImpl_FinishReadValueChunk_mA0FC504DC95E81D070F51567BEFEAAA7A68FB187(__this, NULL);
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
XmlTextReaderImpl_FinishReadContentAsBinary_mBA225166E1792864F08535B02E0AD783C1B6F1E3(__this, NULL);
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
XmlTextReaderImpl_FinishReadElementContentAsBinary_mD248232D6E06181EB68309925A5A2FA290A190BA(__this, NULL);
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_9 = __this->___curNode;
|
|
int32_t L_10 = L_9->___type;
|
|
V_2 = L_10;
|
|
int32_t L_11 = V_2;
|
|
if ((((int32_t)L_11) == ((int32_t)1)))
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_2;
|
|
if ((((int32_t)L_12) == ((int32_t)2)))
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00dc;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_13 = __this->___curNode;
|
|
bool L_14;
|
|
L_14 = NodeData_get_IsEmptyElement_mD85FA732DA497F1A5F2778650D5405F5D67DF527(L_13, NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_00dc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = __this->___index;
|
|
V_1 = L_15;
|
|
__this->___parsingMode = 2;
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_16 = __this->___outerReader;
|
|
bool L_17;
|
|
L_17 = VirtualFuncInvoker0< bool >::Invoke(31, L_16);
|
|
if (!L_17)
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = __this->___index;
|
|
int32_t L_19 = V_1;
|
|
if ((((int32_t)L_18) > ((int32_t)L_19)))
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
__this->___parsingMode = 0;
|
|
goto IL_00dc;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_20 = __this->___outerReader;
|
|
bool L_21;
|
|
L_21 = VirtualFuncInvoker0< bool >::Invoke(29, L_20);
|
|
goto IL_0094;
|
|
}
|
|
|
|
IL_00dc:
|
|
{
|
|
XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_22 = __this->___outerReader;
|
|
bool L_23;
|
|
L_23 = VirtualFuncInvoker0< bool >::Invoke(31, L_22);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_LookupNamespace_m97D025637F5762068EB0FC42095AC90749C47F54 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_prefix, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___supportNamespaces;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_1 = __this->___namespaceManager;
|
|
String_t* L_2 = ___0_prefix;
|
|
String_t* L_3;
|
|
L_3 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(16, L_1, L_2);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ReadAttributeValue_mB3D66A01E29B4A1E86837F23D3ADA7AC99831202 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_0 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___parsingFunction;
|
|
if ((((int32_t)L_0) == ((int32_t)((int32_t)22))))
|
|
{
|
|
goto IL_0149;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_1 = __this->___curNode;
|
|
int32_t L_2 = L_1->___type;
|
|
if ((((int32_t)L_2) == ((int32_t)2)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t L_3 = __this->___readState;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = __this->___curAttrIndex;
|
|
if ((((int32_t)L_4) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
int32_t L_5 = __this->___parsingFunction;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)23)))))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_FinishReadValueChunk_mA0FC504DC95E81D070F51567BEFEAAA7A68FB187(__this, NULL);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_6 = __this->___parsingFunction;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)24)))))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_FinishReadContentAsBinary_mBA225166E1792864F08535B02E0AD783C1B6F1E3(__this, NULL);
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_7 = __this->___curNode;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_8 = L_7->___nextAttrValueChunk;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = __this->___entityHandling;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
int32_t L_10 = __this->___index;
|
|
int32_t L_11 = __this->___attrCount;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_12 = __this->___curNode;
|
|
int32_t L_13 = L_12->___depth;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_14;
|
|
L_14 = XmlTextReaderImpl_AddNode_mB0ECD9B7041F31D4BF9DD2D5E6675321739AEB67(__this, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_10, L_11)), 1)), ((int32_t)il2cpp_codegen_add(L_13, 1)), NULL);
|
|
V_0 = L_14;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_15 = V_0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_16 = __this->___curNode;
|
|
String_t* L_17;
|
|
L_17 = NodeData_get_StringValue_m49F31840D0EC31EAF70E6F4EF5BE14BB900B2624(L_16, NULL);
|
|
NodeData_SetValueNode_m2C3413CC8225BB47DA4B08D098EA56D376BBBF25(L_15, 3, L_17, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_18 = V_0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_19 = __this->___curNode;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 L_20 = L_19->___lineInfo2;
|
|
L_18->___lineInfo = L_20;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_21 = V_0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_22 = __this->___curNode;
|
|
int32_t L_23 = L_22->___depth;
|
|
L_21->___depth = ((int32_t)il2cpp_codegen_add(L_23, 1));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_24 = V_0;
|
|
__this->___curNode = L_24;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_24);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_25 = V_0;
|
|
L_25->___nextAttrValueChunk = (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_25->___nextAttrValueChunk), (void*)(NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)NULL);
|
|
goto IL_0122;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_26 = __this->___curNode;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_27 = L_26->___nextAttrValueChunk;
|
|
__this->___curNode = L_27;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_27);
|
|
int32_t L_28 = __this->___index;
|
|
int32_t L_29 = __this->___attrCount;
|
|
int32_t L_30 = __this->___index;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_31;
|
|
L_31 = XmlTextReaderImpl_AddNode_mB0ECD9B7041F31D4BF9DD2D5E6675321739AEB67(__this, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_28, L_29)), 1)), ((int32_t)il2cpp_codegen_add(L_30, 2)), NULL);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_32 = __this->___nodes;
|
|
int32_t L_33 = __this->___index;
|
|
int32_t L_34 = __this->___attrCount;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_35 = __this->___curNode;
|
|
ArrayElementTypeCheck (L_32, L_35);
|
|
(L_32)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_33, L_34)), 1))), (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)L_35);
|
|
__this->___fullAttrCleanup = (bool)1;
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
int32_t L_36 = __this->___parsingFunction;
|
|
__this->___nextParsingFunction = L_36;
|
|
__this->___parsingFunction = ((int32_t)22);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_37 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_38 = L_37->___entityId;
|
|
__this->___attributeValueBaseEntityId = L_38;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0149:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_39 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_40 = L_39->___entityId;
|
|
int32_t L_41 = __this->___attributeValueBaseEntityId;
|
|
if ((!(((uint32_t)L_40) == ((uint32_t)L_41))))
|
|
{
|
|
goto IL_019a;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_42 = __this->___curNode;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_43 = L_42->___nextAttrValueChunk;
|
|
if (!L_43)
|
|
{
|
|
goto IL_0198;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_44 = __this->___curNode;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_45 = L_44->___nextAttrValueChunk;
|
|
__this->___curNode = L_45;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_45);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_46 = __this->___nodes;
|
|
int32_t L_47 = __this->___index;
|
|
int32_t L_48 = __this->___attrCount;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_49 = __this->___curNode;
|
|
ArrayElementTypeCheck (L_46, L_49);
|
|
(L_46)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_47, L_48)), 1))), (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)L_49);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0198:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_019a:
|
|
{
|
|
bool L_50;
|
|
L_50 = XmlTextReaderImpl_ParseAttributeValueChunk_mCE7E6C8D6F5D7D71C50A86E619E1678191ED184F(__this, NULL);
|
|
return L_50;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ResolveEntity_m01A84F03DB27E7C92857613DB9FE549C21F9307D (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
int32_t L_1 = L_0->___type;
|
|
if ((((int32_t)L_1) == ((int32_t)5)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2;
|
|
L_2 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_3 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_3, L_2, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_ResolveEntity_m01A84F03DB27E7C92857613DB9FE549C21F9307D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
int32_t L_4 = __this->___parsingFunction;
|
|
if ((((int32_t)L_4) == ((int32_t)((int32_t)22))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = __this->___parsingFunction;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)15)))))
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_6 = __this->___curNode;
|
|
String_t* L_7 = L_6->___localName;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_8 = __this->___curNode;
|
|
int32_t L_9;
|
|
L_9 = NodeData_get_LinePos_mA47E445CCB1D4B13F7E6821C44D70299FBAEB0C7(L_8, NULL);
|
|
int32_t L_10;
|
|
L_10 = XmlTextReaderImpl_HandleGeneralEntityReference_m7341FED921A6B308D70876B0F4C8A46FBB56E446(__this, L_7, (bool)1, (bool)1, L_9, NULL);
|
|
V_0 = L_10;
|
|
int32_t L_11 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_11, 3)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_12 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_13 = L_12->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_14 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_15 = L_14->___charPos;
|
|
if (((int32_t)il2cpp_codegen_subtract(L_13, L_15)))
|
|
{
|
|
goto IL_0164;
|
|
}
|
|
}
|
|
{
|
|
__this->___emptyEntityInAttributeResolved = (bool)1;
|
|
goto IL_0164;
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
__this->___emptyEntityInAttributeResolved = (bool)1;
|
|
goto IL_0164;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_17 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var)));
|
|
XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72)), L_16, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_ResolveEntity_m01A84F03DB27E7C92857613DB9FE549C21F9307D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_18 = __this->___curNode;
|
|
String_t* L_19 = L_18->___localName;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_20 = __this->___curNode;
|
|
int32_t L_21;
|
|
L_21 = NodeData_get_LinePos_mA47E445CCB1D4B13F7E6821C44D70299FBAEB0C7(L_20, NULL);
|
|
int32_t L_22;
|
|
L_22 = XmlTextReaderImpl_HandleGeneralEntityReference_m7341FED921A6B308D70876B0F4C8A46FBB56E446(__this, L_19, (bool)0, (bool)1, L_21, NULL);
|
|
V_0 = L_22;
|
|
int32_t L_23 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_23, 3)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0154;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_013e;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0154;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0154;
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
int32_t L_24 = __this->___parsingFunction;
|
|
__this->___nextParsingFunction = L_24;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_25 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_26 = L_25->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_27 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_28 = L_27->___charPos;
|
|
if (((int32_t)il2cpp_codegen_subtract(L_26, L_28)))
|
|
{
|
|
goto IL_0134;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_29 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
RuntimeObject* L_30 = L_29->___entity;
|
|
bool L_31;
|
|
L_31 = InterfaceFuncInvoker0< bool >::Invoke(1, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_30);
|
|
if (L_31)
|
|
{
|
|
goto IL_0134;
|
|
}
|
|
}
|
|
{
|
|
__this->___parsingFunction = ((int32_t)18);
|
|
goto IL_0164;
|
|
}
|
|
|
|
IL_0134:
|
|
{
|
|
__this->___parsingFunction = ((int32_t)17);
|
|
goto IL_0164;
|
|
}
|
|
|
|
IL_013e:
|
|
{
|
|
int32_t L_32 = __this->___parsingFunction;
|
|
__this->___nextParsingFunction = L_32;
|
|
__this->___parsingFunction = ((int32_t)18);
|
|
goto IL_0164;
|
|
}
|
|
|
|
IL_0154:
|
|
{
|
|
String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_34 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var)));
|
|
XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_34, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72)), L_33, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_ResolveEntity_m01A84F03DB27E7C92857613DB9FE549C21F9307D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0164:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_35 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_35->___entityResolvedManually = (bool)1;
|
|
int32_t L_36 = __this->___index;
|
|
__this->___index = ((int32_t)il2cpp_codegen_add(L_36, 1));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_OuterReader_mF7512246D5575745BD1DB502B6C778F3FD54456D (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = ___0_value;
|
|
__this->___outerReader = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___outerReader), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_MoveOffEntityReference_mA1A8FFC9F91F041D85E01D350BB3824E6534A1B6 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___outerReader;
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(6, L_0);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)5))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = __this->___parsingFunction;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)17)))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_3 = __this->___outerReader;
|
|
bool L_4;
|
|
L_4 = VirtualFuncInvoker0< bool >::Invoke(31, L_3);
|
|
if (L_4)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5;
|
|
L_5 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, L_5, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_MoveOffEntityReference_mA1A8FFC9F91F041D85E01D350BB3824E6534A1B6_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ReadString_mB8DDD83C29EF9B7488CA0CACC8042EE05FE1AFB3 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTextReaderImpl_MoveOffEntityReference_mA1A8FFC9F91F041D85E01D350BB3824E6534A1B6(__this, NULL);
|
|
String_t* L_0;
|
|
L_0 = XmlReader_ReadString_m8647B3401F5E5C93EF9F8F67AEC33422378E17EE(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_CanReadValueChunk_m98E7A7BA68D47C4C4B77F9E3975BC8E101E4D35C (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ReadValueChunk_m93AE77D645A8B877A2036DDD16C7E2B26A7C9F42 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96065EF4DC93B53D7A1F952FADF4921C43506B4C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B33_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B32_0 = NULL;
|
|
int32_t G_B34_0 = 0;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B34_1 = NULL;
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
int32_t L_1 = L_0->___type;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var);
|
|
bool L_2;
|
|
L_2 = XmlReader_HasValueInternal_m0B7BDECAB711F012E86C9BC9CDE8C5FEB70C8C92(L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = L_3;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_5 = __this->___curNode;
|
|
int32_t L_6 = L_5->___type;
|
|
int32_t L_7 = L_6;
|
|
RuntimeObject* L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeType_tCA25567E42A464038FDA6BA318EC0A9627B4CB95_il2cpp_TypeInfo_var)), &L_7);
|
|
ArrayElementTypeCheck (L_4, L_8);
|
|
(L_4)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_8);
|
|
String_t* L_9;
|
|
L_9 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEA9861AB400894B6A90D438BF33D1986E5E7927B)), L_4, NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_10 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_10, L_9, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_ReadValueChunk_m93AE77D645A8B877A2036DDD16C7E2B26A7C9F42_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = ___0_buffer;
|
|
if (L_11)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_12 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_ReadValueChunk_m93AE77D645A8B877A2036DDD16C7E2B26A7C9F42_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
int32_t L_13 = ___2_count;
|
|
if ((((int32_t)L_13) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_14 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_ReadValueChunk_m93AE77D645A8B877A2036DDD16C7E2B26A7C9F42_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
int32_t L_15 = ___1_index;
|
|
if ((((int32_t)L_15) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_16 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_ReadValueChunk_m93AE77D645A8B877A2036DDD16C7E2B26A7C9F42_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_17 = ___0_buffer;
|
|
int32_t L_18 = ___1_index;
|
|
int32_t L_19 = ___2_count;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_17)->max_length)), L_18))) >= ((int32_t)L_19)))
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_20 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_ReadValueChunk_m93AE77D645A8B877A2036DDD16C7E2B26A7C9F42_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
int32_t L_21 = __this->___parsingFunction;
|
|
if ((((int32_t)L_21) == ((int32_t)((int32_t)23))))
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = __this->___readState;
|
|
if ((((int32_t)L_22) == ((int32_t)1)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
int32_t L_23 = __this->___parsingFunction;
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)21)))))
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
{
|
|
__this->___incReadState = ((int32_t)11);
|
|
goto IL_00c3;
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
__this->___incReadState = ((int32_t)10);
|
|
int32_t L_24 = __this->___nextParsingFunction;
|
|
__this->___nextNextParsingFunction = L_24;
|
|
int32_t L_25 = __this->___parsingFunction;
|
|
__this->___nextParsingFunction = L_25;
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
__this->___parsingFunction = ((int32_t)23);
|
|
__this->___readValueOffset = 0;
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
int32_t L_26 = ___2_count;
|
|
if (L_26)
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
V_0 = 0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_27 = __this->___curNode;
|
|
int32_t L_28 = __this->___readValueOffset;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_29 = ___0_buffer;
|
|
int32_t L_30 = ___1_index;
|
|
int32_t L_31 = V_0;
|
|
int32_t L_32 = ___2_count;
|
|
int32_t L_33 = V_0;
|
|
int32_t L_34;
|
|
L_34 = NodeData_CopyTo_m27B76639B9A28127C2B03164D7128939F26C8F90(L_27, L_28, L_29, ((int32_t)il2cpp_codegen_add(L_30, L_31)), ((int32_t)il2cpp_codegen_subtract(L_32, L_33)), NULL);
|
|
V_1 = L_34;
|
|
int32_t L_35 = V_0;
|
|
int32_t L_36 = V_1;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_35, L_36));
|
|
int32_t L_37 = __this->___readValueOffset;
|
|
int32_t L_38 = V_1;
|
|
__this->___readValueOffset = ((int32_t)il2cpp_codegen_add(L_37, L_38));
|
|
int32_t L_39 = V_0;
|
|
int32_t L_40 = ___2_count;
|
|
if ((!(((uint32_t)L_39) == ((uint32_t)L_40))))
|
|
{
|
|
goto IL_0138;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_41 = ___0_buffer;
|
|
int32_t L_42 = ___1_index;
|
|
int32_t L_43 = ___2_count;
|
|
int32_t L_44 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_42, L_43)), 1));
|
|
uint16_t L_45 = (uint16_t)(L_41)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_44));
|
|
bool L_46;
|
|
L_46 = XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60(L_45, NULL);
|
|
if (!L_46)
|
|
{
|
|
goto IL_0136;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_47 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_47, 1));
|
|
int32_t L_48 = __this->___readValueOffset;
|
|
__this->___readValueOffset = ((int32_t)il2cpp_codegen_subtract(L_48, 1));
|
|
int32_t L_49 = V_0;
|
|
if (L_49)
|
|
{
|
|
goto IL_0136;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral96065EF4DC93B53D7A1F952FADF4921C43506B4C, NULL);
|
|
}
|
|
|
|
IL_0136:
|
|
{
|
|
int32_t L_50 = V_0;
|
|
return L_50;
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
int32_t L_51 = __this->___incReadState;
|
|
if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)11)))))
|
|
{
|
|
goto IL_0202;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_52 = __this->___curNode;
|
|
String_t* L_53 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
NodeData_SetValue_m07CC0F62B746F76367A00A6A88DEDB2B87B6CA91(L_52, L_53, NULL);
|
|
V_2 = (bool)0;
|
|
V_3 = 0;
|
|
V_4 = 0;
|
|
goto IL_01a2;
|
|
}
|
|
|
|
IL_015e:
|
|
{
|
|
V_5 = 0;
|
|
bool L_54;
|
|
L_54 = XmlTextReaderImpl_ParseText_mD6C9C9F476B097E4368F2D6ED2C60FDEAB064056(__this, (&V_3), (&V_4), (&V_5), NULL);
|
|
V_2 = L_54;
|
|
int32_t L_55 = ___2_count;
|
|
int32_t L_56 = V_0;
|
|
V_6 = ((int32_t)il2cpp_codegen_subtract(L_55, L_56));
|
|
int32_t L_57 = V_6;
|
|
int32_t L_58 = V_4;
|
|
int32_t L_59 = V_3;
|
|
if ((((int32_t)L_57) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_58, L_59)))))
|
|
{
|
|
goto IL_0181;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_60 = V_4;
|
|
int32_t L_61 = V_3;
|
|
V_6 = ((int32_t)il2cpp_codegen_subtract(L_60, L_61));
|
|
}
|
|
|
|
IL_0181:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_62 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_63 = L_62->___chars;
|
|
int32_t L_64 = V_3;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_65 = ___0_buffer;
|
|
int32_t L_66 = ___1_index;
|
|
int32_t L_67 = V_0;
|
|
int32_t L_68 = V_6;
|
|
XmlTextReaderImpl_BlockCopyChars_m0BA24CD97C62B4BA5075A5426C1F00DF971621AB(L_63, L_64, L_65, ((int32_t)il2cpp_codegen_add(L_66, L_67)), L_68, NULL);
|
|
int32_t L_69 = V_0;
|
|
int32_t L_70 = V_6;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_69, L_70));
|
|
int32_t L_71 = V_3;
|
|
int32_t L_72 = V_6;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_71, L_72));
|
|
}
|
|
|
|
IL_01a2:
|
|
{
|
|
int32_t L_73 = V_0;
|
|
int32_t L_74 = ___2_count;
|
|
if ((((int32_t)L_73) >= ((int32_t)L_74)))
|
|
{
|
|
goto IL_01a9;
|
|
}
|
|
}
|
|
{
|
|
bool L_75 = V_2;
|
|
if (!L_75)
|
|
{
|
|
goto IL_015e;
|
|
}
|
|
}
|
|
|
|
IL_01a9:
|
|
{
|
|
bool L_76 = V_2;
|
|
if (L_76)
|
|
{
|
|
G_B33_0 = __this;
|
|
goto IL_01b1;
|
|
}
|
|
G_B32_0 = __this;
|
|
}
|
|
{
|
|
G_B34_0 = ((int32_t)11);
|
|
G_B34_1 = G_B32_0;
|
|
goto IL_01b3;
|
|
}
|
|
|
|
IL_01b1:
|
|
{
|
|
G_B34_0 = ((int32_t)10);
|
|
G_B34_1 = G_B33_0;
|
|
}
|
|
|
|
IL_01b3:
|
|
{
|
|
G_B34_1->___incReadState = G_B34_0;
|
|
int32_t L_77 = V_0;
|
|
int32_t L_78 = ___2_count;
|
|
if ((!(((uint32_t)L_77) == ((uint32_t)L_78))))
|
|
{
|
|
goto IL_01e0;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_79 = ___0_buffer;
|
|
int32_t L_80 = ___1_index;
|
|
int32_t L_81 = ___2_count;
|
|
int32_t L_82 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_80, L_81)), 1));
|
|
uint16_t L_83 = (uint16_t)(L_79)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_82));
|
|
bool L_84;
|
|
L_84 = XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60(L_83, NULL);
|
|
if (!L_84)
|
|
{
|
|
goto IL_01e0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_85 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_85, 1));
|
|
int32_t L_86 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_86, 1));
|
|
int32_t L_87 = V_0;
|
|
if (L_87)
|
|
{
|
|
goto IL_01e0;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral96065EF4DC93B53D7A1F952FADF4921C43506B4C, NULL);
|
|
}
|
|
|
|
IL_01e0:
|
|
{
|
|
__this->___readValueOffset = 0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_88 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_89 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_90 = L_89->___chars;
|
|
int32_t L_91 = V_3;
|
|
int32_t L_92 = V_4;
|
|
int32_t L_93 = V_3;
|
|
NodeData_SetValue_m7078D8BE1A2371A59DDF78DE12BAA39C8125C4B5(L_88, L_90, L_91, ((int32_t)il2cpp_codegen_subtract(L_92, L_93)), NULL);
|
|
}
|
|
|
|
IL_0202:
|
|
{
|
|
int32_t L_94 = V_0;
|
|
return L_94;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_HasLineInfo_mDD02416B4957C0F976D5077F594C88408E5C1297 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_LineNumber_m443B632CB79AF66C3579E9DE0076BCEFBA8785A0 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
int32_t L_1;
|
|
L_1 = NodeData_get_LineNo_m4FFAC4F3348BAF51A9900887975D3164BE1AA090(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_LinePosition_m94FF883CCF40A6A27BC4BA972BD4DF4293FDC4A8 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
int32_t L_1;
|
|
L_1 = NodeData_get_LinePos_mA47E445CCB1D4B13F7E6821C44D70299FBAEB0C7(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_System_Xml_IXmlNamespaceResolver_GetNamespacesInScope_mB55DA94F55A65E1BB9E8801B347844284D6CBC16 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_scope, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_scope;
|
|
RuntimeObject* L_1;
|
|
L_1 = XmlTextReaderImpl_GetNamespacesInScope_mA03CE089EB011BDAFF02E607734F0D58F4F66810(__this, L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_System_Xml_IXmlNamespaceResolver_LookupNamespace_mDD448992A7FC76B3F74B118CE79CE8F2E9BAEB87 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_prefix, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_prefix;
|
|
String_t* L_1;
|
|
L_1 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(37, __this, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_System_Xml_IXmlNamespaceResolver_LookupPrefix_m517A1160ED730A02B0EFBA3E2C7148CEF003031D (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_namespaceName, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_namespaceName;
|
|
String_t* L_1;
|
|
L_1 = XmlTextReaderImpl_LookupPrefix_mF6D85FCBDA270E1AFC2F1AC19719111A1169BD3D(__this, L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_GetNamespacesInScope_mA03CE089EB011BDAFF02E607734F0D58F4F66810 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_scope, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_0 = __this->___namespaceManager;
|
|
int32_t L_1 = ___0_scope;
|
|
RuntimeObject* L_2;
|
|
L_2 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(15, L_0, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_LookupPrefix_mF6D85FCBDA270E1AFC2F1AC19719111A1169BD3D (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_namespaceName, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_0 = __this->___namespaceManager;
|
|
String_t* L_1 = ___0_namespaceName;
|
|
String_t* L_2;
|
|
L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(17, L_0, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_Namespaces_mCFAB7C99825041BA3C8ABD1752DF24D1F62B7122 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___supportNamespaces;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_Namespaces_mBC1F7402DC209EE48DACECE94982BC6CC1E861CE (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NoNamespaceManager_t2914A37089D780A639C5769A68FCF35E0FE622B4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = __this->___readState;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1;
|
|
L_1 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_set_Namespaces_mBC1F7402DC209EE48DACECE94982BC6CC1E861CE_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
bool L_3 = ___0_value;
|
|
__this->___supportNamespaces = L_3;
|
|
bool L_4 = ___0_value;
|
|
if (!L_4)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_5 = __this->___namespaceManager;
|
|
if (!((NoNamespaceManager_t2914A37089D780A639C5769A68FCF35E0FE622B4*)IsInstClass((RuntimeObject*)L_5, NoNamespaceManager_t2914A37089D780A639C5769A68FCF35E0FE622B4_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
bool L_6 = __this->___fragment;
|
|
if (!L_6)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_7 = __this->___fragmentParserContext;
|
|
if (!L_7)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_8 = __this->___fragmentParserContext;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_9;
|
|
L_9 = XmlParserContext_get_NamespaceManager_mB51E2BAE011C0C53FB2DF0C9DFF21EA17DCD58B7_inline(L_8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_10 = __this->___fragmentParserContext;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_11;
|
|
L_11 = XmlParserContext_get_NamespaceManager_mB51E2BAE011C0C53FB2DF0C9DFF21EA17DCD58B7_inline(L_10, NULL);
|
|
__this->___namespaceManager = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___namespaceManager), (void*)L_11);
|
|
goto IL_0070;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_12 = __this->___nameTable;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_13 = (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F*)il2cpp_codegen_object_new(XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var);
|
|
XmlNamespaceManager__ctor_m18E69120CE5886E06630CCCC3215D2C67FC669DB(L_13, L_12, NULL);
|
|
__this->___namespaceManager = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___namespaceManager), (void*)L_13);
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_14 = __this->___xmlContext;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_15 = __this->___namespaceManager;
|
|
String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
String_t* L_17;
|
|
L_17 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(16, L_15, L_16);
|
|
L_14->___defaultNamespace = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_14->___defaultNamespace), (void*)L_17);
|
|
return;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_18 = __this->___namespaceManager;
|
|
if (((NoNamespaceManager_t2914A37089D780A639C5769A68FCF35E0FE622B4*)IsInstClass((RuntimeObject*)L_18, NoNamespaceManager_t2914A37089D780A639C5769A68FCF35E0FE622B4_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
NoNamespaceManager_t2914A37089D780A639C5769A68FCF35E0FE622B4* L_19 = (NoNamespaceManager_t2914A37089D780A639C5769A68FCF35E0FE622B4*)il2cpp_codegen_object_new(NoNamespaceManager_t2914A37089D780A639C5769A68FCF35E0FE622B4_il2cpp_TypeInfo_var);
|
|
NoNamespaceManager__ctor_m879F0538BA1CC8B725BA652BCC9868981D23FCE8(L_19, NULL);
|
|
__this->___namespaceManager = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___namespaceManager), (void*)L_19);
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_20 = __this->___xmlContext;
|
|
String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
L_20->___defaultNamespace = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_20->___defaultNamespace), (void*)L_21);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_Normalization_mE15D41565024AE5102E07C09891BC40D027E6529 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___normalize;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_Normalization_mD7A69A6E43CDBC34521C920727D6981675EA87EA (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = __this->___readState;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1;
|
|
L_1 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_set_Normalization_mD7A69A6E43CDBC34521C920727D6981675EA87EA_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
bool L_3 = ___0_value;
|
|
__this->___normalize = L_3;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
RuntimeObject* L_5 = L_4->___entity;
|
|
if (!L_5)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_6 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
RuntimeObject* L_7 = L_6->___entity;
|
|
bool L_8;
|
|
L_8 = InterfaceFuncInvoker0< bool >::Invoke(1, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_7);
|
|
if (!L_8)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_9 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_10 = ___0_value;
|
|
L_9->___eolNormalized = (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_WhitespaceHandling_mF03CD74F490259694D1CF7D60C5EC59CEA03B267 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___readState;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)4))))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1;
|
|
L_1 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_set_WhitespaceHandling_mF03CD74F490259694D1CF7D60C5EC59CEA03B267_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
int32_t L_3 = ___0_value;
|
|
if ((!(((uint32_t)L_3) > ((uint32_t)2))))
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_5 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var)));
|
|
XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7555A381F6A885BD4329663AA477583D04E3F792)), L_4, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_set_WhitespaceHandling_mF03CD74F490259694D1CF7D60C5EC59CEA03B267_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
int32_t L_6 = ___0_value;
|
|
__this->___whitespaceHandling = L_6;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_EntityHandling_m045BFFB3499FB53F97124F68F659FF0E5975B24C (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_value;
|
|
if ((((int32_t)L_0) == ((int32_t)1)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___0_value;
|
|
if ((((int32_t)L_1) == ((int32_t)2)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_3 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var)));
|
|
XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF9AF2888151C96525F9312E8AA41CFF3F0B3CDD9)), L_2, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_set_EntityHandling_m045BFFB3499FB53F97124F68F659FF0E5975B24C_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
int32_t L_4 = ___0_value;
|
|
__this->___entityHandling = L_4;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_IsResolverSet_mE4680CEFE9EF053C07E21CF5759C26EB7D7E2383 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___xmlResolverIsSet;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_XmlResolver_mE88E51BCF47AE861AAB9121C0B023EEE73D29775 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_0 = ___0_value;
|
|
__this->___xmlResolver = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlResolver), (void*)L_0);
|
|
__this->___xmlResolverIsSet = (bool)1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_1 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_1->___baseUri = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___baseUri), (void*)(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL);
|
|
V_0 = 0;
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29* L_2 = __this->___parsingStatesStack;
|
|
int32_t L_3 = V_0;
|
|
((L_2)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_3)))->___baseUri = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((L_2)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_3)))->___baseUri), (void*)(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL);
|
|
int32_t L_4 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
int32_t L_5 = V_0;
|
|
int32_t L_6 = __this->___parsingStatesStackTop;
|
|
if ((((int32_t)L_5) <= ((int32_t)L_6)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* XmlTextReaderImpl_get_DtdParserProxy_NameTable_m9D90E1683C95F7DB7AA9244FF91A472B3BD48685 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_0 = __this->___nameTable;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_get_DtdParserProxy_NamespaceResolver_m801F8EFB95433131030357031EF73C68EB43F490 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_0 = __this->___namespaceManager;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_DtdValidation_mA08BCC8111CAD98A8F247770DC6C5023E7A1C071 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0;
|
|
L_0 = XmlTextReaderImpl_get_DtdValidation_mE5F1E5DAF37701D9E2278709B95107872BA06DA7(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_Normalization_m69989B2A994543AFE386FFF064EA7C9C674AF212 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___normalize;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_Namespaces_mDE78BC151B29E932636DF2B4521450C3FF8F25F6 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___supportNamespaces;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_V1CompatibilityMode_mFA338124C3C5FF871125360FA041C8E74C7AE978 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___v1Compat;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* XmlTextReaderImpl_get_DtdParserProxy_BaseUri_m1390E43C8B3E4033041B8594E8B0D7C215C38C32 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_1 = L_0->___baseUriStr;
|
|
int32_t L_2;
|
|
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
|
|
if ((((int32_t)L_2) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_3 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = L_3->___baseUri;
|
|
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Uri_op_Equality_mD7D7AAB7023C0873B37D8B8C7195BEF34002A194(L_4, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_6 = __this->___xmlResolver;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_8 = __this->___xmlResolver;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_9 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_10 = L_9->___baseUriStr;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_11;
|
|
L_11 = VirtualFuncInvoker2< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, String_t* >::Invoke(5, L_8, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, L_10);
|
|
L_7->___baseUri = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_7->___baseUri), (void*)L_11);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_12 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_13 = L_12->___baseUri;
|
|
return L_13;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_IsEof_m83F5C6AD3C68EE41EE0E6F1862A813CC2DE83362 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_1 = L_0->___isEof;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* XmlTextReaderImpl_get_DtdParserProxy_ParsingBuffer_mECC04A7A08B2E4D88BCF379D8EC403C54B2ADA16 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0->___chars;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_ParsingBufferLength_m7508584AD802A8495380E88E670D44CE67871AAD (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = L_0->___charsUsed;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_CurrentPosition_m5D6EEB470416C100210BAEA1BA750D6369663014 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = L_0->___charPos;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_DtdParserProxy_CurrentPosition_mB6EAE6AEA049EA5B1B54E5D850C6695CDC349DBD (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = ___0_value;
|
|
L_0->___charPos = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_EntityStackLength_mB534B77ECA1FDF5F92373BDF1EAA3A1CF29AB4F1 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___parsingStatesStackTop;
|
|
return ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_IsEntityEolNormalized_mE5F5019380401A88366A88D938925389F6160A6E (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_1 = L_0->___eolNormalized;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_get_DtdParserProxy_ValidationEventHandling_mB2F5898C6DDF21BDA19FB52D66B0EC56F10908C3 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___validationEventHandling;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_OnNewLine_m4FE25050BC72D4CDC7A20568DE9C28D7FA5CA41A (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_pos;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_LineNo_m26AF48CCD7B764E9ADCD2492703F5C4D56C92B17 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1;
|
|
L_1 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_LineStartPosition_m64E2F43379705C24F6D37C20E520E51B5AE96D14 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = L_0->___lineStartPos;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_DtdParserProxy_ReadData_m07882349E92F53D1FEFF74F0EF346861E6DE5290 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0;
|
|
L_0 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_DtdParserProxy_ParseNumericCharRef_m99D3A1CCEE205686A9333400EDA4A3F241F0C603 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, StringBuilder_t* ___0_internalSubsetBuilder, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
StringBuilder_t* L_0 = ___0_internalSubsetBuilder;
|
|
int32_t L_1;
|
|
L_1 = XmlTextReaderImpl_ParseNumericCharRef_m9DAF75CCAB6BE2E4F1E955BC1B252006EFFB832F(__this, (bool)1, L_0, (&V_0), NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_DtdParserProxy_ParseNamedCharRef_m0AFB5F8D6C79FBE3505A7034821BC238C17C8017 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_expand, StringBuilder_t* ___1_internalSubsetBuilder, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_expand;
|
|
StringBuilder_t* L_1 = ___1_internalSubsetBuilder;
|
|
int32_t L_2;
|
|
L_2 = XmlTextReaderImpl_ParseNamedCharRef_mF403C076AA9507980567EB27D8769ADE153F8421(__this, L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_ParsePI_mA3AA8585594D5B9DD9AA34185F5B812ABF112DA6 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, StringBuilder_t* ___0_sb, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
StringBuilder_t* L_0 = ___0_sb;
|
|
if (L_0)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->___parsingMode;
|
|
V_0 = L_1;
|
|
__this->___parsingMode = 1;
|
|
bool L_2;
|
|
L_2 = XmlTextReaderImpl_ParsePI_m3F73DDC051BD4C3422093EFA6EFB21FBF48A1A08(__this, (StringBuilder_t*)NULL, NULL);
|
|
int32_t L_3 = V_0;
|
|
__this->___parsingMode = L_3;
|
|
return;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
StringBuilder_t* L_4 = ___0_sb;
|
|
bool L_5;
|
|
L_5 = XmlTextReaderImpl_ParsePI_m3F73DDC051BD4C3422093EFA6EFB21FBF48A1A08(__this, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_ParseComment_mC220CD16264F0F8C4F26103E91CB932FC16A6539 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, StringBuilder_t* ___0_sb, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
try
|
|
{
|
|
{
|
|
StringBuilder_t* L_0 = ___0_sb;
|
|
if (L_0)
|
|
{
|
|
goto IL_0021_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->___parsingMode;
|
|
V_0 = L_1;
|
|
__this->___parsingMode = 1;
|
|
XmlTextReaderImpl_ParseCDataOrComment_mA51B73D7BB029128B58310955B42080CD9294B74(__this, 8, NULL);
|
|
int32_t L_2 = V_0;
|
|
__this->___parsingMode = L_2;
|
|
goto IL_0064_1;
|
|
}
|
|
|
|
IL_0021_1:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_3 = __this->___curNode;
|
|
V_1 = L_3;
|
|
int32_t L_4 = __this->___index;
|
|
int32_t L_5 = __this->___attrCount;
|
|
int32_t L_6 = __this->___index;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_7;
|
|
L_7 = XmlTextReaderImpl_AddNode_mB0ECD9B7041F31D4BF9DD2D5E6675321739AEB67(__this, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_4, L_5)), 1)), L_6, NULL);
|
|
__this->___curNode = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_7);
|
|
XmlTextReaderImpl_ParseCDataOrComment_mA51B73D7BB029128B58310955B42080CD9294B74(__this, 8, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_8 = __this->___curNode;
|
|
StringBuilder_t* L_9 = ___0_sb;
|
|
NodeData_CopyTo_m9D59E5E6EBD3C691A34AC2ADD32FB6C914AB24C2(L_8, 0, L_9, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_10 = V_1;
|
|
__this->___curNode = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_10);
|
|
}
|
|
|
|
IL_0064_1:
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0066;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0066:
|
|
{
|
|
{
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_11 = ((XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*));;
|
|
String_t* L_12;
|
|
L_12 = XmlException_get_ResString_m977084C1A1F883C2BED73B1F956D980E62649C7A_inline(L_11, NULL);
|
|
bool L_13;
|
|
L_13 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC)), NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_14 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
RuntimeObject* L_15 = L_14->___entity;
|
|
if (!L_15)
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_16 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_17;
|
|
L_17 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_16, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_18 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_19;
|
|
L_19 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_18, NULL);
|
|
XmlTextReaderImpl_SendValidationEvent_m8ED366B9B5A8F444B385EA8725CC08667F3B9D85(__this, 0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD259EE6AB580E33090940BF472020FA738C8617A)), (String_t*)NULL, L_17, L_19, NULL);
|
|
goto IL_00ab;
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*));
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_IsResolverNull_m6DC91F871E5F4B8694DDF8B312AC67DF1666EE0C (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_0 = __this->___xmlResolver;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
bool L_1;
|
|
L_1 = XmlReaderSection_get_ProhibitDefaultUrlResolver_m05ADF085D05F3BDBE922DE810EC83C717DA41A03(NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
bool L_2 = __this->___xmlResolverIsSet;
|
|
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* XmlTextReaderImpl_GetTempResolver_mD25BCDBDD60AA6555E5ED5324181C1C6BD046A4F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, 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;
|
|
}
|
|
{
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_0 = __this->___xmlResolver;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_1 = __this->___xmlResolver;
|
|
return L_1;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E* L_2 = (XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E*)il2cpp_codegen_object_new(XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_il2cpp_TypeInfo_var);
|
|
XmlUrlResolver__ctor_m2BF23C41038D2825C0854A4C01DCE078E171A7BB(L_2, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_DtdParserProxy_PushEntity_mF7D0B660B83C4A38D3E595C899D5957FE25C1ABD (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_entity, int32_t* ___1_entityId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
RuntimeObject* L_0 = ___0_entity;
|
|
bool L_1;
|
|
L_1 = InterfaceFuncInvoker0< bool >::Invoke(1, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_0);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
bool L_2;
|
|
L_2 = XmlTextReaderImpl_get_IsResolverNull_m6DC91F871E5F4B8694DDF8B312AC67DF1666EE0C(__this, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_3 = ___1_entityId;
|
|
*((int32_t*)L_3) = (int32_t)(-1);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
RuntimeObject* L_4 = ___0_entity;
|
|
bool L_5;
|
|
L_5 = XmlTextReaderImpl_PushExternalEntity_m547C80F437D100BC53D09B4E965BB58CE026557D(__this, L_4, NULL);
|
|
V_0 = L_5;
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
RuntimeObject* L_6 = ___0_entity;
|
|
XmlTextReaderImpl_PushInternalEntity_m1D90F101FA95554B361AD62135C9C796C1809407(__this, L_6, NULL);
|
|
V_0 = (bool)1;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
int32_t* L_7 = ___1_entityId;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_8 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_9 = L_8->___entityId;
|
|
*((int32_t*)L_7) = (int32_t)L_9;
|
|
bool L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_DtdParserProxy_PopEntity_m0D03A5FA761537C5B673C7D083C63F5F3C525E4B (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject** ___0_oldEntity, int32_t* ___1_newEntityId, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___parsingStatesStackTop;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject** L_1 = ___0_oldEntity;
|
|
*((RuntimeObject**)L_1) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_1, (void*)(RuntimeObject*)NULL);
|
|
int32_t* L_2 = ___1_newEntityId;
|
|
*((int32_t*)L_2) = (int32_t)(-1);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
RuntimeObject** L_3 = ___0_oldEntity;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
RuntimeObject* L_5 = L_4->___entity;
|
|
*((RuntimeObject**)L_3) = (RuntimeObject*)L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_3, (void*)(RuntimeObject*)L_5);
|
|
XmlTextReaderImpl_PopEntity_m3F59397F9382BD7DF60D2249186E342F4EAC99E0(__this, NULL);
|
|
int32_t* L_6 = ___1_newEntityId;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_8 = L_7->___entityId;
|
|
*((int32_t*)L_6) = (int32_t)L_8;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_DtdParserProxy_PushExternalSubset_mBAF82FF6D19641134F1453DA17C20E9A33D74ED3 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_systemId, String_t* ___1_publicId, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
bool L_0;
|
|
L_0 = XmlTextReaderImpl_get_IsResolverNull_m6DC91F871E5F4B8694DDF8B312AC67DF1666EE0C(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_1 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = L_1->___baseUri;
|
|
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Uri_op_Equality_mD7D7AAB7023C0873B37D8B8C7195BEF34002A194(L_2, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_5 = L_4->___baseUriStr;
|
|
bool L_6;
|
|
L_6 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_5, NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_8 = __this->___xmlResolver;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_9 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_10 = L_9->___baseUriStr;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_11;
|
|
L_11 = VirtualFuncInvoker2< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, String_t* >::Invoke(5, L_8, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, L_10);
|
|
L_7->___baseUri = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_7->___baseUri), (void*)L_11);
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
String_t* L_12 = ___1_publicId;
|
|
String_t* L_13 = ___0_systemId;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_14 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_15 = L_14->___baseUri;
|
|
XmlTextReaderImpl_PushExternalEntityOrSubset_m6512BA1B5A447175E8A0B00D75A62D25F04E8BA0(__this, L_12, L_13, L_15, (String_t*)NULL, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_16 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_16->___entity = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_16->___entity), (void*)(RuntimeObject*)NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_17 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_17->___entityId = 0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_18 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_19 = L_18->___charPos;
|
|
V_0 = L_19;
|
|
bool L_20 = __this->___v1Compat;
|
|
if (!L_20)
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21;
|
|
L_21 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(__this, (StringBuilder_t*)NULL, NULL);
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
bool L_22;
|
|
L_22 = XmlTextReaderImpl_ParseXmlDeclaration_mE57790EE79B349C9AA99472BA1B5DE58604660EA(__this, (bool)1, NULL);
|
|
if (L_22)
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_23 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_24 = V_0;
|
|
L_23->___charPos = L_24;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_PushInternalDtd_mAF1BEB6EA4615537D9D43878CD26250AEE7D5A04 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_baseUri, String_t* ___1_internalDtd, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTextReaderImpl_PushParsingState_m9E8EA67D5D3A6764AD726BF591415B6BCE2291D7(__this, NULL);
|
|
String_t* L_0 = ___1_internalDtd;
|
|
int32_t L_1;
|
|
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
|
|
XmlTextReaderImpl_RegisterConsumedCharacters_mC93EC992AB264BC7A08D193CEB0A87806E799D68(__this, ((int64_t)L_1), (bool)0, NULL);
|
|
String_t* L_2 = ___0_baseUri;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_3;
|
|
L_3 = Encoding_get_Unicode_m1E0509DF0E550E33114D0FFEC4811B141219A3B0(NULL);
|
|
String_t* L_4 = ___1_internalDtd;
|
|
XmlTextReaderImpl_InitStringInput_m1436DEAEA65A2E1683BB1169CF5ADA6E2E620E52(__this, L_2, L_3, L_4, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_5->___entity = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___entity), (void*)(RuntimeObject*)NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_6 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_6->___entityId = 0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_7->___eolNormalized = (bool)0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_Throw_m007CFAA6CC0A55B37895E3A9B242C33FE5F11702 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Exception_t* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Exception_t* L_0 = ___0_e;
|
|
XmlTextReaderImpl_Throw_m9ECEA80AD460894085EF82E9F5F55B74FA0A5525(__this, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_OnSystemId_mFAEF87EE55FE4C1BEAAE833099C5E6BD25B6537F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_systemId, LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 ___1_keywordLineInfo, LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 ___2_systemLiteralLineInfo, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD4DAA1A26807E1A567D68B161E6A95701A3FD560);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = __this->___index;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_1;
|
|
L_1 = XmlTextReaderImpl_AddAttributeNoChecks_m9E1DC00CD07DE33C6E070B5613DE2F4F2549DA39(__this, _stringLiteralD4DAA1A26807E1A567D68B161E6A95701A3FD560, ((int32_t)il2cpp_codegen_add(L_0, 1)), NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_2 = L_1;
|
|
String_t* L_3 = ___0_systemId;
|
|
NodeData_SetValue_m07CC0F62B746F76367A00A6A88DEDB2B87B6CA91(L_2, L_3, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_4 = L_2;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 L_5 = ___1_keywordLineInfo;
|
|
L_4->___lineInfo = L_5;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 L_6 = ___2_systemLiteralLineInfo;
|
|
L_4->___lineInfo2 = L_6;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_OnPublicId_mA9AE0CA29E94DDDF99C7675F1361E67775ABE11E (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_publicId, LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 ___1_keywordLineInfo, LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 ___2_publicLiteralLineInfo, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F1BC4D23D8E5661364EBEC728BE303959F6CF91);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = __this->___index;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_1;
|
|
L_1 = XmlTextReaderImpl_AddAttributeNoChecks_m9E1DC00CD07DE33C6E070B5613DE2F4F2549DA39(__this, _stringLiteral1F1BC4D23D8E5661364EBEC728BE303959F6CF91, ((int32_t)il2cpp_codegen_add(L_0, 1)), NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_2 = L_1;
|
|
String_t* L_3 = ___0_publicId;
|
|
NodeData_SetValue_m07CC0F62B746F76367A00A6A88DEDB2B87B6CA91(L_2, L_3, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_4 = L_2;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 L_5 = ___1_keywordLineInfo;
|
|
L_4->___lineInfo = L_5;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 L_6 = ___2_publicLiteralLineInfo;
|
|
L_4->___lineInfo2 = L_6;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mBBE5AD6F0A114F83311BA12189D3E4DE4F874397 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, String_t* ___1_res, String_t* ___2_arg, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = ___0_pos;
|
|
L_0->___charPos = L_1;
|
|
String_t* L_2 = ___1_res;
|
|
String_t* L_3 = ___2_arg;
|
|
XmlTextReaderImpl_Throw_m859526BA653ED17DCB75917A70D2E7F1FA2914C2(__this, L_2, L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mE3F5BDAAD3E82F61388BFC116E64FC1309230703 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, String_t* ___1_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___2_args, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = ___0_pos;
|
|
L_0->___charPos = L_1;
|
|
String_t* L_2 = ___1_res;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = ___2_args;
|
|
XmlTextReaderImpl_Throw_m0BB9269CFC5AD410929F37366F8458BB19168274(__this, L_2, L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m6B29826BD40C8EA74E130EB649AAE48B51EE4AB2 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, String_t* ___1_res, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = ___0_pos;
|
|
L_0->___charPos = L_1;
|
|
String_t* L_2 = ___1_res;
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
XmlTextReaderImpl_Throw_m859526BA653ED17DCB75917A70D2E7F1FA2914C2(__this, L_2, L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_res;
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
XmlTextReaderImpl_Throw_m859526BA653ED17DCB75917A70D2E7F1FA2914C2(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m24DD009B3659BA3348BCC1A9EC0335E1D8245C63 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, int32_t ___1_lineNo, int32_t ___2_linePos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_res;
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
int32_t L_2 = ___1_lineNo;
|
|
int32_t L_3 = ___2_linePos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_5 = L_4->___baseUriStr;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_6 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var);
|
|
XmlException__ctor_m93B63C9E4FE7C5B4DAE86D7F5B9FA23451CC7077(L_6, L_0, L_1, L_2, L_3, L_5, NULL);
|
|
XmlTextReaderImpl_Throw_m9ECEA80AD460894085EF82E9F5F55B74FA0A5525(__this, L_6, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m859526BA653ED17DCB75917A70D2E7F1FA2914C2 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, String_t* ___1_arg, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_res;
|
|
String_t* L_1 = ___1_arg;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_3;
|
|
L_3 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_2, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_5;
|
|
L_5 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_4, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_6 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_7 = L_6->___baseUriStr;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_8 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var);
|
|
XmlException__ctor_m93B63C9E4FE7C5B4DAE86D7F5B9FA23451CC7077(L_8, L_0, L_1, L_3, L_5, L_7, NULL);
|
|
XmlTextReaderImpl_Throw_m9ECEA80AD460894085EF82E9F5F55B74FA0A5525(__this, L_8, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mC803D5A772B620AF824AFBAB3BC5FC546739E35E (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, String_t* ___1_arg, int32_t ___2_lineNo, int32_t ___3_linePos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_res;
|
|
String_t* L_1 = ___1_arg;
|
|
int32_t L_2 = ___2_lineNo;
|
|
int32_t L_3 = ___3_linePos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_5 = L_4->___baseUriStr;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_6 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var);
|
|
XmlException__ctor_m93B63C9E4FE7C5B4DAE86D7F5B9FA23451CC7077(L_6, L_0, L_1, L_2, L_3, L_5, NULL);
|
|
XmlTextReaderImpl_Throw_m9ECEA80AD460894085EF82E9F5F55B74FA0A5525(__this, L_6, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m0BB9269CFC5AD410929F37366F8458BB19168274 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_res;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_args;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_3;
|
|
L_3 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_2, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_5;
|
|
L_5 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_4, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_6 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_7 = L_6->___baseUriStr;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_8 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var);
|
|
XmlException__ctor_m9BF115E3E8CAC81B474E36A76805DC4F2E856879(L_8, L_0, L_1, L_3, L_5, L_7, NULL);
|
|
XmlTextReaderImpl_Throw_m9ECEA80AD460894085EF82E9F5F55B74FA0A5525(__this, L_8, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m04508E40E7C3D09720FCE5018406D8E4AFE9ABAD (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, String_t* ___1_arg, Exception_t* ___2_innerException, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_res;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
|
|
String_t* L_3 = ___1_arg;
|
|
(L_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (String_t*)L_3);
|
|
Exception_t* L_4 = ___2_innerException;
|
|
XmlTextReaderImpl_Throw_mF8A4BE38F9B4C45F0E94465DB04B241A7418C4A7(__this, L_0, L_2, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mF8A4BE38F9B4C45F0E94465DB04B241A7418C4A7 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, Exception_t* ___2_innerException, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_res;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_args;
|
|
Exception_t* L_2 = ___2_innerException;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_3 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_4;
|
|
L_4 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_3, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_6;
|
|
L_6 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_5, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_8 = L_7->___baseUriStr;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_9 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var);
|
|
XmlException__ctor_mAF9987B6D433F91FBD0101527C492BA66AB25F37(L_9, L_0, L_1, L_2, L_4, L_6, L_8, NULL);
|
|
XmlTextReaderImpl_Throw_m9ECEA80AD460894085EF82E9F5F55B74FA0A5525(__this, L_9, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m9ECEA80AD460894085EF82E9F5F55B74FA0A5525 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Exception_t* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* V_0 = NULL;
|
|
{
|
|
XmlTextReaderImpl_SetErrorState_mF7EC149FBA2F8CD34A1FE144754AE2F0A6673374(__this, NULL);
|
|
Exception_t* L_0 = ___0_e;
|
|
V_0 = ((XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)IsInstClass((RuntimeObject*)L_0, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))));
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_2 = __this->___curNode;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_3 = V_0;
|
|
int32_t L_4;
|
|
L_4 = XmlException_get_LineNumber_m4DBE53D0E13988CF2A5055C4B853F1399DE1A926_inline(L_3, NULL);
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_5 = V_0;
|
|
int32_t L_6;
|
|
L_6 = XmlException_get_LinePosition_m8045E03E183F6B07D6394A1B1FBD55E2CBE2DCB4_inline(L_5, NULL);
|
|
NodeData_SetLineInfo_m6D28339C7F45327E5B512AD556ECCBB06A0871A5(L_2, L_4, L_6, NULL);
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
Exception_t* L_7 = ___0_e;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_Throw_m9ECEA80AD460894085EF82E9F5F55B74FA0A5525_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ReThrow_m58456B276A63FC28D06E961818452191F19A7502 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Exception_t* ___0_e, int32_t ___1_lineNo, int32_t ___2_linePos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Exception_t* L_0 = ___0_e;
|
|
String_t* L_1;
|
|
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_0);
|
|
int32_t L_2 = ___1_lineNo;
|
|
int32_t L_3 = ___2_linePos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_5 = L_4->___baseUriStr;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_6 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var);
|
|
XmlException__ctor_m9E8E4966F92E92928F2334A4B5A6992A20505AD7(L_6, L_1, (Exception_t*)NULL, L_2, L_3, L_5, NULL);
|
|
XmlTextReaderImpl_Throw_m9ECEA80AD460894085EF82E9F5F55B74FA0A5525(__this, L_6, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_m84E949C18CF06CDC034FCC00FC85E7C17304530E (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_res;
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_3 = L_2->___baseUriStr;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_4 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var);
|
|
XmlException__ctor_mCD230657B1383DCA2BE352251351F34246E3371B(L_4, L_0, L_1, L_3, NULL);
|
|
XmlTextReaderImpl_Throw_m9ECEA80AD460894085EF82E9F5F55B74FA0A5525(__this, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_m296AA7014288C15144F39966C804698E69D71648 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, String_t* ___1_arg, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_res;
|
|
String_t* L_1 = ___1_arg;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_3 = L_2->___baseUriStr;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_4 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var);
|
|
XmlException__ctor_mCD230657B1383DCA2BE352251351F34246E3371B(L_4, L_0, L_1, L_3, NULL);
|
|
XmlTextReaderImpl_Throw_m9ECEA80AD460894085EF82E9F5F55B74FA0A5525(__this, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_m3F88E00870704C2A8B25E655F6EE70D8A5E572DD (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, Exception_t* ___2_innerException, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_res;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_args;
|
|
Exception_t* L_2 = ___2_innerException;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_3 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_4 = L_3->___baseUriStr;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_5 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var);
|
|
XmlException__ctor_mAF9987B6D433F91FBD0101527C492BA66AB25F37(L_5, L_0, L_1, L_2, 0, 0, L_4, NULL);
|
|
XmlTextReaderImpl_Throw_m9ECEA80AD460894085EF82E9F5F55B74FA0A5525(__this, L_5, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowInvalidChar_mF8B2A2445E4CF8016C0A7256F6762D3CA4B0DCC2 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_data, int32_t ___1_length, int32_t ___2_invCharPos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ___2_invCharPos;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_data;
|
|
int32_t L_2 = ___1_length;
|
|
int32_t L_3 = ___2_invCharPos;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4;
|
|
L_4 = XmlException_BuildCharExceptionArgs_mCD358DAB8D23BF377EEC6C41C523161FE2B9A2A5(L_1, L_2, L_3, NULL);
|
|
XmlTextReaderImpl_Throw_mE3F5BDAAD3E82F61388BFC116E64FC1309230703(__this, L_0, _stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetErrorState_mF7EC149FBA2F8CD34A1FE144754AE2F0A6673374 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___parsingFunction = ((int32_t)10);
|
|
__this->___readState = 2;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SendValidationEvent_m8ED366B9B5A8F444B385EA8725CC08667F3B9D85 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_severity, String_t* ___1_code, String_t* ___2_arg, int32_t ___3_lineNo, int32_t ___4_linePos, 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;
|
|
}
|
|
{
|
|
int32_t L_0 = ___0_severity;
|
|
String_t* L_1 = ___1_code;
|
|
String_t* L_2 = ___2_arg;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_3 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_4 = L_3->___baseUriStr;
|
|
int32_t L_5 = ___3_lineNo;
|
|
int32_t L_6 = ___4_linePos;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_7 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var);
|
|
XmlSchemaException__ctor_m5EB9F0E36520DCB3AD78B355F5F120E1D7FF5EEB(L_7, L_1, L_2, L_4, L_5, L_6, NULL);
|
|
XmlTextReaderImpl_SendValidationEvent_m43EC07FF33D022C9FFCCD094589610257313E1EA(__this, L_0, L_7, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SendValidationEvent_m43EC07FF33D022C9FFCCD094589610257313E1EA (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_severity, XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* ___1_exception, 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->___validationEventHandling;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = __this->___validationEventHandling;
|
|
XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_2 = ___1_exception;
|
|
int32_t L_3 = ___0_severity;
|
|
InterfaceActionInvoker2< Exception_t*, int32_t >::Invoke(1, IValidationEventHandling_t5929D7539D965D446556F7740F36A2BF7C6CC57E_il2cpp_TypeInfo_var, L_1, L_2, L_3);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_InAttributeValueIterator_mF4A1766EF0CEE1D0BF89397367302BEA09BBC8CD (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___attrCount;
|
|
if ((((int32_t)L_0) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->___parsingFunction;
|
|
return (bool)((((int32_t)((((int32_t)L_1) < ((int32_t)((int32_t)22)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishAttributeValueIterator_m263D3BAE1AD197444299D47708313B4DD7E3C632 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B10_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B9_0 = NULL;
|
|
int32_t G_B11_0 = 0;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B11_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___parsingFunction;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)23)))))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_FinishReadValueChunk_mA0FC504DC95E81D070F51567BEFEAAA7A68FB187(__this, NULL);
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
int32_t L_1 = __this->___parsingFunction;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)24)))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_FinishReadContentAsBinary_mBA225166E1792864F08535B02E0AD783C1B6F1E3(__this, NULL);
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
int32_t L_2 = __this->___parsingFunction;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)22)))))
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
bool L_3;
|
|
L_3 = XmlTextReaderImpl_HandleEntityEnd_m9C73CE6745616AFF9B79D7C070AB3D298F324AA6(__this, (bool)0, NULL);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_5 = L_4->___entityId;
|
|
int32_t L_6 = __this->___attributeValueBaseEntityId;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
__this->___emptyEntityInAttributeResolved = (bool)0;
|
|
int32_t L_7 = __this->___nextParsingFunction;
|
|
__this->___parsingFunction = L_7;
|
|
int32_t L_8 = __this->___index;
|
|
if ((((int32_t)L_8) > ((int32_t)0)))
|
|
{
|
|
G_B10_0 = __this;
|
|
goto IL_0069;
|
|
}
|
|
G_B9_0 = __this;
|
|
}
|
|
{
|
|
G_B11_0 = 5;
|
|
G_B11_1 = G_B9_0;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
G_B11_0 = 0;
|
|
G_B11_1 = G_B10_0;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
G_B11_1->___nextParsingFunction = G_B11_0;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdValidation_mE5F1E5DAF37701D9E2278709B95107872BA06DA7 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___validationEventHandling;
|
|
return (bool)((!(((RuntimeObject*)(RuntimeObject*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_m46F47AB7CDACB319C89A76F6642BFB512C0B5B33 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___1_encoding, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = ___0_stream;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_2 = ___1_encoding;
|
|
XmlTextReaderImpl_InitStreamInput_m056E4CE5191E4C7BFFE524B9F6ADA5578700C5DF(__this, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, L_0, L_1, (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL, 0, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_m8F038C9668062037046A6A7B729C5F0430BF5B74 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_baseUriStr, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_stream, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___2_encoding, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_baseUriStr;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = ___1_stream;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_2 = ___2_encoding;
|
|
XmlTextReaderImpl_InitStreamInput_m056E4CE5191E4C7BFFE524B9F6ADA5578700C5DF(__this, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, L_0, L_1, (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL, 0, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_m89A74BC08EA5E6FB283BBA9FFB6B4C769AD7D8A6 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_baseUri, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_stream, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___2_encoding, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_baseUri;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1 = ___0_baseUri;
|
|
String_t* L_2;
|
|
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_1);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_3 = ___1_stream;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_4 = ___2_encoding;
|
|
XmlTextReaderImpl_InitStreamInput_m056E4CE5191E4C7BFFE524B9F6ADA5578700C5DF(__this, L_0, L_2, L_3, (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL, 0, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_mEDB37931B1A8CE459ECFC6ED4DAFA756B5EF55A9 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_baseUri, String_t* ___1_baseUriStr, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___2_stream, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___3_encoding, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_baseUri;
|
|
String_t* L_1 = ___1_baseUriStr;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_2 = ___2_stream;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_3 = ___3_encoding;
|
|
XmlTextReaderImpl_InitStreamInput_m056E4CE5191E4C7BFFE524B9F6ADA5578700C5DF(__this, L_0, L_1, L_2, (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL, 0, L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_m056E4CE5191E4C7BFFE524B9F6ADA5578700C5DF (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_baseUri, String_t* ___1_baseUriStr, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___2_stream, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___3_bytes, int32_t ___4_byteCount, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___5_encoding, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = ___2_stream;
|
|
L_0->___stream = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_0->___stream), (void*)L_1);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = ___0_baseUri;
|
|
L_2->___baseUri = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___baseUri), (void*)L_3);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_5 = ___1_baseUriStr;
|
|
L_4->___baseUriStr = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___baseUriStr), (void*)L_5);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___3_bytes;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ___3_bytes;
|
|
L_7->___bytes = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_7->___bytes), (void*)L_8);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_9 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_10 = ___4_byteCount;
|
|
L_9->___bytesUsed = L_10;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_11 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = L_11->___bytes;
|
|
V_0 = ((int32_t)(((RuntimeArray*)L_12)->max_length));
|
|
goto IL_00a4;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_13 = __this->___laterInitParam;
|
|
if (!L_13)
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_14 = __this->___laterInitParam;
|
|
bool L_15 = L_14->___useAsync;
|
|
if (!L_15)
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
V_0 = ((int32_t)65536);
|
|
goto IL_0076;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_16 = ___2_stream;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var);
|
|
int32_t L_17;
|
|
L_17 = XmlReader_CalcBufferSize_mC82D99C2F221E3BE45FBCF3FE498F304B29DE78A(L_16, NULL);
|
|
V_0 = L_17;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_18 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = L_18->___bytes;
|
|
if (!L_19)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_20 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = L_20->___bytes;
|
|
int32_t L_22 = V_0;
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))) >= ((int32_t)L_22)))
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_23 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_24 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_24);
|
|
L_23->___bytes = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_23->___bytes), (void*)L_25);
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_26 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_27 = L_26->___chars;
|
|
if (!L_27)
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_28 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_29 = L_28->___chars;
|
|
int32_t L_30 = V_0;
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))) >= ((int32_t)((int32_t)il2cpp_codegen_add(L_30, 1)))))
|
|
{
|
|
goto IL_00d6;
|
|
}
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_31 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_32 = V_0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_33 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_32, 1)));
|
|
L_31->___chars = L_33;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_31->___chars), (void*)L_33);
|
|
}
|
|
|
|
IL_00d6:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_34 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_34->___bytePos = 0;
|
|
goto IL_013e;
|
|
}
|
|
|
|
IL_00e4:
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_35 = ___2_stream;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_36 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = L_36->___bytes;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_38 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_39 = L_38->___bytesUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_40 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = L_40->___bytes;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_42 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_43 = L_42->___bytesUsed;
|
|
int32_t L_44;
|
|
L_44 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(30, L_35, L_37, L_39, ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_41)->max_length)), L_43)));
|
|
V_4 = L_44;
|
|
int32_t L_45 = V_4;
|
|
if (L_45)
|
|
{
|
|
goto IL_012d;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_46 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_46->___isStreamEof = (bool)1;
|
|
goto IL_016b;
|
|
}
|
|
|
|
IL_012d:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_47 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_48 = (int32_t*)(&L_47->___bytesUsed);
|
|
int32_t* L_49 = L_48;
|
|
int32_t L_50 = *((int32_t*)L_49);
|
|
int32_t L_51 = V_4;
|
|
*((int32_t*)L_49) = (int32_t)((int32_t)il2cpp_codegen_add(L_50, L_51));
|
|
}
|
|
|
|
IL_013e:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_52 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_53 = L_52->___bytesUsed;
|
|
if ((((int32_t)L_53) >= ((int32_t)4)))
|
|
{
|
|
goto IL_016b;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_54 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_55 = L_54->___bytes;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_56 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_57 = L_56->___bytesUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_55)->max_length)), L_57))) > ((int32_t)0)))
|
|
{
|
|
goto IL_00e4;
|
|
}
|
|
}
|
|
|
|
IL_016b:
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_58 = ___5_encoding;
|
|
if (L_58)
|
|
{
|
|
goto IL_0177;
|
|
}
|
|
}
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_59;
|
|
L_59 = XmlTextReaderImpl_DetectEncoding_mE066883A6515E969053A7DA750215B11D01076A4(__this, NULL);
|
|
___5_encoding = L_59;
|
|
}
|
|
|
|
IL_0177:
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_60 = ___5_encoding;
|
|
XmlTextReaderImpl_SetupEncoding_m470DB12F87B04FBFED1621D5931CE18E2CA2E188(__this, L_60, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_61 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_62 = L_61->___encoding;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_63;
|
|
L_63 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(6, L_62);
|
|
V_1 = L_63;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_64 = V_1;
|
|
V_2 = ((int32_t)(((RuntimeArray*)L_64)->max_length));
|
|
V_3 = 0;
|
|
goto IL_01ae;
|
|
}
|
|
|
|
IL_0198:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_65 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_66 = L_65->___bytes;
|
|
int32_t L_67 = V_3;
|
|
int32_t L_68 = L_67;
|
|
uint8_t L_69 = (L_66)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_68));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_70 = V_1;
|
|
int32_t L_71 = V_3;
|
|
int32_t L_72 = L_71;
|
|
uint8_t L_73 = (L_70)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_72));
|
|
if ((!(((uint32_t)L_69) == ((uint32_t)L_73))))
|
|
{
|
|
goto IL_01c0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_74 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_74, 1));
|
|
}
|
|
|
|
IL_01ae:
|
|
{
|
|
int32_t L_75 = V_3;
|
|
int32_t L_76 = V_2;
|
|
if ((((int32_t)L_75) >= ((int32_t)L_76)))
|
|
{
|
|
goto IL_01c0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_77 = V_3;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_78 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_79 = L_78->___bytesUsed;
|
|
if ((((int32_t)L_77) < ((int32_t)L_79)))
|
|
{
|
|
goto IL_0198;
|
|
}
|
|
}
|
|
|
|
IL_01c0:
|
|
{
|
|
int32_t L_80 = V_3;
|
|
int32_t L_81 = V_2;
|
|
if ((!(((uint32_t)L_80) == ((uint32_t)L_81))))
|
|
{
|
|
goto IL_01d0;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_82 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_83 = V_2;
|
|
L_82->___bytePos = L_83;
|
|
}
|
|
|
|
IL_01d0:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_84 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_85 = L_84->___bytePos;
|
|
__this->___documentStartBytePos = L_85;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_86 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_87 = __this->___normalize;
|
|
L_86->___eolNormalized = (bool)((((int32_t)L_87) == ((int32_t)0))? 1 : 0);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_88 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_88->___appendMode = (bool)1;
|
|
int32_t L_89;
|
|
L_89 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitTextReaderInput_mD59812F5A78B70F10C81F8248069530D54289952 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_baseUriStr, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___1_input, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_baseUriStr;
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_1 = ___1_input;
|
|
XmlTextReaderImpl_InitTextReaderInput_mFA8F8F8AAD41AF30E00B733D8D3998D7C018DC87(__this, L_0, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitTextReaderInput_mFA8F8F8AAD41AF30E00B733D8D3998D7C018DC87 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_baseUriStr, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___1_baseUri, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___2_input, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_1 = ___2_input;
|
|
L_0->___textReader = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_0->___textReader), (void*)L_1);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_3 = ___0_baseUriStr;
|
|
L_2->___baseUriStr = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___baseUriStr), (void*)L_3);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = ___1_baseUri;
|
|
L_4->___baseUri = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___baseUri), (void*)L_5);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_6 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = L_6->___chars;
|
|
if (L_7)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_8 = __this->___laterInitParam;
|
|
if (!L_8)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* L_9 = __this->___laterInitParam;
|
|
bool L_10 = L_9->___useAsync;
|
|
if (!L_10)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_11 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)65537));
|
|
L_11->___chars = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_11->___chars), (void*)L_12);
|
|
goto IL_0072;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_13 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_14 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4097));
|
|
L_13->___chars = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_13->___chars), (void*)L_14);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_15 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_16;
|
|
L_16 = Encoding_get_Unicode_m1E0509DF0E550E33114D0FFEC4811B141219A3B0(NULL);
|
|
L_15->___encoding = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_15->___encoding), (void*)L_16);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_17 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_18 = __this->___normalize;
|
|
L_17->___eolNormalized = (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_19 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_19->___appendMode = (bool)1;
|
|
int32_t L_20;
|
|
L_20 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStringInput_m1436DEAEA65A2E1683BB1169CF5ADA6E2E620E52 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_baseUriStr, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___1_originalEncoding, String_t* ___2_str, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_1 = ___0_baseUriStr;
|
|
L_0->___baseUriStr = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_0->___baseUriStr), (void*)L_1);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_2->___baseUri = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_2->___baseUri), (void*)(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL);
|
|
String_t* L_3 = ___2_str;
|
|
int32_t L_4;
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
|
V_0 = L_4;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_6 = V_0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_6, 1)));
|
|
L_5->___chars = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___chars), (void*)L_7);
|
|
String_t* L_8 = ___2_str;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_9 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = L_9->___chars;
|
|
String_t* L_11 = ___2_str;
|
|
int32_t L_12;
|
|
L_12 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_11, NULL);
|
|
String_CopyTo_m6E1DE99F2A6481B3B9839C8A026C74887C10A1DC(L_8, 0, L_10, 0, L_12, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_13 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_14 = V_0;
|
|
L_13->___charsUsed = L_14;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_15 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = L_15->___chars;
|
|
int32_t L_17 = V_0;
|
|
(L_16)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_17), (Il2CppChar)0);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_18 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_19 = ___1_originalEncoding;
|
|
L_18->___encoding = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_18->___encoding), (void*)L_19);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_20 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_21 = __this->___normalize;
|
|
L_20->___eolNormalized = (bool)((((int32_t)L_21) == ((int32_t)0))? 1 : 0);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_22 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_22->___isEof = (bool)1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitFragmentReader_m7217F1675D53546B28937C06DA1B6DBB3D8B83BD (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_fragmentType, XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___1_parserContext, bool ___2_allowXmlDeclFragment, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeType_tCA25567E42A464038FDA6BA318EC0A9627B4CB95_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D96BC4C9C4D627F523AF7B934DE107E1359C50F);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_0 = ___1_parserContext;
|
|
__this->___fragmentParserContext = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___fragmentParserContext), (void*)L_0);
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_1 = ___1_parserContext;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_2 = ___1_parserContext;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_3;
|
|
L_3 = XmlParserContext_get_NamespaceManager_mB51E2BAE011C0C53FB2DF0C9DFF21EA17DCD58B7_inline(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_4 = ___1_parserContext;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_5;
|
|
L_5 = XmlParserContext_get_NamespaceManager_mB51E2BAE011C0C53FB2DF0C9DFF21EA17DCD58B7_inline(L_4, NULL);
|
|
__this->___namespaceManager = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___namespaceManager), (void*)L_5);
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_6 = __this->___xmlContext;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_7 = __this->___namespaceManager;
|
|
String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
String_t* L_9;
|
|
L_9 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(16, L_7, L_8);
|
|
L_6->___defaultNamespace = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_6->___defaultNamespace), (void*)L_9);
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_10 = __this->___nameTable;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_11 = (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F*)il2cpp_codegen_object_new(XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var);
|
|
XmlNamespaceManager__ctor_m18E69120CE5886E06630CCCC3215D2C67FC669DB(L_11, L_10, NULL);
|
|
__this->___namespaceManager = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___namespaceManager), (void*)L_11);
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_12 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_13 = ___1_parserContext;
|
|
String_t* L_14;
|
|
L_14 = XmlParserContext_get_BaseURI_m203B1A13A7DFA09528C49D2198E7B9382BA91892_inline(L_13, NULL);
|
|
L_12->___baseUriStr = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_12->___baseUriStr), (void*)L_14);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_15 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_15->___baseUri = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_15->___baseUri), (void*)(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL);
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_16 = __this->___xmlContext;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_17 = ___1_parserContext;
|
|
String_t* L_18;
|
|
L_18 = XmlParserContext_get_XmlLang_m15AAD2E5AA247235638A436E68596B9A89BFE443_inline(L_17, NULL);
|
|
L_16->___xmlLang = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_16->___xmlLang), (void*)L_18);
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_19 = __this->___xmlContext;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_20 = ___1_parserContext;
|
|
int32_t L_21;
|
|
L_21 = XmlParserContext_get_XmlSpace_m52BE2428971EFFCBE9922F1B37FEEE9940AF1891_inline(L_20, NULL);
|
|
L_19->___xmlSpace = L_21;
|
|
goto IL_00bd;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_22 = __this->___nameTable;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_23 = (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F*)il2cpp_codegen_object_new(XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var);
|
|
XmlNamespaceManager__ctor_m18E69120CE5886E06630CCCC3215D2C67FC669DB(L_23, L_22, NULL);
|
|
__this->___namespaceManager = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___namespaceManager), (void*)L_23);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_24 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
L_24->___baseUriStr = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_24->___baseUriStr), (void*)L_25);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_26 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_26->___baseUri = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_26->___baseUri), (void*)(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL);
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_27 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_28 = L_27->___baseUriStr;
|
|
__this->___reportedBaseUri = L_28;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedBaseUri), (void*)L_28);
|
|
int32_t L_29 = ___0_fragmentType;
|
|
if ((((int32_t)L_29) > ((int32_t)2)))
|
|
{
|
|
goto IL_00dc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_30 = ___0_fragmentType;
|
|
if ((((int32_t)L_30) == ((int32_t)1)))
|
|
{
|
|
goto IL_0105;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_31 = ___0_fragmentType;
|
|
if ((((int32_t)L_31) == ((int32_t)2)))
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
}
|
|
{
|
|
goto IL_012e;
|
|
}
|
|
|
|
IL_00dc:
|
|
{
|
|
int32_t L_32 = ___0_fragmentType;
|
|
if ((((int32_t)L_32) == ((int32_t)((int32_t)9))))
|
|
{
|
|
goto IL_0147;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_33 = ___0_fragmentType;
|
|
if ((((int32_t)L_33) == ((int32_t)((int32_t)17))))
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_012e;
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_34 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_34->___appendMode = (bool)0;
|
|
__this->___parsingFunction = 3;
|
|
__this->___nextParsingFunction = ((int32_t)15);
|
|
goto IL_0147;
|
|
}
|
|
|
|
IL_0105:
|
|
{
|
|
__this->___nextParsingFunction = 5;
|
|
goto IL_0147;
|
|
}
|
|
|
|
IL_010e:
|
|
{
|
|
bool L_35 = ___2_allowXmlDeclFragment;
|
|
if (!L_35)
|
|
{
|
|
goto IL_012e;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_36 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_36->___appendMode = (bool)0;
|
|
__this->___parsingFunction = 3;
|
|
__this->___nextParsingFunction = ((int32_t)19);
|
|
goto IL_0147;
|
|
}
|
|
|
|
IL_012e:
|
|
{
|
|
Il2CppFakeBox<int32_t> L_37(XmlNodeType_tCA25567E42A464038FDA6BA318EC0A9627B4CB95_il2cpp_TypeInfo_var, (&___0_fragmentType));
|
|
String_t* L_38;
|
|
L_38 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_37), NULL);
|
|
XmlTextReaderImpl_Throw_m859526BA653ED17DCB75917A70D2E7F1FA2914C2(__this, _stringLiteral8D96BC4C9C4D627F523AF7B934DE107E1359C50F, L_38, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0147:
|
|
{
|
|
int32_t L_39 = ___0_fragmentType;
|
|
__this->___fragmentType = L_39;
|
|
__this->___fragment = (bool)1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ProcessDtdFromParserContext_mC5462F0B3774A760B0F2D7419A97D289D002DD96 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___0_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral982749A67A420D262D8B02D1D5E75C097587CD3A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___dtdProcessing;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (L_1)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
XmlTextReaderImpl_ThrowWithoutLineInfo_m84E949C18CF06CDC034FCC00FC85E7C17304530E(__this, _stringLiteral982749A67A420D262D8B02D1D5E75C097587CD3A, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
XmlTextReaderImpl_ParseDtdFromParserContext_mCDAFBB67C6485B9F431088A095F8DEC3A3224148(__this, NULL);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OpenUrl_m0BF6C0850B8AD63E0DEDA911664D51C59A8FD480 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7EBD7E5381F20CF05FF54841BB8BD75F2397E0CA);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* V_0 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_0;
|
|
L_0 = XmlTextReaderImpl_GetTempResolver_mD25BCDBDD60AA6555E5ED5324181C1C6BD046A4F(__this, NULL);
|
|
V_0 = L_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_1 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = L_1->___baseUri;
|
|
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Uri_op_Inequality_m64BE981CDF88B751677B80D883B201BF3CFD83F7(L_2, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_5 = V_0;
|
|
String_t* L_6 = __this->___url;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_7;
|
|
L_7 = VirtualFuncInvoker2< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, String_t* >::Invoke(5, L_5, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, L_6);
|
|
L_4->___baseUri = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___baseUri), (void*)L_7);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_8 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_9 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_10 = L_9->___baseUri;
|
|
String_t* L_11;
|
|
L_11 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_10);
|
|
L_8->___baseUriStr = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_8->___baseUriStr), (void*)L_11);
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
}
|
|
try
|
|
{
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_12 = V_0;
|
|
XmlTextReaderImpl_OpenUrlDelegate_m4F8AC0E3C72AB0B8B13D02160B212A0A05B6AE73(__this, L_12, NULL);
|
|
goto IL_0060;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (il2cpp_defaults.object_class, il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0057;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0057:
|
|
{
|
|
RuntimeObject* L_13 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));;
|
|
XmlTextReaderImpl_SetErrorState_mF7EC149FBA2F8CD34A1FE144754AE2F0A6673374(__this, NULL);
|
|
IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*));
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_14 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_15 = L_14->___stream;
|
|
if (L_15)
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_16 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_17 = L_16->___baseUriStr;
|
|
XmlTextReaderImpl_ThrowWithoutLineInfo_m296AA7014288C15144F39966C804698E69D71648(__this, _stringLiteral7EBD7E5381F20CF05FF54841BB8BD75F2397E0CA, L_17, NULL);
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_18 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_19 = L_18->___baseUri;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_20 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_21 = L_20->___baseUriStr;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_22 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_23 = L_22->___stream;
|
|
XmlTextReaderImpl_InitStreamInput_mEDB37931B1A8CE459ECFC6ED4DAFA756B5EF55A9(__this, L_19, L_21, L_23, (Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095*)NULL, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_24 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_25 = L_24->___encoding;
|
|
__this->___reportedEncoding = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedEncoding), (void*)L_25);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OpenUrlDelegate_m4F8AC0E3C72AB0B8B13D02160B212A0A05B6AE73 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_xmlResolver, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_1;
|
|
L_1 = XmlTextReaderImpl_GetTempResolver_mD25BCDBDD60AA6555E5ED5324181C1C6BD046A4F(__this, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = L_2->___baseUri;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast<intptr_t> (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
|
|
Type_t* L_5;
|
|
L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL);
|
|
RuntimeObject* L_6;
|
|
L_6 = VirtualFuncInvoker3< RuntimeObject*, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, String_t*, Type_t* >::Invoke(4, L_1, L_3, (String_t*)NULL, L_5);
|
|
L_0->___stream = ((Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*)CastclassClass((RuntimeObject*)L_6, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_0->___stream), (void*)((Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*)CastclassClass((RuntimeObject*)L_6, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var)));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* XmlTextReaderImpl_DetectEncoding_mE066883A6515E969053A7DA750215B11D01076A4 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77F4DA4A27A2604AE091F96D9703D92D3E929C3B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB603F7761557E583DBBFB1003B4DE31A31F87868);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = L_0->___bytesUsed;
|
|
if ((((int32_t)L_1) >= ((int32_t)2)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095*)NULL;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = L_2->___bytes;
|
|
int32_t L_4 = 0;
|
|
uint8_t L_5 = (L_3)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_4));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_6 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = L_6->___bytes;
|
|
int32_t L_8 = 1;
|
|
uint8_t L_9 = (L_7)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_8));
|
|
V_0 = ((int32_t)(((int32_t)((int32_t)L_5<<8))|(int32_t)L_9));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_10 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_11 = L_10->___bytesUsed;
|
|
if ((((int32_t)L_11) >= ((int32_t)4)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = 0;
|
|
goto IL_005c;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_12 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = L_12->___bytes;
|
|
int32_t L_14 = 2;
|
|
uint8_t L_15 = (L_13)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_14));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_16 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = L_16->___bytes;
|
|
int32_t L_18 = 3;
|
|
uint8_t L_19 = (L_17)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_18));
|
|
G_B5_0 = ((int32_t)(((int32_t)((int32_t)L_15<<8))|(int32_t)L_19));
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
V_1 = G_B5_0;
|
|
int32_t L_20 = V_0;
|
|
if ((((int32_t)L_20) > ((int32_t)((int32_t)15360))))
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = V_0;
|
|
if (!L_21)
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = V_0;
|
|
if ((((int32_t)L_22) == ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_012c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23 = V_0;
|
|
if ((((int32_t)L_23) == ((int32_t)((int32_t)15360))))
|
|
{
|
|
goto IL_011d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_016b;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
int32_t L_24 = V_0;
|
|
if ((((int32_t)L_24) > ((int32_t)((int32_t)61371))))
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_25 = V_0;
|
|
if ((((int32_t)L_25) == ((int32_t)((int32_t)19567))))
|
|
{
|
|
goto IL_013b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_26 = V_0;
|
|
if ((((int32_t)L_26) == ((int32_t)((int32_t)61371))))
|
|
{
|
|
goto IL_0155;
|
|
}
|
|
}
|
|
{
|
|
goto IL_016b;
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
int32_t L_27 = V_0;
|
|
if ((((int32_t)L_27) == ((int32_t)((int32_t)65279))))
|
|
{
|
|
goto IL_00ff;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_28 = V_0;
|
|
if ((((int32_t)L_28) == ((int32_t)((int32_t)65534))))
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_016b;
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
int32_t L_29 = V_1;
|
|
if ((((int32_t)L_29) > ((int32_t)((int32_t)15360))))
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_30 = V_1;
|
|
if ((((int32_t)L_30) == ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_00ed;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_31 = V_1;
|
|
if ((((int32_t)L_31) == ((int32_t)((int32_t)15360))))
|
|
{
|
|
goto IL_00f9;
|
|
}
|
|
}
|
|
{
|
|
goto IL_016b;
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
int32_t L_32 = V_1;
|
|
if ((((int32_t)L_32) == ((int32_t)((int32_t)65279))))
|
|
{
|
|
goto IL_00e7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_33 = V_1;
|
|
if ((((int32_t)L_33) == ((int32_t)((int32_t)65534))))
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
}
|
|
{
|
|
goto IL_016b;
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_34;
|
|
L_34 = Ucs4Encoding_get_UCS4_Bigendian_m85375BC19416ABC16DF517B83147C20328219809(NULL);
|
|
return L_34;
|
|
}
|
|
|
|
IL_00ed:
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_35;
|
|
L_35 = Ucs4Encoding_get_UCS4_Bigendian_m85375BC19416ABC16DF517B83147C20328219809(NULL);
|
|
return L_35;
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_36;
|
|
L_36 = Ucs4Encoding_get_UCS4_2143_mD2FF15E44407E4553E6CBDF285335B44631E21DC(NULL);
|
|
return L_36;
|
|
}
|
|
|
|
IL_00f9:
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_37;
|
|
L_37 = Ucs4Encoding_get_UCS4_2143_mD2FF15E44407E4553E6CBDF285335B44631E21DC(NULL);
|
|
return L_37;
|
|
}
|
|
|
|
IL_00ff:
|
|
{
|
|
int32_t L_38 = V_1;
|
|
if (L_38)
|
|
{
|
|
goto IL_0108;
|
|
}
|
|
}
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_39;
|
|
L_39 = Ucs4Encoding_get_UCS4_3412_mF9F54B18ADC65ED91D833440D06664A561C46EAE(NULL);
|
|
return L_39;
|
|
}
|
|
|
|
IL_0108:
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_40;
|
|
L_40 = Encoding_get_BigEndianUnicode_m249BEC175A03C3DCEF799A020B05215053F1053B(NULL);
|
|
return L_40;
|
|
}
|
|
|
|
IL_010e:
|
|
{
|
|
int32_t L_41 = V_1;
|
|
if (L_41)
|
|
{
|
|
goto IL_0117;
|
|
}
|
|
}
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_42;
|
|
L_42 = Ucs4Encoding_get_UCS4_Littleendian_mAC31AF123DA3ED85D9CF3321AB468815A1777E81(NULL);
|
|
return L_42;
|
|
}
|
|
|
|
IL_0117:
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_43;
|
|
L_43 = Encoding_get_Unicode_m1E0509DF0E550E33114D0FFEC4811B141219A3B0(NULL);
|
|
return L_43;
|
|
}
|
|
|
|
IL_011d:
|
|
{
|
|
int32_t L_44 = V_1;
|
|
if (L_44)
|
|
{
|
|
goto IL_0126;
|
|
}
|
|
}
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_45;
|
|
L_45 = Ucs4Encoding_get_UCS4_Littleendian_mAC31AF123DA3ED85D9CF3321AB468815A1777E81(NULL);
|
|
return L_45;
|
|
}
|
|
|
|
IL_0126:
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_46;
|
|
L_46 = Encoding_get_Unicode_m1E0509DF0E550E33114D0FFEC4811B141219A3B0(NULL);
|
|
return L_46;
|
|
}
|
|
|
|
IL_012c:
|
|
{
|
|
int32_t L_47 = V_1;
|
|
if (L_47)
|
|
{
|
|
goto IL_0135;
|
|
}
|
|
}
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_48;
|
|
L_48 = Ucs4Encoding_get_UCS4_3412_mF9F54B18ADC65ED91D833440D06664A561C46EAE(NULL);
|
|
return L_48;
|
|
}
|
|
|
|
IL_0135:
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_49;
|
|
L_49 = Encoding_get_BigEndianUnicode_m249BEC175A03C3DCEF799A020B05215053F1053B(NULL);
|
|
return L_49;
|
|
}
|
|
|
|
IL_013b:
|
|
{
|
|
int32_t L_50 = V_1;
|
|
if ((!(((uint32_t)L_50) == ((uint32_t)((int32_t)42900)))))
|
|
{
|
|
goto IL_016b;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_m859526BA653ED17DCB75917A70D2E7F1FA2914C2(__this, _stringLiteral77F4DA4A27A2604AE091F96D9703D92D3E929C3B, _stringLiteralB603F7761557E583DBBFB1003B4DE31A31F87868, NULL);
|
|
goto IL_016b;
|
|
}
|
|
|
|
IL_0155:
|
|
{
|
|
int32_t L_51 = V_1;
|
|
if ((!(((uint32_t)((int32_t)(L_51&((int32_t)65280)))) == ((uint32_t)((int32_t)48896)))))
|
|
{
|
|
goto IL_016b;
|
|
}
|
|
}
|
|
{
|
|
UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE* L_52 = (UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE*)il2cpp_codegen_object_new(UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE_il2cpp_TypeInfo_var);
|
|
UTF8Encoding__ctor_m128F4B4A103E718AAB699E2D64011DB13F486726(L_52, (bool)1, (bool)1, NULL);
|
|
return L_52;
|
|
}
|
|
|
|
IL_016b:
|
|
{
|
|
return (Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095*)NULL;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEncoding_m470DB12F87B04FBFED1621D5931CE18E2CA2E188 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___0_encoding, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UTF16Decoder_t6E147EA3BB6AEF4CFC92D6ACC7DBCF13FB101227_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3915A096ACD919832A1C4E84ABDC7D6F6B72630D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC32EB74E6CF2D3CD9BDC7BEEB45FE8C6413C1E6E);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_0 = ___0_encoding;
|
|
if (L_0)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_1 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_2;
|
|
L_2 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL);
|
|
L_1->___encoding = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___encoding), (void*)L_2);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_3 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23* L_4 = (SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23*)il2cpp_codegen_object_new(SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23_il2cpp_TypeInfo_var);
|
|
SafeAsciiDecoder__ctor_m1C11CABE1F5C280D6CC096EA14C3B34F1EF2C25B(L_4, NULL);
|
|
L_3->___decoder = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_3->___decoder), (void*)L_4);
|
|
return;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_6 = ___0_encoding;
|
|
L_5->___encoding = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___encoding), (void*)L_6);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_8 = L_7->___encoding;
|
|
String_t* L_9;
|
|
L_9 = VirtualFuncInvoker0< String_t* >::Invoke(9, L_8);
|
|
V_0 = L_9;
|
|
String_t* L_10 = V_0;
|
|
bool L_11;
|
|
L_11 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_10, _stringLiteral3915A096ACD919832A1C4E84ABDC7D6F6B72630D, NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = V_0;
|
|
bool L_13;
|
|
L_13 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_12, _stringLiteralC32EB74E6CF2D3CD9BDC7BEEB45FE8C6413C1E6E, NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_14 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
UTF16Decoder_t6E147EA3BB6AEF4CFC92D6ACC7DBCF13FB101227* L_15 = (UTF16Decoder_t6E147EA3BB6AEF4CFC92D6ACC7DBCF13FB101227*)il2cpp_codegen_object_new(UTF16Decoder_t6E147EA3BB6AEF4CFC92D6ACC7DBCF13FB101227_il2cpp_TypeInfo_var);
|
|
UTF16Decoder__ctor_m3C3FEF9D965F0159125428E5ADE9EF42359B6664(L_15, (bool)0, NULL);
|
|
L_14->___decoder = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_14->___decoder), (void*)L_15);
|
|
return;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_16 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
UTF16Decoder_t6E147EA3BB6AEF4CFC92D6ACC7DBCF13FB101227* L_17 = (UTF16Decoder_t6E147EA3BB6AEF4CFC92D6ACC7DBCF13FB101227*)il2cpp_codegen_object_new(UTF16Decoder_t6E147EA3BB6AEF4CFC92D6ACC7DBCF13FB101227_il2cpp_TypeInfo_var);
|
|
UTF16Decoder__ctor_m3C3FEF9D965F0159125428E5ADE9EF42359B6664(L_17, (bool)1, NULL);
|
|
L_16->___decoder = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_16->___decoder), (void*)L_17);
|
|
return;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_18 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_19 = ___0_encoding;
|
|
Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* L_20;
|
|
L_20 = VirtualFuncInvoker0< Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* >::Invoke(30, L_19);
|
|
L_18->___decoder = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_18->___decoder), (void*)L_20);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SwitchEncoding_mC73EB114B2F1F732AA6417A7EB694831486B6FAA (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___0_newEncoding, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_0 = ___0_newEncoding;
|
|
String_t* L_1;
|
|
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(9, L_0);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_3 = L_2->___encoding;
|
|
String_t* L_4;
|
|
L_4 = VirtualFuncInvoker0< String_t* >::Invoke(9, L_3);
|
|
bool L_5;
|
|
L_5 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_1, L_4, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_6 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* L_7 = L_6->___decoder;
|
|
if (!((SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23*)IsInstClass((RuntimeObject*)L_7, SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
bool L_8 = __this->___afterResetState;
|
|
if (L_8)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_UnDecodeChars_mE83A86642A1464E06F774A5570CBA45D755D3490(__this, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_9 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_9->___appendMode = (bool)0;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_10 = ___0_newEncoding;
|
|
XmlTextReaderImpl_SetupEncoding_m470DB12F87B04FBFED1621D5931CE18E2CA2E188(__this, L_10, NULL);
|
|
int32_t L_11;
|
|
L_11 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* XmlTextReaderImpl_CheckEncoding_m7D6146C702DCAB1A529AF7048F9F3CB4A9357DDB (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_newEncodingName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3915A096ACD919832A1C4E84ABDC7D6F6B72630D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7326AE41E617D7A8987EBD38608EC2CA31940C0F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A03FF5EFAA03F04AAF57CFC6DCE17560E6F3030);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7FD6B173F8DDB3354F28BB648CED69286F416C9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC32EB74E6CF2D3CD9BDC7BEEB45FE8C6413C1E6E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC79B5A2B53BE125CE49A7A44CDB786AE5BA7E9D1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1A5710D77750DE15143DC722BD4D7F361D7E8BD);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF93620B79D24EBDD0BBA22E51773F74952724C63);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* V_0 = NULL;
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* V_1 = NULL;
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* V_2 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = L_0->___stream;
|
|
if (L_1)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_3 = L_2->___encoding;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
String_t* L_4 = ___0_newEncodingName;
|
|
int32_t L_5;
|
|
L_5 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_4, _stringLiteralC79B5A2B53BE125CE49A7A44CDB786AE5BA7E9D1, 5, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = ___0_newEncodingName;
|
|
int32_t L_7;
|
|
L_7 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_6, _stringLiteral3915A096ACD919832A1C4E84ABDC7D6F6B72630D, 5, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = ___0_newEncodingName;
|
|
int32_t L_9;
|
|
L_9 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_8, _stringLiteral7A03FF5EFAA03F04AAF57CFC6DCE17560E6F3030, 5, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = ___0_newEncodingName;
|
|
int32_t L_11;
|
|
L_11 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_10, _stringLiteral7326AE41E617D7A8987EBD38608EC2CA31940C0F, 5, NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_12 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_13 = L_12->___encoding;
|
|
String_t* L_14;
|
|
L_14 = VirtualFuncInvoker0< String_t* >::Invoke(9, L_13);
|
|
bool L_15;
|
|
L_15 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_14, _stringLiteralC32EB74E6CF2D3CD9BDC7BEEB45FE8C6413C1E6E, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_16 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_17 = L_16->___encoding;
|
|
String_t* L_18;
|
|
L_18 = VirtualFuncInvoker0< String_t* >::Invoke(9, L_17);
|
|
bool L_19;
|
|
L_19 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_18, _stringLiteral3915A096ACD919832A1C4E84ABDC7D6F6B72630D, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_20 = ___0_newEncodingName;
|
|
int32_t L_21;
|
|
L_21 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_20, _stringLiteral7326AE41E617D7A8987EBD38608EC2CA31940C0F, 5, NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
bool L_22 = __this->___afterResetState;
|
|
if (!L_22)
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_23 = ___0_newEncodingName;
|
|
XmlTextReaderImpl_Throw_m859526BA653ED17DCB75917A70D2E7F1FA2914C2(__this, _stringLiteralE1A5710D77750DE15143DC722BD4D7F361D7E8BD, L_23, NULL);
|
|
goto IL_00b8;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
XmlTextReaderImpl_ThrowWithoutLineInfo_m84E949C18CF06CDC034FCC00FC85E7C17304530E(__this, _stringLiteralF93620B79D24EBDD0BBA22E51773F74952724C63, NULL);
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_24 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_25 = L_24->___encoding;
|
|
return L_25;
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
V_0 = (Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095*)NULL;
|
|
String_t* L_26 = ___0_newEncodingName;
|
|
int32_t L_27;
|
|
L_27 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_26, _stringLiteralB7FD6B173F8DDB3354F28BB648CED69286F416C9, 5, NULL);
|
|
if (L_27)
|
|
{
|
|
goto IL_00de;
|
|
}
|
|
}
|
|
{
|
|
UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE* L_28 = (UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE*)il2cpp_codegen_object_new(UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE_il2cpp_TypeInfo_var);
|
|
UTF8Encoding__ctor_m128F4B4A103E718AAB699E2D64011DB13F486726(L_28, (bool)1, (bool)1, NULL);
|
|
V_0 = L_28;
|
|
goto IL_0108;
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
}
|
|
try
|
|
{
|
|
String_t* L_29 = ___0_newEncodingName;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_30;
|
|
L_30 = Encoding_GetEncoding_m979B224460094E241BD5C283BE279886664C9187(L_29, NULL);
|
|
V_0 = L_30;
|
|
goto IL_0108;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_00e8;
|
|
}
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_00f8;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00e8:
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_31 = ((NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)IL2CPP_GET_ACTIVE_EXCEPTION(NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*));;
|
|
V_1 = L_31;
|
|
String_t* L_32 = ___0_newEncodingName;
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_33 = V_1;
|
|
XmlTextReaderImpl_Throw_m04508E40E7C3D09720FCE5018406D8E4AFE9ABAD(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77F4DA4A27A2604AE091F96D9703D92D3E929C3B)), L_32, L_33, NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0108;
|
|
}
|
|
|
|
CATCH_00f8:
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_34 = ((ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*));;
|
|
V_2 = L_34;
|
|
String_t* L_35 = ___0_newEncodingName;
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_36 = V_2;
|
|
XmlTextReaderImpl_Throw_m04508E40E7C3D09720FCE5018406D8E4AFE9ABAD(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral77F4DA4A27A2604AE091F96D9703D92D3E929C3B)), L_35, L_36, NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0108;
|
|
}
|
|
|
|
IL_0108:
|
|
{
|
|
bool L_37 = __this->___afterResetState;
|
|
if (!L_37)
|
|
{
|
|
goto IL_0139;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_38 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_39 = L_38->___encoding;
|
|
String_t* L_40;
|
|
L_40 = VirtualFuncInvoker0< String_t* >::Invoke(9, L_39);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_41 = V_0;
|
|
String_t* L_42;
|
|
L_42 = VirtualFuncInvoker0< String_t* >::Invoke(9, L_41);
|
|
bool L_43;
|
|
L_43 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_40, L_42, NULL);
|
|
if (!L_43)
|
|
{
|
|
goto IL_0139;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_44 = ___0_newEncodingName;
|
|
XmlTextReaderImpl_Throw_m859526BA653ED17DCB75917A70D2E7F1FA2914C2(__this, _stringLiteralE1A5710D77750DE15143DC722BD4D7F361D7E8BD, L_44, NULL);
|
|
}
|
|
|
|
IL_0139:
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_45 = V_0;
|
|
return L_45;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_UnDecodeChars_mE83A86642A1464E06F774A5570CBA45D755D3490 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = __this->___maxCharactersInDocument;
|
|
if ((((int64_t)L_0) <= ((int64_t)((int64_t)0))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_1 = __this->___charactersInDocument;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_3 = L_2->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_5 = L_4->___charPos;
|
|
__this->___charactersInDocument = ((int64_t)il2cpp_codegen_subtract(L_1, ((int64_t)((int32_t)il2cpp_codegen_subtract(L_3, L_5)))));
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
int64_t L_6 = __this->___maxCharactersFromEntities;
|
|
if ((((int64_t)L_6) <= ((int64_t)((int64_t)0))))
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
bool L_7;
|
|
L_7 = XmlTextReaderImpl_get_InEntity_m8EF4B1337E60E18453F2ED32EEFD58B235BDA944(__this, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_8 = __this->___charactersFromEntities;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_9 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_10 = L_9->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_11 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_12 = L_11->___charPos;
|
|
__this->___charactersFromEntities = ((int64_t)il2cpp_codegen_subtract(L_8, ((int64_t)((int32_t)il2cpp_codegen_subtract(L_10, L_12)))));
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_13 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_14 = __this->___documentStartBytePos;
|
|
L_13->___bytePos = L_14;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_15 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_16 = L_15->___charPos;
|
|
if ((((int32_t)L_16) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_17 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_18 = (int32_t*)(&L_17->___bytePos);
|
|
int32_t* L_19 = L_18;
|
|
int32_t L_20 = *((int32_t*)L_19);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_21 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_22 = L_21->___encoding;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_23 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_24 = L_23->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_25 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_26 = L_25->___charPos;
|
|
int32_t L_27;
|
|
L_27 = VirtualFuncInvoker3< int32_t, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(12, L_22, L_24, 0, L_26);
|
|
*((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add(L_20, L_27));
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_28 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_29 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_30 = L_29->___charPos;
|
|
L_28->___charsUsed = L_30;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_31 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_31->___isEof = (bool)0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SwitchEncodingToUTF8_m0D0BF3FCAF9BAC54D7631A62F6CAE59F58F55F38 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE* L_0 = (UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE*)il2cpp_codegen_object_new(UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE_il2cpp_TypeInfo_var);
|
|
UTF8Encoding__ctor_m128F4B4A103E718AAB699E2D64011DB13F486726(L_0, (bool)1, (bool)1, NULL);
|
|
XmlTextReaderImpl_SwitchEncoding_mC73EB114B2F1F732AA6417A7EB694831486B6FAA(__this, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_7 = NULL;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_1 = L_0->___isEof;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_3 = L_2->___appendMode;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_5 = L_4->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_6 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = L_6->___chars;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_7)->max_length)), 1))))))
|
|
{
|
|
goto IL_00a3;
|
|
}
|
|
}
|
|
{
|
|
V_2 = 0;
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_8 = __this->___nodes;
|
|
int32_t L_9 = __this->___index;
|
|
int32_t L_10 = V_2;
|
|
int32_t L_11 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_9, L_10)), 1));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_12 = (L_8)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_11));
|
|
NodeData_OnBufferInvalidated_m23EB9F4229B6FB92ED6C586B75EFE146D979A7D2(L_12, NULL);
|
|
int32_t L_13 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
int32_t L_14 = V_2;
|
|
int32_t L_15 = __this->___attrCount;
|
|
if ((((int32_t)L_14) < ((int32_t)L_15)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_16 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_17 = L_16->___chars;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_18 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_17)->max_length)), 2)));
|
|
V_1 = L_18;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_19 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_20 = L_19->___chars;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_21 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_22 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = L_22->___chars;
|
|
XmlTextReaderImpl_BlockCopyChars_m0BA24CD97C62B4BA5075A5426C1F00DF971621AB(L_20, 0, L_21, 0, ((int32_t)(((RuntimeArray*)L_23)->max_length)), NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_24 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_25 = V_1;
|
|
L_24->___chars = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_24->___chars), (void*)L_25);
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_26 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_27 = L_26->___stream;
|
|
if (!L_27)
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_28 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_29 = L_28->___bytesUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_30 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_31 = L_30->___bytePos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_29, L_31))) >= ((int32_t)6)))
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_32 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = L_32->___bytes;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_34 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_35 = L_34->___bytesUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_33)->max_length)), L_35))) >= ((int32_t)6)))
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_36 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = L_36->___bytes;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_38 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_37)->max_length)), 2)));
|
|
V_3 = L_38;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_39 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_40 = L_39->___bytes;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = V_3;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_42 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_43 = L_42->___bytesUsed;
|
|
XmlTextReaderImpl_BlockCopy_m25BE6918882E5849FE2032F94F148BED46671DAA(L_40, 0, L_41, 0, L_43, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_44 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_45 = V_3;
|
|
L_44->___bytes = L_45;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_44->___bytes), (void*)L_45);
|
|
}
|
|
|
|
IL_0125:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_46 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_47 = L_46->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_48 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_49 = L_48->___charsUsed;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_47)->max_length)), L_49)), 1));
|
|
int32_t L_50 = V_0;
|
|
if ((((int32_t)L_50) <= ((int32_t)((int32_t)80))))
|
|
{
|
|
goto IL_0312;
|
|
}
|
|
}
|
|
{
|
|
V_0 = ((int32_t)80);
|
|
goto IL_0312;
|
|
}
|
|
|
|
IL_0151:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_51 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_52 = L_51->___chars;
|
|
V_4 = ((int32_t)(((RuntimeArray*)L_52)->max_length));
|
|
int32_t L_53 = V_4;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_54 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_55 = L_54->___charsUsed;
|
|
int32_t L_56 = V_4;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_53, L_55))) > ((int32_t)((int32_t)(L_56/2)))))
|
|
{
|
|
goto IL_0273;
|
|
}
|
|
}
|
|
{
|
|
V_6 = 0;
|
|
goto IL_0199;
|
|
}
|
|
|
|
IL_017c:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_57 = __this->___nodes;
|
|
int32_t L_58 = __this->___index;
|
|
int32_t L_59 = V_6;
|
|
int32_t L_60 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_58, L_59)), 1));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_61 = (L_57)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_60));
|
|
NodeData_OnBufferInvalidated_m23EB9F4229B6FB92ED6C586B75EFE146D979A7D2(L_61, NULL);
|
|
int32_t L_62 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_62, 1));
|
|
}
|
|
|
|
IL_0199:
|
|
{
|
|
int32_t L_63 = V_6;
|
|
int32_t L_64 = __this->___attrCount;
|
|
if ((((int32_t)L_63) < ((int32_t)L_64)))
|
|
{
|
|
goto IL_017c;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_65 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_66 = L_65->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_67 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_68 = L_67->___charPos;
|
|
V_5 = ((int32_t)il2cpp_codegen_subtract(L_66, L_68));
|
|
int32_t L_69 = V_5;
|
|
int32_t L_70 = V_4;
|
|
if ((((int32_t)L_69) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_70, 1)))))
|
|
{
|
|
goto IL_022f;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_71 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_72 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_73 = L_72->___lineStartPos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_74 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_75 = L_74->___charPos;
|
|
L_71->___lineStartPos = ((int32_t)il2cpp_codegen_subtract(L_73, L_75));
|
|
int32_t L_76 = V_5;
|
|
if ((((int32_t)L_76) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0214;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_77 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_78 = L_77->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_79 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_80 = L_79->___charPos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_81 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_82 = L_81->___chars;
|
|
int32_t L_83 = V_5;
|
|
XmlTextReaderImpl_BlockCopyChars_m0BA24CD97C62B4BA5075A5426C1F00DF971621AB(L_78, L_80, L_82, 0, L_83, NULL);
|
|
}
|
|
|
|
IL_0214:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_84 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_84->___charPos = 0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_85 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_86 = V_5;
|
|
L_85->___charsUsed = L_86;
|
|
goto IL_0273;
|
|
}
|
|
|
|
IL_022f:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_87 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_88 = L_87->___chars;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_89 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_88)->max_length)), 2)));
|
|
V_7 = L_89;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_90 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_91 = L_90->___chars;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_92 = V_7;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_93 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_94 = L_93->___chars;
|
|
XmlTextReaderImpl_BlockCopyChars_m0BA24CD97C62B4BA5075A5426C1F00DF971621AB(L_91, 0, L_92, 0, ((int32_t)(((RuntimeArray*)L_94)->max_length)), NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_95 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_96 = V_7;
|
|
L_95->___chars = L_96;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_95->___chars), (void*)L_96);
|
|
}
|
|
|
|
IL_0273:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_97 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_98 = L_97->___stream;
|
|
if (!L_98)
|
|
{
|
|
goto IL_02f6;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_99 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_100 = L_99->___bytesUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_101 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_102 = L_101->___bytePos;
|
|
V_8 = ((int32_t)il2cpp_codegen_subtract(L_100, L_102));
|
|
int32_t L_103 = V_8;
|
|
if ((((int32_t)L_103) > ((int32_t)((int32_t)128))))
|
|
{
|
|
goto IL_02f6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_104 = V_8;
|
|
if (L_104)
|
|
{
|
|
goto IL_02b4;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_105 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_105->___bytesUsed = 0;
|
|
goto IL_02ea;
|
|
}
|
|
|
|
IL_02b4:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_106 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_107 = L_106->___bytes;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_108 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_109 = L_108->___bytePos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_110 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_111 = L_110->___bytes;
|
|
int32_t L_112 = V_8;
|
|
XmlTextReaderImpl_BlockCopy_m25BE6918882E5849FE2032F94F148BED46671DAA(L_107, L_109, L_111, 0, L_112, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_113 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_114 = V_8;
|
|
L_113->___bytesUsed = L_114;
|
|
}
|
|
|
|
IL_02ea:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_115 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_115->___bytePos = 0;
|
|
}
|
|
|
|
IL_02f6:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_116 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_117 = L_116->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_118 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_119 = L_118->___charsUsed;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_117)->max_length)), L_119)), 1));
|
|
}
|
|
|
|
IL_0312:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_120 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_121 = L_120->___stream;
|
|
if (!L_121)
|
|
{
|
|
goto IL_03f6;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_122 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_123 = L_122->___isStreamEof;
|
|
if (L_123)
|
|
{
|
|
goto IL_03c8;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_124 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_125 = L_124->___bytePos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_126 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_127 = L_126->___bytesUsed;
|
|
if ((!(((uint32_t)L_125) == ((uint32_t)L_127))))
|
|
{
|
|
goto IL_03c8;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_128 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_129 = L_128->___bytes;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_130 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_131 = L_130->___bytesUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_129)->max_length)), L_131))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_03c8;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_132 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_133 = L_132->___stream;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_134 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_135 = L_134->___bytes;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_136 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_137 = L_136->___bytesUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_138 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_139 = L_138->___bytes;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_140 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_141 = L_140->___bytesUsed;
|
|
int32_t L_142;
|
|
L_142 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(30, L_133, L_135, L_137, ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_139)->max_length)), L_141)));
|
|
V_10 = L_142;
|
|
int32_t L_143 = V_10;
|
|
if (L_143)
|
|
{
|
|
goto IL_03b7;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_144 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_144->___isStreamEof = (bool)1;
|
|
}
|
|
|
|
IL_03b7:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_145 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_146 = (int32_t*)(&L_145->___bytesUsed);
|
|
int32_t* L_147 = L_146;
|
|
int32_t L_148 = *((int32_t*)L_147);
|
|
int32_t L_149 = V_10;
|
|
*((int32_t*)L_147) = (int32_t)((int32_t)il2cpp_codegen_add(L_148, L_149));
|
|
}
|
|
|
|
IL_03c8:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_150 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_151 = L_150->___bytePos;
|
|
V_9 = L_151;
|
|
int32_t L_152 = V_0;
|
|
int32_t L_153;
|
|
L_153 = XmlTextReaderImpl_GetChars_m0551EFA549AFF2773F1422C35BFD60576D58E1E6(__this, L_152, NULL);
|
|
V_0 = L_153;
|
|
int32_t L_154 = V_0;
|
|
if (L_154)
|
|
{
|
|
goto IL_0459;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_155 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_156 = L_155->___bytePos;
|
|
int32_t L_157 = V_9;
|
|
if ((((int32_t)L_156) == ((int32_t)L_157)))
|
|
{
|
|
goto IL_0459;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_158;
|
|
L_158 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
return L_158;
|
|
}
|
|
|
|
IL_03f6:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_159 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_160 = L_159->___textReader;
|
|
if (!L_160)
|
|
{
|
|
goto IL_0457;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_161 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_162 = L_161->___textReader;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_163 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_164 = L_163->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_165 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_166 = L_165->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_167 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_168 = L_167->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_169 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_170 = L_169->___charsUsed;
|
|
int32_t L_171;
|
|
L_171 = VirtualFuncInvoker3< int32_t, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(11, L_162, L_164, L_166, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_168)->max_length)), L_170)), 1)));
|
|
V_0 = L_171;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_172 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_173 = (int32_t*)(&L_172->___charsUsed);
|
|
int32_t* L_174 = L_173;
|
|
int32_t L_175 = *((int32_t*)L_174);
|
|
int32_t L_176 = V_0;
|
|
*((int32_t*)L_174) = (int32_t)((int32_t)il2cpp_codegen_add(L_175, L_176));
|
|
goto IL_0459;
|
|
}
|
|
|
|
IL_0457:
|
|
{
|
|
V_0 = 0;
|
|
}
|
|
|
|
IL_0459:
|
|
{
|
|
int32_t L_177 = V_0;
|
|
bool L_178;
|
|
L_178 = XmlTextReaderImpl_get_InEntity_m8EF4B1337E60E18453F2ED32EEFD58B235BDA944(__this, NULL);
|
|
XmlTextReaderImpl_RegisterConsumedCharacters_mC93EC992AB264BC7A08D193CEB0A87806E799D68(__this, ((int64_t)L_177), L_178, NULL);
|
|
int32_t L_179 = V_0;
|
|
if (L_179)
|
|
{
|
|
goto IL_0476;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_180 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_180->___isEof = (bool)1;
|
|
}
|
|
|
|
IL_0476:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_181 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_182 = L_181->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_183 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_184 = L_183->___charsUsed;
|
|
(L_182)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_184), (Il2CppChar)0);
|
|
int32_t L_185 = V_0;
|
|
return L_185;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetChars_m0551EFA549AFF2773F1422C35BFD60576D58E1E6 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_maxCharsCount, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = L_0->___bytesUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_3 = L_2->___bytePos;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_1, L_3));
|
|
int32_t L_4 = V_0;
|
|
if (L_4)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
}
|
|
try
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* L_6 = L_5->___decoder;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = L_7->___bytes;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_9 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_10 = L_9->___bytePos;
|
|
int32_t L_11 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_12 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_13 = L_12->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_14 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_15 = L_14->___charsUsed;
|
|
int32_t L_16 = ___0_maxCharsCount;
|
|
VirtualActionInvoker10< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t, bool, int32_t*, int32_t*, bool* >::Invoke(12, L_6, L_8, L_10, L_11, L_13, L_15, L_16, (bool)0, (&V_0), (&V_1), (&V_2));
|
|
goto IL_0072;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0065;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0065:
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_17 = ((ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*));;
|
|
XmlTextReaderImpl_InvalidCharRecovery_m7B340492710F3E4221E1D82062C2512EA2497466(__this, (&V_0), (&V_1), NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0072;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_18 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_19 = (int32_t*)(&L_18->___bytePos);
|
|
int32_t* L_20 = L_19;
|
|
int32_t L_21 = *((int32_t*)L_20);
|
|
int32_t L_22 = V_0;
|
|
*((int32_t*)L_20) = (int32_t)((int32_t)il2cpp_codegen_add(L_21, L_22));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_23 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_24 = (int32_t*)(&L_23->___charsUsed);
|
|
int32_t* L_25 = L_24;
|
|
int32_t L_26 = *((int32_t*)L_25);
|
|
int32_t L_27 = V_1;
|
|
*((int32_t*)L_25) = (int32_t)((int32_t)il2cpp_codegen_add(L_26, L_27));
|
|
int32_t L_28 = V_1;
|
|
return L_28;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InvalidCharRecovery_m7B340492710F3E4221E1D82062C2512EA2497466 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t* ___0_bytesCount, int32_t* ___1_charsCount, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC8CAA2A3849E3D54918E4EA208FB0D055700292);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
bool V_4 = false;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
V_0 = 0;
|
|
V_1 = 0;
|
|
}
|
|
try
|
|
{
|
|
{
|
|
goto IL_0057_1;
|
|
}
|
|
|
|
IL_0006_1:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* L_1 = L_0->___decoder;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = L_2->___bytes;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_5 = L_4->___bytePos;
|
|
int32_t L_6 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = L_7->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_9 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_10 = L_9->___charsUsed;
|
|
int32_t L_11 = V_0;
|
|
VirtualActionInvoker10< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t, bool, int32_t*, int32_t*, bool* >::Invoke(12, L_1, L_3, ((int32_t)il2cpp_codegen_add(L_5, L_6)), 1, L_8, ((int32_t)il2cpp_codegen_add(L_10, L_11)), 1, (bool)0, (&V_3), (&V_2), (&V_4));
|
|
int32_t L_12 = V_0;
|
|
int32_t L_13 = V_2;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_12, L_13));
|
|
int32_t L_14 = V_1;
|
|
int32_t L_15 = V_3;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_14, L_15));
|
|
}
|
|
|
|
IL_0057_1:
|
|
{
|
|
int32_t L_16 = V_1;
|
|
int32_t* L_17 = ___0_bytesCount;
|
|
int32_t L_18 = *((int32_t*)L_17);
|
|
if ((((int32_t)L_16) < ((int32_t)L_18)))
|
|
{
|
|
goto IL_0006_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_005e;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_005e:
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_19 = ((ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*));;
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0061;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
int32_t L_20 = V_0;
|
|
if (L_20)
|
|
{
|
|
goto IL_007a;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_21 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_22 = L_21->___charsUsed;
|
|
XmlTextReaderImpl_Throw_m6B29826BD40C8EA74E130EB649AAE48B51EE4AB2(__this, L_22, _stringLiteralEC8CAA2A3849E3D54918E4EA208FB0D055700292, NULL);
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
int32_t* L_23 = ___1_charsCount;
|
|
int32_t L_24 = V_0;
|
|
*((int32_t*)L_23) = (int32_t)L_24;
|
|
int32_t* L_25 = ___0_bytesCount;
|
|
int32_t L_26 = V_1;
|
|
*((int32_t*)L_25) = (int32_t)L_26;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Close_m00A023B8815072F34509D2937F878404C966F63D (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_closeInput, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___parsingFunction;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)12)))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
XmlTextReaderImpl_PopParsingState_m6F5CF788CF5233E312DFB006D075BE7D37374D71(__this, NULL);
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
bool L_1;
|
|
L_1 = XmlTextReaderImpl_get_InEntity_m8EF4B1337E60E18453F2ED32EEFD58B235BDA944(__this, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_3 = ___0_closeInput;
|
|
ParsingState_Close_mA2ACDB0CCE0955A1C3B7FA9431E23F3B4C2B2008(L_2, L_3, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_4;
|
|
L_4 = NodeData_get_None_mA5FEE08AC3F537E7EA9900A26F224697CF045E78(NULL);
|
|
__this->___curNode = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_4);
|
|
__this->___parsingFunction = ((int32_t)12);
|
|
__this->___reportedEncoding = (Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedEncoding), (void*)(Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095*)NULL);
|
|
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
__this->___reportedBaseUri = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedBaseUri), (void*)L_5);
|
|
__this->___readState = 4;
|
|
__this->___fullAttrCleanup = (bool)0;
|
|
XmlTextReaderImpl_ResetAttributes_m2E88D9765B460D463079DC959DA71B940FBE014C(__this, NULL);
|
|
__this->___laterInitParam = (LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___laterInitParam), (void*)(LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ShiftBuffer_m9BECA455EAEF35A421F684DFFFC45D542A92A5A0 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_sourcePos, int32_t ___1_destPos, int32_t ___2_count, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0->___chars;
|
|
int32_t L_2 = ___0_sourcePos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_3 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = L_3->___chars;
|
|
int32_t L_5 = ___1_destPos;
|
|
int32_t L_6 = ___2_count;
|
|
XmlTextReaderImpl_BlockCopyChars_m0BA24CD97C62B4BA5075A5426C1F00DF971621AB(L_1, L_2, L_4, L_5, L_6, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseXmlDeclaration_mE57790EE79B349C9AA99472BA1B5DE58604660EA (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_isTextDecl, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral03B045FCD10ECF188A204F5155B713E46FEAC4DE);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A80D09E42ECF83939C0550908D8E7889359C8D8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3915A096ACD919832A1C4E84ABDC7D6F6B72630D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BAA302A400A1B9C6F712ED9DBE1D7010A5034BF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C80BE31B3A7206EDCC7D55B9B8DC0407E7A87EB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DF28038BAE3947FE2A10B2562359E7D3A2BF989);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA99D512DBB15CEE509B88EBCE4AB195F07681F44);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC5E32C47A7BDB12A3CFA3FAD891E5A0B2E18DE3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7FD6B173F8DDB3354F28BB648CED69286F416C9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF8B5610C2E749CDA971813F2601B7DDAF980B54);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC32EB74E6CF2D3CD9BDC7BEEB45FE8C6413C1E6E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1A5710D77750DE15143DC722BD4D7F361D7E8BD);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE577106AF74D4E432DDB4785DA3B2BE486F67838);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE6EBEC5243A7F1F4EC60D6ADEFEEC1D5A655AA46);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringBuilder_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_6 = NULL;
|
|
Il2CppChar V_7 = 0x0;
|
|
int32_t V_8 = 0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_9 = NULL;
|
|
String_t* V_10 = NULL;
|
|
Il2CppChar V_11 = 0x0;
|
|
String_t* V_12 = NULL;
|
|
String_t* V_13 = NULL;
|
|
String_t* V_14 = NULL;
|
|
StringBuilder_t* G_B10_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B13_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B12_0 = NULL;
|
|
StringBuilder_t* G_B14_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B14_1 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B19_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B18_0 = NULL;
|
|
String_t* G_B20_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B20_1 = NULL;
|
|
String_t* G_B33_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B33_1 = NULL;
|
|
String_t* G_B32_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B32_1 = NULL;
|
|
String_t* G_B34_0 = NULL;
|
|
String_t* G_B34_1 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B34_2 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B67_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B66_0 = NULL;
|
|
String_t* G_B68_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B68_1 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B110_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B109_0 = NULL;
|
|
String_t* G_B111_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B111_1 = NULL;
|
|
String_t* G_B124_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B124_1 = NULL;
|
|
String_t* G_B123_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B123_1 = NULL;
|
|
String_t* G_B125_0 = NULL;
|
|
String_t* G_B125_1 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B125_2 = NULL;
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
|
|
IL_0002:
|
|
{
|
|
int32_t L_0;
|
|
L_0 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_07e0;
|
|
}
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_1 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_2 = L_1->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_3 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_4 = L_3->___charPos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_2, L_4))) < ((int32_t)6)))
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = L_5->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_8 = L_7->___charPos;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_9;
|
|
L_9 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_6, L_8, 5, _stringLiteral1A80D09E42ECF83939C0550908D8E7889359C8D8, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_07e0;
|
|
}
|
|
}
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_10 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_11 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = L_11->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_13 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_14 = L_13->___charPos;
|
|
int32_t L_15 = ((int32_t)il2cpp_codegen_add(L_14, 5));
|
|
uint16_t L_16 = (uint16_t)(L_12)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_15));
|
|
bool L_17;
|
|
L_17 = XmlCharType_IsNameSingleChar_mA5C27AEE5BABB098031EA8BE197F9E2E63F0478A(L_10, L_16, NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_07e0;
|
|
}
|
|
}
|
|
{
|
|
bool L_18 = ___0_isTextDecl;
|
|
if (L_18)
|
|
{
|
|
goto IL_00af;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_19 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_20 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_21;
|
|
L_21 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_20, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_22 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_23;
|
|
L_23 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_22, NULL);
|
|
NodeData_SetLineInfo_m6D28339C7F45327E5B512AD556ECCBB06A0871A5(L_19, L_21, ((int32_t)il2cpp_codegen_add(L_23, 2)), NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_24 = __this->___curNode;
|
|
String_t* L_25 = __this->___Xml;
|
|
NodeData_SetNamedNode_mB4B118182B66F9E24611C31A074538E177DDDA73(L_24, ((int32_t)17), L_25, NULL);
|
|
}
|
|
|
|
IL_00af:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_26 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_27 = (int32_t*)(&L_26->___charPos);
|
|
int32_t* L_28 = L_27;
|
|
int32_t L_29 = *((int32_t*)L_28);
|
|
*((int32_t*)L_28) = (int32_t)((int32_t)il2cpp_codegen_add(L_29, 5));
|
|
bool L_30 = ___0_isTextDecl;
|
|
if (L_30)
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_31 = __this->___stringBuilder;
|
|
G_B10_0 = L_31;
|
|
goto IL_00cf;
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
StringBuilder_t* L_32 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_32, NULL);
|
|
G_B10_0 = L_32;
|
|
}
|
|
|
|
IL_00cf:
|
|
{
|
|
V_0 = G_B10_0;
|
|
V_1 = 0;
|
|
V_2 = (Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095*)NULL;
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
StringBuilder_t* L_33 = V_0;
|
|
int32_t L_34;
|
|
L_34 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_33, NULL);
|
|
V_3 = L_34;
|
|
int32_t L_35 = V_1;
|
|
if (!L_35)
|
|
{
|
|
G_B13_0 = __this;
|
|
goto IL_00e2;
|
|
}
|
|
G_B12_0 = __this;
|
|
}
|
|
{
|
|
StringBuilder_t* L_36 = V_0;
|
|
G_B14_0 = L_36;
|
|
G_B14_1 = G_B12_0;
|
|
goto IL_00e3;
|
|
}
|
|
|
|
IL_00e2:
|
|
{
|
|
G_B14_0 = ((StringBuilder_t*)(NULL));
|
|
G_B14_1 = G_B13_0;
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
int32_t L_37;
|
|
L_37 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(G_B14_1, G_B14_0, NULL);
|
|
V_4 = L_37;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_38 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_39 = L_38->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_40 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_41 = L_40->___charPos;
|
|
int32_t L_42 = L_41;
|
|
uint16_t L_43 = (uint16_t)(L_39)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_42));
|
|
if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)63)))))
|
|
{
|
|
goto IL_0276;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_44 = V_0;
|
|
int32_t L_45 = V_3;
|
|
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_44, L_45, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_46 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_47 = L_46->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_48 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_49 = L_48->___charPos;
|
|
int32_t L_50 = ((int32_t)il2cpp_codegen_add(L_49, 1));
|
|
uint16_t L_51 = (uint16_t)(L_47)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_50));
|
|
if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)62)))))
|
|
{
|
|
goto IL_024e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_52 = V_1;
|
|
if (L_52)
|
|
{
|
|
goto IL_0147;
|
|
}
|
|
}
|
|
{
|
|
bool L_53 = ___0_isTextDecl;
|
|
if (L_53)
|
|
{
|
|
G_B19_0 = __this;
|
|
goto IL_013d;
|
|
}
|
|
G_B18_0 = __this;
|
|
}
|
|
{
|
|
G_B20_0 = _stringLiteral03B045FCD10ECF188A204F5155B713E46FEAC4DE;
|
|
G_B20_1 = G_B18_0;
|
|
goto IL_0142;
|
|
}
|
|
|
|
IL_013d:
|
|
{
|
|
G_B20_0 = _stringLiteralAC5E32C47A7BDB12A3CFA3FAD891E5A0B2E18DE3;
|
|
G_B20_1 = G_B19_0;
|
|
}
|
|
|
|
IL_0142:
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(G_B20_1, G_B20_0, NULL);
|
|
}
|
|
|
|
IL_0147:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_54 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_55 = (int32_t*)(&L_54->___charPos);
|
|
int32_t* L_56 = L_55;
|
|
int32_t L_57 = *((int32_t*)L_56);
|
|
*((int32_t*)L_56) = (int32_t)((int32_t)il2cpp_codegen_add(L_57, 2));
|
|
bool L_58 = ___0_isTextDecl;
|
|
if (L_58)
|
|
{
|
|
goto IL_0186;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_59 = __this->___curNode;
|
|
StringBuilder_t* L_60 = V_0;
|
|
String_t* L_61;
|
|
L_61 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_60);
|
|
NodeData_SetValue_m07CC0F62B746F76367A00A6A88DEDB2B87B6CA91(L_59, L_61, NULL);
|
|
StringBuilder_t* L_62 = V_0;
|
|
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_62, 0, NULL);
|
|
int32_t L_63 = __this->___parsingFunction;
|
|
__this->___nextParsingFunction = L_63;
|
|
__this->___parsingFunction = ((int32_t)9);
|
|
}
|
|
|
|
IL_0186:
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_64 = V_2;
|
|
if (L_64)
|
|
{
|
|
goto IL_0239;
|
|
}
|
|
}
|
|
{
|
|
bool L_65 = ___0_isTextDecl;
|
|
if (!L_65)
|
|
{
|
|
goto IL_019a;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteralAC5E32C47A7BDB12A3CFA3FAD891E5A0B2E18DE3, NULL);
|
|
}
|
|
|
|
IL_019a:
|
|
{
|
|
bool L_66 = __this->___afterResetState;
|
|
if (!L_66)
|
|
{
|
|
goto IL_021f;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_67 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_68 = L_67->___encoding;
|
|
String_t* L_69;
|
|
L_69 = VirtualFuncInvoker0< String_t* >::Invoke(9, L_68);
|
|
V_10 = L_69;
|
|
String_t* L_70 = V_10;
|
|
bool L_71;
|
|
L_71 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_70, _stringLiteralB7FD6B173F8DDB3354F28BB648CED69286F416C9, NULL);
|
|
if (!L_71)
|
|
{
|
|
goto IL_021f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_72 = V_10;
|
|
bool L_73;
|
|
L_73 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_72, _stringLiteral3915A096ACD919832A1C4E84ABDC7D6F6B72630D, NULL);
|
|
if (!L_73)
|
|
{
|
|
goto IL_021f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_74 = V_10;
|
|
bool L_75;
|
|
L_75 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_74, _stringLiteralC32EB74E6CF2D3CD9BDC7BEEB45FE8C6413C1E6E, NULL);
|
|
if (!L_75)
|
|
{
|
|
goto IL_021f;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_76 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_77 = L_76->___encoding;
|
|
if (((Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B*)IsInstClass((RuntimeObject*)L_77, Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_021f;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_78 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_79 = L_78->___encoding;
|
|
int32_t L_80;
|
|
L_80 = VirtualFuncInvoker1< int32_t, String_t* >::Invoke(11, L_79, _stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003);
|
|
if ((((int32_t)L_80) == ((int32_t)1)))
|
|
{
|
|
G_B33_0 = _stringLiteralE1A5710D77750DE15143DC722BD4D7F361D7E8BD;
|
|
G_B33_1 = __this;
|
|
goto IL_0215;
|
|
}
|
|
G_B32_0 = _stringLiteralE1A5710D77750DE15143DC722BD4D7F361D7E8BD;
|
|
G_B32_1 = __this;
|
|
}
|
|
{
|
|
G_B34_0 = _stringLiteralA99D512DBB15CEE509B88EBCE4AB195F07681F44;
|
|
G_B34_1 = G_B32_0;
|
|
G_B34_2 = G_B32_1;
|
|
goto IL_021a;
|
|
}
|
|
|
|
IL_0215:
|
|
{
|
|
G_B34_0 = _stringLiteralE577106AF74D4E432DDB4785DA3B2BE486F67838;
|
|
G_B34_1 = G_B33_0;
|
|
G_B34_2 = G_B33_1;
|
|
}
|
|
|
|
IL_021a:
|
|
{
|
|
XmlTextReaderImpl_Throw_m859526BA653ED17DCB75917A70D2E7F1FA2914C2(G_B34_2, G_B34_1, G_B34_0, NULL);
|
|
}
|
|
|
|
IL_021f:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_81 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* L_82 = L_81->___decoder;
|
|
if (!((SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23*)IsInstClass((RuntimeObject*)L_82, SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0240;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_SwitchEncodingToUTF8_m0D0BF3FCAF9BAC54D7631A62F6CAE59F58F55F38(__this, NULL);
|
|
goto IL_0240;
|
|
}
|
|
|
|
IL_0239:
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_83 = V_2;
|
|
XmlTextReaderImpl_SwitchEncoding_mC73EB114B2F1F732AA6417A7EB694831486B6FAA(__this, L_83, NULL);
|
|
}
|
|
|
|
IL_0240:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_84 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_84->___appendMode = (bool)0;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_024e:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_85 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_86 = L_85->___charPos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_87 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_88 = L_87->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_86, 1))) == ((int32_t)L_88)))
|
|
{
|
|
goto IL_07b8;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_m780382C6FFE6D71D6618E4EAFFD2272D86C042C2(__this, _stringLiteralBF8B5610C2E749CDA971813F2601B7DDAF980B54, NULL);
|
|
}
|
|
|
|
IL_0276:
|
|
{
|
|
int32_t L_89 = V_4;
|
|
if (L_89)
|
|
{
|
|
goto IL_0288;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_90 = V_1;
|
|
if (!L_90)
|
|
{
|
|
goto IL_0288;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_m780382C6FFE6D71D6618E4EAFFD2272D86C042C2(__this, _stringLiteral6C80BE31B3A7206EDCC7D55B9B8DC0407E7A87EB, NULL);
|
|
}
|
|
|
|
IL_0288:
|
|
{
|
|
int32_t L_91;
|
|
L_91 = XmlTextReaderImpl_ParseName_m91011791BCE5AF6659C6F7710B79FC64A08D2C39(__this, NULL);
|
|
V_5 = L_91;
|
|
V_6 = (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)NULL;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_92 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_93 = L_92->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_94 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_95 = L_94->___charPos;
|
|
int32_t L_96 = L_95;
|
|
uint16_t L_97 = (uint16_t)(L_93)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_96));
|
|
V_11 = L_97;
|
|
Il2CppChar L_98 = V_11;
|
|
if ((((int32_t)L_98) == ((int32_t)((int32_t)101))))
|
|
{
|
|
goto IL_0316;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_99 = V_11;
|
|
if ((((int32_t)L_99) == ((int32_t)((int32_t)115))))
|
|
{
|
|
goto IL_0365;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_100 = V_11;
|
|
if ((!(((uint32_t)L_100) == ((uint32_t)((int32_t)118)))))
|
|
{
|
|
goto IL_03b5;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_101 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_102 = L_101->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_103 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_104 = L_103->___charPos;
|
|
int32_t L_105 = V_5;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_106 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_107 = L_106->___charPos;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_108;
|
|
L_108 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_102, L_104, ((int32_t)il2cpp_codegen_subtract(L_105, L_107)), _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, NULL);
|
|
if (!L_108)
|
|
{
|
|
goto IL_03b5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_109 = V_1;
|
|
if (L_109)
|
|
{
|
|
goto IL_03b5;
|
|
}
|
|
}
|
|
{
|
|
bool L_110 = ___0_isTextDecl;
|
|
if (L_110)
|
|
{
|
|
goto IL_03ca;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_111;
|
|
L_111 = XmlTextReaderImpl_AddAttributeNoChecks_m9E1DC00CD07DE33C6E070B5613DE2F4F2549DA39(__this, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, 1, NULL);
|
|
V_6 = L_111;
|
|
goto IL_03ca;
|
|
}
|
|
|
|
IL_0316:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_112 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_113 = L_112->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_114 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_115 = L_114->___charPos;
|
|
int32_t L_116 = V_5;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_117 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_118 = L_117->___charPos;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_119;
|
|
L_119 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_113, L_115, ((int32_t)il2cpp_codegen_subtract(L_116, L_118)), _stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128, NULL);
|
|
if (!L_119)
|
|
{
|
|
goto IL_03b5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_120 = V_1;
|
|
if ((((int32_t)L_120) == ((int32_t)1)))
|
|
{
|
|
goto IL_0350;
|
|
}
|
|
}
|
|
{
|
|
bool L_121 = ___0_isTextDecl;
|
|
if (!L_121)
|
|
{
|
|
goto IL_03b5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_122 = V_1;
|
|
if (L_122)
|
|
{
|
|
goto IL_03b5;
|
|
}
|
|
}
|
|
|
|
IL_0350:
|
|
{
|
|
bool L_123 = ___0_isTextDecl;
|
|
if (L_123)
|
|
{
|
|
goto IL_0361;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_124;
|
|
L_124 = XmlTextReaderImpl_AddAttributeNoChecks_m9E1DC00CD07DE33C6E070B5613DE2F4F2549DA39(__this, _stringLiteral29988D0F9BCADFABFF66CBF5AB73096D1CAE3128, 1, NULL);
|
|
V_6 = L_124;
|
|
}
|
|
|
|
IL_0361:
|
|
{
|
|
V_1 = 1;
|
|
goto IL_03ca;
|
|
}
|
|
|
|
IL_0365:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_125 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_126 = L_125->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_127 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_128 = L_127->___charPos;
|
|
int32_t L_129 = V_5;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_130 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_131 = L_130->___charPos;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_132;
|
|
L_132 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_126, L_128, ((int32_t)il2cpp_codegen_subtract(L_129, L_131)), _stringLiteral5BAA302A400A1B9C6F712ED9DBE1D7010A5034BF, NULL);
|
|
if (!L_132)
|
|
{
|
|
goto IL_03b5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_133 = V_1;
|
|
if ((((int32_t)L_133) == ((int32_t)1)))
|
|
{
|
|
goto IL_039d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_134 = V_1;
|
|
if ((!(((uint32_t)L_134) == ((uint32_t)2))))
|
|
{
|
|
goto IL_03b5;
|
|
}
|
|
}
|
|
|
|
IL_039d:
|
|
{
|
|
bool L_135 = ___0_isTextDecl;
|
|
if (L_135)
|
|
{
|
|
goto IL_03b5;
|
|
}
|
|
}
|
|
{
|
|
bool L_136 = ___0_isTextDecl;
|
|
if (L_136)
|
|
{
|
|
goto IL_03b1;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_137;
|
|
L_137 = XmlTextReaderImpl_AddAttributeNoChecks_m9E1DC00CD07DE33C6E070B5613DE2F4F2549DA39(__this, _stringLiteral5BAA302A400A1B9C6F712ED9DBE1D7010A5034BF, 1, NULL);
|
|
V_6 = L_137;
|
|
}
|
|
|
|
IL_03b1:
|
|
{
|
|
V_1 = 2;
|
|
goto IL_03ca;
|
|
}
|
|
|
|
IL_03b5:
|
|
{
|
|
bool L_138 = ___0_isTextDecl;
|
|
if (L_138)
|
|
{
|
|
G_B67_0 = __this;
|
|
goto IL_03c0;
|
|
}
|
|
G_B66_0 = __this;
|
|
}
|
|
{
|
|
G_B68_0 = _stringLiteral03B045FCD10ECF188A204F5155B713E46FEAC4DE;
|
|
G_B68_1 = G_B66_0;
|
|
goto IL_03c5;
|
|
}
|
|
|
|
IL_03c0:
|
|
{
|
|
G_B68_0 = _stringLiteralAC5E32C47A7BDB12A3CFA3FAD891E5A0B2E18DE3;
|
|
G_B68_1 = G_B67_0;
|
|
}
|
|
|
|
IL_03c5:
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(G_B68_1, G_B68_0, NULL);
|
|
}
|
|
|
|
IL_03ca:
|
|
{
|
|
bool L_139 = ___0_isTextDecl;
|
|
if (L_139)
|
|
{
|
|
goto IL_03ea;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_140 = V_6;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_141 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_142;
|
|
L_142 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_141, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_143 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_144;
|
|
L_144 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_143, NULL);
|
|
NodeData_SetLineInfo_m6D28339C7F45327E5B512AD556ECCBB06A0871A5(L_140, L_142, L_144, NULL);
|
|
}
|
|
|
|
IL_03ea:
|
|
{
|
|
StringBuilder_t* L_145 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_146 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_147 = L_146->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_148 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_149 = L_148->___charPos;
|
|
int32_t L_150 = V_5;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_151 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_152 = L_151->___charPos;
|
|
StringBuilder_t* L_153;
|
|
L_153 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_145, L_147, L_149, ((int32_t)il2cpp_codegen_subtract(L_150, L_152)), NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_154 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_155 = V_5;
|
|
L_154->___charPos = L_155;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_156 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_157 = L_156->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_158 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_159 = L_158->___charPos;
|
|
int32_t L_160 = L_159;
|
|
uint16_t L_161 = (uint16_t)(L_157)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_160));
|
|
if ((((int32_t)L_161) == ((int32_t)((int32_t)61))))
|
|
{
|
|
goto IL_046b;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_162 = V_0;
|
|
int32_t L_163;
|
|
L_163 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(__this, L_162, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_164 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_165 = L_164->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_166 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_167 = L_166->___charPos;
|
|
int32_t L_168 = L_167;
|
|
uint16_t L_169 = (uint16_t)(L_165)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_168));
|
|
if ((((int32_t)L_169) == ((int32_t)((int32_t)61))))
|
|
{
|
|
goto IL_046b;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_m780382C6FFE6D71D6618E4EAFFD2272D86C042C2(__this, _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E, NULL);
|
|
}
|
|
|
|
IL_046b:
|
|
{
|
|
StringBuilder_t* L_170 = V_0;
|
|
StringBuilder_t* L_171;
|
|
L_171 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_170, ((int32_t)61), NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_172 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_173 = (int32_t*)(&L_172->___charPos);
|
|
int32_t* L_174 = L_173;
|
|
int32_t L_175 = *((int32_t*)L_174);
|
|
*((int32_t*)L_174) = (int32_t)((int32_t)il2cpp_codegen_add(L_175, 1));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_176 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_177 = L_176->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_178 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_179 = L_178->___charPos;
|
|
int32_t L_180 = L_179;
|
|
uint16_t L_181 = (uint16_t)(L_177)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_180));
|
|
V_7 = L_181;
|
|
Il2CppChar L_182 = V_7;
|
|
if ((((int32_t)L_182) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_04e6;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_183 = V_7;
|
|
if ((((int32_t)L_183) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_04e6;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_184 = V_0;
|
|
int32_t L_185;
|
|
L_185 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(__this, L_184, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_186 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_187 = L_186->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_188 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_189 = L_188->___charPos;
|
|
int32_t L_190 = L_189;
|
|
uint16_t L_191 = (uint16_t)(L_187)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_190));
|
|
V_7 = L_191;
|
|
Il2CppChar L_192 = V_7;
|
|
if ((((int32_t)L_192) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_04e6;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_193 = V_7;
|
|
if ((((int32_t)L_193) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_04e6;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_mC7F93629834C75A4584F26184705A19B26252905(__this, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, NULL);
|
|
}
|
|
|
|
IL_04e6:
|
|
{
|
|
StringBuilder_t* L_194 = V_0;
|
|
Il2CppChar L_195 = V_7;
|
|
StringBuilder_t* L_196;
|
|
L_196 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_194, L_195, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_197 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_198 = (int32_t*)(&L_197->___charPos);
|
|
int32_t* L_199 = L_198;
|
|
int32_t L_200 = *((int32_t*)L_199);
|
|
*((int32_t*)L_199) = (int32_t)((int32_t)il2cpp_codegen_add(L_200, 1));
|
|
bool L_201 = ___0_isTextDecl;
|
|
if (L_201)
|
|
{
|
|
goto IL_0528;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_202 = V_6;
|
|
Il2CppChar L_203 = V_7;
|
|
L_202->___quoteChar = L_203;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_204 = V_6;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_205 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_206;
|
|
L_206 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_205, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_207 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_208;
|
|
L_208 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_207, NULL);
|
|
NodeData_SetLineInfo2_mD0AD7BC1A4A18A10953788BC8FBE0B1A02CE26D5(L_204, L_206, L_208, NULL);
|
|
}
|
|
|
|
IL_0528:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_209 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_210 = L_209->___charPos;
|
|
V_8 = L_210;
|
|
}
|
|
|
|
IL_0535:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_211 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_212 = L_211->___chars;
|
|
V_9 = L_212;
|
|
goto IL_054a;
|
|
}
|
|
|
|
IL_0544:
|
|
{
|
|
int32_t L_213 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_213, 1));
|
|
}
|
|
|
|
IL_054a:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_214 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_215 = L_214->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_216 = V_9;
|
|
int32_t L_217 = V_8;
|
|
int32_t L_218 = L_217;
|
|
uint16_t L_219 = (uint16_t)(L_216)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_218));
|
|
uint16_t L_220 = L_219;
|
|
uint8_t L_221 = (L_215)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_220));
|
|
if (((int32_t)((int32_t)L_221&((int32_t)128))))
|
|
{
|
|
goto IL_0544;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_222 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_223 = L_222->___chars;
|
|
int32_t L_224 = V_8;
|
|
int32_t L_225 = L_224;
|
|
uint16_t L_226 = (uint16_t)(L_223)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_225));
|
|
Il2CppChar L_227 = V_7;
|
|
if ((!(((uint32_t)L_226) == ((uint32_t)L_227))))
|
|
{
|
|
goto IL_077c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_228 = V_1;
|
|
switch (L_228)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_058f;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0631;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0678;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_073d;
|
|
}
|
|
|
|
IL_058f:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_229 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_230 = L_229->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_231 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_232 = L_231->___charPos;
|
|
int32_t L_233 = V_8;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_234 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_235 = L_234->___charPos;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_236;
|
|
L_236 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_230, L_232, ((int32_t)il2cpp_codegen_subtract(L_233, L_235)), _stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11, NULL);
|
|
if (!L_236)
|
|
{
|
|
goto IL_05f4;
|
|
}
|
|
}
|
|
{
|
|
bool L_237 = ___0_isTextDecl;
|
|
if (L_237)
|
|
{
|
|
goto IL_05ed;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_238 = V_6;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_239 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_240 = L_239->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_241 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_242 = L_241->___charPos;
|
|
int32_t L_243 = V_8;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_244 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_245 = L_244->___charPos;
|
|
NodeData_SetValue_m7078D8BE1A2371A59DDF78DE12BAA39C8125C4B5(L_238, L_240, L_242, ((int32_t)il2cpp_codegen_subtract(L_243, L_245)), NULL);
|
|
}
|
|
|
|
IL_05ed:
|
|
{
|
|
V_1 = 1;
|
|
goto IL_073d;
|
|
}
|
|
|
|
IL_05f4:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_246 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_247 = L_246->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_248 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_249 = L_248->___charPos;
|
|
int32_t L_250 = V_8;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_251 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_252 = L_251->___charPos;
|
|
String_t* L_253;
|
|
L_253 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_247, L_249, ((int32_t)il2cpp_codegen_subtract(L_250, L_252)), NULL);
|
|
V_13 = L_253;
|
|
String_t* L_254 = V_13;
|
|
XmlTextReaderImpl_Throw_m859526BA653ED17DCB75917A70D2E7F1FA2914C2(__this, _stringLiteralE6EBEC5243A7F1F4EC60D6ADEFEEC1D5A655AA46, L_254, NULL);
|
|
goto IL_073d;
|
|
}
|
|
|
|
IL_0631:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_255 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_256 = L_255->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_257 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_258 = L_257->___charPos;
|
|
int32_t L_259 = V_8;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_260 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_261 = L_260->___charPos;
|
|
String_t* L_262;
|
|
L_262 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_256, L_258, ((int32_t)il2cpp_codegen_subtract(L_259, L_261)), NULL);
|
|
V_12 = L_262;
|
|
String_t* L_263 = V_12;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_264;
|
|
L_264 = XmlTextReaderImpl_CheckEncoding_m7D6146C702DCAB1A529AF7048F9F3CB4A9357DDB(__this, L_263, NULL);
|
|
V_2 = L_264;
|
|
bool L_265 = ___0_isTextDecl;
|
|
if (L_265)
|
|
{
|
|
goto IL_0671;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_266 = V_6;
|
|
String_t* L_267 = V_12;
|
|
NodeData_SetValue_m07CC0F62B746F76367A00A6A88DEDB2B87B6CA91(L_266, L_267, NULL);
|
|
}
|
|
|
|
IL_0671:
|
|
{
|
|
V_1 = 2;
|
|
goto IL_073d;
|
|
}
|
|
|
|
IL_0678:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_268 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_269 = L_268->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_270 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_271 = L_270->___charPos;
|
|
int32_t L_272 = V_8;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_273 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_274 = L_273->___charPos;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_275;
|
|
L_275 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_269, L_271, ((int32_t)il2cpp_codegen_subtract(L_272, L_274)), _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331, NULL);
|
|
if (!L_275)
|
|
{
|
|
goto IL_06b1;
|
|
}
|
|
}
|
|
{
|
|
__this->___standalone = (bool)1;
|
|
goto IL_070d;
|
|
}
|
|
|
|
IL_06b1:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_276 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_277 = L_276->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_278 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_279 = L_278->___charPos;
|
|
int32_t L_280 = V_8;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_281 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_282 = L_281->___charPos;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_283;
|
|
L_283 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_277, L_279, ((int32_t)il2cpp_codegen_subtract(L_280, L_282)), _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49, NULL);
|
|
if (!L_283)
|
|
{
|
|
goto IL_06ea;
|
|
}
|
|
}
|
|
{
|
|
__this->___standalone = (bool)0;
|
|
goto IL_070d;
|
|
}
|
|
|
|
IL_06ea:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_284 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_285;
|
|
L_285 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_284, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_286 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_287;
|
|
L_287 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_286, NULL);
|
|
XmlTextReaderImpl_Throw_m24DD009B3659BA3348BCC1A9EC0335E1D8245C63(__this, _stringLiteral03B045FCD10ECF188A204F5155B713E46FEAC4DE, L_285, ((int32_t)il2cpp_codegen_subtract(L_287, 1)), NULL);
|
|
}
|
|
|
|
IL_070d:
|
|
{
|
|
bool L_288 = ___0_isTextDecl;
|
|
if (L_288)
|
|
{
|
|
goto IL_073b;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_289 = V_6;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_290 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_291 = L_290->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_292 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_293 = L_292->___charPos;
|
|
int32_t L_294 = V_8;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_295 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_296 = L_295->___charPos;
|
|
NodeData_SetValue_m7078D8BE1A2371A59DDF78DE12BAA39C8125C4B5(L_289, L_291, L_293, ((int32_t)il2cpp_codegen_subtract(L_294, L_296)), NULL);
|
|
}
|
|
|
|
IL_073b:
|
|
{
|
|
V_1 = 3;
|
|
}
|
|
|
|
IL_073d:
|
|
{
|
|
StringBuilder_t* L_297 = V_0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_298 = V_9;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_299 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_300 = L_299->___charPos;
|
|
int32_t L_301 = V_8;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_302 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_303 = L_302->___charPos;
|
|
StringBuilder_t* L_304;
|
|
L_304 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_297, L_298, L_300, ((int32_t)il2cpp_codegen_subtract(L_301, L_303)), NULL);
|
|
StringBuilder_t* L_305 = V_0;
|
|
Il2CppChar L_306 = V_7;
|
|
StringBuilder_t* L_307;
|
|
L_307 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_305, L_306, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_308 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_309 = V_8;
|
|
L_308->___charPos = ((int32_t)il2cpp_codegen_add(L_309, 1));
|
|
goto IL_00d4;
|
|
}
|
|
|
|
IL_077c:
|
|
{
|
|
int32_t L_310 = V_8;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_311 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_312 = L_311->___charsUsed;
|
|
if ((!(((uint32_t)L_310) == ((uint32_t)L_312))))
|
|
{
|
|
goto IL_07a3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_313;
|
|
L_313 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_313)
|
|
{
|
|
goto IL_0535;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral8DF28038BAE3947FE2A10B2562359E7D3A2BF989, NULL);
|
|
goto IL_07b8;
|
|
}
|
|
|
|
IL_07a3:
|
|
{
|
|
bool L_314 = ___0_isTextDecl;
|
|
if (L_314)
|
|
{
|
|
G_B110_0 = __this;
|
|
goto IL_07ae;
|
|
}
|
|
G_B109_0 = __this;
|
|
}
|
|
{
|
|
G_B111_0 = _stringLiteral03B045FCD10ECF188A204F5155B713E46FEAC4DE;
|
|
G_B111_1 = G_B109_0;
|
|
goto IL_07b3;
|
|
}
|
|
|
|
IL_07ae:
|
|
{
|
|
G_B111_0 = _stringLiteralAC5E32C47A7BDB12A3CFA3FAD891E5A0B2E18DE3;
|
|
G_B111_1 = G_B110_0;
|
|
}
|
|
|
|
IL_07b3:
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(G_B111_1, G_B111_0, NULL);
|
|
}
|
|
|
|
IL_07b8:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_315 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_316 = L_315->___isEof;
|
|
if (L_316)
|
|
{
|
|
goto IL_07d0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_317;
|
|
L_317 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_317)
|
|
{
|
|
goto IL_00d4;
|
|
}
|
|
}
|
|
|
|
IL_07d0:
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, NULL);
|
|
goto IL_00d4;
|
|
}
|
|
|
|
IL_07e0:
|
|
{
|
|
bool L_318 = ___0_isTextDecl;
|
|
if (L_318)
|
|
{
|
|
goto IL_07ef;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_319 = __this->___nextParsingFunction;
|
|
__this->___parsingFunction = L_319;
|
|
}
|
|
|
|
IL_07ef:
|
|
{
|
|
bool L_320 = __this->___afterResetState;
|
|
if (!L_320)
|
|
{
|
|
goto IL_0874;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_321 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_322 = L_321->___encoding;
|
|
String_t* L_323;
|
|
L_323 = VirtualFuncInvoker0< String_t* >::Invoke(9, L_322);
|
|
V_14 = L_323;
|
|
String_t* L_324 = V_14;
|
|
bool L_325;
|
|
L_325 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_324, _stringLiteralB7FD6B173F8DDB3354F28BB648CED69286F416C9, NULL);
|
|
if (!L_325)
|
|
{
|
|
goto IL_0874;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_326 = V_14;
|
|
bool L_327;
|
|
L_327 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_326, _stringLiteral3915A096ACD919832A1C4E84ABDC7D6F6B72630D, NULL);
|
|
if (!L_327)
|
|
{
|
|
goto IL_0874;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_328 = V_14;
|
|
bool L_329;
|
|
L_329 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_328, _stringLiteralC32EB74E6CF2D3CD9BDC7BEEB45FE8C6413C1E6E, NULL);
|
|
if (!L_329)
|
|
{
|
|
goto IL_0874;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_330 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_331 = L_330->___encoding;
|
|
if (((Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B*)IsInstClass((RuntimeObject*)L_331, Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0874;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_332 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_333 = L_332->___encoding;
|
|
int32_t L_334;
|
|
L_334 = VirtualFuncInvoker1< int32_t, String_t* >::Invoke(11, L_333, _stringLiteralEF420ABFDDBDA7B9EE665D85EF62E4A437554003);
|
|
if ((((int32_t)L_334) == ((int32_t)1)))
|
|
{
|
|
G_B124_0 = _stringLiteralE1A5710D77750DE15143DC722BD4D7F361D7E8BD;
|
|
G_B124_1 = __this;
|
|
goto IL_086a;
|
|
}
|
|
G_B123_0 = _stringLiteralE1A5710D77750DE15143DC722BD4D7F361D7E8BD;
|
|
G_B123_1 = __this;
|
|
}
|
|
{
|
|
G_B125_0 = _stringLiteralA99D512DBB15CEE509B88EBCE4AB195F07681F44;
|
|
G_B125_1 = G_B123_0;
|
|
G_B125_2 = G_B123_1;
|
|
goto IL_086f;
|
|
}
|
|
|
|
IL_086a:
|
|
{
|
|
G_B125_0 = _stringLiteralE577106AF74D4E432DDB4785DA3B2BE486F67838;
|
|
G_B125_1 = G_B124_0;
|
|
G_B125_2 = G_B124_1;
|
|
}
|
|
|
|
IL_086f:
|
|
{
|
|
XmlTextReaderImpl_Throw_m859526BA653ED17DCB75917A70D2E7F1FA2914C2(G_B125_2, G_B125_1, G_B125_0, NULL);
|
|
}
|
|
|
|
IL_0874:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_335 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* L_336 = L_335->___decoder;
|
|
if (!((SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23*)IsInstClass((RuntimeObject*)L_336, SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_088c;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_SwitchEncodingToUTF8_m0D0BF3FCAF9BAC54D7631A62F6CAE59F58F55F38(__this, NULL);
|
|
}
|
|
|
|
IL_088c:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_337 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_337->___appendMode = (bool)0;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseDocumentContent_mF4332115464F64242A412C79F3B0D159E7B4517F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EE5C75C762D2925310D5C8C6DE4A72136C79CC4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D2BCBCC0DB06E7D1FE3B24D38EDC45C54A7D7B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral887708FAE81F8854FED4472593567E230376CF20);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DBC0541C87F546156D168685887CFF3444537CD);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AFA0F72F280AF1D61641FD81B06319BC977BCDA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DB177E8C0CBE853033933A889510F9E5D48D596);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA05288B6212EA20126730A5B780745B08DD3D36);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF773281DF3C0FFE95AB2CE662598454A2DD1214);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_3 = NULL;
|
|
Il2CppChar V_4 = 0x0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B74_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B73_0 = NULL;
|
|
int32_t G_B75_0 = 0;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B75_1 = NULL;
|
|
{
|
|
V_0 = (bool)0;
|
|
}
|
|
|
|
IL_0002:
|
|
{
|
|
V_1 = (bool)0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = L_0->___charPos;
|
|
V_2 = L_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = L_2->___chars;
|
|
V_3 = L_3;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = V_3;
|
|
int32_t L_5 = V_2;
|
|
int32_t L_6 = L_5;
|
|
uint16_t L_7 = (uint16_t)(L_4)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_6));
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)60)))))
|
|
{
|
|
goto IL_021b;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_8 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_9 = L_8->___charsUsed;
|
|
int32_t L_10 = V_2;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_9, L_10))) < ((int32_t)4)))
|
|
{
|
|
goto IL_030b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = V_3;
|
|
int32_t L_13 = V_2;
|
|
int32_t L_14 = L_13;
|
|
uint16_t L_15 = (uint16_t)(L_12)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_14));
|
|
V_4 = L_15;
|
|
Il2CppChar L_16 = V_4;
|
|
if ((((int32_t)L_16) == ((int32_t)((int32_t)33))))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_17 = V_4;
|
|
if ((((int32_t)L_17) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_01c0;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_18 = V_4;
|
|
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)63)))))
|
|
{
|
|
goto IL_01d3;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_19 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_20 = V_2;
|
|
L_19->___charPos = ((int32_t)il2cpp_codegen_add(L_20, 1));
|
|
bool L_21;
|
|
L_21 = XmlTextReaderImpl_ParsePI_m6E8400067F34CBC2348BEFF511D4A08C2D0028D9(__this, NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
int32_t L_22 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_23 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_24 = L_23->___charsUsed;
|
|
int32_t L_25 = V_2;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_24, L_25))) < ((int32_t)2)))
|
|
{
|
|
goto IL_030b;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = V_3;
|
|
int32_t L_27 = V_2;
|
|
int32_t L_28 = L_27;
|
|
uint16_t L_29 = (uint16_t)(L_26)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_28));
|
|
if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_30 = V_3;
|
|
int32_t L_31 = V_2;
|
|
int32_t L_32 = ((int32_t)il2cpp_codegen_add(L_31, 1));
|
|
uint16_t L_33 = (uint16_t)(L_30)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_32));
|
|
if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_34 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_35 = V_2;
|
|
L_34->___charPos = ((int32_t)il2cpp_codegen_add(L_35, 2));
|
|
bool L_36;
|
|
L_36 = XmlTextReaderImpl_ParseComment_m8C13A96E0EA7CE2D682C6E9560504BD5093A27A4(__this, NULL);
|
|
if (!L_36)
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
int32_t L_37 = V_2;
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_mB5A9F72CA48F0339C24F4B5BCD46339EEDF8CAAF(__this, ((int32_t)il2cpp_codegen_add(L_37, 1)), _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, NULL);
|
|
goto IL_030b;
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_38 = V_3;
|
|
int32_t L_39 = V_2;
|
|
int32_t L_40 = L_39;
|
|
uint16_t L_41 = (uint16_t)(L_38)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_40));
|
|
if ((!(((uint32_t)L_41) == ((uint32_t)((int32_t)91)))))
|
|
{
|
|
goto IL_0154;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_42 = __this->___fragmentType;
|
|
if ((((int32_t)L_42) == ((int32_t)((int32_t)9))))
|
|
{
|
|
goto IL_0139;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_43 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_43, 1));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_44 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_45 = L_44->___charsUsed;
|
|
int32_t L_46 = V_2;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_45, L_46))) < ((int32_t)6)))
|
|
{
|
|
goto IL_030b;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_47 = V_3;
|
|
int32_t L_48 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_49;
|
|
L_49 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_47, L_48, 6, _stringLiteral9DB177E8C0CBE853033933A889510F9E5D48D596, NULL);
|
|
if (!L_49)
|
|
{
|
|
goto IL_0128;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_50 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_51 = V_2;
|
|
L_50->___charPos = ((int32_t)il2cpp_codegen_add(L_51, 6));
|
|
XmlTextReaderImpl_ParseCData_m9F7DDEB84A22C55F46A07F40FDFB0D4EACB97C7D(__this, NULL);
|
|
int32_t L_52 = __this->___fragmentType;
|
|
if (L_52)
|
|
{
|
|
goto IL_0126;
|
|
}
|
|
}
|
|
{
|
|
__this->___fragmentType = 1;
|
|
}
|
|
|
|
IL_0126:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0128:
|
|
{
|
|
int32_t L_53 = V_2;
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_mB5A9F72CA48F0339C24F4B5BCD46339EEDF8CAAF(__this, L_53, _stringLiteral9DB177E8C0CBE853033933A889510F9E5D48D596, NULL);
|
|
goto IL_030b;
|
|
}
|
|
|
|
IL_0139:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_54 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_55 = L_54->___charPos;
|
|
XmlTextReaderImpl_Throw_m6B29826BD40C8EA74E130EB649AAE48B51EE4AB2(__this, L_55, _stringLiteral887708FAE81F8854FED4472593567E230376CF20, NULL);
|
|
goto IL_030b;
|
|
}
|
|
|
|
IL_0154:
|
|
{
|
|
int32_t L_56 = __this->___fragmentType;
|
|
if ((((int32_t)L_56) == ((int32_t)((int32_t)9))))
|
|
{
|
|
goto IL_0166;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_57 = __this->___fragmentType;
|
|
if (L_57)
|
|
{
|
|
goto IL_0187;
|
|
}
|
|
}
|
|
|
|
IL_0166:
|
|
{
|
|
__this->___fragmentType = ((int32_t)9);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_58 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_59 = V_2;
|
|
L_58->___charPos = L_59;
|
|
bool L_60;
|
|
L_60 = XmlTextReaderImpl_ParseDoctypeDecl_mBDE8F7BD4F76D04F8D6C6E042C3CE212E4E76C07(__this, NULL);
|
|
if (!L_60)
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0187:
|
|
{
|
|
int32_t L_61 = V_2;
|
|
String_t* L_62;
|
|
L_62 = XmlTextReaderImpl_ParseUnexpectedToken_m5D57668EDBBF58EA0914EEFE32EDC62F2DCF321C(__this, L_61, NULL);
|
|
bool L_63;
|
|
L_63 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_62, _stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C, NULL);
|
|
if (!L_63)
|
|
{
|
|
goto IL_01aa;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral9AFA0F72F280AF1D61641FD81B06319BC977BCDA, NULL);
|
|
goto IL_030b;
|
|
}
|
|
|
|
IL_01aa:
|
|
{
|
|
int32_t L_64 = V_2;
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_m3F9B9CE4DB4B31F87C9F8F9BBB145F68191417E3(__this, L_64, _stringLiteral0EE5C75C762D2925310D5C8C6DE4A72136C79CC4, _stringLiteral8DBC0541C87F546156D168685887CFF3444537CD, NULL);
|
|
goto IL_030b;
|
|
}
|
|
|
|
IL_01c0:
|
|
{
|
|
int32_t L_65 = V_2;
|
|
XmlTextReaderImpl_Throw_m6B29826BD40C8EA74E130EB649AAE48B51EE4AB2(__this, ((int32_t)il2cpp_codegen_add(L_65, 1)), _stringLiteral77D2BCBCC0DB06E7D1FE3B24D38EDC45C54A7D7B, NULL);
|
|
goto IL_030b;
|
|
}
|
|
|
|
IL_01d3:
|
|
{
|
|
bool L_66 = __this->___rootElementParsed;
|
|
if (!L_66)
|
|
{
|
|
goto IL_0200;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_67 = __this->___fragmentType;
|
|
if ((!(((uint32_t)L_67) == ((uint32_t)((int32_t)9)))))
|
|
{
|
|
goto IL_01f1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_68 = V_2;
|
|
XmlTextReaderImpl_Throw_m6B29826BD40C8EA74E130EB649AAE48B51EE4AB2(__this, L_68, _stringLiteralEF773281DF3C0FFE95AB2CE662598454A2DD1214, NULL);
|
|
}
|
|
|
|
IL_01f1:
|
|
{
|
|
int32_t L_69 = __this->___fragmentType;
|
|
if (L_69)
|
|
{
|
|
goto IL_0200;
|
|
}
|
|
}
|
|
{
|
|
__this->___fragmentType = 1;
|
|
}
|
|
|
|
IL_0200:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_70 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_71 = V_2;
|
|
L_70->___charPos = L_71;
|
|
__this->___rootElementParsed = (bool)1;
|
|
XmlTextReaderImpl_ParseElement_mC58FBB56F6D72E270C7CC455B69B70A861B169A9(__this, NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_021b:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_72 = V_3;
|
|
int32_t L_73 = V_2;
|
|
int32_t L_74 = L_73;
|
|
uint16_t L_75 = (uint16_t)(L_72)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_74));
|
|
if ((!(((uint32_t)L_75) == ((uint32_t)((int32_t)38)))))
|
|
{
|
|
goto IL_02ad;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_76 = __this->___fragmentType;
|
|
if ((!(((uint32_t)L_76) == ((uint32_t)((int32_t)9)))))
|
|
{
|
|
goto IL_0240;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_77 = V_2;
|
|
XmlTextReaderImpl_Throw_m6B29826BD40C8EA74E130EB649AAE48B51EE4AB2(__this, L_77, _stringLiteral887708FAE81F8854FED4472593567E230376CF20, NULL);
|
|
goto IL_030b;
|
|
}
|
|
|
|
IL_0240:
|
|
{
|
|
int32_t L_78 = __this->___fragmentType;
|
|
if (L_78)
|
|
{
|
|
goto IL_024f;
|
|
}
|
|
}
|
|
{
|
|
__this->___fragmentType = 1;
|
|
}
|
|
|
|
IL_024f:
|
|
{
|
|
int32_t L_79;
|
|
L_79 = XmlTextReaderImpl_HandleEntityReference_mCDF9E4056C8508F64B66ABE7063D04D48DA64CA5(__this, (bool)0, 1, (&V_5), NULL);
|
|
V_6 = L_79;
|
|
int32_t L_80 = V_6;
|
|
if ((!(((uint32_t)L_80) > ((uint32_t)2))))
|
|
{
|
|
goto IL_0283;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_81 = V_6;
|
|
if ((!(((uint32_t)L_81) == ((uint32_t)6))))
|
|
{
|
|
goto IL_0290;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_82 = __this->___parsingFunction;
|
|
if ((!(((uint32_t)L_82) == ((uint32_t)((int32_t)13)))))
|
|
{
|
|
goto IL_027b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_83 = __this->___nextParsingFunction;
|
|
__this->___parsingFunction = L_83;
|
|
}
|
|
|
|
IL_027b:
|
|
{
|
|
XmlTextReaderImpl_ParseEntityReference_m88F7B5D5FA448C8728068D1440DC9849BD1F0815(__this, NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0283:
|
|
{
|
|
bool L_84;
|
|
L_84 = XmlTextReaderImpl_ParseText_mA9F988A11AF15A5DB7084BC5390EFC570E43497B(__this, NULL);
|
|
if (!L_84)
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0290:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_85 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_86 = L_85->___chars;
|
|
V_3 = L_86;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_87 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_88 = L_87->___charPos;
|
|
V_2 = L_88;
|
|
goto IL_0002;
|
|
}
|
|
|
|
IL_02ad:
|
|
{
|
|
int32_t L_89 = V_2;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_90 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_91 = L_90->___charsUsed;
|
|
if ((((int32_t)L_89) == ((int32_t)L_91)))
|
|
{
|
|
goto IL_030b;
|
|
}
|
|
}
|
|
{
|
|
bool L_92 = __this->___v1Compat;
|
|
bool L_93 = V_0;
|
|
if (!((int32_t)((int32_t)L_92|(int32_t)L_93)))
|
|
{
|
|
goto IL_02ca;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_94 = V_3;
|
|
int32_t L_95 = V_2;
|
|
int32_t L_96 = L_95;
|
|
uint16_t L_97 = (uint16_t)(L_94)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_96));
|
|
if (!L_97)
|
|
{
|
|
goto IL_030b;
|
|
}
|
|
}
|
|
|
|
IL_02ca:
|
|
{
|
|
int32_t L_98 = __this->___fragmentType;
|
|
if ((!(((uint32_t)L_98) == ((uint32_t)((int32_t)9)))))
|
|
{
|
|
goto IL_02e1;
|
|
}
|
|
}
|
|
{
|
|
bool L_99;
|
|
L_99 = XmlTextReaderImpl_ParseRootLevelWhitespace_m257220A2F345BCA0D16CBFB1C2D4D276CBACB5DB(__this, NULL);
|
|
if (!L_99)
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_02e1:
|
|
{
|
|
bool L_100;
|
|
L_100 = XmlTextReaderImpl_ParseText_mA9F988A11AF15A5DB7084BC5390EFC570E43497B(__this, NULL);
|
|
if (!L_100)
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_101 = __this->___fragmentType;
|
|
if (L_101)
|
|
{
|
|
goto IL_0309;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_102 = __this->___curNode;
|
|
int32_t L_103 = L_102->___type;
|
|
if ((!(((uint32_t)L_103) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0309;
|
|
}
|
|
}
|
|
{
|
|
__this->___fragmentType = 1;
|
|
}
|
|
|
|
IL_0309:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_030b:
|
|
{
|
|
int32_t L_104;
|
|
L_104 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (!L_104)
|
|
{
|
|
goto IL_0321;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_105 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_106 = L_105->___charPos;
|
|
V_2 = L_106;
|
|
goto IL_038b;
|
|
}
|
|
|
|
IL_0321:
|
|
{
|
|
bool L_107 = V_1;
|
|
if (!L_107)
|
|
{
|
|
goto IL_032f;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral887708FAE81F8854FED4472593567E230376CF20, NULL);
|
|
}
|
|
|
|
IL_032f:
|
|
{
|
|
bool L_108;
|
|
L_108 = XmlTextReaderImpl_get_InEntity_m8EF4B1337E60E18453F2ED32EEFD58B235BDA944(__this, NULL);
|
|
if (!L_108)
|
|
{
|
|
goto IL_034b;
|
|
}
|
|
}
|
|
{
|
|
bool L_109;
|
|
L_109 = XmlTextReaderImpl_HandleEntityEnd_m9C73CE6745616AFF9B79D7C070AB3D298F324AA6(__this, (bool)1, NULL);
|
|
if (!L_109)
|
|
{
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_SetupEndEntityNodeInContent_m5DF2EE9E86D586C0DD11D845EEA3BCC0ACFB47BE(__this, NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_034b:
|
|
{
|
|
bool L_110 = __this->___rootElementParsed;
|
|
if (L_110)
|
|
{
|
|
goto IL_0368;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_111 = __this->___fragmentType;
|
|
if ((!(((uint32_t)L_111) == ((uint32_t)((int32_t)9)))))
|
|
{
|
|
goto IL_0368;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowWithoutLineInfo_m84E949C18CF06CDC034FCC00FC85E7C17304530E(__this, _stringLiteralCA05288B6212EA20126730A5B780745B08DD3D36, NULL);
|
|
}
|
|
|
|
IL_0368:
|
|
{
|
|
int32_t L_112 = __this->___fragmentType;
|
|
if (L_112)
|
|
{
|
|
goto IL_0383;
|
|
}
|
|
}
|
|
{
|
|
bool L_113 = __this->___rootElementParsed;
|
|
if (L_113)
|
|
{
|
|
G_B74_0 = __this;
|
|
goto IL_037c;
|
|
}
|
|
G_B73_0 = __this;
|
|
}
|
|
{
|
|
G_B75_0 = 1;
|
|
G_B75_1 = G_B73_0;
|
|
goto IL_037e;
|
|
}
|
|
|
|
IL_037c:
|
|
{
|
|
G_B75_0 = ((int32_t)9);
|
|
G_B75_1 = G_B74_0;
|
|
}
|
|
|
|
IL_037e:
|
|
{
|
|
G_B75_1->___fragmentType = G_B75_0;
|
|
}
|
|
|
|
IL_0383:
|
|
{
|
|
XmlTextReaderImpl_OnEof_m8F5DFF89DE3251F9CEFA219E6A1AB8D268191B36(__this, NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_038b:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_114 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_115 = L_114->___charPos;
|
|
V_2 = L_115;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_116 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_117 = L_116->___chars;
|
|
V_3 = L_117;
|
|
goto IL_0002;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseElementContent_m92E1275AE62507C98DCE8F933E591F7FA3C42E60 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EE5C75C762D2925310D5C8C6DE4A72136C79CC4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DBC0541C87F546156D168685887CFF3444537CD);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AFA0F72F280AF1D61641FD81B06319BC977BCDA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DB177E8C0CBE853033933A889510F9E5D48D596);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL;
|
|
Il2CppChar V_2 = 0x0;
|
|
Il2CppChar V_3 = 0x0;
|
|
|
|
IL_0000:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = L_0->___charPos;
|
|
V_0 = L_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = L_2->___chars;
|
|
V_1 = L_3;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = V_1;
|
|
int32_t L_5 = V_0;
|
|
int32_t L_6 = L_5;
|
|
uint16_t L_7 = (uint16_t)(L_4)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_6));
|
|
V_2 = L_7;
|
|
Il2CppChar L_8 = V_2;
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)38))))
|
|
{
|
|
goto IL_0177;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_9 = V_2;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)60)))))
|
|
{
|
|
goto IL_0184;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = V_1;
|
|
int32_t L_11 = V_0;
|
|
int32_t L_12 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
uint16_t L_13 = (uint16_t)(L_10)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_12));
|
|
V_3 = L_13;
|
|
Il2CppChar L_14 = V_3;
|
|
if ((((int32_t)L_14) == ((int32_t)((int32_t)33))))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_15 = V_3;
|
|
if ((((int32_t)L_15) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_013b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_16 = V_3;
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)63)))))
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_17 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_18 = V_0;
|
|
L_17->___charPos = ((int32_t)il2cpp_codegen_add(L_18, 2));
|
|
bool L_19;
|
|
L_19 = XmlTextReaderImpl_ParsePI_m6E8400067F34CBC2348BEFF511D4A08C2D0028D9(__this, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0000;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
int32_t L_20 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_20, 2));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_21 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_22 = L_21->___charsUsed;
|
|
int32_t L_23 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_22, L_23))) < ((int32_t)2)))
|
|
{
|
|
goto IL_019f;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_24 = V_1;
|
|
int32_t L_25 = V_0;
|
|
int32_t L_26 = L_25;
|
|
uint16_t L_27 = (uint16_t)(L_24)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_26));
|
|
if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_28 = V_1;
|
|
int32_t L_29 = V_0;
|
|
int32_t L_30 = ((int32_t)il2cpp_codegen_add(L_29, 1));
|
|
uint16_t L_31 = (uint16_t)(L_28)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_30));
|
|
if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_00a1;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_32 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_33 = V_0;
|
|
L_32->___charPos = ((int32_t)il2cpp_codegen_add(L_33, 2));
|
|
bool L_34;
|
|
L_34 = XmlTextReaderImpl_ParseComment_m8C13A96E0EA7CE2D682C6E9560504BD5093A27A4(__this, NULL);
|
|
if (!L_34)
|
|
{
|
|
goto IL_0000;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00a1:
|
|
{
|
|
int32_t L_35 = V_0;
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_mB5A9F72CA48F0339C24F4B5BCD46339EEDF8CAAF(__this, ((int32_t)il2cpp_codegen_add(L_35, 1)), _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0, NULL);
|
|
goto IL_019f;
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_36 = V_1;
|
|
int32_t L_37 = V_0;
|
|
int32_t L_38 = L_37;
|
|
uint16_t L_39 = (uint16_t)(L_36)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_38));
|
|
if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)91)))))
|
|
{
|
|
goto IL_0108;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_40 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_40, 1));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_41 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_42 = L_41->___charsUsed;
|
|
int32_t L_43 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_42, L_43))) < ((int32_t)6)))
|
|
{
|
|
goto IL_019f;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_44 = V_1;
|
|
int32_t L_45 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_46;
|
|
L_46 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_44, L_45, 6, _stringLiteral9DB177E8C0CBE853033933A889510F9E5D48D596, NULL);
|
|
if (!L_46)
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_47 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_48 = V_0;
|
|
L_47->___charPos = ((int32_t)il2cpp_codegen_add(L_48, 6));
|
|
XmlTextReaderImpl_ParseCData_m9F7DDEB84A22C55F46A07F40FDFB0D4EACB97C7D(__this, NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
int32_t L_49 = V_0;
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_mB5A9F72CA48F0339C24F4B5BCD46339EEDF8CAAF(__this, L_49, _stringLiteral9DB177E8C0CBE853033933A889510F9E5D48D596, NULL);
|
|
goto IL_019f;
|
|
}
|
|
|
|
IL_0108:
|
|
{
|
|
int32_t L_50 = V_0;
|
|
String_t* L_51;
|
|
L_51 = XmlTextReaderImpl_ParseUnexpectedToken_m5D57668EDBBF58EA0914EEFE32EDC62F2DCF321C(__this, L_50, NULL);
|
|
bool L_52;
|
|
L_52 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_51, _stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C, NULL);
|
|
if (!L_52)
|
|
{
|
|
goto IL_0128;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral9AFA0F72F280AF1D61641FD81B06319BC977BCDA, NULL);
|
|
goto IL_019f;
|
|
}
|
|
|
|
IL_0128:
|
|
{
|
|
int32_t L_53 = V_0;
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_m3F9B9CE4DB4B31F87C9F8F9BBB145F68191417E3(__this, L_53, _stringLiteral0EE5C75C762D2925310D5C8C6DE4A72136C79CC4, _stringLiteral8DBC0541C87F546156D168685887CFF3444537CD, NULL);
|
|
goto IL_019f;
|
|
}
|
|
|
|
IL_013b:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_54 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_55 = V_0;
|
|
L_54->___charPos = ((int32_t)il2cpp_codegen_add(L_55, 2));
|
|
XmlTextReaderImpl_ParseEndElement_mF854379A4EABFF551AF08D8524F49E10B5FA9D7C(__this, NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0151:
|
|
{
|
|
int32_t L_56 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_57 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_58 = L_57->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_56, 1))) == ((int32_t)L_58)))
|
|
{
|
|
goto IL_019f;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_59 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_60 = V_0;
|
|
L_59->___charPos = ((int32_t)il2cpp_codegen_add(L_60, 1));
|
|
XmlTextReaderImpl_ParseElement_mC58FBB56F6D72E270C7CC455B69B70A861B169A9(__this, NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0177:
|
|
{
|
|
bool L_61;
|
|
L_61 = XmlTextReaderImpl_ParseText_mA9F988A11AF15A5DB7084BC5390EFC570E43497B(__this, NULL);
|
|
if (!L_61)
|
|
{
|
|
goto IL_0000;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0184:
|
|
{
|
|
int32_t L_62 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_63 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_64 = L_63->___charsUsed;
|
|
if ((((int32_t)L_62) == ((int32_t)L_64)))
|
|
{
|
|
goto IL_019f;
|
|
}
|
|
}
|
|
{
|
|
bool L_65;
|
|
L_65 = XmlTextReaderImpl_ParseText_mA9F988A11AF15A5DB7084BC5390EFC570E43497B(__this, NULL);
|
|
if (!L_65)
|
|
{
|
|
goto IL_0000;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_019f:
|
|
{
|
|
int32_t L_66;
|
|
L_66 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_66)
|
|
{
|
|
goto IL_0000;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_67 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_68 = L_67->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_69 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_70 = L_69->___charPos;
|
|
if (!((int32_t)il2cpp_codegen_subtract(L_68, L_70)))
|
|
{
|
|
goto IL_01c9;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowUnclosedElements_mFA0049DEE3737C89E5B993FC759912F44FBD70E2(__this, NULL);
|
|
}
|
|
|
|
IL_01c9:
|
|
{
|
|
bool L_71;
|
|
L_71 = XmlTextReaderImpl_get_InEntity_m8EF4B1337E60E18453F2ED32EEFD58B235BDA944(__this, NULL);
|
|
if (L_71)
|
|
{
|
|
goto IL_01f1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_72 = __this->___index;
|
|
if (L_72)
|
|
{
|
|
goto IL_01eb;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_73 = __this->___fragmentType;
|
|
if ((((int32_t)L_73) == ((int32_t)((int32_t)9))))
|
|
{
|
|
goto IL_01eb;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_OnEof_m8F5DFF89DE3251F9CEFA219E6A1AB8D268191B36(__this, NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_01eb:
|
|
{
|
|
XmlTextReaderImpl_ThrowUnclosedElements_mFA0049DEE3737C89E5B993FC759912F44FBD70E2(__this, NULL);
|
|
}
|
|
|
|
IL_01f1:
|
|
{
|
|
bool L_74;
|
|
L_74 = XmlTextReaderImpl_HandleEntityEnd_m9C73CE6745616AFF9B79D7C070AB3D298F324AA6(__this, (bool)1, NULL);
|
|
if (!L_74)
|
|
{
|
|
goto IL_0000;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_SetupEndEntityNodeInContent_m5DF2EE9E86D586C0DD11D845EEA3BCC0ACFB47BE(__this, NULL);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnclosedElements_mFA0049DEE3737C89E5B993FC759912F44FBD70E2 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5E2DECD6397CBF8168176B1CB6CB4B7A4984E43);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_1 = NULL;
|
|
int32_t G_B6_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___index;
|
|
if (L_0)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_1 = __this->___curNode;
|
|
int32_t L_2 = L_1->___type;
|
|
if ((((int32_t)L_2) == ((int32_t)1)))
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_3 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_4 = L_3->___charsUsed;
|
|
XmlTextReaderImpl_Throw_m6B29826BD40C8EA74E130EB649AAE48B51EE4AB2(__this, L_4, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
int32_t L_5 = __this->___parsingFunction;
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)14))))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = __this->___index;
|
|
G_B6_0 = ((int32_t)il2cpp_codegen_subtract(L_6, 1));
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_7 = __this->___index;
|
|
G_B6_0 = L_7;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
V_0 = G_B6_0;
|
|
StringBuilder_t* L_8 = __this->___stringBuilder;
|
|
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_8, 0, NULL);
|
|
goto IL_00ac;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_9 = __this->___nodes;
|
|
int32_t L_10 = V_0;
|
|
int32_t L_11 = L_10;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_12 = (L_9)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_11));
|
|
V_1 = L_12;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_13 = V_1;
|
|
int32_t L_14 = L_13->___type;
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_15 = __this->___stringBuilder;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_16 = V_1;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_17 = __this->___nameTable;
|
|
String_t* L_18;
|
|
L_18 = NodeData_GetNameWPrefix_mCA5D7B8E3A167C9B8AEFB8751E9C0C40F84B4527(L_16, L_17, NULL);
|
|
StringBuilder_t* L_19;
|
|
L_19 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_15, L_18, NULL);
|
|
int32_t L_20 = V_0;
|
|
if ((((int32_t)L_20) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_21 = __this->___stringBuilder;
|
|
StringBuilder_t* L_22;
|
|
L_22 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_21, _stringLiteral758733BDBED83CBFF4F635AC26CA92AAE477F75D, NULL);
|
|
goto IL_00a8;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
StringBuilder_t* L_23 = __this->___stringBuilder;
|
|
StringBuilder_t* L_24;
|
|
L_24 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_23, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, NULL);
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
int32_t L_25 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_25, 1));
|
|
}
|
|
|
|
IL_00ac:
|
|
{
|
|
int32_t L_26 = V_0;
|
|
if ((((int32_t)L_26) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_27 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_28 = L_27->___charsUsed;
|
|
StringBuilder_t* L_29 = __this->___stringBuilder;
|
|
String_t* L_30;
|
|
L_30 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_29);
|
|
XmlTextReaderImpl_Throw_mBBE5AD6F0A114F83311BA12189D3E4DE4F874397(__this, L_28, _stringLiteralE5E2DECD6397CBF8168176B1CB6CB4B7A4984E43, L_30, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseElement_mC58FBB56F6D72E270C7CC455B69B70A861B169A9 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
Il2CppChar V_3 = 0x0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = L_0->___charPos;
|
|
V_0 = L_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = L_2->___chars;
|
|
V_1 = L_3;
|
|
V_2 = (-1);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_4 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_6;
|
|
L_6 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_5, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_8;
|
|
L_8 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_7, NULL);
|
|
NodeData_SetLineInfo_m6D28339C7F45327E5B512AD556ECCBB06A0871A5(L_4, L_6, L_8, NULL);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_9 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = L_9->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = V_1;
|
|
int32_t L_12 = V_0;
|
|
int32_t L_13 = L_12;
|
|
uint16_t L_14 = (uint16_t)(L_11)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_13));
|
|
uint16_t L_15 = L_14;
|
|
uint8_t L_16 = (L_10)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_15));
|
|
if (!((int32_t)((int32_t)L_16&4)))
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_17, 1));
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_18 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = L_18->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_20 = V_1;
|
|
int32_t L_21 = V_0;
|
|
int32_t L_22 = L_21;
|
|
uint16_t L_23 = (uint16_t)(L_20)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_22));
|
|
uint16_t L_24 = L_23;
|
|
uint8_t L_25 = (L_19)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_24));
|
|
if (!((int32_t)((int32_t)L_25&8)))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_26 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_26, 1));
|
|
goto IL_0052;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_27 = V_1;
|
|
int32_t L_28 = V_0;
|
|
int32_t L_29 = L_28;
|
|
uint16_t L_30 = (uint16_t)(L_27)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_29));
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_31 = V_2;
|
|
if ((((int32_t)L_31) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
bool L_32 = __this->___supportNamespaces;
|
|
if (!L_32)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_33 = V_0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_34;
|
|
L_34 = XmlException_BuildCharExceptionArgs_m5C3D183AB941552746F7DC656366F28CA5BAFC65(((int32_t)58), 0, NULL);
|
|
XmlTextReaderImpl_Throw_mE3F5BDAAD3E82F61388BFC116E64FC1309230703(__this, L_33, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, L_34, NULL);
|
|
goto IL_00b2;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
int32_t L_35 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_35, 1));
|
|
goto IL_0052;
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
int32_t L_36 = V_0;
|
|
V_2 = L_36;
|
|
int32_t L_37 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_37, 1));
|
|
goto IL_003b;
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
int32_t L_38 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_39 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_40 = L_39->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_38, 1))) < ((int32_t)L_40)))
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
int32_t L_41;
|
|
L_41 = XmlTextReaderImpl_ParseQName_m6CEC708ACFF03CDF688CD122A73417E4AA0C3F56(__this, (&V_2), NULL);
|
|
V_0 = L_41;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_42 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_43 = L_42->___chars;
|
|
V_1 = L_43;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_44 = __this->___namespaceManager;
|
|
VirtualActionInvoker0::Invoke(10, L_44);
|
|
int32_t L_45 = V_2;
|
|
if ((((int32_t)L_45) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_00de;
|
|
}
|
|
}
|
|
{
|
|
bool L_46 = __this->___supportNamespaces;
|
|
if (L_46)
|
|
{
|
|
goto IL_0113;
|
|
}
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_47 = __this->___curNode;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_48 = __this->___nameTable;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_49 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_50 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_51 = L_50->___charPos;
|
|
int32_t L_52 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_53 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_54 = L_53->___charPos;
|
|
String_t* L_55;
|
|
L_55 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(5, L_48, L_49, L_51, ((int32_t)il2cpp_codegen_subtract(L_52, L_54)));
|
|
NodeData_SetNamedNode_mB4B118182B66F9E24611C31A074538E177DDDA73(L_47, 1, L_55, NULL);
|
|
goto IL_01bb;
|
|
}
|
|
|
|
IL_0113:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_56 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_57 = L_56->___charPos;
|
|
V_4 = L_57;
|
|
int32_t L_58 = V_2;
|
|
int32_t L_59 = V_4;
|
|
V_5 = ((int32_t)il2cpp_codegen_subtract(L_58, L_59));
|
|
int32_t L_60 = V_5;
|
|
String_t* L_61 = __this->___lastPrefix;
|
|
int32_t L_62;
|
|
L_62 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_61, NULL);
|
|
if ((!(((uint32_t)L_60) == ((uint32_t)L_62))))
|
|
{
|
|
goto IL_0170;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_63 = V_1;
|
|
int32_t L_64 = V_4;
|
|
int32_t L_65 = V_5;
|
|
String_t* L_66 = __this->___lastPrefix;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_67;
|
|
L_67 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_63, L_64, L_65, L_66, NULL);
|
|
if (!L_67)
|
|
{
|
|
goto IL_0170;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_68 = __this->___curNode;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_69 = __this->___nameTable;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_70 = V_1;
|
|
int32_t L_71 = V_2;
|
|
int32_t L_72 = V_0;
|
|
int32_t L_73 = V_2;
|
|
String_t* L_74;
|
|
L_74 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(5, L_69, L_70, ((int32_t)il2cpp_codegen_add(L_71, 1)), ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_72, L_73)), 1)));
|
|
String_t* L_75 = __this->___lastPrefix;
|
|
NodeData_SetNamedNode_mC99F6739610C0257126208B4CF498E1771DF5DDA(L_68, 1, L_74, L_75, (String_t*)NULL, NULL);
|
|
goto IL_01bb;
|
|
}
|
|
|
|
IL_0170:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_76 = __this->___curNode;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_77 = __this->___nameTable;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_78 = V_1;
|
|
int32_t L_79 = V_2;
|
|
int32_t L_80 = V_0;
|
|
int32_t L_81 = V_2;
|
|
String_t* L_82;
|
|
L_82 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(5, L_77, L_78, ((int32_t)il2cpp_codegen_add(L_79, 1)), ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_80, L_81)), 1)));
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_83 = __this->___nameTable;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_84 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_85 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_86 = L_85->___charPos;
|
|
int32_t L_87 = V_5;
|
|
String_t* L_88;
|
|
L_88 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(5, L_83, L_84, L_86, L_87);
|
|
NodeData_SetNamedNode_mC99F6739610C0257126208B4CF498E1771DF5DDA(L_76, 1, L_82, L_88, (String_t*)NULL, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_89 = __this->___curNode;
|
|
String_t* L_90 = L_89->___prefix;
|
|
__this->___lastPrefix = L_90;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lastPrefix), (void*)L_90);
|
|
}
|
|
|
|
IL_01bb:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_91 = V_1;
|
|
int32_t L_92 = V_0;
|
|
int32_t L_93 = L_92;
|
|
uint16_t L_94 = (uint16_t)(L_91)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_93));
|
|
V_3 = L_94;
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_95 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_96 = L_95->___charProperties;
|
|
Il2CppChar L_97 = V_3;
|
|
Il2CppChar L_98 = L_97;
|
|
uint8_t L_99 = (L_96)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_98));
|
|
if (!((!(((uint32_t)((int32_t)((int32_t)L_99&1))) <= ((uint32_t)0)))? 1 : 0))
|
|
{
|
|
goto IL_01e6;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_100 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_101 = V_0;
|
|
L_100->___charPos = L_101;
|
|
XmlTextReaderImpl_ParseAttributes_mFBFB888D130B8F6F3131EF3BBD0E4036BF795ED8(__this, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_01e6:
|
|
{
|
|
Il2CppChar L_102 = V_3;
|
|
if ((!(((uint32_t)L_102) == ((uint32_t)((int32_t)62)))))
|
|
{
|
|
goto IL_0205;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_103 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_104 = V_0;
|
|
L_103->___charPos = ((int32_t)il2cpp_codegen_add(L_104, 1));
|
|
__this->___parsingFunction = 6;
|
|
goto IL_02be;
|
|
}
|
|
|
|
IL_0205:
|
|
{
|
|
Il2CppChar L_105 = V_3;
|
|
if ((!(((uint32_t)L_105) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_02a0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_106 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_107 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_108 = L_107->___charsUsed;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add(L_106, 1))) == ((uint32_t)L_108))))
|
|
{
|
|
goto IL_025a;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_109 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_110 = V_0;
|
|
L_109->___charPos = L_110;
|
|
int32_t L_111;
|
|
L_111 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_111)
|
|
{
|
|
goto IL_0242;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_112 = V_0;
|
|
XmlTextReaderImpl_Throw_mBBE5AD6F0A114F83311BA12189D3E4DE4F874397(__this, L_112, _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, NULL);
|
|
}
|
|
|
|
IL_0242:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_113 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_114 = L_113->___charPos;
|
|
V_0 = L_114;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_115 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_116 = L_115->___chars;
|
|
V_1 = L_116;
|
|
}
|
|
|
|
IL_025a:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_117 = V_1;
|
|
int32_t L_118 = V_0;
|
|
int32_t L_119 = ((int32_t)il2cpp_codegen_add(L_118, 1));
|
|
uint16_t L_120 = (uint16_t)(L_117)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_119));
|
|
if ((!(((uint32_t)L_120) == ((uint32_t)((int32_t)62)))))
|
|
{
|
|
goto IL_0292;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_121 = __this->___curNode;
|
|
NodeData_set_IsEmptyElement_mD9AA39D1F91A00BEDBED1204654917447AF2D57D_inline(L_121, (bool)1, NULL);
|
|
int32_t L_122 = __this->___parsingFunction;
|
|
__this->___nextParsingFunction = L_122;
|
|
__this->___parsingFunction = 8;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_123 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_124 = V_0;
|
|
L_123->___charPos = ((int32_t)il2cpp_codegen_add(L_124, 2));
|
|
goto IL_02be;
|
|
}
|
|
|
|
IL_0292:
|
|
{
|
|
int32_t L_125 = V_0;
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_mB5A9F72CA48F0339C24F4B5BCD46339EEDF8CAAF(__this, L_125, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, NULL);
|
|
goto IL_02be;
|
|
}
|
|
|
|
IL_02a0:
|
|
{
|
|
int32_t L_126 = V_0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_127 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_128 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_129 = L_128->___charsUsed;
|
|
int32_t L_130 = V_0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_131;
|
|
L_131 = XmlException_BuildCharExceptionArgs_mCD358DAB8D23BF377EEC6C41C523161FE2B9A2A5(L_127, L_129, L_130, NULL);
|
|
XmlTextReaderImpl_Throw_mE3F5BDAAD3E82F61388BFC116E64FC1309230703(__this, L_126, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, L_131, NULL);
|
|
}
|
|
|
|
IL_02be:
|
|
{
|
|
bool L_132 = __this->___addDefaultAttributesAndNormalize;
|
|
if (!L_132)
|
|
{
|
|
goto IL_02cc;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_AddDefaultAttributesAndNormalize_m9D138E0186D03B44739A980AF7AB82F24BB7C3A6(__this, NULL);
|
|
}
|
|
|
|
IL_02cc:
|
|
{
|
|
XmlTextReaderImpl_ElementNamespaceLookup_m469B3650864A3CC8C828C6DCC12C4435D2428072(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AddDefaultAttributesAndNormalize_m9D138E0186D03B44739A980AF7AB82F24BB7C3A6 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Sort_TisRuntimeObject_mB5F13D1685AB91F0DC0157388C3E5AE9C3E451AE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdDefaultAttributeInfoToNodeDataComparer_t316EE7BA1A7C3159565673C63167CDD82E3935A1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdAttributeInfo_t97A8DDF92ED9F466BAC1D389F207DD3900412F04_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdAttributeListInfo_t07FD0314BEFEF9941C7CEC6F2944B28AD50F979F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t055C83CBB6D9B0D62F3BFC9AC8A5169CA06B72E3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tD2D98CA9C23AE3358DD671D9F760AF794EF0712B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB040418CA8E9ED382EC72BF18BDDDFBD260DCBDC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF138E7719F7B2C087914A020E21C85F0382BCBE4);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_3 = NULL;
|
|
RuntimeObject* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* V_6 = NULL;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_7 = NULL;
|
|
RuntimeObject* V_8 = NULL;
|
|
RuntimeObject* V_9 = NULL;
|
|
String_t* V_10 = NULL;
|
|
String_t* V_11 = NULL;
|
|
String_t* G_B27_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = __this->___dtdInfo;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_1 = __this->___curNode;
|
|
String_t* L_2 = L_1->___localName;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_3 = __this->___curNode;
|
|
String_t* L_4 = L_3->___prefix;
|
|
RuntimeObject* L_5;
|
|
L_5 = InterfaceFuncInvoker2< RuntimeObject*, String_t*, String_t* >::Invoke(4, IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8_il2cpp_TypeInfo_var, L_0, L_2, L_4);
|
|
V_0 = L_5;
|
|
RuntimeObject* L_6 = V_0;
|
|
if (L_6)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
bool L_7 = __this->___normalize;
|
|
if (!L_7)
|
|
{
|
|
goto IL_00eb;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_8 = V_0;
|
|
bool L_9;
|
|
L_9 = InterfaceFuncInvoker0< bool >::Invoke(0, IDtdAttributeListInfo_t07FD0314BEFEF9941C7CEC6F2944B28AD50F979F_il2cpp_TypeInfo_var, L_8);
|
|
if (!L_9)
|
|
{
|
|
goto IL_00eb;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = __this->___index;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
goto IL_00d6;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_11 = __this->___nodes;
|
|
int32_t L_12 = V_2;
|
|
int32_t L_13 = L_12;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_14 = (L_11)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_13));
|
|
V_3 = L_14;
|
|
RuntimeObject* L_15 = V_0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_16 = V_3;
|
|
String_t* L_17 = L_16->___prefix;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_18 = V_3;
|
|
String_t* L_19 = L_18->___localName;
|
|
RuntimeObject* L_20;
|
|
L_20 = InterfaceFuncInvoker2< RuntimeObject*, String_t*, String_t* >::Invoke(1, IDtdAttributeListInfo_t07FD0314BEFEF9941C7CEC6F2944B28AD50F979F_il2cpp_TypeInfo_var, L_15, L_17, L_19);
|
|
V_4 = L_20;
|
|
RuntimeObject* L_21 = V_4;
|
|
if (!L_21)
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_22 = V_4;
|
|
bool L_23;
|
|
L_23 = InterfaceFuncInvoker0< bool >::Invoke(4, IDtdAttributeInfo_t97A8DDF92ED9F466BAC1D389F207DD3900412F04_il2cpp_TypeInfo_var, L_22);
|
|
if (!L_23)
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
{
|
|
bool L_24;
|
|
L_24 = XmlTextReaderImpl_get_DtdValidation_mE5F1E5DAF37701D9E2278709B95107872BA06DA7(__this, NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_00cc;
|
|
}
|
|
}
|
|
{
|
|
bool L_25 = __this->___standalone;
|
|
if (!L_25)
|
|
{
|
|
goto IL_00cc;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_26 = V_4;
|
|
bool L_27;
|
|
L_27 = InterfaceFuncInvoker0< bool >::Invoke(5, IDtdAttributeInfo_t97A8DDF92ED9F466BAC1D389F207DD3900412F04_il2cpp_TypeInfo_var, L_26);
|
|
if (!L_27)
|
|
{
|
|
goto IL_00cc;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_28 = V_3;
|
|
String_t* L_29;
|
|
L_29 = NodeData_get_StringValue_m49F31840D0EC31EAF70E6F4EF5BE14BB900B2624(L_28, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_30 = V_3;
|
|
NodeData_TrimSpacesInValue_m8B3A9D1567033FA59E05CAC4E7C0BCF7126790B1(L_30, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_31 = V_3;
|
|
String_t* L_32;
|
|
L_32 = NodeData_get_StringValue_m49F31840D0EC31EAF70E6F4EF5BE14BB900B2624(L_31, NULL);
|
|
bool L_33;
|
|
L_33 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_29, L_32, NULL);
|
|
if (!L_33)
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_34 = V_3;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_35 = __this->___nameTable;
|
|
String_t* L_36;
|
|
L_36 = NodeData_GetNameWPrefix_mCA5D7B8E3A167C9B8AEFB8751E9C0C40F84B4527(L_34, L_35, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_37 = V_3;
|
|
int32_t L_38;
|
|
L_38 = NodeData_get_LineNo_m4FFAC4F3348BAF51A9900887975D3164BE1AA090(L_37, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_39 = V_3;
|
|
int32_t L_40;
|
|
L_40 = NodeData_get_LinePos_mA47E445CCB1D4B13F7E6821C44D70299FBAEB0C7(L_39, NULL);
|
|
XmlTextReaderImpl_SendValidationEvent_m8ED366B9B5A8F444B385EA8725CC08667F3B9D85(__this, 0, _stringLiteralF138E7719F7B2C087914A020E21C85F0382BCBE4, L_36, L_38, L_40, NULL);
|
|
goto IL_00d2;
|
|
}
|
|
|
|
IL_00cc:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_41 = V_3;
|
|
NodeData_TrimSpacesInValue_m8B3A9D1567033FA59E05CAC4E7C0BCF7126790B1(L_41, NULL);
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
int32_t L_42 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_42, 1));
|
|
}
|
|
|
|
IL_00d6:
|
|
{
|
|
int32_t L_43 = V_2;
|
|
int32_t L_44 = __this->___index;
|
|
int32_t L_45 = __this->___attrCount;
|
|
if ((((int32_t)L_43) < ((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_44, 1)), L_45)))))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
|
|
IL_00eb:
|
|
{
|
|
RuntimeObject* L_46 = V_0;
|
|
RuntimeObject* L_47;
|
|
L_47 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2, IDtdAttributeListInfo_t07FD0314BEFEF9941C7CEC6F2944B28AD50F979F_il2cpp_TypeInfo_var, L_46);
|
|
V_1 = L_47;
|
|
RuntimeObject* L_48 = V_1;
|
|
if (!L_48)
|
|
{
|
|
goto IL_020c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_49 = __this->___attrCount;
|
|
V_5 = L_49;
|
|
V_6 = (NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610*)NULL;
|
|
int32_t L_50 = __this->___attrCount;
|
|
if ((((int32_t)L_50) < ((int32_t)((int32_t)250))))
|
|
{
|
|
goto IL_0149;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_51 = __this->___attrCount;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_52 = (NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610*)(NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610*)SZArrayNew(NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610_il2cpp_TypeInfo_var, (uint32_t)L_51);
|
|
V_6 = L_52;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_53 = __this->___nodes;
|
|
int32_t L_54 = __this->___index;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_55 = V_6;
|
|
int32_t L_56 = __this->___attrCount;
|
|
Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_53, ((int32_t)il2cpp_codegen_add(L_54, 1)), (RuntimeArray*)L_55, 0, L_56, NULL);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_57 = V_6;
|
|
V_7 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)L_57;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_58 = V_7;
|
|
il2cpp_codegen_runtime_class_init_inline(DtdDefaultAttributeInfoToNodeDataComparer_t316EE7BA1A7C3159565673C63167CDD82E3935A1_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_59;
|
|
L_59 = DtdDefaultAttributeInfoToNodeDataComparer_get_Instance_mCE071E773839C95509C1494A404F710C62A51B8F_inline(NULL);
|
|
Array_Sort_TisRuntimeObject_mB5F13D1685AB91F0DC0157388C3E5AE9C3E451AE(L_58, L_59, Array_Sort_TisRuntimeObject_mB5F13D1685AB91F0DC0157388C3E5AE9C3E451AE_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0149:
|
|
{
|
|
RuntimeObject* L_60 = V_1;
|
|
RuntimeObject* L_61;
|
|
L_61 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerable_1_t055C83CBB6D9B0D62F3BFC9AC8A5169CA06B72E3_il2cpp_TypeInfo_var, L_60);
|
|
V_8 = L_61;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_01e7:
|
|
{
|
|
{
|
|
RuntimeObject* L_62 = V_8;
|
|
if (!L_62)
|
|
{
|
|
goto IL_01f2;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_63 = V_8;
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_63);
|
|
}
|
|
|
|
IL_01f2:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_01d9_1;
|
|
}
|
|
|
|
IL_0156_1:
|
|
{
|
|
RuntimeObject* L_64 = V_8;
|
|
RuntimeObject* L_65;
|
|
L_65 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0, IEnumerator_1_tD2D98CA9C23AE3358DD671D9F760AF794EF0712B_il2cpp_TypeInfo_var, L_64);
|
|
V_9 = L_65;
|
|
RuntimeObject* L_66 = V_9;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_67 = V_6;
|
|
bool L_68;
|
|
L_68 = XmlTextReaderImpl_AddDefaultAttributeDtd_mF22FAABF13D4076D5A95FDCBD423732FFEEF434A(__this, L_66, (bool)1, L_67, NULL);
|
|
if (!L_68)
|
|
{
|
|
goto IL_01d9_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_69;
|
|
L_69 = XmlTextReaderImpl_get_DtdValidation_mE5F1E5DAF37701D9E2278709B95107872BA06DA7(__this, NULL);
|
|
if (!L_69)
|
|
{
|
|
goto IL_01d9_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_70 = __this->___standalone;
|
|
if (!L_70)
|
|
{
|
|
goto IL_01d9_1;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_71 = V_9;
|
|
bool L_72;
|
|
L_72 = InterfaceFuncInvoker0< bool >::Invoke(5, IDtdAttributeInfo_t97A8DDF92ED9F466BAC1D389F207DD3900412F04_il2cpp_TypeInfo_var, L_71);
|
|
if (!L_72)
|
|
{
|
|
goto IL_01d9_1;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_73 = V_9;
|
|
String_t* L_74;
|
|
L_74 = InterfaceFuncInvoker0< String_t* >::Invoke(0, IDtdAttributeInfo_t97A8DDF92ED9F466BAC1D389F207DD3900412F04_il2cpp_TypeInfo_var, L_73);
|
|
V_10 = L_74;
|
|
String_t* L_75 = V_10;
|
|
int32_t L_76;
|
|
L_76 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_75, NULL);
|
|
if (!L_76)
|
|
{
|
|
goto IL_01ac_1;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_77 = V_10;
|
|
RuntimeObject* L_78 = V_9;
|
|
String_t* L_79;
|
|
L_79 = InterfaceFuncInvoker0< String_t* >::Invoke(1, IDtdAttributeInfo_t97A8DDF92ED9F466BAC1D389F207DD3900412F04_il2cpp_TypeInfo_var, L_78);
|
|
String_t* L_80;
|
|
L_80 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_77, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_79, NULL);
|
|
G_B27_0 = L_80;
|
|
goto IL_01b3_1;
|
|
}
|
|
|
|
IL_01ac_1:
|
|
{
|
|
RuntimeObject* L_81 = V_9;
|
|
String_t* L_82;
|
|
L_82 = InterfaceFuncInvoker0< String_t* >::Invoke(1, IDtdAttributeInfo_t97A8DDF92ED9F466BAC1D389F207DD3900412F04_il2cpp_TypeInfo_var, L_81);
|
|
G_B27_0 = L_82;
|
|
}
|
|
|
|
IL_01b3_1:
|
|
{
|
|
V_11 = G_B27_0;
|
|
String_t* L_83 = V_11;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_84 = __this->___curNode;
|
|
int32_t L_85;
|
|
L_85 = NodeData_get_LineNo_m4FFAC4F3348BAF51A9900887975D3164BE1AA090(L_84, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_86 = __this->___curNode;
|
|
int32_t L_87;
|
|
L_87 = NodeData_get_LinePos_mA47E445CCB1D4B13F7E6821C44D70299FBAEB0C7(L_86, NULL);
|
|
XmlTextReaderImpl_SendValidationEvent_m8ED366B9B5A8F444B385EA8725CC08667F3B9D85(__this, 0, _stringLiteralB040418CA8E9ED382EC72BF18BDDDFBD260DCBDC, L_83, L_85, L_87, NULL);
|
|
}
|
|
|
|
IL_01d9_1:
|
|
{
|
|
RuntimeObject* L_88 = V_8;
|
|
bool L_89;
|
|
L_89 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_88);
|
|
if (L_89)
|
|
{
|
|
goto IL_0156_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01f3;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_01f3:
|
|
{
|
|
int32_t L_90 = V_5;
|
|
if (L_90)
|
|
{
|
|
goto IL_020c;
|
|
}
|
|
}
|
|
{
|
|
bool L_91 = __this->___attrNeedNamespaceLookup;
|
|
if (!L_91)
|
|
{
|
|
goto IL_020c;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_AttributeNamespaceLookup_m35B1E6A2EB56452DB5BF4A319B8CC44D31184F3B(__this, NULL);
|
|
__this->___attrNeedNamespaceLookup = (bool)0;
|
|
}
|
|
|
|
IL_020c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseEndElement_mF854379A4EABFF551AF08D8524F49E10B5FA9D7C (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_4 = NULL;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
Il2CppChar V_8 = 0x0;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B36_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B35_0 = NULL;
|
|
int32_t G_B37_0 = 0;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B37_1 = NULL;
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_0 = __this->___nodes;
|
|
int32_t L_1 = __this->___index;
|
|
int32_t L_2 = ((int32_t)il2cpp_codegen_subtract(L_1, 1));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_3 = (L_0)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_2));
|
|
V_0 = L_3;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_4 = V_0;
|
|
String_t* L_5 = L_4->___prefix;
|
|
int32_t L_6;
|
|
L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL);
|
|
V_1 = L_6;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_7 = V_0;
|
|
String_t* L_8 = L_7->___localName;
|
|
int32_t L_9;
|
|
L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL);
|
|
V_2 = L_9;
|
|
goto IL_0032;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
int32_t L_10;
|
|
L_10 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_11 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_12 = L_11->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_13 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_14 = L_13->___charPos;
|
|
int32_t L_15 = V_1;
|
|
int32_t L_16 = V_2;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_12, L_14))) < ((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_15, L_16)), 1)))))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_17 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_18 = L_17->___chars;
|
|
V_4 = L_18;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_19 = V_0;
|
|
String_t* L_20 = L_19->___prefix;
|
|
int32_t L_21;
|
|
L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_20, NULL);
|
|
if (L_21)
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_22 = V_4;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_23 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_24 = L_23->___charPos;
|
|
int32_t L_25 = V_2;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_26 = V_0;
|
|
String_t* L_27 = L_26->___localName;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_28;
|
|
L_28 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_22, L_24, L_25, L_27, NULL);
|
|
if (L_28)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_29 = V_0;
|
|
XmlTextReaderImpl_ThrowTagMismatch_mFF98A6F4F3A7D2C10068AFE4FEECC4CC17C0B5B5(__this, L_29, NULL);
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
int32_t L_30 = V_2;
|
|
V_3 = L_30;
|
|
goto IL_00e4;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_31 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_32 = L_31->___charPos;
|
|
int32_t L_33 = V_1;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_32, L_33));
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_34 = V_4;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_35 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_36 = L_35->___charPos;
|
|
int32_t L_37 = V_1;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_38 = V_0;
|
|
String_t* L_39 = L_38->___prefix;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_40;
|
|
L_40 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_34, L_36, L_37, L_39, NULL);
|
|
if (!L_40)
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_41 = V_4;
|
|
int32_t L_42 = V_7;
|
|
int32_t L_43 = L_42;
|
|
uint16_t L_44 = (uint16_t)(L_41)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_43));
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_45 = V_4;
|
|
int32_t L_46 = V_7;
|
|
int32_t L_47 = V_2;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_48 = V_0;
|
|
String_t* L_49 = L_48->___localName;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_50;
|
|
L_50 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_45, ((int32_t)il2cpp_codegen_add(L_46, 1)), L_47, L_49, NULL);
|
|
if (L_50)
|
|
{
|
|
goto IL_00de;
|
|
}
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_51 = V_0;
|
|
XmlTextReaderImpl_ThrowTagMismatch_mFF98A6F4F3A7D2C10068AFE4FEECC4CC17C0B5B5(__this, L_51, NULL);
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
int32_t L_52 = V_2;
|
|
int32_t L_53 = V_1;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_52, L_53)), 1));
|
|
}
|
|
|
|
IL_00e4:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_54 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_55 = L_54->___lineNo;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_56 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_57;
|
|
L_57 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_56, NULL);
|
|
LineInfo__ctor_mFF99DC657778EB3519A941F3CB7E7C33710B0EE0((&V_5), L_55, L_57, NULL);
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_58 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_59 = L_58->___charPos;
|
|
int32_t L_60 = V_3;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_59, L_60));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_61 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_62 = L_61->___chars;
|
|
V_4 = L_62;
|
|
int32_t L_63 = V_6;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_64 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_65 = L_64->___charsUsed;
|
|
if ((((int32_t)L_63) == ((int32_t)L_65)))
|
|
{
|
|
goto IL_01ec;
|
|
}
|
|
}
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_66 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_67 = L_66->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_68 = V_4;
|
|
int32_t L_69 = V_6;
|
|
int32_t L_70 = L_69;
|
|
uint16_t L_71 = (uint16_t)(L_68)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_70));
|
|
uint16_t L_72 = L_71;
|
|
uint8_t L_73 = (L_67)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_72));
|
|
if (((int32_t)((int32_t)L_73&8)))
|
|
{
|
|
goto IL_014d;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_74 = V_4;
|
|
int32_t L_75 = V_6;
|
|
int32_t L_76 = L_75;
|
|
uint16_t L_77 = (uint16_t)(L_74)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_76));
|
|
if ((!(((uint32_t)L_77) == ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_0154;
|
|
}
|
|
}
|
|
|
|
IL_014d:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_78 = V_0;
|
|
XmlTextReaderImpl_ThrowTagMismatch_mFF98A6F4F3A7D2C10068AFE4FEECC4CC17C0B5B5(__this, L_78, NULL);
|
|
}
|
|
|
|
IL_0154:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_79 = V_4;
|
|
int32_t L_80 = V_6;
|
|
int32_t L_81 = L_80;
|
|
uint16_t L_82 = (uint16_t)(L_79)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_81));
|
|
if ((((int32_t)L_82) == ((int32_t)((int32_t)62))))
|
|
{
|
|
goto IL_01c7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01b2;
|
|
}
|
|
|
|
IL_015f:
|
|
{
|
|
int32_t L_83 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_83, 1));
|
|
Il2CppChar L_84 = V_8;
|
|
if ((((int32_t)L_84) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_0173;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_85 = V_8;
|
|
if ((((int32_t)L_85) == ((int32_t)((int32_t)13))))
|
|
{
|
|
goto IL_017d;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01b2;
|
|
}
|
|
|
|
IL_0173:
|
|
{
|
|
int32_t L_86 = V_6;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, L_86, NULL);
|
|
goto IL_01b2;
|
|
}
|
|
|
|
IL_017d:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_87 = V_4;
|
|
int32_t L_88 = V_6;
|
|
int32_t L_89 = L_88;
|
|
uint16_t L_90 = (uint16_t)(L_87)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_89));
|
|
if ((!(((uint32_t)L_90) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_91 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_91, 1));
|
|
goto IL_01aa;
|
|
}
|
|
|
|
IL_018e:
|
|
{
|
|
int32_t L_92 = V_6;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_93 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_94 = L_93->___charsUsed;
|
|
if ((!(((uint32_t)L_92) == ((uint32_t)L_94))))
|
|
{
|
|
goto IL_01aa;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_95 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_96 = L_95->___isEof;
|
|
if (!L_96)
|
|
{
|
|
goto IL_01b2;
|
|
}
|
|
}
|
|
|
|
IL_01aa:
|
|
{
|
|
int32_t L_97 = V_6;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, L_97, NULL);
|
|
}
|
|
|
|
IL_01b2:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_98 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_99 = V_4;
|
|
int32_t L_100 = V_6;
|
|
int32_t L_101 = L_100;
|
|
uint16_t L_102 = (uint16_t)(L_99)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_101));
|
|
uint16_t L_103 = L_102;
|
|
V_8 = L_103;
|
|
bool L_104;
|
|
L_104 = XmlCharType_IsWhiteSpace_m6F9F3A19B8A95FF5CBF1B197E400A0F194AC9387(L_98, L_103, NULL);
|
|
if (L_104)
|
|
{
|
|
goto IL_015f;
|
|
}
|
|
}
|
|
|
|
IL_01c7:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_105 = V_4;
|
|
int32_t L_106 = V_6;
|
|
int32_t L_107 = L_106;
|
|
uint16_t L_108 = (uint16_t)(L_105)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_107));
|
|
if ((((int32_t)L_108) == ((int32_t)((int32_t)62))))
|
|
{
|
|
goto IL_0202;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_109 = V_6;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_110 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_111 = L_110->___charsUsed;
|
|
if ((((int32_t)L_109) == ((int32_t)L_111)))
|
|
{
|
|
goto IL_01ec;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_112 = V_6;
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_mB5A9F72CA48F0339C24F4B5BCD46339EEDF8CAAF(__this, L_112, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, NULL);
|
|
}
|
|
|
|
IL_01ec:
|
|
{
|
|
int32_t L_113;
|
|
L_113 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_113)
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowUnclosedElements_mFA0049DEE3737C89E5B993FC759912F44FBD70E2(__this, NULL);
|
|
goto IL_0101;
|
|
}
|
|
|
|
IL_0202:
|
|
{
|
|
int32_t L_114 = __this->___index;
|
|
__this->___index = ((int32_t)il2cpp_codegen_subtract(L_114, 1));
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_115 = __this->___nodes;
|
|
int32_t L_116 = __this->___index;
|
|
int32_t L_117 = L_116;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_118 = (L_115)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_117));
|
|
__this->___curNode = L_118;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_118);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_119 = V_0;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 L_120 = V_5;
|
|
L_119->___lineInfo = L_120;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_121 = V_0;
|
|
L_121->___type = ((int32_t)15);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_122 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_123 = V_6;
|
|
L_122->___charPos = ((int32_t)il2cpp_codegen_add(L_123, 1));
|
|
int32_t L_124 = __this->___index;
|
|
if ((((int32_t)L_124) > ((int32_t)0)))
|
|
{
|
|
G_B36_0 = __this;
|
|
goto IL_024f;
|
|
}
|
|
G_B35_0 = __this;
|
|
}
|
|
{
|
|
G_B37_0 = 5;
|
|
G_B37_1 = G_B35_0;
|
|
goto IL_0255;
|
|
}
|
|
|
|
IL_024f:
|
|
{
|
|
int32_t L_125 = __this->___parsingFunction;
|
|
G_B37_0 = ((int32_t)(L_125));
|
|
G_B37_1 = G_B36_0;
|
|
}
|
|
|
|
IL_0255:
|
|
{
|
|
G_B37_1->___nextParsingFunction = G_B37_0;
|
|
__this->___parsingFunction = 7;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowTagMismatch_mFF98A6F4F3A7D2C10068AFE4FEECC4CC17C0B5B5 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___0_startTag, 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*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D2BCBCC0DB06E7D1FE3B24D38EDC45C54A7D7B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3CC44E677A8425D56C2E976CEE5C70648FC3B9F);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_2 = NULL;
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = ___0_startTag;
|
|
int32_t L_1 = L_0->___type;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2;
|
|
L_2 = XmlTextReaderImpl_ParseQName_m6CEC708ACFF03CDF688CD122A73417E4AA0C3F56(__this, (&V_0), NULL);
|
|
V_1 = L_2;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
V_2 = L_3;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = V_2;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_5 = ___0_startTag;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_6 = __this->___nameTable;
|
|
String_t* L_7;
|
|
L_7 = NodeData_GetNameWPrefix_mCA5D7B8E3A167C9B8AEFB8751E9C0C40F84B4527(L_5, L_6, NULL);
|
|
(L_4)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (String_t*)L_7);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = V_2;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_9 = ___0_startTag;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_10 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_9->___lineInfo);
|
|
int32_t* L_11 = (int32_t*)(&L_10->___lineNo);
|
|
il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_12;
|
|
L_12 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
String_t* L_13;
|
|
L_13 = Int32_ToString_m3B2730D9F5B0C1C57DCCC8B8DCFB8E5EC4E8979B(L_11, L_12, NULL);
|
|
(L_8)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (String_t*)L_13);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = V_2;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_15 = ___0_startTag;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_16 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_15->___lineInfo);
|
|
int32_t* L_17 = (int32_t*)(&L_16->___linePos);
|
|
CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_18;
|
|
L_18 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL);
|
|
String_t* L_19;
|
|
L_19 = Int32_ToString_m3B2730D9F5B0C1C57DCCC8B8DCFB8E5EC4E8979B(L_17, L_18, NULL);
|
|
(L_14)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(2), (String_t*)L_19);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = V_2;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_21 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_22 = L_21->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_23 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_24 = L_23->___charPos;
|
|
int32_t L_25 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_26 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_27 = L_26->___charPos;
|
|
String_t* L_28;
|
|
L_28 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_22, L_24, ((int32_t)il2cpp_codegen_subtract(L_25, L_27)), NULL);
|
|
(L_20)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(3), (String_t*)L_28);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_29 = V_2;
|
|
XmlTextReaderImpl_Throw_m0BB9269CFC5AD410929F37366F8458BB19168274(__this, _stringLiteralF3CC44E677A8425D56C2E976CEE5C70648FC3B9F, L_29, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral77D2BCBCC0DB06E7D1FE3B24D38EDC45C54A7D7B, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseAttributes_mFBFB888D130B8F6F3131EF3BBD0E4036BF795ED8 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
Il2CppChar V_4 = 0x0;
|
|
Il2CppChar V_5 = 0x0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
Il2CppChar V_9 = 0x0;
|
|
Il2CppChar V_10 = 0x0;
|
|
Il2CppChar V_11 = 0x0;
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = L_0->___charPos;
|
|
V_0 = L_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = L_2->___chars;
|
|
V_1 = L_3;
|
|
V_2 = (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_3 = 0;
|
|
goto IL_0089;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
Il2CppChar L_4 = V_4;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_0;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, ((int32_t)il2cpp_codegen_add(L_5, 1)), NULL);
|
|
int32_t L_6 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
goto IL_0085;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
Il2CppChar L_7 = V_4;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)13)))))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = V_1;
|
|
int32_t L_9 = V_0;
|
|
int32_t L_10 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
|
uint16_t L_11 = (uint16_t)(L_8)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_10));
|
|
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_0;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, ((int32_t)il2cpp_codegen_add(L_12, 2)), NULL);
|
|
int32_t L_13 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
int32_t L_14 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
goto IL_0085;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int32_t L_15 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_16 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_17 = L_16->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_15, 1))) == ((int32_t)L_17)))
|
|
{
|
|
goto IL_0074;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = V_0;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, ((int32_t)il2cpp_codegen_add(L_18, 1)), NULL);
|
|
int32_t L_19 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_19, 1));
|
|
goto IL_0085;
|
|
}
|
|
|
|
IL_0074:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_20 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_21 = V_0;
|
|
L_20->___charPos = L_21;
|
|
goto IL_042c;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
int32_t L_22 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_23 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = L_23->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_25 = V_1;
|
|
int32_t L_26 = V_0;
|
|
int32_t L_27 = L_26;
|
|
uint16_t L_28 = (uint16_t)(L_25)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_27));
|
|
uint16_t L_29 = L_28;
|
|
V_4 = L_29;
|
|
uint16_t L_30 = L_29;
|
|
uint8_t L_31 = (L_24)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_30));
|
|
if (((int32_t)((int32_t)L_31&1)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
V_6 = 0;
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_32 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = L_32->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_34 = V_1;
|
|
int32_t L_35 = V_0;
|
|
int32_t L_36 = L_35;
|
|
uint16_t L_37 = (uint16_t)(L_34)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_36));
|
|
uint16_t L_38 = L_37;
|
|
V_5 = L_38;
|
|
uint16_t L_39 = L_38;
|
|
uint8_t L_40 = (L_33)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_39));
|
|
if (!((int32_t)((int32_t)L_40&4)))
|
|
{
|
|
goto IL_00be;
|
|
}
|
|
}
|
|
{
|
|
V_6 = 1;
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
int32_t L_41 = V_6;
|
|
if (L_41)
|
|
{
|
|
goto IL_0186;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_42 = V_5;
|
|
if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)62)))))
|
|
{
|
|
goto IL_00e5;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_43 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_44 = V_0;
|
|
L_43->___charPos = ((int32_t)il2cpp_codegen_add(L_44, 1));
|
|
__this->___parsingFunction = 6;
|
|
goto IL_046c;
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
Il2CppChar L_45 = V_5;
|
|
if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_0149;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_46 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_47 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_48 = L_47->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_46, 1))) == ((int32_t)L_48)))
|
|
{
|
|
goto IL_042c;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_49 = V_1;
|
|
int32_t L_50 = V_0;
|
|
int32_t L_51 = ((int32_t)il2cpp_codegen_add(L_50, 1));
|
|
uint16_t L_52 = (uint16_t)(L_49)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_51));
|
|
if ((!(((uint32_t)L_52) == ((uint32_t)((int32_t)62)))))
|
|
{
|
|
goto IL_0139;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_53 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_54 = V_0;
|
|
L_53->___charPos = ((int32_t)il2cpp_codegen_add(L_54, 2));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_55 = __this->___curNode;
|
|
NodeData_set_IsEmptyElement_mD9AA39D1F91A00BEDBED1204654917447AF2D57D_inline(L_55, (bool)1, NULL);
|
|
int32_t L_56 = __this->___parsingFunction;
|
|
__this->___nextParsingFunction = L_56;
|
|
__this->___parsingFunction = 8;
|
|
goto IL_046c;
|
|
}
|
|
|
|
IL_0139:
|
|
{
|
|
int32_t L_57 = V_0;
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_mB5A9F72CA48F0339C24F4B5BCD46339EEDF8CAAF(__this, ((int32_t)il2cpp_codegen_add(L_57, 1)), _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, NULL);
|
|
goto IL_0186;
|
|
}
|
|
|
|
IL_0149:
|
|
{
|
|
int32_t L_58 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_59 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_60 = L_59->___charsUsed;
|
|
if ((((int32_t)L_58) == ((int32_t)L_60)))
|
|
{
|
|
goto IL_042c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_61 = V_5;
|
|
if ((!(((uint32_t)L_61) == ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_0168;
|
|
}
|
|
}
|
|
{
|
|
bool L_62 = __this->___supportNamespaces;
|
|
if (!L_62)
|
|
{
|
|
goto IL_0186;
|
|
}
|
|
}
|
|
|
|
IL_0168:
|
|
{
|
|
int32_t L_63 = V_0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_64 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_65 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_66 = L_65->___charsUsed;
|
|
int32_t L_67 = V_0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_68;
|
|
L_68 = XmlException_BuildCharExceptionArgs_mCD358DAB8D23BF377EEC6C41C523161FE2B9A2A5(L_64, L_66, L_67, NULL);
|
|
XmlTextReaderImpl_Throw_mE3F5BDAAD3E82F61388BFC116E64FC1309230703(__this, L_63, _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D, L_68, NULL);
|
|
}
|
|
|
|
IL_0186:
|
|
{
|
|
int32_t L_69 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_70 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_71 = L_70->___charPos;
|
|
if ((!(((uint32_t)L_69) == ((uint32_t)L_71))))
|
|
{
|
|
goto IL_019b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_72 = V_0;
|
|
XmlTextReaderImpl_ThrowExpectingWhitespace_m971DF46CF8EDD3C04B7EAC72893C1EBE43E4884B(__this, L_72, NULL);
|
|
}
|
|
|
|
IL_019b:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_73 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_74 = V_0;
|
|
L_73->___charPos = L_74;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_75 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_76;
|
|
L_76 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_75, NULL);
|
|
V_7 = L_76;
|
|
V_8 = (-1);
|
|
int32_t L_77 = V_0;
|
|
int32_t L_78 = V_6;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_77, L_78));
|
|
}
|
|
|
|
IL_01bc:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_79 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_80 = L_79->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_81 = V_1;
|
|
int32_t L_82 = V_0;
|
|
int32_t L_83 = L_82;
|
|
uint16_t L_84 = (uint16_t)(L_81)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_83));
|
|
uint16_t L_85 = L_84;
|
|
V_9 = L_85;
|
|
uint16_t L_86 = L_85;
|
|
uint8_t L_87 = (L_80)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_86));
|
|
if (!((int32_t)((int32_t)L_87&8)))
|
|
{
|
|
goto IL_01d8;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_88 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_88, 1));
|
|
goto IL_01bc;
|
|
}
|
|
|
|
IL_01d8:
|
|
{
|
|
Il2CppChar L_89 = V_9;
|
|
if ((!(((uint32_t)L_89) == ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_023e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_90 = V_8;
|
|
if ((((int32_t)L_90) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0207;
|
|
}
|
|
}
|
|
{
|
|
bool L_91 = __this->___supportNamespaces;
|
|
if (!L_91)
|
|
{
|
|
goto IL_0201;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_92 = V_0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_93;
|
|
L_93 = XmlException_BuildCharExceptionArgs_m5C3D183AB941552746F7DC656366F28CA5BAFC65(((int32_t)58), 0, NULL);
|
|
XmlTextReaderImpl_Throw_mE3F5BDAAD3E82F61388BFC116E64FC1309230703(__this, L_92, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, L_93, NULL);
|
|
goto IL_0263;
|
|
}
|
|
|
|
IL_0201:
|
|
{
|
|
int32_t L_94 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_94, 1));
|
|
goto IL_01bc;
|
|
}
|
|
|
|
IL_0207:
|
|
{
|
|
int32_t L_95 = V_0;
|
|
V_8 = L_95;
|
|
int32_t L_96 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_96, 1));
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_97 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_98 = L_97->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_99 = V_1;
|
|
int32_t L_100 = V_0;
|
|
int32_t L_101 = L_100;
|
|
uint16_t L_102 = (uint16_t)(L_99)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_101));
|
|
uint16_t L_103 = L_102;
|
|
uint8_t L_104 = (L_98)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_103));
|
|
if (!((int32_t)((int32_t)L_104&4)))
|
|
{
|
|
goto IL_0227;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_105 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_105, 1));
|
|
goto IL_01bc;
|
|
}
|
|
|
|
IL_0227:
|
|
{
|
|
int32_t L_106;
|
|
L_106 = XmlTextReaderImpl_ParseQName_m6CEC708ACFF03CDF688CD122A73417E4AA0C3F56(__this, (&V_8), NULL);
|
|
V_0 = L_106;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_107 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_108 = L_107->___chars;
|
|
V_1 = L_108;
|
|
goto IL_0263;
|
|
}
|
|
|
|
IL_023e:
|
|
{
|
|
int32_t L_109 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_110 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_111 = L_110->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_109, 1))) < ((int32_t)L_111)))
|
|
{
|
|
goto IL_0263;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_112;
|
|
L_112 = XmlTextReaderImpl_ParseQName_m6CEC708ACFF03CDF688CD122A73417E4AA0C3F56(__this, (&V_8), NULL);
|
|
V_0 = L_112;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_113 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_114 = L_113->___chars;
|
|
V_1 = L_114;
|
|
}
|
|
|
|
IL_0263:
|
|
{
|
|
int32_t L_115 = V_0;
|
|
int32_t L_116 = V_8;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_117;
|
|
L_117 = XmlTextReaderImpl_AddAttribute_m433FDF6420611ED2F3259758656559AC3B9B7FDA(__this, L_115, L_116, NULL);
|
|
V_2 = L_117;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_118 = V_2;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_119 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_120;
|
|
L_120 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_119, NULL);
|
|
int32_t L_121 = V_7;
|
|
NodeData_SetLineInfo_m6D28339C7F45327E5B512AD556ECCBB06A0871A5(L_118, L_120, L_121, NULL);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_122 = V_1;
|
|
int32_t L_123 = V_0;
|
|
int32_t L_124 = L_123;
|
|
uint16_t L_125 = (uint16_t)(L_122)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_124));
|
|
if ((((int32_t)L_125) == ((int32_t)((int32_t)61))))
|
|
{
|
|
goto IL_02b9;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_126 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_127 = V_0;
|
|
L_126->___charPos = L_127;
|
|
int32_t L_128;
|
|
L_128 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(__this, (StringBuilder_t*)NULL, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_129 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_130 = L_129->___charPos;
|
|
V_0 = L_130;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_131 = V_1;
|
|
int32_t L_132 = V_0;
|
|
int32_t L_133 = L_132;
|
|
uint16_t L_134 = (uint16_t)(L_131)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_133));
|
|
if ((((int32_t)L_134) == ((int32_t)((int32_t)61))))
|
|
{
|
|
goto IL_02b9;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_m780382C6FFE6D71D6618E4EAFFD2272D86C042C2(__this, _stringLiteral1FA13CA565DC9B5105D70A528D26A6FC7A57049E, NULL);
|
|
}
|
|
|
|
IL_02b9:
|
|
{
|
|
int32_t L_135 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_135, 1));
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_136 = V_1;
|
|
int32_t L_137 = V_0;
|
|
int32_t L_138 = L_137;
|
|
uint16_t L_139 = (uint16_t)(L_136)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_138));
|
|
V_10 = L_139;
|
|
Il2CppChar L_140 = V_10;
|
|
if ((((int32_t)L_140) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_030f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_141 = V_10;
|
|
if ((((int32_t)L_141) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_030f;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_142 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_143 = V_0;
|
|
L_142->___charPos = L_143;
|
|
int32_t L_144;
|
|
L_144 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(__this, (StringBuilder_t*)NULL, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_145 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_146 = L_145->___charPos;
|
|
V_0 = L_146;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_147 = V_1;
|
|
int32_t L_148 = V_0;
|
|
int32_t L_149 = L_148;
|
|
uint16_t L_150 = (uint16_t)(L_147)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_149));
|
|
V_10 = L_150;
|
|
Il2CppChar L_151 = V_10;
|
|
if ((((int32_t)L_151) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_030f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_152 = V_10;
|
|
if ((((int32_t)L_152) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_030f;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_mC7F93629834C75A4584F26184705A19B26252905(__this, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, NULL);
|
|
}
|
|
|
|
IL_030f:
|
|
{
|
|
int32_t L_153 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_153, 1));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_154 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_155 = V_0;
|
|
L_154->___charPos = L_155;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_156 = V_2;
|
|
Il2CppChar L_157 = V_10;
|
|
L_156->___quoteChar = L_157;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_158 = V_2;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_159 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_160;
|
|
L_160 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_159, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_161 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_162;
|
|
L_162 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_161, NULL);
|
|
NodeData_SetLineInfo2_mD0AD7BC1A4A18A10953788BC8FBE0B1A02CE26D5(L_158, L_160, L_162, NULL);
|
|
goto IL_0349;
|
|
}
|
|
|
|
IL_0345:
|
|
{
|
|
int32_t L_163 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_163, 1));
|
|
}
|
|
|
|
IL_0349:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_164 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_165 = L_164->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_166 = V_1;
|
|
int32_t L_167 = V_0;
|
|
int32_t L_168 = L_167;
|
|
uint16_t L_169 = (uint16_t)(L_166)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_168));
|
|
uint16_t L_170 = L_169;
|
|
V_11 = L_170;
|
|
uint16_t L_171 = L_170;
|
|
uint8_t L_172 = (L_165)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_171));
|
|
if (((int32_t)((int32_t)L_172&((int32_t)128))))
|
|
{
|
|
goto IL_0345;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_173 = V_11;
|
|
Il2CppChar L_174 = V_10;
|
|
if ((!(((uint32_t)L_173) == ((uint32_t)L_174))))
|
|
{
|
|
goto IL_039a;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_175 = V_2;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_176 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_177 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_178 = L_177->___charPos;
|
|
int32_t L_179 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_180 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_181 = L_180->___charPos;
|
|
NodeData_SetValue_m7078D8BE1A2371A59DDF78DE12BAA39C8125C4B5(L_175, L_176, L_178, ((int32_t)il2cpp_codegen_subtract(L_179, L_181)), NULL);
|
|
int32_t L_182 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_182, 1));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_183 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_184 = V_0;
|
|
L_183->___charPos = L_184;
|
|
goto IL_03bc;
|
|
}
|
|
|
|
IL_039a:
|
|
{
|
|
int32_t L_185 = V_0;
|
|
Il2CppChar L_186 = V_10;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_187 = V_2;
|
|
XmlTextReaderImpl_ParseAttributeValueSlow_mB3F79EF3FC4263EE0519A661137DD3AA5E8B9B7F(__this, L_185, L_186, L_187, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_188 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_189 = L_188->___charPos;
|
|
V_0 = L_189;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_190 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_191 = L_190->___chars;
|
|
V_1 = L_191;
|
|
}
|
|
|
|
IL_03bc:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_192 = V_2;
|
|
String_t* L_193 = L_192->___prefix;
|
|
int32_t L_194;
|
|
L_194 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_193, NULL);
|
|
if (L_194)
|
|
{
|
|
goto IL_03eb;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_195 = V_2;
|
|
String_t* L_196 = L_195->___localName;
|
|
String_t* L_197 = __this->___XmlNs;
|
|
bool L_198;
|
|
L_198 = Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF(L_196, L_197, NULL);
|
|
if (!L_198)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_199 = V_2;
|
|
XmlTextReaderImpl_OnDefaultNamespaceDecl_m581C1C3BE2502F2CA915188A04CFD5126FF0EAD4(__this, L_199, NULL);
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_03eb:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_200 = V_2;
|
|
String_t* L_201 = L_200->___prefix;
|
|
String_t* L_202 = __this->___XmlNs;
|
|
bool L_203;
|
|
L_203 = Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF(L_201, L_202, NULL);
|
|
if (!L_203)
|
|
{
|
|
goto IL_040a;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_204 = V_2;
|
|
XmlTextReaderImpl_OnNamespaceDecl_mB01BF6581EA46964237342B9942656CD4E06EE3F(__this, L_204, NULL);
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_040a:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_205 = V_2;
|
|
String_t* L_206 = L_205->___prefix;
|
|
String_t* L_207 = __this->___Xml;
|
|
bool L_208;
|
|
L_208 = Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF(L_206, L_207, NULL);
|
|
if (!L_208)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_209 = V_2;
|
|
XmlTextReaderImpl_OnXmlReservedAttribute_m8A9D2126DA01CF2E3E3E9D99DC5A2D0D36707D25(__this, L_209, NULL);
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_042c:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_210 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_211 = (int32_t*)(&L_210->___lineNo);
|
|
int32_t* L_212 = L_211;
|
|
int32_t L_213 = *((int32_t*)L_212);
|
|
int32_t L_214 = V_3;
|
|
*((int32_t*)L_212) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_213, L_214));
|
|
int32_t L_215;
|
|
L_215 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (!L_215)
|
|
{
|
|
goto IL_0461;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_216 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_217 = L_216->___charPos;
|
|
V_0 = L_217;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_218 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_219 = L_218->___chars;
|
|
V_1 = L_219;
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0461:
|
|
{
|
|
XmlTextReaderImpl_ThrowUnclosedElements_mFA0049DEE3737C89E5B993FC759912F44FBD70E2(__this, NULL);
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_046c:
|
|
{
|
|
bool L_220 = __this->___addDefaultAttributesAndNormalize;
|
|
if (!L_220)
|
|
{
|
|
goto IL_047a;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_AddDefaultAttributesAndNormalize_m9D138E0186D03B44739A980AF7AB82F24BB7C3A6(__this, NULL);
|
|
}
|
|
|
|
IL_047a:
|
|
{
|
|
XmlTextReaderImpl_ElementNamespaceLookup_m469B3650864A3CC8C828C6DCC12C4435D2428072(__this, NULL);
|
|
bool L_221 = __this->___attrNeedNamespaceLookup;
|
|
if (!L_221)
|
|
{
|
|
goto IL_0495;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_AttributeNamespaceLookup_m35B1E6A2EB56452DB5BF4A319B8CC44D31184F3B(__this, NULL);
|
|
__this->___attrNeedNamespaceLookup = (bool)0;
|
|
}
|
|
|
|
IL_0495:
|
|
{
|
|
int32_t L_222 = __this->___attrDuplWalkCount;
|
|
if ((((int32_t)L_222) < ((int32_t)((int32_t)250))))
|
|
{
|
|
goto IL_04a8;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_AttributeDuplCheck_m647C40056686C2C01D4BF4A9E356ADDB98C9B60D(__this, NULL);
|
|
}
|
|
|
|
IL_04a8:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ElementNamespaceLookup_m469B3650864A3CC8C828C6DCC12C4435D2428072 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
String_t* L_1 = L_0->___prefix;
|
|
int32_t L_2;
|
|
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_3 = __this->___curNode;
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_4 = __this->___xmlContext;
|
|
String_t* L_5 = L_4->___defaultNamespace;
|
|
L_3->___ns = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_3->___ns), (void*)L_5);
|
|
return;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_6 = __this->___curNode;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_7 = __this->___curNode;
|
|
String_t* L_8;
|
|
L_8 = XmlTextReaderImpl_LookupNamespace_mE589C9F86465B7D1B74C56E1A18F9FC0169AED1F(__this, L_7, NULL);
|
|
L_6->___ns = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_6->___ns), (void*)L_8);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AttributeNamespaceLookup_m35B1E6A2EB56452DB5BF4A319B8CC44D31184F3B (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___index;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_1 = __this->___nodes;
|
|
int32_t L_2 = V_0;
|
|
int32_t L_3 = L_2;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_4 = (L_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_3));
|
|
V_1 = L_4;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_5 = V_1;
|
|
int32_t L_6 = L_5->___type;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_7 = V_1;
|
|
String_t* L_8 = L_7->___prefix;
|
|
int32_t L_9;
|
|
L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL);
|
|
if ((((int32_t)L_9) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_10 = V_1;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_11 = V_1;
|
|
String_t* L_12;
|
|
L_12 = XmlTextReaderImpl_LookupNamespace_mE589C9F86465B7D1B74C56E1A18F9FC0169AED1F(__this, L_11, NULL);
|
|
L_10->___ns = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_10->___ns), (void*)L_12);
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
int32_t L_13 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t L_14 = V_0;
|
|
int32_t L_15 = __this->___index;
|
|
int32_t L_16 = __this->___attrCount;
|
|
if ((((int32_t)L_14) < ((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_15, L_16)), 1)))))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AttributeDuplCheck_m647C40056686C2C01D4BF4A9E356ADDB98C9B60D (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Sort_TisNodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_m6228E185B39247C979A2C0AD94CE8D9019933B2E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE62BE30D60110348D9F0D3836744E95BD82775EF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_5 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___attrCount;
|
|
if ((((int32_t)L_0) >= ((int32_t)((int32_t)250))))
|
|
{
|
|
goto IL_00cc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->___index;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_1, 1));
|
|
goto IL_00b6;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_2 = __this->___nodes;
|
|
int32_t L_3 = V_0;
|
|
int32_t L_4 = L_3;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_5 = (L_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_1 = L_5;
|
|
int32_t L_6 = V_0;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
goto IL_009d;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_7 = V_1;
|
|
String_t* L_8 = L_7->___localName;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_9 = __this->___nodes;
|
|
int32_t L_10 = V_2;
|
|
int32_t L_11 = L_10;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_12 = (L_9)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_11));
|
|
String_t* L_13 = L_12->___localName;
|
|
bool L_14;
|
|
L_14 = Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF(L_8, L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_15 = V_1;
|
|
String_t* L_16 = L_15->___ns;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_17 = __this->___nodes;
|
|
int32_t L_18 = V_2;
|
|
int32_t L_19 = L_18;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_20 = (L_17)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19));
|
|
String_t* L_21 = L_20->___ns;
|
|
bool L_22;
|
|
L_22 = Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF(L_16, L_21, NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_23 = __this->___nodes;
|
|
int32_t L_24 = V_2;
|
|
int32_t L_25 = L_24;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_26 = (L_23)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_25));
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_27 = __this->___nameTable;
|
|
String_t* L_28;
|
|
L_28 = NodeData_GetNameWPrefix_mCA5D7B8E3A167C9B8AEFB8751E9C0C40F84B4527(L_26, L_27, NULL);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_29 = __this->___nodes;
|
|
int32_t L_30 = V_2;
|
|
int32_t L_31 = L_30;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_32 = (L_29)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_31));
|
|
int32_t L_33;
|
|
L_33 = NodeData_get_LineNo_m4FFAC4F3348BAF51A9900887975D3164BE1AA090(L_32, NULL);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_34 = __this->___nodes;
|
|
int32_t L_35 = V_2;
|
|
int32_t L_36 = L_35;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_37 = (L_34)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_36));
|
|
int32_t L_38;
|
|
L_38 = NodeData_get_LinePos_mA47E445CCB1D4B13F7E6821C44D70299FBAEB0C7(L_37, NULL);
|
|
XmlTextReaderImpl_Throw_mC803D5A772B620AF824AFBAB3BC5FC546739E35E(__this, _stringLiteralE62BE30D60110348D9F0D3836744E95BD82775EF, L_28, L_33, L_38, NULL);
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
int32_t L_39 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_39, 1));
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
int32_t L_40 = V_2;
|
|
int32_t L_41 = __this->___index;
|
|
int32_t L_42 = __this->___attrCount;
|
|
if ((((int32_t)L_40) < ((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_41, 1)), L_42)))))
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_43 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_43, 1));
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
int32_t L_44 = V_0;
|
|
int32_t L_45 = __this->___index;
|
|
int32_t L_46 = __this->___attrCount;
|
|
if ((((int32_t)L_44) < ((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_45, 1)), L_46)))))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_00cc:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_47 = __this->___attrDuplSortingArray;
|
|
if (!L_47)
|
|
{
|
|
goto IL_00e4;
|
|
}
|
|
}
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_48 = __this->___attrDuplSortingArray;
|
|
int32_t L_49 = __this->___attrCount;
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_48)->max_length))) >= ((int32_t)L_49)))
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
|
|
IL_00e4:
|
|
{
|
|
int32_t L_50 = __this->___attrCount;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_51 = (NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610*)(NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610*)SZArrayNew(NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610_il2cpp_TypeInfo_var, (uint32_t)L_50);
|
|
__this->___attrDuplSortingArray = L_51;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___attrDuplSortingArray), (void*)L_51);
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_52 = __this->___nodes;
|
|
int32_t L_53 = __this->___index;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_54 = __this->___attrDuplSortingArray;
|
|
int32_t L_55 = __this->___attrCount;
|
|
Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_52, ((int32_t)il2cpp_codegen_add(L_53, 1)), (RuntimeArray*)L_54, 0, L_55, NULL);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_56 = __this->___attrDuplSortingArray;
|
|
int32_t L_57 = __this->___attrCount;
|
|
Array_Sort_TisNodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_m6228E185B39247C979A2C0AD94CE8D9019933B2E(L_56, 0, L_57, Array_Sort_TisNodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_m6228E185B39247C979A2C0AD94CE8D9019933B2E_RuntimeMethod_var);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_58 = __this->___attrDuplSortingArray;
|
|
int32_t L_59 = 0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_60 = (L_58)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_59));
|
|
V_3 = L_60;
|
|
V_4 = 1;
|
|
goto IL_0197;
|
|
}
|
|
|
|
IL_0135:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_61 = __this->___attrDuplSortingArray;
|
|
int32_t L_62 = V_4;
|
|
int32_t L_63 = L_62;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_64 = (L_61)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_63));
|
|
V_5 = L_64;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_65 = V_3;
|
|
String_t* L_66 = L_65->___localName;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_67 = V_5;
|
|
String_t* L_68 = L_67->___localName;
|
|
bool L_69;
|
|
L_69 = Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF(L_66, L_68, NULL);
|
|
if (!L_69)
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_70 = V_3;
|
|
String_t* L_71 = L_70->___ns;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_72 = V_5;
|
|
String_t* L_73 = L_72->___ns;
|
|
bool L_74;
|
|
L_74 = Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF(L_71, L_73, NULL);
|
|
if (!L_74)
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_75 = V_5;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_76 = __this->___nameTable;
|
|
String_t* L_77;
|
|
L_77 = NodeData_GetNameWPrefix_mCA5D7B8E3A167C9B8AEFB8751E9C0C40F84B4527(L_75, L_76, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_78 = V_5;
|
|
int32_t L_79;
|
|
L_79 = NodeData_get_LineNo_m4FFAC4F3348BAF51A9900887975D3164BE1AA090(L_78, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_80 = V_5;
|
|
int32_t L_81;
|
|
L_81 = NodeData_get_LinePos_mA47E445CCB1D4B13F7E6821C44D70299FBAEB0C7(L_80, NULL);
|
|
XmlTextReaderImpl_Throw_mC803D5A772B620AF824AFBAB3BC5FC546739E35E(__this, _stringLiteralE62BE30D60110348D9F0D3836744E95BD82775EF, L_77, L_79, L_81, NULL);
|
|
}
|
|
|
|
IL_018e:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_82 = V_5;
|
|
V_3 = L_82;
|
|
int32_t L_83 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_83, 1));
|
|
}
|
|
|
|
IL_0197:
|
|
{
|
|
int32_t L_84 = V_4;
|
|
int32_t L_85 = __this->___attrCount;
|
|
if ((((int32_t)L_84) < ((int32_t)L_85)))
|
|
{
|
|
goto IL_0135;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnDefaultNamespaceDecl_m581C1C3BE2502F2CA915188A04CFD5126FF0EAD4 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___0_attr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
bool L_0 = __this->___supportNamespaces;
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_1 = __this->___nameTable;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_2 = ___0_attr;
|
|
String_t* L_3;
|
|
L_3 = NodeData_get_StringValue_m49F31840D0EC31EAF70E6F4EF5BE14BB900B2624(L_2, NULL);
|
|
String_t* L_4;
|
|
L_4 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6, L_1, L_3);
|
|
V_0 = L_4;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_5 = ___0_attr;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_6 = __this->___nameTable;
|
|
String_t* L_7;
|
|
L_7 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6, L_6, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE);
|
|
L_5->___ns = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___ns), (void*)L_7);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_8 = __this->___curNode;
|
|
bool L_9 = L_8->___xmlContextPushed;
|
|
if (L_9)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_PushXmlContext_m32D32A6DD05D7274AB2762228D3DFA63083F0A9C(__this, NULL);
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_10 = __this->___xmlContext;
|
|
String_t* L_11 = V_0;
|
|
L_10->___defaultNamespace = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_10->___defaultNamespace), (void*)L_11);
|
|
String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
String_t* L_13 = V_0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_14 = ___0_attr;
|
|
XmlTextReaderImpl_AddNamespace_m386AA71482212EB7FAEED6FCD330173150E87AFB(__this, L_12, L_13, L_14, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnNamespaceDecl_mB01BF6581EA46964237342B9942656CD4E06EE3F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___0_attr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11FD22D825C5C7EEDE7CA43876F02B7D8B4C213F);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
bool L_0 = __this->___supportNamespaces;
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_1 = __this->___nameTable;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_2 = ___0_attr;
|
|
String_t* L_3;
|
|
L_3 = NodeData_get_StringValue_m49F31840D0EC31EAF70E6F4EF5BE14BB900B2624(L_2, NULL);
|
|
String_t* L_4;
|
|
L_4 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6, L_1, L_3);
|
|
V_0 = L_4;
|
|
String_t* L_5 = V_0;
|
|
int32_t L_6;
|
|
L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_7 = ___0_attr;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_8 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_7->___lineInfo2);
|
|
int32_t L_9 = L_8->___lineNo;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_10 = ___0_attr;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_11 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_10->___lineInfo2);
|
|
int32_t L_12 = L_11->___linePos;
|
|
XmlTextReaderImpl_Throw_m24DD009B3659BA3348BCC1A9EC0335E1D8245C63(__this, _stringLiteral11FD22D825C5C7EEDE7CA43876F02B7D8B4C213F, L_9, ((int32_t)il2cpp_codegen_subtract(L_12, 1)), NULL);
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_13 = ___0_attr;
|
|
String_t* L_14 = L_13->___localName;
|
|
String_t* L_15 = V_0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_16 = ___0_attr;
|
|
XmlTextReaderImpl_AddNamespace_m386AA71482212EB7FAEED6FCD330173150E87AFB(__this, L_14, L_15, L_16, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnXmlReservedAttribute_m8A9D2126DA01CF2E3E3E9D99DC5A2D0D36707D25 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___0_attr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB76F93064E827FE764713C55F705D2E388DF17D7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = ___0_attr;
|
|
String_t* L_1 = L_0->___localName;
|
|
V_0 = L_1;
|
|
String_t* L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = V_0;
|
|
bool L_5;
|
|
L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_6 = __this->___curNode;
|
|
bool L_7 = L_6->___xmlContextPushed;
|
|
if (L_7)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_PushXmlContext_m32D32A6DD05D7274AB2762228D3DFA63083F0A9C(__this, NULL);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_8 = ___0_attr;
|
|
String_t* L_9;
|
|
L_9 = NodeData_get_StringValue_m49F31840D0EC31EAF70E6F4EF5BE14BB900B2624(L_8, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
String_t* L_10;
|
|
L_10 = XmlConvert_TrimString_mDAA514C90ADF5307B9781647EDE50EC8E542ABC7(L_9, NULL);
|
|
V_1 = L_10;
|
|
String_t* L_11 = V_1;
|
|
bool L_12;
|
|
L_12 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_11, _stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48, NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_13 = V_1;
|
|
bool L_14;
|
|
L_14 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_13, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_15 = __this->___xmlContext;
|
|
L_15->___xmlSpace = 2;
|
|
return;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_16 = __this->___xmlContext;
|
|
L_16->___xmlSpace = 1;
|
|
return;
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_17 = ___0_attr;
|
|
String_t* L_18;
|
|
L_18 = NodeData_get_StringValue_m49F31840D0EC31EAF70E6F4EF5BE14BB900B2624(L_17, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_19 = ___0_attr;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_20 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_19->___lineInfo);
|
|
int32_t L_21 = L_20->___lineNo;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_22 = ___0_attr;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_23 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_22->___lineInfo);
|
|
int32_t L_24 = L_23->___linePos;
|
|
XmlTextReaderImpl_Throw_mC803D5A772B620AF824AFBAB3BC5FC546739E35E(__this, _stringLiteralB76F93064E827FE764713C55F705D2E388DF17D7, L_18, L_21, L_24, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_25 = __this->___curNode;
|
|
bool L_26 = L_25->___xmlContextPushed;
|
|
if (L_26)
|
|
{
|
|
goto IL_00b2;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_PushXmlContext_m32D32A6DD05D7274AB2762228D3DFA63083F0A9C(__this, NULL);
|
|
}
|
|
|
|
IL_00b2:
|
|
{
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_27 = __this->___xmlContext;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_28 = ___0_attr;
|
|
String_t* L_29;
|
|
L_29 = NodeData_get_StringValue_m49F31840D0EC31EAF70E6F4EF5BE14BB900B2624(L_28, NULL);
|
|
L_27->___xmlLang = L_29;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_27->___xmlLang), (void*)L_29);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseAttributeValueSlow_mB3F79EF3FC4263EE0519A661137DD3AA5E8B9B7F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_curPos, Il2CppChar ___1_quoteChar, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___2_attr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27EFD03821B8E8379AA7D14DB641482FB950DF7B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral292FFF1AFC6A39FAE710753C820C4EC3DD0D4613);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8DF28038BAE3947FE2A10B2562359E7D3A2BF989);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Il2CppChar V_8 = 0x0;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
String_t* V_11 = NULL;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_12 = NULL;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_13 = NULL;
|
|
int32_t V_14 = 0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_15 = NULL;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_16 = NULL;
|
|
int32_t V_17 = 0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_18 = NULL;
|
|
StringBuilder_t* G_B22_0 = NULL;
|
|
StringBuilder_t* G_B21_0 = NULL;
|
|
String_t* G_B23_0 = NULL;
|
|
StringBuilder_t* G_B23_1 = NULL;
|
|
{
|
|
int32_t L_0 = ___0_curPos;
|
|
V_0 = L_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_1 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = L_1->___chars;
|
|
V_1 = L_2;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_3 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_4 = L_3->___entityId;
|
|
V_2 = L_4;
|
|
V_3 = 0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_6 = L_5->___lineNo;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_8;
|
|
L_8 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_7, NULL);
|
|
LineInfo__ctor_mFF99DC657778EB3519A941F3CB7E7C33710B0EE0((&V_4), L_6, L_8, NULL);
|
|
V_5 = (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)NULL;
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
int32_t L_9 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_10 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = L_10->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = V_1;
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = L_13;
|
|
uint16_t L_15 = (uint16_t)(L_12)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_14));
|
|
uint16_t L_16 = L_15;
|
|
uint8_t L_17 = (L_11)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_16));
|
|
if (((int32_t)((int32_t)L_17&((int32_t)128))))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_19 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_20 = L_19->___charPos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_18, L_20))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_009a;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_21 = __this->___stringBuilder;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_22 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_23 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_24 = L_23->___charPos;
|
|
int32_t L_25 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_26 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_27 = L_26->___charPos;
|
|
StringBuilder_t* L_28;
|
|
L_28 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_21, L_22, L_24, ((int32_t)il2cpp_codegen_subtract(L_25, L_27)), NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_29 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_30 = V_0;
|
|
L_29->___charPos = L_30;
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_31 = V_1;
|
|
int32_t L_32 = V_0;
|
|
int32_t L_33 = L_32;
|
|
uint16_t L_34 = (uint16_t)(L_31)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_33));
|
|
Il2CppChar L_35 = ___1_quoteChar;
|
|
if ((!(((uint32_t)L_34) == ((uint32_t)L_35))))
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_36 = V_2;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_37 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_38 = L_37->___entityId;
|
|
if ((((int32_t)L_36) == ((int32_t)L_38)))
|
|
{
|
|
goto IL_063f;
|
|
}
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_39 = V_1;
|
|
int32_t L_40 = V_0;
|
|
int32_t L_41 = L_40;
|
|
uint16_t L_42 = (uint16_t)(L_39)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_41));
|
|
V_8 = L_42;
|
|
Il2CppChar L_43 = V_8;
|
|
if ((!(((uint32_t)L_43) <= ((uint32_t)((int32_t)38)))))
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_44 = V_8;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_44, ((int32_t)9))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_01e4;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0111;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_04f8;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_04f8;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_014a;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_45 = V_8;
|
|
if ((((int32_t)L_45) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_0216;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_46 = V_8;
|
|
if ((((int32_t)L_46) == ((int32_t)((int32_t)38))))
|
|
{
|
|
goto IL_0238;
|
|
}
|
|
}
|
|
{
|
|
goto IL_04f8;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
Il2CppChar L_47 = V_8;
|
|
if ((((int32_t)L_47) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_0216;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_48 = V_8;
|
|
if ((((int32_t)L_48) == ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_021f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_49 = V_8;
|
|
if ((((int32_t)L_49) == ((int32_t)((int32_t)62))))
|
|
{
|
|
goto IL_0216;
|
|
}
|
|
}
|
|
{
|
|
goto IL_04f8;
|
|
}
|
|
|
|
IL_0111:
|
|
{
|
|
int32_t L_50 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_50, 1));
|
|
int32_t L_51 = V_0;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, L_51, NULL);
|
|
bool L_52 = __this->___normalize;
|
|
if (!L_52)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_53 = __this->___stringBuilder;
|
|
StringBuilder_t* L_54;
|
|
L_54 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_53, ((int32_t)32), NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_55 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_56 = (int32_t*)(&L_55->___charPos);
|
|
int32_t* L_57 = L_56;
|
|
int32_t L_58 = *((int32_t*)L_57);
|
|
*((int32_t*)L_57) = (int32_t)((int32_t)il2cpp_codegen_add(L_58, 1));
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_014a:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_59 = V_1;
|
|
int32_t L_60 = V_0;
|
|
int32_t L_61 = ((int32_t)il2cpp_codegen_add(L_60, 1));
|
|
uint16_t L_62 = (uint16_t)(L_59)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_61));
|
|
if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_0192;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_63 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_63, 2));
|
|
bool L_64 = __this->___normalize;
|
|
if (!L_64)
|
|
{
|
|
goto IL_01d8;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_65 = __this->___stringBuilder;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_66 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_67 = L_66->___eolNormalized;
|
|
if (L_67)
|
|
{
|
|
G_B22_0 = L_65;
|
|
goto IL_0179;
|
|
}
|
|
G_B21_0 = L_65;
|
|
}
|
|
{
|
|
G_B23_0 = _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
|
|
G_B23_1 = G_B21_0;
|
|
goto IL_017e;
|
|
}
|
|
|
|
IL_0179:
|
|
{
|
|
G_B23_0 = _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA;
|
|
G_B23_1 = G_B22_0;
|
|
}
|
|
|
|
IL_017e:
|
|
{
|
|
StringBuilder_t* L_68;
|
|
L_68 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(G_B23_1, G_B23_0, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_69 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_70 = V_0;
|
|
L_69->___charPos = L_70;
|
|
goto IL_01d8;
|
|
}
|
|
|
|
IL_0192:
|
|
{
|
|
int32_t L_71 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_72 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_73 = L_72->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_71, 1))) < ((int32_t)L_73)))
|
|
{
|
|
goto IL_01b2;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_74 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_75 = L_74->___isEof;
|
|
if (!L_75)
|
|
{
|
|
goto IL_054a;
|
|
}
|
|
}
|
|
|
|
IL_01b2:
|
|
{
|
|
int32_t L_76 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_76, 1));
|
|
bool L_77 = __this->___normalize;
|
|
if (!L_77)
|
|
{
|
|
goto IL_01d8;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_78 = __this->___stringBuilder;
|
|
StringBuilder_t* L_79;
|
|
L_79 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_78, ((int32_t)32), NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_80 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_81 = V_0;
|
|
L_80->___charPos = L_81;
|
|
}
|
|
|
|
IL_01d8:
|
|
{
|
|
int32_t L_82 = V_0;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, L_82, NULL);
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_01e4:
|
|
{
|
|
int32_t L_83 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_83, 1));
|
|
bool L_84 = __this->___normalize;
|
|
if (!L_84)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_85 = __this->___stringBuilder;
|
|
StringBuilder_t* L_86;
|
|
L_86 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_85, ((int32_t)32), NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_87 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_88 = (int32_t*)(&L_87->___charPos);
|
|
int32_t* L_89 = L_88;
|
|
int32_t L_90 = *((int32_t*)L_89);
|
|
*((int32_t*)L_89) = (int32_t)((int32_t)il2cpp_codegen_add(L_90, 1));
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_0216:
|
|
{
|
|
int32_t L_91 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_91, 1));
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_021f:
|
|
{
|
|
int32_t L_92 = V_0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_93;
|
|
L_93 = XmlException_BuildCharExceptionArgs_m5C3D183AB941552746F7DC656366F28CA5BAFC65(((int32_t)60), 0, NULL);
|
|
XmlTextReaderImpl_Throw_mE3F5BDAAD3E82F61388BFC116E64FC1309230703(__this, L_92, _stringLiteral292FFF1AFC6A39FAE710753C820C4EC3DD0D4613, L_93, NULL);
|
|
goto IL_054a;
|
|
}
|
|
|
|
IL_0238:
|
|
{
|
|
int32_t L_94 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_95 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_96 = L_95->___charPos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_94, L_96))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_026d;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_97 = __this->___stringBuilder;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_98 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_99 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_100 = L_99->___charPos;
|
|
int32_t L_101 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_102 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_103 = L_102->___charPos;
|
|
StringBuilder_t* L_104;
|
|
L_104 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_97, L_98, L_100, ((int32_t)il2cpp_codegen_subtract(L_101, L_103)), NULL);
|
|
}
|
|
|
|
IL_026d:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_105 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_106 = V_0;
|
|
L_105->___charPos = L_106;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_107 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_108 = L_107->___entityId;
|
|
V_6 = L_108;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_109 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_110 = L_109->___lineNo;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_111 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_112;
|
|
L_112 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_111, NULL);
|
|
LineInfo__ctor_mFF99DC657778EB3519A941F3CB7E7C33710B0EE0((&V_7), L_110, ((int32_t)il2cpp_codegen_add(L_112, 1)), NULL);
|
|
int32_t L_113;
|
|
L_113 = XmlTextReaderImpl_HandleEntityReference_mCDF9E4056C8508F64B66ABE7063D04D48DA64CA5(__this, (bool)1, 0, (&V_0), NULL);
|
|
V_9 = L_113;
|
|
int32_t L_114 = V_9;
|
|
switch (L_114)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_04e7;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_04e7;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_04e7;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_04db;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_04db;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_04db;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_02dd;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_041d;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_04db;
|
|
}
|
|
|
|
IL_02dd:
|
|
{
|
|
int32_t L_115 = __this->___parsingMode;
|
|
if (L_115)
|
|
{
|
|
goto IL_03f5;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_116 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_117 = L_116->___entityId;
|
|
int32_t L_118 = V_2;
|
|
if ((!(((uint32_t)L_117) == ((uint32_t)L_118))))
|
|
{
|
|
goto IL_03f5;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_119 = __this->___stringBuilder;
|
|
int32_t L_120;
|
|
L_120 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_119, NULL);
|
|
int32_t L_121 = V_3;
|
|
V_10 = ((int32_t)il2cpp_codegen_subtract(L_120, L_121));
|
|
int32_t L_122 = V_10;
|
|
if ((((int32_t)L_122) <= ((int32_t)0)))
|
|
{
|
|
goto IL_034d;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_123 = (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)il2cpp_codegen_object_new(NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_il2cpp_TypeInfo_var);
|
|
NodeData__ctor_m0EDB77C0D5BDFD2B2F74516B9E37106ACD355350(L_123, NULL);
|
|
V_13 = L_123;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_124 = V_13;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 L_125 = V_4;
|
|
L_124->___lineInfo = L_125;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_126 = V_13;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_127 = ___2_attr;
|
|
int32_t L_128 = L_127->___depth;
|
|
L_126->___depth = ((int32_t)il2cpp_codegen_add(L_128, 1));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_129 = V_13;
|
|
StringBuilder_t* L_130 = __this->___stringBuilder;
|
|
int32_t L_131 = V_3;
|
|
int32_t L_132 = V_10;
|
|
String_t* L_133;
|
|
L_133 = StringBuilder_ToString_m8A0AC56824DF98812AFBCD745AC6C911873CA8C0(L_130, L_131, L_132, NULL);
|
|
NodeData_SetValueNode_m2C3413CC8225BB47DA4B08D098EA56D376BBBF25(L_129, 3, L_133, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_134 = ___2_attr;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_135 = V_13;
|
|
XmlTextReaderImpl_AddAttributeChunkToList_mE5D3B89F3A19745540BD88DE17ACBF9CE7268732(__this, L_134, L_135, (&V_5), NULL);
|
|
}
|
|
|
|
IL_034d:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_136 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_137 = (int32_t*)(&L_136->___charPos);
|
|
int32_t* L_138 = L_137;
|
|
int32_t L_139 = *((int32_t*)L_138);
|
|
*((int32_t*)L_138) = (int32_t)((int32_t)il2cpp_codegen_add(L_139, 1));
|
|
String_t* L_140;
|
|
L_140 = XmlTextReaderImpl_ParseEntityName_m3E547DE2000F6AB699FF1052E470BDBEFAB11D11(__this, NULL);
|
|
V_11 = L_140;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_141 = (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)il2cpp_codegen_object_new(NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_il2cpp_TypeInfo_var);
|
|
NodeData__ctor_m0EDB77C0D5BDFD2B2F74516B9E37106ACD355350(L_141, NULL);
|
|
V_12 = L_141;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_142 = V_12;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 L_143 = V_7;
|
|
L_142->___lineInfo = L_143;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_144 = V_12;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_145 = ___2_attr;
|
|
int32_t L_146 = L_145->___depth;
|
|
L_144->___depth = ((int32_t)il2cpp_codegen_add(L_146, 1));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_147 = V_12;
|
|
String_t* L_148 = V_11;
|
|
NodeData_SetNamedNode_mB4B118182B66F9E24611C31A074538E177DDDA73(L_147, 5, L_148, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_149 = ___2_attr;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_150 = V_12;
|
|
XmlTextReaderImpl_AddAttributeChunkToList_mE5D3B89F3A19745540BD88DE17ACBF9CE7268732(__this, L_149, L_150, (&V_5), NULL);
|
|
StringBuilder_t* L_151 = __this->___stringBuilder;
|
|
StringBuilder_t* L_152;
|
|
L_152 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_151, ((int32_t)38), NULL);
|
|
StringBuilder_t* L_153 = __this->___stringBuilder;
|
|
String_t* L_154 = V_11;
|
|
StringBuilder_t* L_155;
|
|
L_155 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_153, L_154, NULL);
|
|
StringBuilder_t* L_156 = __this->___stringBuilder;
|
|
StringBuilder_t* L_157;
|
|
L_157 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_156, ((int32_t)59), NULL);
|
|
StringBuilder_t* L_158 = __this->___stringBuilder;
|
|
int32_t L_159;
|
|
L_159 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_158, NULL);
|
|
V_3 = L_159;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_160 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_161;
|
|
L_161 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_160, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_162 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_163;
|
|
L_163 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_162, NULL);
|
|
LineInfo_Set_m5D59B42332EDBA296FA9AED5CF63D8BECC18214E((&V_4), L_161, L_163, NULL);
|
|
__this->___fullAttrCleanup = (bool)1;
|
|
goto IL_040c;
|
|
}
|
|
|
|
IL_03f5:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_164 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_165 = (int32_t*)(&L_164->___charPos);
|
|
int32_t* L_166 = L_165;
|
|
int32_t L_167 = *((int32_t*)L_166);
|
|
*((int32_t*)L_166) = (int32_t)((int32_t)il2cpp_codegen_add(L_167, 1));
|
|
String_t* L_168;
|
|
L_168 = XmlTextReaderImpl_ParseEntityName_m3E547DE2000F6AB699FF1052E470BDBEFAB11D11(__this, NULL);
|
|
}
|
|
|
|
IL_040c:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_169 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_170 = L_169->___charPos;
|
|
V_0 = L_170;
|
|
goto IL_04e7;
|
|
}
|
|
|
|
IL_041d:
|
|
{
|
|
int32_t L_171 = __this->___parsingMode;
|
|
if (L_171)
|
|
{
|
|
goto IL_04cd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_172 = V_6;
|
|
int32_t L_173 = V_2;
|
|
if ((!(((uint32_t)L_172) == ((uint32_t)L_173))))
|
|
{
|
|
goto IL_04cd;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_174 = __this->___stringBuilder;
|
|
int32_t L_175;
|
|
L_175 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_174, NULL);
|
|
int32_t L_176 = V_3;
|
|
V_14 = ((int32_t)il2cpp_codegen_subtract(L_175, L_176));
|
|
int32_t L_177 = V_14;
|
|
if ((((int32_t)L_177) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0484;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_178 = (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)il2cpp_codegen_object_new(NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_il2cpp_TypeInfo_var);
|
|
NodeData__ctor_m0EDB77C0D5BDFD2B2F74516B9E37106ACD355350(L_178, NULL);
|
|
V_16 = L_178;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_179 = V_16;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 L_180 = V_4;
|
|
L_179->___lineInfo = L_180;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_181 = V_16;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_182 = ___2_attr;
|
|
int32_t L_183 = L_182->___depth;
|
|
L_181->___depth = ((int32_t)il2cpp_codegen_add(L_183, 1));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_184 = V_16;
|
|
StringBuilder_t* L_185 = __this->___stringBuilder;
|
|
int32_t L_186 = V_3;
|
|
int32_t L_187 = V_14;
|
|
String_t* L_188;
|
|
L_188 = StringBuilder_ToString_m8A0AC56824DF98812AFBCD745AC6C911873CA8C0(L_185, L_186, L_187, NULL);
|
|
NodeData_SetValueNode_m2C3413CC8225BB47DA4B08D098EA56D376BBBF25(L_184, 3, L_188, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_189 = ___2_attr;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_190 = V_16;
|
|
XmlTextReaderImpl_AddAttributeChunkToList_mE5D3B89F3A19745540BD88DE17ACBF9CE7268732(__this, L_189, L_190, (&V_5), NULL);
|
|
}
|
|
|
|
IL_0484:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_191 = (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)il2cpp_codegen_object_new(NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_il2cpp_TypeInfo_var);
|
|
NodeData__ctor_m0EDB77C0D5BDFD2B2F74516B9E37106ACD355350(L_191, NULL);
|
|
V_15 = L_191;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_192 = V_15;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 L_193 = V_7;
|
|
L_192->___lineInfo = L_193;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_194 = V_15;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_195 = ___2_attr;
|
|
int32_t L_196 = L_195->___depth;
|
|
L_194->___depth = ((int32_t)il2cpp_codegen_add(L_196, 1));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_197 = V_15;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_198 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
RuntimeObject* L_199 = L_198->___entity;
|
|
String_t* L_200;
|
|
L_200 = InterfaceFuncInvoker0< String_t* >::Invoke(0, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_199);
|
|
NodeData_SetNamedNode_mB4B118182B66F9E24611C31A074538E177DDDA73(L_197, 5, L_200, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_201 = ___2_attr;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_202 = V_15;
|
|
XmlTextReaderImpl_AddAttributeChunkToList_mE5D3B89F3A19745540BD88DE17ACBF9CE7268732(__this, L_201, L_202, (&V_5), NULL);
|
|
__this->___fullAttrCleanup = (bool)1;
|
|
}
|
|
|
|
IL_04cd:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_203 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_204 = L_203->___charPos;
|
|
V_0 = L_204;
|
|
goto IL_04e7;
|
|
}
|
|
|
|
IL_04db:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_205 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_206 = L_205->___charPos;
|
|
V_0 = L_206;
|
|
}
|
|
|
|
IL_04e7:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_207 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_208 = L_207->___chars;
|
|
V_1 = L_208;
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_04f8:
|
|
{
|
|
int32_t L_209 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_210 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_211 = L_210->___charsUsed;
|
|
if ((((int32_t)L_209) == ((int32_t)L_211)))
|
|
{
|
|
goto IL_054a;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_212 = V_1;
|
|
int32_t L_213 = V_0;
|
|
int32_t L_214 = L_213;
|
|
uint16_t L_215 = (uint16_t)(L_212)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_214));
|
|
bool L_216;
|
|
L_216 = XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60(L_215, NULL);
|
|
if (!L_216)
|
|
{
|
|
goto IL_0537;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_217 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_218 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_219 = L_218->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_217, 1))) == ((int32_t)L_219)))
|
|
{
|
|
goto IL_054a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_220 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_220, 1));
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_221 = V_1;
|
|
int32_t L_222 = V_0;
|
|
int32_t L_223 = L_222;
|
|
uint16_t L_224 = (uint16_t)(L_221)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_223));
|
|
bool L_225;
|
|
L_225 = XmlCharType_IsLowSurrogate_m8D27C4276BE118C7FF3ECC1707EEE026D28FC456(L_224, NULL);
|
|
if (!L_225)
|
|
{
|
|
goto IL_0537;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_226 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_226, 1));
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_0537:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_227 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_228 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_229 = L_228->___charsUsed;
|
|
int32_t L_230 = V_0;
|
|
XmlTextReaderImpl_ThrowInvalidChar_mF8B2A2445E4CF8016C0A7256F6762D3CA4B0DCC2(__this, L_227, L_229, L_230, NULL);
|
|
}
|
|
|
|
IL_054a:
|
|
{
|
|
int32_t L_231;
|
|
L_231 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_231)
|
|
{
|
|
goto IL_0622;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_232 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_233 = L_232->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_234 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_235 = L_234->___charPos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_233, L_235))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_059d;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_236 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_237 = L_236->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_238 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_239 = L_238->___charPos;
|
|
int32_t L_240 = L_239;
|
|
uint16_t L_241 = (uint16_t)(L_237)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_240));
|
|
if ((((int32_t)L_241) == ((int32_t)((int32_t)13))))
|
|
{
|
|
goto IL_0622;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, NULL);
|
|
goto IL_0622;
|
|
}
|
|
|
|
IL_059d:
|
|
{
|
|
bool L_242;
|
|
L_242 = XmlTextReaderImpl_get_InEntity_m8EF4B1337E60E18453F2ED32EEFD58B235BDA944(__this, NULL);
|
|
if (L_242)
|
|
{
|
|
goto IL_05d7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_243 = __this->___fragmentType;
|
|
if ((!(((uint32_t)L_243) == ((uint32_t)2))))
|
|
{
|
|
goto IL_05cc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_244 = V_2;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_245 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_246 = L_245->___entityId;
|
|
if ((((int32_t)L_244) == ((int32_t)L_246)))
|
|
{
|
|
goto IL_063f;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral27EFD03821B8E8379AA7D14DB641482FB950DF7B, NULL);
|
|
goto IL_063f;
|
|
}
|
|
|
|
IL_05cc:
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral8DF28038BAE3947FE2A10B2562359E7D3A2BF989, NULL);
|
|
}
|
|
|
|
IL_05d7:
|
|
{
|
|
bool L_247;
|
|
L_247 = XmlTextReaderImpl_HandleEntityEnd_m9C73CE6745616AFF9B79D7C070AB3D298F324AA6(__this, (bool)1, NULL);
|
|
if (!L_247)
|
|
{
|
|
goto IL_05eb;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72, NULL);
|
|
}
|
|
|
|
IL_05eb:
|
|
{
|
|
int32_t L_248 = V_2;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_249 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_250 = L_249->___entityId;
|
|
if ((!(((uint32_t)L_248) == ((uint32_t)L_250))))
|
|
{
|
|
goto IL_0622;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_251 = __this->___stringBuilder;
|
|
int32_t L_252;
|
|
L_252 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_251, NULL);
|
|
V_3 = L_252;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_253 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_254;
|
|
L_254 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_253, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_255 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_256;
|
|
L_256 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_255, NULL);
|
|
LineInfo_Set_m5D59B42332EDBA296FA9AED5CF63D8BECC18214E((&V_4), L_254, L_256, NULL);
|
|
}
|
|
|
|
IL_0622:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_257 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_258 = L_257->___charPos;
|
|
V_0 = L_258;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_259 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_260 = L_259->___chars;
|
|
V_1 = L_260;
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_063f:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_261 = ___2_attr;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_262 = L_261->___nextAttrValueChunk;
|
|
if (!L_262)
|
|
{
|
|
goto IL_069b;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_263 = __this->___stringBuilder;
|
|
int32_t L_264;
|
|
L_264 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_263, NULL);
|
|
int32_t L_265 = V_3;
|
|
V_17 = ((int32_t)il2cpp_codegen_subtract(L_264, L_265));
|
|
int32_t L_266 = V_17;
|
|
if ((((int32_t)L_266) <= ((int32_t)0)))
|
|
{
|
|
goto IL_069b;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_267 = (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)il2cpp_codegen_object_new(NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_il2cpp_TypeInfo_var);
|
|
NodeData__ctor_m0EDB77C0D5BDFD2B2F74516B9E37106ACD355350(L_267, NULL);
|
|
V_18 = L_267;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_268 = V_18;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 L_269 = V_4;
|
|
L_268->___lineInfo = L_269;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_270 = V_18;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_271 = ___2_attr;
|
|
int32_t L_272 = L_271->___depth;
|
|
L_270->___depth = ((int32_t)il2cpp_codegen_add(L_272, 1));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_273 = V_18;
|
|
StringBuilder_t* L_274 = __this->___stringBuilder;
|
|
int32_t L_275 = V_3;
|
|
int32_t L_276 = V_17;
|
|
String_t* L_277;
|
|
L_277 = StringBuilder_ToString_m8A0AC56824DF98812AFBCD745AC6C911873CA8C0(L_274, L_275, L_276, NULL);
|
|
NodeData_SetValueNode_m2C3413CC8225BB47DA4B08D098EA56D376BBBF25(L_273, 3, L_277, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_278 = ___2_attr;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_279 = V_18;
|
|
XmlTextReaderImpl_AddAttributeChunkToList_mE5D3B89F3A19745540BD88DE17ACBF9CE7268732(__this, L_278, L_279, (&V_5), NULL);
|
|
}
|
|
|
|
IL_069b:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_280 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_281 = V_0;
|
|
L_280->___charPos = ((int32_t)il2cpp_codegen_add(L_281, 1));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_282 = ___2_attr;
|
|
StringBuilder_t* L_283 = __this->___stringBuilder;
|
|
String_t* L_284;
|
|
L_284 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_283);
|
|
NodeData_SetValue_m07CC0F62B746F76367A00A6A88DEDB2B87B6CA91(L_282, L_284, NULL);
|
|
StringBuilder_t* L_285 = __this->___stringBuilder;
|
|
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_285, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AddAttributeChunkToList_mE5D3B89F3A19745540BD88DE17ACBF9CE7268732 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___0_attr, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___1_chunk, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF** ___2_lastChunk, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF** L_0 = ___2_lastChunk;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_1 = *((NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF**)L_0);
|
|
if (L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF** L_2 = ___2_lastChunk;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_3 = ___1_chunk;
|
|
*((RuntimeObject**)L_2) = (RuntimeObject*)L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_2, (void*)(RuntimeObject*)L_3);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_4 = ___0_attr;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_5 = ___1_chunk;
|
|
L_4->___nextAttrValueChunk = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_4->___nextAttrValueChunk), (void*)L_5);
|
|
return;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF** L_6 = ___2_lastChunk;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_7 = *((NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF**)L_6);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_8 = ___1_chunk;
|
|
L_7->___nextAttrValueChunk = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_7->___nextAttrValueChunk), (void*)L_8);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF** L_9 = ___2_lastChunk;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_10 = ___1_chunk;
|
|
*((RuntimeObject**)L_9) = (RuntimeObject*)L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_9, (void*)(RuntimeObject*)L_10);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseText_mA9F988A11AF15A5DB7084BC5390EFC570E43497B (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, 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 V_4 = 0;
|
|
bool V_5 = false;
|
|
int32_t V_6 = 0;
|
|
int32_t G_B28_0 = 0;
|
|
{
|
|
V_2 = 0;
|
|
int32_t L_0 = __this->___parsingMode;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
bool L_1;
|
|
L_1 = XmlTextReaderImpl_ParseText_mD6C9C9F476B097E4368F2D6ED2C60FDEAB064056(__this, (&V_0), (&V_1), (&V_2), NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0242;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_2 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_3 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_4;
|
|
L_4 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_3, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_6;
|
|
L_6 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_5, NULL);
|
|
NodeData_SetLineInfo_m6D28339C7F45327E5B512AD556ECCBB06A0871A5(L_2, L_4, L_6, NULL);
|
|
bool L_7;
|
|
L_7 = XmlTextReaderImpl_ParseText_mD6C9C9F476B097E4368F2D6ED2C60FDEAB064056(__this, (&V_0), (&V_1), (&V_2), NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_007f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = V_1;
|
|
int32_t L_9 = V_0;
|
|
if (!((int32_t)il2cpp_codegen_subtract(L_8, L_9)))
|
|
{
|
|
goto IL_0242;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = V_2;
|
|
int32_t L_11;
|
|
L_11 = XmlTextReaderImpl_GetTextNodeType_mD21D8EAFAE32988277E39963DC7A0F978FDE9062(__this, L_10, NULL);
|
|
V_3 = L_11;
|
|
int32_t L_12 = V_3;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0242;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_13 = __this->___curNode;
|
|
int32_t L_14 = V_3;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_15 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = L_15->___chars;
|
|
int32_t L_17 = V_0;
|
|
int32_t L_18 = V_1;
|
|
int32_t L_19 = V_0;
|
|
NodeData_SetValueNode_m50F48B9511DD8F6BDB6D49CFB0B3BD799D6AD0F1(L_13, L_14, L_16, L_17, ((int32_t)il2cpp_codegen_subtract(L_18, L_19)), NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_007f:
|
|
{
|
|
bool L_20 = __this->___v1Compat;
|
|
if (!L_20)
|
|
{
|
|
goto IL_011e;
|
|
}
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
int32_t L_21 = V_1;
|
|
int32_t L_22 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_21, L_22))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_23 = __this->___stringBuilder;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_24 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_25 = L_24->___chars;
|
|
int32_t L_26 = V_0;
|
|
int32_t L_27 = V_1;
|
|
int32_t L_28 = V_0;
|
|
StringBuilder_t* L_29;
|
|
L_29 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_23, L_25, L_26, ((int32_t)il2cpp_codegen_subtract(L_27, L_28)), NULL);
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
bool L_30;
|
|
L_30 = XmlTextReaderImpl_ParseText_mD6C9C9F476B097E4368F2D6ED2C60FDEAB064056(__this, (&V_0), (&V_1), (&V_2), NULL);
|
|
if (!L_30)
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_31 = V_1;
|
|
int32_t L_32 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_31, L_32))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_33 = __this->___stringBuilder;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_34 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_35 = L_34->___chars;
|
|
int32_t L_36 = V_0;
|
|
int32_t L_37 = V_1;
|
|
int32_t L_38 = V_0;
|
|
StringBuilder_t* L_39;
|
|
L_39 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_33, L_35, L_36, ((int32_t)il2cpp_codegen_subtract(L_37, L_38)), NULL);
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
int32_t L_40 = V_2;
|
|
int32_t L_41;
|
|
L_41 = XmlTextReaderImpl_GetTextNodeType_mD21D8EAFAE32988277E39963DC7A0F978FDE9062(__this, L_40, NULL);
|
|
V_4 = L_41;
|
|
int32_t L_42 = V_4;
|
|
if (L_42)
|
|
{
|
|
goto IL_00f8;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_43 = __this->___stringBuilder;
|
|
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_43, 0, NULL);
|
|
goto IL_0242;
|
|
}
|
|
|
|
IL_00f8:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_44 = __this->___curNode;
|
|
int32_t L_45 = V_4;
|
|
StringBuilder_t* L_46 = __this->___stringBuilder;
|
|
String_t* L_47;
|
|
L_47 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_46);
|
|
NodeData_SetValueNode_m2C3413CC8225BB47DA4B08D098EA56D376BBBF25(L_44, L_45, L_47, NULL);
|
|
StringBuilder_t* L_48 = __this->___stringBuilder;
|
|
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_48, 0, NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_011e:
|
|
{
|
|
V_5 = (bool)0;
|
|
int32_t L_49 = V_2;
|
|
if ((((int32_t)L_49) <= ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_0157;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_50 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_51 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_52 = L_51->___chars;
|
|
int32_t L_53 = V_0;
|
|
int32_t L_54 = V_1;
|
|
int32_t L_55 = V_0;
|
|
NodeData_SetValueNode_m50F48B9511DD8F6BDB6D49CFB0B3BD799D6AD0F1(L_50, 3, L_52, L_53, ((int32_t)il2cpp_codegen_subtract(L_54, L_55)), NULL);
|
|
int32_t L_56 = __this->___parsingFunction;
|
|
__this->___nextParsingFunction = L_56;
|
|
__this->___parsingFunction = ((int32_t)21);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0157:
|
|
{
|
|
int32_t L_57 = V_1;
|
|
int32_t L_58 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_57, L_58))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0178;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_59 = __this->___stringBuilder;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_60 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_61 = L_60->___chars;
|
|
int32_t L_62 = V_0;
|
|
int32_t L_63 = V_1;
|
|
int32_t L_64 = V_0;
|
|
StringBuilder_t* L_65;
|
|
L_65 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_59, L_61, L_62, ((int32_t)il2cpp_codegen_subtract(L_63, L_64)), NULL);
|
|
}
|
|
|
|
IL_0178:
|
|
{
|
|
bool L_66;
|
|
L_66 = XmlTextReaderImpl_ParseText_mD6C9C9F476B097E4368F2D6ED2C60FDEAB064056(__this, (&V_0), (&V_1), (&V_2), NULL);
|
|
V_5 = L_66;
|
|
int32_t L_67 = V_1;
|
|
int32_t L_68 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_67, L_68))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_01a7;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_69 = __this->___stringBuilder;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_70 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_71 = L_70->___chars;
|
|
int32_t L_72 = V_0;
|
|
int32_t L_73 = V_1;
|
|
int32_t L_74 = V_0;
|
|
StringBuilder_t* L_75;
|
|
L_75 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_69, L_71, L_72, ((int32_t)il2cpp_codegen_subtract(L_73, L_74)), NULL);
|
|
}
|
|
|
|
IL_01a7:
|
|
{
|
|
bool L_76 = V_5;
|
|
if (L_76)
|
|
{
|
|
goto IL_01c2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_77 = V_2;
|
|
if ((((int32_t)L_77) > ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_01c2;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_78 = __this->___stringBuilder;
|
|
int32_t L_79;
|
|
L_79 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_78, NULL);
|
|
if ((((int32_t)L_79) < ((int32_t)((int32_t)4096))))
|
|
{
|
|
goto IL_0178;
|
|
}
|
|
}
|
|
|
|
IL_01c2:
|
|
{
|
|
StringBuilder_t* L_80 = __this->___stringBuilder;
|
|
int32_t L_81;
|
|
L_81 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_80, NULL);
|
|
if ((((int32_t)L_81) < ((int32_t)((int32_t)4096))))
|
|
{
|
|
goto IL_01d7;
|
|
}
|
|
}
|
|
{
|
|
G_B28_0 = 3;
|
|
goto IL_01de;
|
|
}
|
|
|
|
IL_01d7:
|
|
{
|
|
int32_t L_82 = V_2;
|
|
int32_t L_83;
|
|
L_83 = XmlTextReaderImpl_GetTextNodeType_mD21D8EAFAE32988277E39963DC7A0F978FDE9062(__this, L_82, NULL);
|
|
G_B28_0 = ((int32_t)(L_83));
|
|
}
|
|
|
|
IL_01de:
|
|
{
|
|
V_6 = G_B28_0;
|
|
int32_t L_84 = V_6;
|
|
if (L_84)
|
|
{
|
|
goto IL_0204;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_85 = __this->___stringBuilder;
|
|
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_85, 0, NULL);
|
|
bool L_86 = V_5;
|
|
if (L_86)
|
|
{
|
|
goto IL_0242;
|
|
}
|
|
}
|
|
|
|
IL_01f4:
|
|
{
|
|
bool L_87;
|
|
L_87 = XmlTextReaderImpl_ParseText_mD6C9C9F476B097E4368F2D6ED2C60FDEAB064056(__this, (&V_0), (&V_1), (&V_2), NULL);
|
|
if (!L_87)
|
|
{
|
|
goto IL_01f4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0242;
|
|
}
|
|
|
|
IL_0204:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_88 = __this->___curNode;
|
|
int32_t L_89 = V_6;
|
|
StringBuilder_t* L_90 = __this->___stringBuilder;
|
|
String_t* L_91;
|
|
L_91 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_90);
|
|
NodeData_SetValueNode_m2C3413CC8225BB47DA4B08D098EA56D376BBBF25(L_88, L_89, L_91, NULL);
|
|
StringBuilder_t* L_92 = __this->___stringBuilder;
|
|
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_92, 0, NULL);
|
|
bool L_93 = V_5;
|
|
if (L_93)
|
|
{
|
|
goto IL_0240;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_94 = __this->___parsingFunction;
|
|
__this->___nextParsingFunction = L_94;
|
|
__this->___parsingFunction = ((int32_t)21);
|
|
}
|
|
|
|
IL_0240:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0242:
|
|
{
|
|
int32_t L_95 = __this->___parsingFunction;
|
|
if ((!(((uint32_t)L_95) == ((uint32_t)((int32_t)16)))))
|
|
{
|
|
goto IL_0260;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_SetupEndEntityNodeInContent_m5DF2EE9E86D586C0DD11D845EEA3BCC0ACFB47BE(__this, NULL);
|
|
int32_t L_96 = __this->___nextParsingFunction;
|
|
__this->___parsingFunction = L_96;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0260:
|
|
{
|
|
int32_t L_97 = __this->___parsingFunction;
|
|
if ((!(((uint32_t)L_97) == ((uint32_t)((int32_t)13)))))
|
|
{
|
|
goto IL_027e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_98 = __this->___nextNextParsingFunction;
|
|
__this->___parsingFunction = L_98;
|
|
XmlTextReaderImpl_ParseEntityReference_m88F7B5D5FA448C8728068D1440DC9849BD1F0815(__this, NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_027e:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseText_mD6C9C9F476B097E4368F2D6ED2C60FDEAB064056 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t* ___0_startPos, int32_t* ___1_endPos, int32_t* ___2_outOrChars, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC592433F40777E06F184EC2C93B0E9661B2FC834);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
Il2CppChar V_5 = 0x0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
Il2CppChar V_10 = 0x0;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0->___chars;
|
|
V_0 = L_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_3 = L_2->___charPos;
|
|
V_1 = L_3;
|
|
V_2 = 0;
|
|
V_3 = (-1);
|
|
int32_t* L_4 = ___2_outOrChars;
|
|
int32_t L_5 = *((int32_t*)L_4);
|
|
V_4 = L_5;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
int32_t L_6 = V_4;
|
|
Il2CppChar L_7 = V_5;
|
|
V_4 = ((int32_t)(L_6|(int32_t)L_7));
|
|
int32_t L_8 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_9 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = L_9->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = V_0;
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13 = L_12;
|
|
uint16_t L_14 = (uint16_t)(L_11)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_13));
|
|
uint16_t L_15 = L_14;
|
|
V_5 = L_15;
|
|
uint16_t L_16 = L_15;
|
|
uint8_t L_17 = (L_10)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_16));
|
|
if (((int32_t)((int32_t)L_17&((int32_t)64))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_18 = V_5;
|
|
if ((!(((uint32_t)L_18) <= ((uint32_t)((int32_t)38)))))
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_19 = V_5;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_19, ((int32_t)9))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_02b4;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_02b4;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_20 = V_5;
|
|
if ((((int32_t)L_20) == ((int32_t)((int32_t)38))))
|
|
{
|
|
goto IL_0148;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02b4;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
Il2CppChar L_21 = V_5;
|
|
if ((((int32_t)L_21) == ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_042f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_22 = V_5;
|
|
if ((((int32_t)L_22) == ((int32_t)((int32_t)93))))
|
|
{
|
|
goto IL_0266;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02b4;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
int32_t L_23 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_23, 1));
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
int32_t L_24 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_24, 1));
|
|
int32_t L_25 = V_1;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, L_25, NULL);
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = V_0;
|
|
int32_t L_27 = V_1;
|
|
int32_t L_28 = ((int32_t)il2cpp_codegen_add(L_27, 1));
|
|
uint16_t L_29 = (uint16_t)(L_26)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_28));
|
|
if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_0106;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_30 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_31 = L_30->___eolNormalized;
|
|
if (L_31)
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_32 = __this->___parsingMode;
|
|
if (L_32)
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_33 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_34 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_35 = L_34->___charPos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_33, L_35))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_36 = V_2;
|
|
if (L_36)
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
{
|
|
V_2 = 1;
|
|
int32_t L_37 = V_1;
|
|
V_3 = L_37;
|
|
goto IL_0100;
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
int32_t L_38 = V_3;
|
|
int32_t L_39 = V_2;
|
|
int32_t L_40 = V_3;
|
|
int32_t L_41 = V_1;
|
|
int32_t L_42 = V_3;
|
|
int32_t L_43 = V_2;
|
|
XmlTextReaderImpl_ShiftBuffer_m9BECA455EAEF35A421F684DFFFC45D542A92A5A0(__this, ((int32_t)il2cpp_codegen_add(L_38, L_39)), L_40, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_41, L_42)), L_43)), NULL);
|
|
int32_t L_44 = V_1;
|
|
int32_t L_45 = V_2;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_44, L_45));
|
|
int32_t L_46 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_46, 1));
|
|
goto IL_0100;
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_47 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_48 = (int32_t*)(&L_47->___charPos);
|
|
int32_t* L_49 = L_48;
|
|
int32_t L_50 = *((int32_t*)L_49);
|
|
*((int32_t*)L_49) = (int32_t)((int32_t)il2cpp_codegen_add(L_50, 1));
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
int32_t L_51 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_51, 2));
|
|
goto IL_013c;
|
|
}
|
|
|
|
IL_0106:
|
|
{
|
|
int32_t L_52 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_53 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_54 = L_53->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_52, 1))) < ((int32_t)L_54)))
|
|
{
|
|
goto IL_0126;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_55 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_56 = L_55->___isEof;
|
|
if (!L_56)
|
|
{
|
|
goto IL_0366;
|
|
}
|
|
}
|
|
|
|
IL_0126:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_57 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_58 = L_57->___eolNormalized;
|
|
if (L_58)
|
|
{
|
|
goto IL_0138;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_59 = V_0;
|
|
int32_t L_60 = V_1;
|
|
(L_59)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_60), (Il2CppChar)((int32_t)10));
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
int32_t L_61 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_61, 1));
|
|
}
|
|
|
|
IL_013c:
|
|
{
|
|
int32_t L_62 = V_1;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, L_62, NULL);
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0148:
|
|
{
|
|
int32_t L_63 = V_1;
|
|
int32_t L_64;
|
|
L_64 = XmlTextReaderImpl_ParseCharRefInline_m36277AF9F85A6323D8061187EAA94862923DB1D9(__this, L_63, (&V_7), (&V_8), NULL);
|
|
int32_t L_65 = L_64;
|
|
V_6 = L_65;
|
|
if ((((int32_t)L_65) <= ((int32_t)0)))
|
|
{
|
|
goto IL_01b2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_66 = V_2;
|
|
if ((((int32_t)L_66) <= ((int32_t)0)))
|
|
{
|
|
goto IL_016c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_67 = V_3;
|
|
int32_t L_68 = V_2;
|
|
int32_t L_69 = V_3;
|
|
int32_t L_70 = V_1;
|
|
int32_t L_71 = V_3;
|
|
int32_t L_72 = V_2;
|
|
XmlTextReaderImpl_ShiftBuffer_m9BECA455EAEF35A421F684DFFFC45D542A92A5A0(__this, ((int32_t)il2cpp_codegen_add(L_67, L_68)), L_69, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_70, L_71)), L_72)), NULL);
|
|
}
|
|
|
|
IL_016c:
|
|
{
|
|
int32_t L_73 = V_1;
|
|
int32_t L_74 = V_2;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_73, L_74));
|
|
int32_t L_75 = V_2;
|
|
int32_t L_76 = V_6;
|
|
int32_t L_77 = V_1;
|
|
int32_t L_78 = V_7;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_75, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_76, L_77)), L_78))));
|
|
int32_t L_79 = V_6;
|
|
V_1 = L_79;
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_80 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_81 = V_0;
|
|
int32_t L_82 = V_6;
|
|
int32_t L_83 = V_7;
|
|
int32_t L_84 = ((int32_t)il2cpp_codegen_subtract(L_82, L_83));
|
|
uint16_t L_85 = (uint16_t)(L_81)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_84));
|
|
bool L_86;
|
|
L_86 = XmlCharType_IsWhiteSpace_m6F9F3A19B8A95FF5CBF1B197E400A0F194AC9387(L_80, L_85, NULL);
|
|
if (!L_86)
|
|
{
|
|
goto IL_01a3;
|
|
}
|
|
}
|
|
{
|
|
bool L_87 = __this->___v1Compat;
|
|
if (!L_87)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_88 = V_8;
|
|
if (L_88)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
|
|
IL_01a3:
|
|
{
|
|
int32_t L_89 = V_4;
|
|
V_4 = ((int32_t)(L_89|((int32_t)255)));
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_01b2:
|
|
{
|
|
int32_t L_90 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_91 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_92 = L_91->___charPos;
|
|
if ((((int32_t)L_90) > ((int32_t)L_92)))
|
|
{
|
|
goto IL_042f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_93;
|
|
L_93 = XmlTextReaderImpl_HandleEntityReference_mCDF9E4056C8508F64B66ABE7063D04D48DA64CA5(__this, (bool)0, 0, (&V_1), NULL);
|
|
V_9 = L_93;
|
|
int32_t L_94 = V_9;
|
|
switch (L_94)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_020d;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0221;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0221;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_01f4;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
|
|
IL_01f4:
|
|
{
|
|
int32_t L_95 = __this->___parsingFunction;
|
|
__this->___nextParsingFunction = L_95;
|
|
__this->___parsingFunction = ((int32_t)13);
|
|
goto IL_0423;
|
|
}
|
|
|
|
IL_020d:
|
|
{
|
|
bool L_96 = __this->___v1Compat;
|
|
if (!L_96)
|
|
{
|
|
goto IL_0221;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_97 = V_4;
|
|
V_4 = ((int32_t)(L_97|((int32_t)255)));
|
|
goto IL_0255;
|
|
}
|
|
|
|
IL_0221:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_98 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_99 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_100 = L_99->___chars;
|
|
int32_t L_101 = V_1;
|
|
int32_t L_102 = ((int32_t)il2cpp_codegen_subtract(L_101, 1));
|
|
uint16_t L_103 = (uint16_t)(L_100)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_102));
|
|
bool L_104;
|
|
L_104 = XmlCharType_IsWhiteSpace_m6F9F3A19B8A95FF5CBF1B197E400A0F194AC9387(L_98, L_103, NULL);
|
|
if (L_104)
|
|
{
|
|
goto IL_0255;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_105 = V_4;
|
|
V_4 = ((int32_t)(L_105|((int32_t)255)));
|
|
goto IL_0255;
|
|
}
|
|
|
|
IL_0249:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_106 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_107 = L_106->___charPos;
|
|
V_1 = L_107;
|
|
}
|
|
|
|
IL_0255:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_108 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_109 = L_108->___chars;
|
|
V_0 = L_109;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0266:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_110 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_111 = L_110->___charsUsed;
|
|
int32_t L_112 = V_1;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_111, L_112))) >= ((int32_t)3)))
|
|
{
|
|
goto IL_0286;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_113 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_114 = L_113->___isEof;
|
|
if (!L_114)
|
|
{
|
|
goto IL_0366;
|
|
}
|
|
}
|
|
|
|
IL_0286:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_115 = V_0;
|
|
int32_t L_116 = V_1;
|
|
int32_t L_117 = ((int32_t)il2cpp_codegen_add(L_116, 1));
|
|
uint16_t L_118 = (uint16_t)(L_115)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_117));
|
|
if ((!(((uint32_t)L_118) == ((uint32_t)((int32_t)93)))))
|
|
{
|
|
goto IL_02a4;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_119 = V_0;
|
|
int32_t L_120 = V_1;
|
|
int32_t L_121 = ((int32_t)il2cpp_codegen_add(L_120, 2));
|
|
uint16_t L_122 = (uint16_t)(L_119)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_121));
|
|
if ((!(((uint32_t)L_122) == ((uint32_t)((int32_t)62)))))
|
|
{
|
|
goto IL_02a4;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_123 = V_1;
|
|
XmlTextReaderImpl_Throw_m6B29826BD40C8EA74E130EB649AAE48B51EE4AB2(__this, L_123, _stringLiteralC592433F40777E06F184EC2C93B0E9661B2FC834, NULL);
|
|
}
|
|
|
|
IL_02a4:
|
|
{
|
|
int32_t L_124 = V_4;
|
|
V_4 = ((int32_t)(L_124|((int32_t)93)));
|
|
int32_t L_125 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_125, 1));
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_02b4:
|
|
{
|
|
int32_t L_126 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_127 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_128 = L_127->___charsUsed;
|
|
if ((((int32_t)L_126) == ((int32_t)L_128)))
|
|
{
|
|
goto IL_0366;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_129 = V_0;
|
|
int32_t L_130 = V_1;
|
|
int32_t L_131 = L_130;
|
|
uint16_t L_132 = (uint16_t)(L_129)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_131));
|
|
V_10 = L_132;
|
|
Il2CppChar L_133 = V_10;
|
|
bool L_134;
|
|
L_134 = XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60(L_133, NULL);
|
|
if (!L_134)
|
|
{
|
|
goto IL_0304;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_135 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_136 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_137 = L_136->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_135, 1))) == ((int32_t)L_137)))
|
|
{
|
|
goto IL_0366;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_138 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_138, 1));
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_139 = V_0;
|
|
int32_t L_140 = V_1;
|
|
int32_t L_141 = L_140;
|
|
uint16_t L_142 = (uint16_t)(L_139)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_141));
|
|
bool L_143;
|
|
L_143 = XmlCharType_IsLowSurrogate_m8D27C4276BE118C7FF3ECC1707EEE026D28FC456(L_142, NULL);
|
|
if (!L_143)
|
|
{
|
|
goto IL_0304;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_144 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_144, 1));
|
|
int32_t L_145 = V_4;
|
|
Il2CppChar L_146 = V_10;
|
|
V_4 = ((int32_t)(L_145|(int32_t)L_146));
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0304:
|
|
{
|
|
int32_t L_147 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_148 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_149 = L_148->___charPos;
|
|
V_11 = ((int32_t)il2cpp_codegen_subtract(L_147, L_149));
|
|
int32_t L_150 = V_1;
|
|
bool L_151;
|
|
L_151 = XmlTextReaderImpl_ZeroEndingStream_m24AA1FACA8FA96D3A362C20BF6A8D49A0A9DC1C4(__this, L_150, NULL);
|
|
if (!L_151)
|
|
{
|
|
goto IL_033c;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_152 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_153 = L_152->___chars;
|
|
V_0 = L_153;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_154 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_155 = L_154->___charPos;
|
|
int32_t L_156 = V_11;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_155, L_156));
|
|
goto IL_042f;
|
|
}
|
|
|
|
IL_033c:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_157 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_158 = L_157->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_159 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_160 = L_159->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_161 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_162 = L_161->___charPos;
|
|
int32_t L_163 = V_11;
|
|
XmlTextReaderImpl_ThrowInvalidChar_mF8B2A2445E4CF8016C0A7256F6762D3CA4B0DCC2(__this, L_158, L_160, ((int32_t)il2cpp_codegen_add(L_162, L_163)), NULL);
|
|
}
|
|
|
|
IL_0366:
|
|
{
|
|
int32_t L_164 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_165 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_166 = L_165->___charPos;
|
|
if ((((int32_t)L_164) > ((int32_t)L_166)))
|
|
{
|
|
goto IL_042f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_167;
|
|
L_167 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_167)
|
|
{
|
|
goto IL_0406;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_168 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_169 = L_168->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_170 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_171 = L_170->___charPos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_169, L_171))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_03df;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_172 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_173 = L_172->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_174 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_175 = L_174->___charPos;
|
|
int32_t L_176 = L_175;
|
|
uint16_t L_177 = (uint16_t)(L_173)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_176));
|
|
if ((((int32_t)L_177) == ((int32_t)((int32_t)13))))
|
|
{
|
|
goto IL_0406;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_178 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_179 = L_178->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_180 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_181 = L_180->___charPos;
|
|
int32_t L_182 = L_181;
|
|
uint16_t L_183 = (uint16_t)(L_179)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_182));
|
|
if ((((int32_t)L_183) == ((int32_t)((int32_t)93))))
|
|
{
|
|
goto IL_0406;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, NULL);
|
|
goto IL_0406;
|
|
}
|
|
|
|
IL_03df:
|
|
{
|
|
bool L_184;
|
|
L_184 = XmlTextReaderImpl_get_InEntity_m8EF4B1337E60E18453F2ED32EEFD58B235BDA944(__this, NULL);
|
|
if (!L_184)
|
|
{
|
|
goto IL_0423;
|
|
}
|
|
}
|
|
{
|
|
bool L_185;
|
|
L_185 = XmlTextReaderImpl_HandleEntityEnd_m9C73CE6745616AFF9B79D7C070AB3D298F324AA6(__this, (bool)1, NULL);
|
|
if (!L_185)
|
|
{
|
|
goto IL_0406;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_186 = __this->___parsingFunction;
|
|
__this->___nextParsingFunction = L_186;
|
|
__this->___parsingFunction = ((int32_t)16);
|
|
goto IL_0423;
|
|
}
|
|
|
|
IL_0406:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_187 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_188 = L_187->___charPos;
|
|
V_1 = L_188;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_189 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_190 = L_189->___chars;
|
|
V_0 = L_190;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0423:
|
|
{
|
|
int32_t* L_191 = ___0_startPos;
|
|
int32_t* L_192 = ___1_endPos;
|
|
int32_t L_193 = V_1;
|
|
int32_t L_194 = L_193;
|
|
V_12 = L_194;
|
|
*((int32_t*)L_192) = (int32_t)L_194;
|
|
int32_t L_195 = V_12;
|
|
*((int32_t*)L_191) = (int32_t)L_195;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_042f:
|
|
{
|
|
int32_t L_196 = __this->___parsingMode;
|
|
if (L_196)
|
|
{
|
|
goto IL_044a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_197 = V_2;
|
|
if ((((int32_t)L_197) <= ((int32_t)0)))
|
|
{
|
|
goto IL_044a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_198 = V_3;
|
|
int32_t L_199 = V_2;
|
|
int32_t L_200 = V_3;
|
|
int32_t L_201 = V_1;
|
|
int32_t L_202 = V_3;
|
|
int32_t L_203 = V_2;
|
|
XmlTextReaderImpl_ShiftBuffer_m9BECA455EAEF35A421F684DFFFC45D542A92A5A0(__this, ((int32_t)il2cpp_codegen_add(L_198, L_199)), L_200, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_201, L_202)), L_203)), NULL);
|
|
}
|
|
|
|
IL_044a:
|
|
{
|
|
int32_t* L_204 = ___0_startPos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_205 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_206 = L_205->___charPos;
|
|
*((int32_t*)L_204) = (int32_t)L_206;
|
|
int32_t* L_207 = ___1_endPos;
|
|
int32_t L_208 = V_1;
|
|
int32_t L_209 = V_2;
|
|
*((int32_t*)L_207) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_208, L_209));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_210 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_211 = V_1;
|
|
L_210->___charPos = L_211;
|
|
int32_t* L_212 = ___2_outOrChars;
|
|
int32_t L_213 = V_4;
|
|
*((int32_t*)L_212) = (int32_t)L_213;
|
|
Il2CppChar L_214 = V_5;
|
|
return (bool)((((int32_t)L_214) == ((int32_t)((int32_t)60)))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishPartialValue_m1A6AB6EC08D3B450E847DCBA6AE4E4311DF2F045 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
int32_t L_1 = __this->___readValueOffset;
|
|
StringBuilder_t* L_2 = __this->___stringBuilder;
|
|
NodeData_CopyTo_m9D59E5E6EBD3C691A34AC2ADD32FB6C914AB24C2(L_0, L_1, L_2, NULL);
|
|
V_2 = 0;
|
|
goto IL_0036;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
StringBuilder_t* L_3 = __this->___stringBuilder;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = L_4->___chars;
|
|
int32_t L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
int32_t L_8 = V_0;
|
|
StringBuilder_t* L_9;
|
|
L_9 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_3, L_5, L_6, ((int32_t)il2cpp_codegen_subtract(L_7, L_8)), NULL);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
bool L_10;
|
|
L_10 = XmlTextReaderImpl_ParseText_mD6C9C9F476B097E4368F2D6ED2C60FDEAB064056(__this, (&V_0), (&V_1), (&V_2), NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_11 = __this->___stringBuilder;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_12 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_13 = L_12->___chars;
|
|
int32_t L_14 = V_0;
|
|
int32_t L_15 = V_1;
|
|
int32_t L_16 = V_0;
|
|
StringBuilder_t* L_17;
|
|
L_17 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_11, L_13, L_14, ((int32_t)il2cpp_codegen_subtract(L_15, L_16)), NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_18 = __this->___curNode;
|
|
StringBuilder_t* L_19 = __this->___stringBuilder;
|
|
String_t* L_20;
|
|
L_20 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_19);
|
|
NodeData_SetValue_m07CC0F62B746F76367A00A6A88DEDB2B87B6CA91(L_18, L_20, NULL);
|
|
StringBuilder_t* L_21 = __this->___stringBuilder;
|
|
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_21, 0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishOtherValueIterator_mF20DB1AE74812FFDF3A6C6859213BD945E182555 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->___parsingFunction;
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, ((int32_t)22))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
int32_t L_2 = __this->___incReadState;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)11)))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_FinishPartialValue_m1A6AB6EC08D3B450E847DCBA6AE4E4311DF2F045(__this, NULL);
|
|
__this->___incReadState = ((int32_t)10);
|
|
return;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
int32_t L_3 = __this->___readValueOffset;
|
|
if ((((int32_t)L_3) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_4 = __this->___curNode;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_5 = __this->___curNode;
|
|
String_t* L_6;
|
|
L_6 = NodeData_get_StringValue_m49F31840D0EC31EAF70E6F4EF5BE14BB900B2624(L_5, NULL);
|
|
int32_t L_7 = __this->___readValueOffset;
|
|
String_t* L_8;
|
|
L_8 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_6, L_7, NULL);
|
|
NodeData_SetValue_m07CC0F62B746F76367A00A6A88DEDB2B87B6CA91(L_4, L_8, NULL);
|
|
__this->___readValueOffset = 0;
|
|
return;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
int32_t L_9 = __this->___incReadState;
|
|
V_1 = L_9;
|
|
int32_t L_10 = V_1;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, ((int32_t)12))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00cd;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
XmlTextReaderImpl_FinishPartialValue_m1A6AB6EC08D3B450E847DCBA6AE4E4311DF2F045(__this, NULL);
|
|
__this->___incReadState = ((int32_t)12);
|
|
return;
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
int32_t L_11 = __this->___readValueOffset;
|
|
if ((((int32_t)L_11) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00dd;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_12 = __this->___curNode;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_13 = __this->___curNode;
|
|
String_t* L_14;
|
|
L_14 = NodeData_get_StringValue_m49F31840D0EC31EAF70E6F4EF5BE14BB900B2624(L_13, NULL);
|
|
int32_t L_15 = __this->___readValueOffset;
|
|
String_t* L_16;
|
|
L_16 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_14, L_15, NULL);
|
|
NodeData_SetValue_m07CC0F62B746F76367A00A6A88DEDB2B87B6CA91(L_12, L_16, NULL);
|
|
__this->___readValueOffset = 0;
|
|
return;
|
|
}
|
|
|
|
IL_00cd:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_17 = __this->___curNode;
|
|
String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
NodeData_SetValue_m07CC0F62B746F76367A00A6A88DEDB2B87B6CA91(L_17, L_18, NULL);
|
|
}
|
|
|
|
IL_00dd:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipPartialTextValue_mB4F56CA02982F525CBE1ABBB78D16F151DEC665A (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
V_2 = 0;
|
|
int32_t L_0 = __this->___nextParsingFunction;
|
|
__this->___parsingFunction = L_0;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
bool L_1;
|
|
L_1 = XmlTextReaderImpl_ParseText_mD6C9C9F476B097E4368F2D6ED2C60FDEAB064056(__this, (&V_0), (&V_1), (&V_2), NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishReadValueChunk_mA0FC504DC95E81D070F51567BEFEAAA7A68FB187 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___readValueOffset = 0;
|
|
int32_t L_0 = __this->___incReadState;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)11)))))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_SkipPartialTextValue_mB4F56CA02982F525CBE1ABBB78D16F151DEC665A(__this, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
int32_t L_1 = __this->___nextParsingFunction;
|
|
__this->___parsingFunction = L_1;
|
|
int32_t L_2 = __this->___nextNextParsingFunction;
|
|
__this->___nextParsingFunction = L_2;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishReadContentAsBinary_mBA225166E1792864F08535B02E0AD783C1B6F1E3 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___readValueOffset = 0;
|
|
int32_t L_0 = __this->___incReadState;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)13)))))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_SkipPartialTextValue_mB4F56CA02982F525CBE1ABBB78D16F151DEC665A(__this, NULL);
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
int32_t L_1 = __this->___nextParsingFunction;
|
|
__this->___parsingFunction = L_1;
|
|
int32_t L_2 = __this->___nextNextParsingFunction;
|
|
__this->___nextParsingFunction = L_2;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
int32_t L_3 = __this->___incReadState;
|
|
if ((((int32_t)L_3) == ((int32_t)((int32_t)14))))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
bool L_4;
|
|
L_4 = XmlTextReaderImpl_MoveToNextContentNode_m169F81C680109280A2F1E6DBC5D543A94315D772(__this, (bool)1, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishReadElementContentAsBinary_mD248232D6E06181EB68309925A5A2FA290A190BA (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNodeType_tCA25567E42A464038FDA6BA318EC0A9627B4CB95_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50709161A683107F88DF833963D6907320EB2D94);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
XmlTextReaderImpl_FinishReadContentAsBinary_mBA225166E1792864F08535B02E0AD783C1B6F1E3(__this, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
int32_t L_1 = L_0->___type;
|
|
if ((((int32_t)L_1) == ((int32_t)((int32_t)15))))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_2 = __this->___curNode;
|
|
int32_t* L_3 = (int32_t*)(&L_2->___type);
|
|
Il2CppFakeBox<int32_t> L_4(XmlNodeType_tCA25567E42A464038FDA6BA318EC0A9627B4CB95_il2cpp_TypeInfo_var, L_3);
|
|
String_t* L_5;
|
|
L_5 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_4), NULL);
|
|
XmlTextReaderImpl_Throw_m859526BA653ED17DCB75917A70D2E7F1FA2914C2(__this, _stringLiteral50709161A683107F88DF833963D6907320EB2D94, L_5, NULL);
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_6 = __this->___outerReader;
|
|
bool L_7;
|
|
L_7 = VirtualFuncInvoker0< bool >::Invoke(31, L_6);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseRootLevelWhitespace_m257220A2F345BCA0D16CBFB1C2D4D276CBACB5DB (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral887708FAE81F8854FED4472593567E230376CF20);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = XmlTextReaderImpl_GetWhitespaceType_m742B2D50EDE39B9E1D98E0E6EA61A87C459EF2C7(__this, NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2;
|
|
L_2 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(__this, (StringBuilder_t*)NULL, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_3 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = L_3->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_6 = L_5->___charPos;
|
|
int32_t L_7 = L_6;
|
|
uint16_t L_8 = (uint16_t)(L_4)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_7));
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_9 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_10 = L_9->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_11 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_12 = L_11->___charPos;
|
|
if (!((int32_t)il2cpp_codegen_subtract(L_10, L_12)))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_13 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_14 = L_13->___charPos;
|
|
bool L_15;
|
|
L_15 = XmlTextReaderImpl_ZeroEndingStream_m24AA1FACA8FA96D3A362C20BF6A8D49A0A9DC1C4(__this, L_14, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0108;
|
|
}
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_16 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_17 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_18;
|
|
L_18 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_17, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_19 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_20;
|
|
L_20 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_19, NULL);
|
|
NodeData_SetLineInfo_m6D28339C7F45327E5B512AD556ECCBB06A0871A5(L_16, L_18, L_20, NULL);
|
|
StringBuilder_t* L_21 = __this->___stringBuilder;
|
|
int32_t L_22;
|
|
L_22 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(__this, L_21, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_23 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_24 = L_23->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_25 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_26 = L_25->___charPos;
|
|
int32_t L_27 = L_26;
|
|
uint16_t L_28 = (uint16_t)(L_24)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_27));
|
|
if ((((int32_t)L_28) == ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_29 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_30 = L_29->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_31 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_32 = L_31->___charPos;
|
|
if (!((int32_t)il2cpp_codegen_subtract(L_30, L_32)))
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_33 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_34 = L_33->___charPos;
|
|
bool L_35;
|
|
L_35 = XmlTextReaderImpl_ZeroEndingStream_m24AA1FACA8FA96D3A362C20BF6A8D49A0A9DC1C4(__this, L_34, NULL);
|
|
if (!L_35)
|
|
{
|
|
goto IL_0108;
|
|
}
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
StringBuilder_t* L_36 = __this->___stringBuilder;
|
|
int32_t L_37;
|
|
L_37 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_36, NULL);
|
|
if ((((int32_t)L_37) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0106;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_38 = __this->___curNode;
|
|
int32_t L_39 = V_0;
|
|
StringBuilder_t* L_40 = __this->___stringBuilder;
|
|
String_t* L_41;
|
|
L_41 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_40);
|
|
NodeData_SetValueNode_m2C3413CC8225BB47DA4B08D098EA56D376BBBF25(L_38, L_39, L_41, NULL);
|
|
StringBuilder_t* L_42 = __this->___stringBuilder;
|
|
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_42, 0, NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0106:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0108:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_43 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_44 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_45 = L_44->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_46 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_47 = L_46->___charPos;
|
|
int32_t L_48 = L_47;
|
|
uint16_t L_49 = (uint16_t)(L_45)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_48));
|
|
bool L_50;
|
|
L_50 = XmlCharType_IsCharData_m39C87F830CD89F4F0029AA0338BB9AB5EFCC1AF5(L_43, L_49, NULL);
|
|
if (!L_50)
|
|
{
|
|
goto IL_0139;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral887708FAE81F8854FED4472593567E230376CF20, NULL);
|
|
goto IL_0160;
|
|
}
|
|
|
|
IL_0139:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_51 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_52 = L_51->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_53 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_54 = L_53->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_55 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_56 = L_55->___charPos;
|
|
XmlTextReaderImpl_ThrowInvalidChar_mF8B2A2445E4CF8016C0A7256F6762D3CA4B0DCC2(__this, L_52, L_54, L_56, NULL);
|
|
}
|
|
|
|
IL_0160:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseEntityReference_m88F7B5D5FA448C8728068D1440DC9849BD1F0815 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_1 = (int32_t*)(&L_0->___charPos);
|
|
int32_t* L_2 = L_1;
|
|
int32_t L_3 = *((int32_t*)L_2);
|
|
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add(L_3, 1));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_4 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_6;
|
|
L_6 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_5, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_8;
|
|
L_8 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_7, NULL);
|
|
NodeData_SetLineInfo_m6D28339C7F45327E5B512AD556ECCBB06A0871A5(L_4, L_6, L_8, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_9 = __this->___curNode;
|
|
String_t* L_10;
|
|
L_10 = XmlTextReaderImpl_ParseEntityName_m3E547DE2000F6AB699FF1052E470BDBEFAB11D11(__this, NULL);
|
|
NodeData_SetNamedNode_mB4B118182B66F9E24611C31A074538E177DDDA73(L_9, 5, L_10, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_HandleEntityReference_mCDF9E4056C8508F64B66ABE7063D04D48DA64CA5 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_isInAttributeValue, int32_t ___1_expandType, int32_t* ___2_charRefEndPos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
String_t* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = L_0->___charPos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_3 = L_2->___charsUsed;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add(L_1, 1))) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4;
|
|
L_4 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, NULL);
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = L_5->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_8 = L_7->___charPos;
|
|
int32_t L_9 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
uint16_t L_10 = (uint16_t)(L_6)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_9));
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_11 = ___2_charRefEndPos;
|
|
int32_t L_12 = ___1_expandType;
|
|
int32_t L_13;
|
|
L_13 = XmlTextReaderImpl_ParseNumericCharRef_m9DAF75CCAB6BE2E4F1E955BC1B252006EFFB832F(__this, (bool)((((int32_t)((((int32_t)L_12) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0), (StringBuilder_t*)NULL, (&V_0), NULL);
|
|
*((int32_t*)L_11) = (int32_t)L_13;
|
|
int32_t L_14 = V_0;
|
|
return L_14;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
int32_t* L_15 = ___2_charRefEndPos;
|
|
int32_t L_16 = ___1_expandType;
|
|
int32_t L_17;
|
|
L_17 = XmlTextReaderImpl_ParseNamedCharRef_mF403C076AA9507980567EB27D8769ADE153F8421(__this, (bool)((((int32_t)((((int32_t)L_16) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0), (StringBuilder_t*)NULL, NULL);
|
|
*((int32_t*)L_15) = (int32_t)L_17;
|
|
int32_t* L_18 = ___2_charRefEndPos;
|
|
int32_t L_19 = *((int32_t*)L_18);
|
|
if ((((int32_t)L_19) < ((int32_t)0)))
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
int32_t L_20 = ___1_expandType;
|
|
if ((((int32_t)L_20) == ((int32_t)2)))
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_21 = __this->___entityHandling;
|
|
if ((((int32_t)L_21) == ((int32_t)1)))
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
{
|
|
bool L_22 = ___0_isInAttributeValue;
|
|
if (!L_22)
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
bool L_23 = __this->___validatingReaderCompatFlag;
|
|
if (L_23)
|
|
{
|
|
goto IL_008f;
|
|
}
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
return (int32_t)(6);
|
|
}
|
|
|
|
IL_008f:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_24 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_25 = (int32_t*)(&L_24->___charPos);
|
|
int32_t* L_26 = L_25;
|
|
int32_t L_27 = *((int32_t*)L_26);
|
|
*((int32_t*)L_26) = (int32_t)((int32_t)il2cpp_codegen_add(L_27, 1));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_28 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_29;
|
|
L_29 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_28, NULL);
|
|
V_2 = L_29;
|
|
}
|
|
try
|
|
{
|
|
int32_t L_30;
|
|
L_30 = XmlTextReaderImpl_ParseName_m91011791BCE5AF6659C6F7710B79FC64A08D2C39(__this, NULL);
|
|
V_1 = L_30;
|
|
goto IL_00d4;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_00b4;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00b4:
|
|
{
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_31 = ((XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*));;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_32 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_33;
|
|
L_33 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_32, NULL);
|
|
int32_t L_34 = V_2;
|
|
XmlTextReaderImpl_Throw_m24DD009B3659BA3348BCC1A9EC0335E1D8245C63(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF270172D9DCB1A35388598EC124CE3AE08AC3E54)), L_33, L_34, NULL);
|
|
V_5 = 4;
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_016c;
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_35 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_36 = L_35->___chars;
|
|
int32_t L_37 = V_1;
|
|
int32_t L_38 = L_37;
|
|
uint16_t L_39 = (uint16_t)(L_36)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_38));
|
|
if ((((int32_t)L_39) == ((int32_t)((int32_t)59))))
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_40 = V_1;
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_mB5A9F72CA48F0339C24F4B5BCD46339EEDF8CAAF(__this, L_40, _stringLiteral951CCB49640C8F9E81FB4E0D82730321F4E15BB3, NULL);
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_41 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_42;
|
|
L_42 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_41, NULL);
|
|
V_3 = L_42;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_43 = __this->___nameTable;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_44 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_45 = L_44->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_46 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_47 = L_46->___charPos;
|
|
int32_t L_48 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_49 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_50 = L_49->___charPos;
|
|
String_t* L_51;
|
|
L_51 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(5, L_43, L_45, L_47, ((int32_t)il2cpp_codegen_subtract(L_48, L_50)));
|
|
V_4 = L_51;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_52 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_53 = V_1;
|
|
L_52->___charPos = ((int32_t)il2cpp_codegen_add(L_53, 1));
|
|
int32_t* L_54 = ___2_charRefEndPos;
|
|
*((int32_t*)L_54) = (int32_t)(-1);
|
|
String_t* L_55 = V_4;
|
|
bool L_56 = ___0_isInAttributeValue;
|
|
int32_t L_57 = V_3;
|
|
int32_t L_58;
|
|
L_58 = XmlTextReaderImpl_HandleGeneralEntityReference_m7341FED921A6B308D70876B0F4C8A46FBB56E446(__this, L_55, L_56, (bool)0, L_57, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_59 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_60 = L_59->___baseUriStr;
|
|
__this->___reportedBaseUri = L_60;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedBaseUri), (void*)L_60);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_61 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_62 = L_61->___encoding;
|
|
__this->___reportedEncoding = L_62;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedEncoding), (void*)L_62);
|
|
return L_58;
|
|
}
|
|
|
|
IL_016c:
|
|
{
|
|
int32_t L_63 = V_5;
|
|
return L_63;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_HandleGeneralEntityReference_m7341FED921A6B308D70876B0F4C8A46FBB56E446 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_name, bool ___1_isInAttributeValue, bool ___2_pushFakeEntityIfNullResolver, int32_t ___3_entityStartLinePos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17372CA6EE06884491DF8D3AEFE02DC203DF0717);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CA3591A74B899B2FB7AAADBB9C6AA9722CD2C06);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB04A560846A93D4D813C44EFBD0968D2875C5049);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC872A8527B3262EA83113D74202CF9CBCE3B0772);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
{
|
|
V_0 = (RuntimeObject*)NULL;
|
|
RuntimeObject* L_0 = __this->___dtdInfo;
|
|
if (L_0)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_1 = __this->___fragmentParserContext;
|
|
if (!L_1)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_2 = __this->___fragmentParserContext;
|
|
bool L_3;
|
|
L_3 = XmlParserContext_get_HasDtdInfo_m4237CC163D41F547BDB4ED1A7A5D9A08E90C222B(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = __this->___dtdProcessing;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)2))))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ParseDtdFromParserContext_mCDAFBB67C6485B9F431088A095F8DEC3A3224148(__this, NULL);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
RuntimeObject* L_5 = __this->___dtdInfo;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = __this->___dtdInfo;
|
|
String_t* L_7 = ___0_name;
|
|
RuntimeObject* L_8;
|
|
L_8 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(5, IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8_il2cpp_TypeInfo_var, L_6, L_7);
|
|
RuntimeObject* L_9 = L_8;
|
|
V_0 = L_9;
|
|
if (L_9)
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
bool L_10 = __this->___disableUndeclaredEntityCheck;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0068;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11 = ___0_name;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_12 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
XmlQualifiedName__ctor_m2DD62019A76524587CC7204E1AB903CDAADA6545(L_12, L_11, NULL);
|
|
SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_13 = (SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7*)il2cpp_codegen_object_new(SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7_il2cpp_TypeInfo_var);
|
|
SchemaEntity__ctor_m7444C0D862E0CC6A87EE2B39B4D058F657AA299C(L_13, L_12, (bool)0, NULL);
|
|
SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_14 = L_13;
|
|
String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
SchemaEntity_set_Text_m62FCB261049A0B400D7C27470AFC73EA227861AF(L_14, L_15, NULL);
|
|
V_0 = L_14;
|
|
goto IL_0081;
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
String_t* L_16 = ___0_name;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_17 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_18;
|
|
L_18 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_17, NULL);
|
|
int32_t L_19 = ___3_entityStartLinePos;
|
|
XmlTextReaderImpl_Throw_mC803D5A772B620AF824AFBAB3BC5FC546739E35E(__this, _stringLiteral7CA3591A74B899B2FB7AAADBB9C6AA9722CD2C06, L_16, L_18, L_19, NULL);
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
RuntimeObject* L_20 = V_0;
|
|
bool L_21;
|
|
L_21 = InterfaceFuncInvoker0< bool >::Invoke(3, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_20);
|
|
if (!L_21)
|
|
{
|
|
goto IL_00c4;
|
|
}
|
|
}
|
|
{
|
|
bool L_22 = __this->___disableUndeclaredEntityCheck;
|
|
if (!L_22)
|
|
{
|
|
goto IL_00ab;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_23 = ___0_name;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_24 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var);
|
|
XmlQualifiedName__ctor_m2DD62019A76524587CC7204E1AB903CDAADA6545(L_24, L_23, NULL);
|
|
SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_25 = (SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7*)il2cpp_codegen_object_new(SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7_il2cpp_TypeInfo_var);
|
|
SchemaEntity__ctor_m7444C0D862E0CC6A87EE2B39B4D058F657AA299C(L_25, L_24, (bool)0, NULL);
|
|
SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_26 = L_25;
|
|
String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
SchemaEntity_set_Text_m62FCB261049A0B400D7C27470AFC73EA227861AF(L_26, L_27, NULL);
|
|
V_0 = L_26;
|
|
goto IL_00c4;
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
String_t* L_28 = ___0_name;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_29 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_30;
|
|
L_30 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_29, NULL);
|
|
int32_t L_31 = ___3_entityStartLinePos;
|
|
XmlTextReaderImpl_Throw_mC803D5A772B620AF824AFBAB3BC5FC546739E35E(__this, _stringLiteral17372CA6EE06884491DF8D3AEFE02DC203DF0717, L_28, L_30, L_31, NULL);
|
|
}
|
|
|
|
IL_00c4:
|
|
{
|
|
bool L_32 = __this->___standalone;
|
|
if (!L_32)
|
|
{
|
|
goto IL_00f2;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_33 = V_0;
|
|
bool L_34;
|
|
L_34 = InterfaceFuncInvoker0< bool >::Invoke(2, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_33);
|
|
if (!L_34)
|
|
{
|
|
goto IL_00f2;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_35 = V_0;
|
|
String_t* L_36;
|
|
L_36 = InterfaceFuncInvoker0< String_t* >::Invoke(0, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_35);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_37 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_38;
|
|
L_38 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_37, NULL);
|
|
int32_t L_39 = ___3_entityStartLinePos;
|
|
XmlTextReaderImpl_Throw_mC803D5A772B620AF824AFBAB3BC5FC546739E35E(__this, _stringLiteralC872A8527B3262EA83113D74202CF9CBCE3B0772, L_36, L_38, L_39, NULL);
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
RuntimeObject* L_40 = V_0;
|
|
bool L_41;
|
|
L_41 = InterfaceFuncInvoker0< bool >::Invoke(1, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_40);
|
|
if (!L_41)
|
|
{
|
|
goto IL_0180;
|
|
}
|
|
}
|
|
{
|
|
bool L_42 = ___1_isInAttributeValue;
|
|
if (!L_42)
|
|
{
|
|
goto IL_011b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_43 = ___0_name;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_44 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_45;
|
|
L_45 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_44, NULL);
|
|
int32_t L_46 = ___3_entityStartLinePos;
|
|
XmlTextReaderImpl_Throw_mC803D5A772B620AF824AFBAB3BC5FC546739E35E(__this, _stringLiteralB04A560846A93D4D813C44EFBD0968D2875C5049, L_43, L_45, L_46, NULL);
|
|
return (int32_t)(4);
|
|
}
|
|
|
|
IL_011b:
|
|
{
|
|
int32_t L_47 = __this->___parsingMode;
|
|
if ((!(((uint32_t)L_47) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0126;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(4);
|
|
}
|
|
|
|
IL_0126:
|
|
{
|
|
bool L_48;
|
|
L_48 = XmlTextReaderImpl_get_IsResolverNull_m6DC91F871E5F4B8694DDF8B312AC67DF1666EE0C(__this, NULL);
|
|
if (!L_48)
|
|
{
|
|
goto IL_0153;
|
|
}
|
|
}
|
|
{
|
|
bool L_49 = ___2_pushFakeEntityIfNullResolver;
|
|
if (!L_49)
|
|
{
|
|
goto IL_0151;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_50 = V_0;
|
|
bool L_51;
|
|
L_51 = XmlTextReaderImpl_PushExternalEntity_m547C80F437D100BC53D09B4E965BB58CE026557D(__this, L_50, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_52 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_53 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_54 = L_53->___entityId;
|
|
L_52->___entityId = L_54;
|
|
return (int32_t)(5);
|
|
}
|
|
|
|
IL_0151:
|
|
{
|
|
return (int32_t)(4);
|
|
}
|
|
|
|
IL_0153:
|
|
{
|
|
RuntimeObject* L_55 = V_0;
|
|
bool L_56;
|
|
L_56 = XmlTextReaderImpl_PushExternalEntity_m547C80F437D100BC53D09B4E965BB58CE026557D(__this, L_55, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_57 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_58 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_59 = L_58->___entityId;
|
|
L_57->___entityId = L_59;
|
|
bool L_60 = ___1_isInAttributeValue;
|
|
if (!L_60)
|
|
{
|
|
goto IL_017c;
|
|
}
|
|
}
|
|
{
|
|
bool L_61 = __this->___validatingReaderCompatFlag;
|
|
if (L_61)
|
|
{
|
|
goto IL_017e;
|
|
}
|
|
}
|
|
|
|
IL_017c:
|
|
{
|
|
return (int32_t)(3);
|
|
}
|
|
|
|
IL_017e:
|
|
{
|
|
return (int32_t)(7);
|
|
}
|
|
|
|
IL_0180:
|
|
{
|
|
int32_t L_62 = __this->___parsingMode;
|
|
if ((!(((uint32_t)L_62) == ((uint32_t)2))))
|
|
{
|
|
goto IL_018b;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(4);
|
|
}
|
|
|
|
IL_018b:
|
|
{
|
|
RuntimeObject* L_63 = V_0;
|
|
XmlTextReaderImpl_PushInternalEntity_m1D90F101FA95554B361AD62135C9C796C1809407(__this, L_63, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_64 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_65 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_66 = L_65->___entityId;
|
|
L_64->___entityId = L_66;
|
|
bool L_67 = ___1_isInAttributeValue;
|
|
if (!L_67)
|
|
{
|
|
goto IL_01b3;
|
|
}
|
|
}
|
|
{
|
|
bool L_68 = __this->___validatingReaderCompatFlag;
|
|
if (L_68)
|
|
{
|
|
goto IL_01b5;
|
|
}
|
|
}
|
|
|
|
IL_01b3:
|
|
{
|
|
return (int32_t)(3);
|
|
}
|
|
|
|
IL_01b5:
|
|
{
|
|
return (int32_t)(7);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_InEntity_m8EF4B1337E60E18453F2ED32EEFD58B235BDA944 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___parsingStatesStackTop;
|
|
return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_HandleEntityEnd_m9C73CE6745616AFF9B79D7C070AB3D298F324AA6 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_checkEntityNesting, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE17D434C0318F5D8C5525CEDDC1852394290CA23);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = __this->___parsingStatesStackTop;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteralB080109AD5D6C864D18C1BFD1A3B9116504CCC72, NULL);
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_1 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_2 = L_1->___entityResolvedManually;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = __this->___index;
|
|
__this->___index = ((int32_t)il2cpp_codegen_subtract(L_3, 1));
|
|
bool L_4 = ___0_checkEntityNesting;
|
|
if (!L_4)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_6 = L_5->___entityId;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_7 = __this->___nodes;
|
|
int32_t L_8 = __this->___index;
|
|
int32_t L_9 = L_8;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_10 = (L_7)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_9));
|
|
int32_t L_11 = L_10->___entityId;
|
|
if ((((int32_t)L_6) == ((int32_t)L_11)))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteralE17D434C0318F5D8C5525CEDDC1852394290CA23, NULL);
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_12 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
RuntimeObject* L_13 = L_12->___entity;
|
|
__this->___lastEntity = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lastEntity), (void*)L_13);
|
|
XmlTextReaderImpl_PopEntity_m3F59397F9382BD7DF60D2249186E342F4EAC99E0(__this, NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
bool L_14 = ___0_checkEntityNesting;
|
|
if (!L_14)
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_15 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_16 = L_15->___entityId;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_17 = __this->___nodes;
|
|
int32_t L_18 = __this->___index;
|
|
int32_t L_19 = L_18;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_20 = (L_17)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19));
|
|
int32_t L_21 = L_20->___entityId;
|
|
if ((((int32_t)L_16) == ((int32_t)L_21)))
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteralE17D434C0318F5D8C5525CEDDC1852394290CA23, NULL);
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
XmlTextReaderImpl_PopEntity_m3F59397F9382BD7DF60D2249186E342F4EAC99E0(__this, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_22 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_23 = L_22->___encoding;
|
|
__this->___reportedEncoding = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedEncoding), (void*)L_23);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_24 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_25 = L_24->___baseUriStr;
|
|
__this->___reportedBaseUri = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedBaseUri), (void*)L_25);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEndEntityNodeInContent_m5DF2EE9E86D586C0DD11D845EEA3BCC0ACFB47BE (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_1 = L_0->___encoding;
|
|
__this->___reportedEncoding = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedEncoding), (void*)L_1);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
String_t* L_3 = L_2->___baseUriStr;
|
|
__this->___reportedBaseUri = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedBaseUri), (void*)L_3);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_4 = __this->___nodes;
|
|
int32_t L_5 = __this->___index;
|
|
int32_t L_6 = L_5;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_7 = (L_4)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_6));
|
|
__this->___curNode = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_7);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_8 = __this->___curNode;
|
|
RuntimeObject* L_9 = __this->___lastEntity;
|
|
String_t* L_10;
|
|
L_10 = InterfaceFuncInvoker0< String_t* >::Invoke(0, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_9);
|
|
NodeData_SetNamedNode_mB4B118182B66F9E24611C31A074538E177DDDA73(L_8, ((int32_t)16), L_10, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_11 = __this->___curNode;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_12 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_11->___lineInfo);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_13 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_14 = L_13->___lineNo;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_15 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_16;
|
|
L_16 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_15, NULL);
|
|
LineInfo_Set_m5D59B42332EDBA296FA9AED5CF63D8BECC18214E(L_12, L_14, ((int32_t)il2cpp_codegen_subtract(L_16, 1)), NULL);
|
|
int32_t L_17 = __this->___index;
|
|
if (L_17)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = __this->___parsingFunction;
|
|
if (L_18)
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
{
|
|
__this->___parsingFunction = 5;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEndEntityNodeInAttribute_m4ED5A78E4DAC8712A7C8A67774B353100E62DDEF (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_0 = __this->___nodes;
|
|
int32_t L_1 = __this->___index;
|
|
int32_t L_2 = __this->___attrCount;
|
|
int32_t L_3 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_1, L_2)), 1));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_4 = (L_0)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_3));
|
|
__this->___curNode = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_4);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_5 = __this->___curNode;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_6 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_5->___lineInfo);
|
|
int32_t* L_7 = (int32_t*)(&L_6->___linePos);
|
|
int32_t* L_8 = L_7;
|
|
int32_t L_9 = *((int32_t*)L_8);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_10 = __this->___curNode;
|
|
String_t* L_11 = L_10->___localName;
|
|
int32_t L_12;
|
|
L_12 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_11, NULL);
|
|
*((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add(L_9, L_12));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_13 = __this->___curNode;
|
|
L_13->___type = ((int32_t)16);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePI_m6E8400067F34CBC2348BEFF511D4A08C2D0028D9 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0;
|
|
L_0 = XmlTextReaderImpl_ParsePI_m3F73DDC051BD4C3422093EFA6EFB21FBF48A1A08(__this, (StringBuilder_t*)NULL, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePI_m3F73DDC051BD4C3422093EFA6EFB21FBF48A1A08 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, StringBuilder_t* ___0_piInDtdStringBuilder, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral180A67848B5A57936F7A288C7C73E3F33BFFCDF4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E4C0425B0E62AF487F3C7EDEFADC20B938C9A03);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
Il2CppChar V_2 = 0x0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
StringBuilder_t* V_5 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B5_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B4_0 = NULL;
|
|
String_t* G_B6_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B6_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___parsingMode;
|
|
if (L_0)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_1 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_3;
|
|
L_3 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_2, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_5;
|
|
L_5 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_4, NULL);
|
|
NodeData_SetLineInfo_m6D28339C7F45327E5B512AD556ECCBB06A0871A5(L_1, L_3, L_5, NULL);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
int32_t L_6;
|
|
L_6 = XmlTextReaderImpl_ParseName_m91011791BCE5AF6659C6F7710B79FC64A08D2C39(__this, NULL);
|
|
V_0 = L_6;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_7 = __this->___nameTable;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_8 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = L_8->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_10 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_11 = L_10->___charPos;
|
|
int32_t L_12 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_13 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_14 = L_13->___charPos;
|
|
String_t* L_15;
|
|
L_15 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(5, L_7, L_9, L_11, ((int32_t)il2cpp_codegen_subtract(L_12, L_14)));
|
|
V_1 = L_15;
|
|
String_t* L_16 = V_1;
|
|
int32_t L_17;
|
|
L_17 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_16, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, 5, NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_18 = V_1;
|
|
bool L_19;
|
|
L_19 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_18, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, NULL);
|
|
if (L_19)
|
|
{
|
|
G_B5_0 = __this;
|
|
goto IL_0082;
|
|
}
|
|
G_B4_0 = __this;
|
|
}
|
|
{
|
|
G_B6_0 = _stringLiteral180A67848B5A57936F7A288C7C73E3F33BFFCDF4;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0087;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
G_B6_0 = _stringLiteral1E4C0425B0E62AF487F3C7EDEFADC20B938C9A03;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
String_t* L_20 = V_1;
|
|
XmlTextReaderImpl_Throw_m859526BA653ED17DCB75917A70D2E7F1FA2914C2(G_B6_1, G_B6_0, L_20, NULL);
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_21 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_22 = V_0;
|
|
L_21->___charPos = L_22;
|
|
StringBuilder_t* L_23 = ___0_piInDtdStringBuilder;
|
|
if (L_23)
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
bool L_24 = __this->___ignorePIs;
|
|
if (L_24)
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_25 = __this->___parsingMode;
|
|
if (L_25)
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_26 = __this->___curNode;
|
|
String_t* L_27 = V_1;
|
|
NodeData_SetNamedNode_mB4B118182B66F9E24611C31A074538E177DDDA73(L_26, 7, L_27, NULL);
|
|
goto IL_00c3;
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
StringBuilder_t* L_28 = ___0_piInDtdStringBuilder;
|
|
String_t* L_29 = V_1;
|
|
StringBuilder_t* L_30;
|
|
L_30 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_28, L_29, NULL);
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_31 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_32 = L_31->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_33 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_34 = L_33->___charPos;
|
|
int32_t L_35 = L_34;
|
|
uint16_t L_36 = (uint16_t)(L_32)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_35));
|
|
V_2 = L_36;
|
|
StringBuilder_t* L_37 = ___0_piInDtdStringBuilder;
|
|
int32_t L_38;
|
|
L_38 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(__this, L_37, NULL);
|
|
if (L_38)
|
|
{
|
|
goto IL_0158;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_39 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_40 = L_39->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_41 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_42 = L_41->___charPos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_40, L_42))) >= ((int32_t)2)))
|
|
{
|
|
goto IL_0105;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_43;
|
|
L_43 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
}
|
|
|
|
IL_0105:
|
|
{
|
|
Il2CppChar L_44 = V_2;
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)63)))))
|
|
{
|
|
goto IL_0127;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_45 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_46 = L_45->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_47 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_48 = L_47->___charPos;
|
|
int32_t L_49 = ((int32_t)il2cpp_codegen_add(L_48, 1));
|
|
uint16_t L_50 = (uint16_t)(L_46)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_49));
|
|
if ((((int32_t)L_50) == ((int32_t)((int32_t)62))))
|
|
{
|
|
goto IL_0158;
|
|
}
|
|
}
|
|
|
|
IL_0127:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_51 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_52 = L_51->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_53 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_54 = L_53->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_55 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_56 = L_55->___charPos;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_57;
|
|
L_57 = XmlException_BuildCharExceptionArgs_mCD358DAB8D23BF377EEC6C41C523161FE2B9A2A5(L_52, L_54, L_56, NULL);
|
|
XmlTextReaderImpl_Throw_m0BB9269CFC5AD410929F37366F8458BB19168274(__this, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, L_57, NULL);
|
|
}
|
|
|
|
IL_0158:
|
|
{
|
|
bool L_58;
|
|
L_58 = XmlTextReaderImpl_ParsePIValue_mBFEE75456754EE92FB4FECAF6995FA346A725CE1(__this, (&V_3), (&V_4), NULL);
|
|
if (!L_58)
|
|
{
|
|
goto IL_01b8;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_59 = ___0_piInDtdStringBuilder;
|
|
if (L_59)
|
|
{
|
|
goto IL_019c;
|
|
}
|
|
}
|
|
{
|
|
bool L_60 = __this->___ignorePIs;
|
|
if (!L_60)
|
|
{
|
|
goto IL_0171;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0171:
|
|
{
|
|
int32_t L_61 = __this->___parsingMode;
|
|
if (L_61)
|
|
{
|
|
goto IL_0247;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_62 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_63 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_64 = L_63->___chars;
|
|
int32_t L_65 = V_3;
|
|
int32_t L_66 = V_4;
|
|
int32_t L_67 = V_3;
|
|
NodeData_SetValue_m7078D8BE1A2371A59DDF78DE12BAA39C8125C4B5(L_62, L_64, L_65, ((int32_t)il2cpp_codegen_subtract(L_66, L_67)), NULL);
|
|
goto IL_0247;
|
|
}
|
|
|
|
IL_019c:
|
|
{
|
|
StringBuilder_t* L_68 = ___0_piInDtdStringBuilder;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_69 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_70 = L_69->___chars;
|
|
int32_t L_71 = V_3;
|
|
int32_t L_72 = V_4;
|
|
int32_t L_73 = V_3;
|
|
StringBuilder_t* L_74;
|
|
L_74 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_68, L_70, L_71, ((int32_t)il2cpp_codegen_subtract(L_72, L_73)), NULL);
|
|
goto IL_0247;
|
|
}
|
|
|
|
IL_01b8:
|
|
{
|
|
StringBuilder_t* L_75 = ___0_piInDtdStringBuilder;
|
|
if (L_75)
|
|
{
|
|
goto IL_01e3;
|
|
}
|
|
}
|
|
{
|
|
bool L_76 = __this->___ignorePIs;
|
|
if (L_76)
|
|
{
|
|
goto IL_01cb;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_77 = __this->___parsingMode;
|
|
if (!L_77)
|
|
{
|
|
goto IL_01d9;
|
|
}
|
|
}
|
|
|
|
IL_01cb:
|
|
{
|
|
bool L_78;
|
|
L_78 = XmlTextReaderImpl_ParsePIValue_mBFEE75456754EE92FB4FECAF6995FA346A725CE1(__this, (&V_3), (&V_4), NULL);
|
|
if (!L_78)
|
|
{
|
|
goto IL_01cb;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_01d9:
|
|
{
|
|
StringBuilder_t* L_79 = __this->___stringBuilder;
|
|
V_5 = L_79;
|
|
goto IL_01e6;
|
|
}
|
|
|
|
IL_01e3:
|
|
{
|
|
StringBuilder_t* L_80 = ___0_piInDtdStringBuilder;
|
|
V_5 = L_80;
|
|
}
|
|
|
|
IL_01e6:
|
|
{
|
|
StringBuilder_t* L_81 = V_5;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_82 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_83 = L_82->___chars;
|
|
int32_t L_84 = V_3;
|
|
int32_t L_85 = V_4;
|
|
int32_t L_86 = V_3;
|
|
StringBuilder_t* L_87;
|
|
L_87 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_81, L_83, L_84, ((int32_t)il2cpp_codegen_subtract(L_85, L_86)), NULL);
|
|
bool L_88;
|
|
L_88 = XmlTextReaderImpl_ParsePIValue_mBFEE75456754EE92FB4FECAF6995FA346A725CE1(__this, (&V_3), (&V_4), NULL);
|
|
if (!L_88)
|
|
{
|
|
goto IL_01e6;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_89 = V_5;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_90 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_91 = L_90->___chars;
|
|
int32_t L_92 = V_3;
|
|
int32_t L_93 = V_4;
|
|
int32_t L_94 = V_3;
|
|
StringBuilder_t* L_95;
|
|
L_95 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_89, L_91, L_92, ((int32_t)il2cpp_codegen_subtract(L_93, L_94)), NULL);
|
|
StringBuilder_t* L_96 = ___0_piInDtdStringBuilder;
|
|
if (L_96)
|
|
{
|
|
goto IL_0247;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_97 = __this->___curNode;
|
|
StringBuilder_t* L_98 = __this->___stringBuilder;
|
|
String_t* L_99;
|
|
L_99 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_98);
|
|
NodeData_SetValue_m07CC0F62B746F76367A00A6A88DEDB2B87B6CA91(L_97, L_99, NULL);
|
|
StringBuilder_t* L_100 = __this->___stringBuilder;
|
|
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_100, 0, NULL);
|
|
}
|
|
|
|
IL_0247:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePIValue_mBFEE75456754EE92FB4FECAF6995FA346A725CE1 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t* ___0_outStartPos, int32_t* ___1_outEndPos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5296173AB8D4E282E989F7B0B7B7C9A3ACF26E18);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
Il2CppChar V_4 = 0x0;
|
|
Il2CppChar V_5 = 0x0;
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = L_0->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_3 = L_2->___charPos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_1, L_3))) >= ((int32_t)2)))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4;
|
|
L_4 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_6 = L_5->___charsUsed;
|
|
XmlTextReaderImpl_Throw_mBBE5AD6F0A114F83311BA12189D3E4DE4F874397(__this, L_6, _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC, _stringLiteral5296173AB8D4E282E989F7B0B7B7C9A3ACF26E18, NULL);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_8 = L_7->___charPos;
|
|
V_0 = L_8;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_9 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = L_9->___chars;
|
|
V_1 = L_10;
|
|
V_2 = 0;
|
|
V_3 = (-1);
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
int32_t L_11 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_12 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = L_12->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_14 = V_1;
|
|
int32_t L_15 = V_0;
|
|
int32_t L_16 = L_15;
|
|
uint16_t L_17 = (uint16_t)(L_14)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_16));
|
|
uint16_t L_18 = L_17;
|
|
V_4 = L_18;
|
|
uint16_t L_19 = L_18;
|
|
uint8_t L_20 = (L_13)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19));
|
|
if (!((int32_t)((int32_t)L_20&((int32_t)64))))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_21 = V_4;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)63)))))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_22 = V_1;
|
|
int32_t L_23 = V_0;
|
|
int32_t L_24 = L_23;
|
|
uint16_t L_25 = (uint16_t)(L_22)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_24));
|
|
V_5 = L_25;
|
|
Il2CppChar L_26 = V_5;
|
|
if ((!(((uint32_t)L_26) <= ((uint32_t)((int32_t)38)))))
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_27 = V_5;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_27, ((int32_t)9))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_01e7;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_012f;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_01f0;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_01f0;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_013f;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_28 = V_5;
|
|
if ((((int32_t)L_28) == ((int32_t)((int32_t)38))))
|
|
{
|
|
goto IL_01e7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01f0;
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
Il2CppChar L_29 = V_5;
|
|
if ((((int32_t)L_29) == ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_01e7;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_30 = V_5;
|
|
if ((((int32_t)L_30) == ((int32_t)((int32_t)63))))
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_31 = V_5;
|
|
if ((((int32_t)L_31) == ((int32_t)((int32_t)93))))
|
|
{
|
|
goto IL_01e7;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01f0;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_32 = V_1;
|
|
int32_t L_33 = V_0;
|
|
int32_t L_34 = ((int32_t)il2cpp_codegen_add(L_33, 1));
|
|
uint16_t L_35 = (uint16_t)(L_32)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_34));
|
|
if ((!(((uint32_t)L_35) == ((uint32_t)((int32_t)62)))))
|
|
{
|
|
goto IL_0113;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_36 = V_2;
|
|
if ((((int32_t)L_36) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00f3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_37 = V_3;
|
|
int32_t L_38 = V_2;
|
|
int32_t L_39 = V_3;
|
|
int32_t L_40 = V_0;
|
|
int32_t L_41 = V_3;
|
|
int32_t L_42 = V_2;
|
|
XmlTextReaderImpl_ShiftBuffer_m9BECA455EAEF35A421F684DFFFC45D542A92A5A0(__this, ((int32_t)il2cpp_codegen_add(L_37, L_38)), L_39, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_40, L_41)), L_42)), NULL);
|
|
int32_t* L_43 = ___1_outEndPos;
|
|
int32_t L_44 = V_0;
|
|
int32_t L_45 = V_2;
|
|
*((int32_t*)L_43) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_44, L_45));
|
|
goto IL_00f6;
|
|
}
|
|
|
|
IL_00f3:
|
|
{
|
|
int32_t* L_46 = ___1_outEndPos;
|
|
int32_t L_47 = V_0;
|
|
*((int32_t*)L_46) = (int32_t)L_47;
|
|
}
|
|
|
|
IL_00f6:
|
|
{
|
|
int32_t* L_48 = ___0_outStartPos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_49 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_50 = L_49->___charPos;
|
|
*((int32_t*)L_48) = (int32_t)L_50;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_51 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_52 = V_0;
|
|
L_51->___charPos = ((int32_t)il2cpp_codegen_add(L_52, 2));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0113:
|
|
{
|
|
int32_t L_53 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_54 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_55 = L_54->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_53, 1))) == ((int32_t)L_55)))
|
|
{
|
|
goto IL_0247;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_56 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_56, 1));
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
int32_t L_57 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_57, 1));
|
|
int32_t L_58 = V_0;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, L_58, NULL);
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_013f:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_59 = V_1;
|
|
int32_t L_60 = V_0;
|
|
int32_t L_61 = ((int32_t)il2cpp_codegen_add(L_60, 1));
|
|
uint16_t L_62 = (uint16_t)(L_59)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_61));
|
|
if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_01a5;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_63 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_64 = L_63->___eolNormalized;
|
|
if (L_64)
|
|
{
|
|
goto IL_019f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_65 = __this->___parsingMode;
|
|
if (L_65)
|
|
{
|
|
goto IL_019f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_66 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_67 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_68 = L_67->___charPos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_66, L_68))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_018f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_69 = V_2;
|
|
if (L_69)
|
|
{
|
|
goto IL_0176;
|
|
}
|
|
}
|
|
{
|
|
V_2 = 1;
|
|
int32_t L_70 = V_0;
|
|
V_3 = L_70;
|
|
goto IL_019f;
|
|
}
|
|
|
|
IL_0176:
|
|
{
|
|
int32_t L_71 = V_3;
|
|
int32_t L_72 = V_2;
|
|
int32_t L_73 = V_3;
|
|
int32_t L_74 = V_0;
|
|
int32_t L_75 = V_3;
|
|
int32_t L_76 = V_2;
|
|
XmlTextReaderImpl_ShiftBuffer_m9BECA455EAEF35A421F684DFFFC45D542A92A5A0(__this, ((int32_t)il2cpp_codegen_add(L_71, L_72)), L_73, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_74, L_75)), L_76)), NULL);
|
|
int32_t L_77 = V_0;
|
|
int32_t L_78 = V_2;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_77, L_78));
|
|
int32_t L_79 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_79, 1));
|
|
goto IL_019f;
|
|
}
|
|
|
|
IL_018f:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_80 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_81 = (int32_t*)(&L_80->___charPos);
|
|
int32_t* L_82 = L_81;
|
|
int32_t L_83 = *((int32_t*)L_82);
|
|
*((int32_t*)L_82) = (int32_t)((int32_t)il2cpp_codegen_add(L_83, 1));
|
|
}
|
|
|
|
IL_019f:
|
|
{
|
|
int32_t L_84 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_84, 2));
|
|
goto IL_01db;
|
|
}
|
|
|
|
IL_01a5:
|
|
{
|
|
int32_t L_85 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_86 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_87 = L_86->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_85, 1))) < ((int32_t)L_87)))
|
|
{
|
|
goto IL_01c5;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_88 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_89 = L_88->___isEof;
|
|
if (!L_89)
|
|
{
|
|
goto IL_0247;
|
|
}
|
|
}
|
|
|
|
IL_01c5:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_90 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_91 = L_90->___eolNormalized;
|
|
if (L_91)
|
|
{
|
|
goto IL_01d7;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_92 = V_1;
|
|
int32_t L_93 = V_0;
|
|
(L_92)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_93), (Il2CppChar)((int32_t)10));
|
|
}
|
|
|
|
IL_01d7:
|
|
{
|
|
int32_t L_94 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_94, 1));
|
|
}
|
|
|
|
IL_01db:
|
|
{
|
|
int32_t L_95 = V_0;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, L_95, NULL);
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_01e7:
|
|
{
|
|
int32_t L_96 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_96, 1));
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_01f0:
|
|
{
|
|
int32_t L_97 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_98 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_99 = L_98->___charsUsed;
|
|
if ((((int32_t)L_97) == ((int32_t)L_99)))
|
|
{
|
|
goto IL_0247;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_100 = V_1;
|
|
int32_t L_101 = V_0;
|
|
int32_t L_102 = L_101;
|
|
uint16_t L_103 = (uint16_t)(L_100)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_102));
|
|
bool L_104;
|
|
L_104 = XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60(L_103, NULL);
|
|
if (!L_104)
|
|
{
|
|
goto IL_022f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_105 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_106 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_107 = L_106->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_105, 1))) == ((int32_t)L_107)))
|
|
{
|
|
goto IL_0247;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_108 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_108, 1));
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_109 = V_1;
|
|
int32_t L_110 = V_0;
|
|
int32_t L_111 = L_110;
|
|
uint16_t L_112 = (uint16_t)(L_109)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_111));
|
|
bool L_113;
|
|
L_113 = XmlCharType_IsLowSurrogate_m8D27C4276BE118C7FF3ECC1707EEE026D28FC456(L_112, NULL);
|
|
if (!L_113)
|
|
{
|
|
goto IL_022f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_114 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_114, 1));
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_022f:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_115 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_116 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_117 = L_116->___charsUsed;
|
|
int32_t L_118 = V_0;
|
|
XmlTextReaderImpl_ThrowInvalidChar_mF8B2A2445E4CF8016C0A7256F6762D3CA4B0DCC2(__this, L_115, L_117, L_118, NULL);
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0247:
|
|
{
|
|
int32_t L_119 = V_2;
|
|
if ((((int32_t)L_119) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0261;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_120 = V_3;
|
|
int32_t L_121 = V_2;
|
|
int32_t L_122 = V_3;
|
|
int32_t L_123 = V_0;
|
|
int32_t L_124 = V_3;
|
|
int32_t L_125 = V_2;
|
|
XmlTextReaderImpl_ShiftBuffer_m9BECA455EAEF35A421F684DFFFC45D542A92A5A0(__this, ((int32_t)il2cpp_codegen_add(L_120, L_121)), L_122, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_123, L_124)), L_125)), NULL);
|
|
int32_t* L_126 = ___1_outEndPos;
|
|
int32_t L_127 = V_0;
|
|
int32_t L_128 = V_2;
|
|
*((int32_t*)L_126) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_127, L_128));
|
|
goto IL_0264;
|
|
}
|
|
|
|
IL_0261:
|
|
{
|
|
int32_t* L_129 = ___1_outEndPos;
|
|
int32_t L_130 = V_0;
|
|
*((int32_t*)L_129) = (int32_t)L_130;
|
|
}
|
|
|
|
IL_0264:
|
|
{
|
|
int32_t* L_131 = ___0_outStartPos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_132 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_133 = L_132->___charPos;
|
|
*((int32_t*)L_131) = (int32_t)L_133;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_134 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_135 = V_0;
|
|
L_134->___charPos = L_135;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseComment_m8C13A96E0EA7CE2D682C6E9560504BD5093A27A4 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
bool L_0 = __this->___ignoreComments;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->___parsingMode;
|
|
V_0 = L_1;
|
|
__this->___parsingMode = 1;
|
|
XmlTextReaderImpl_ParseCDataOrComment_mA51B73D7BB029128B58310955B42080CD9294B74(__this, 8, NULL);
|
|
int32_t L_2 = V_0;
|
|
__this->___parsingMode = L_2;
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
XmlTextReaderImpl_ParseCDataOrComment_mA51B73D7BB029128B58310955B42080CD9294B74(__this, 8, NULL);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseCData_m9F7DDEB84A22C55F46A07F40FDFB0D4EACB97C7D (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlTextReaderImpl_ParseCDataOrComment_mA51B73D7BB029128B58310955B42080CD9294B74(__this, 4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseCDataOrComment_mA51B73D7BB029128B58310955B42080CD9294B74 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_type, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->___parsingMode;
|
|
if (L_0)
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_1 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_3;
|
|
L_3 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_2, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_5;
|
|
L_5 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_4, NULL);
|
|
NodeData_SetLineInfo_m6D28339C7F45327E5B512AD556ECCBB06A0871A5(L_1, L_3, L_5, NULL);
|
|
int32_t L_6 = ___0_type;
|
|
bool L_7;
|
|
L_7 = XmlTextReaderImpl_ParseCDataOrComment_m07B11C083003E41B4A2798E1EDF31125D90E29D3(__this, L_6, (&V_0), (&V_1), NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_8 = __this->___curNode;
|
|
int32_t L_9 = ___0_type;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_10 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = L_10->___chars;
|
|
int32_t L_12 = V_0;
|
|
int32_t L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
NodeData_SetValueNode_m50F48B9511DD8F6BDB6D49CFB0B3BD799D6AD0F1(L_8, L_9, L_11, L_12, ((int32_t)il2cpp_codegen_subtract(L_13, L_14)), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
StringBuilder_t* L_15 = __this->___stringBuilder;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_16 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_17 = L_16->___chars;
|
|
int32_t L_18 = V_0;
|
|
int32_t L_19 = V_1;
|
|
int32_t L_20 = V_0;
|
|
StringBuilder_t* L_21;
|
|
L_21 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_15, L_17, L_18, ((int32_t)il2cpp_codegen_subtract(L_19, L_20)), NULL);
|
|
int32_t L_22 = ___0_type;
|
|
bool L_23;
|
|
L_23 = XmlTextReaderImpl_ParseCDataOrComment_m07B11C083003E41B4A2798E1EDF31125D90E29D3(__this, L_22, (&V_0), (&V_1), NULL);
|
|
if (!L_23)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_24 = __this->___stringBuilder;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_25 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = L_25->___chars;
|
|
int32_t L_27 = V_0;
|
|
int32_t L_28 = V_1;
|
|
int32_t L_29 = V_0;
|
|
StringBuilder_t* L_30;
|
|
L_30 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_24, L_26, L_27, ((int32_t)il2cpp_codegen_subtract(L_28, L_29)), NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_31 = __this->___curNode;
|
|
int32_t L_32 = ___0_type;
|
|
StringBuilder_t* L_33 = __this->___stringBuilder;
|
|
String_t* L_34;
|
|
L_34 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_33);
|
|
NodeData_SetValueNode_m2C3413CC8225BB47DA4B08D098EA56D376BBBF25(L_31, L_32, L_34, NULL);
|
|
StringBuilder_t* L_35 = __this->___stringBuilder;
|
|
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_35, 0, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
int32_t L_36 = ___0_type;
|
|
bool L_37;
|
|
L_37 = XmlTextReaderImpl_ParseCDataOrComment_m07B11C083003E41B4A2798E1EDF31125D90E29D3(__this, L_36, (&V_0), (&V_1), NULL);
|
|
if (!L_37)
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseCDataOrComment_m07B11C083003E41B4A2798E1EDF31125D90E29D3 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_type, int32_t* ___1_outStartPos, int32_t* ___2_outEndPos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB55DD8F11DBEB2311310B75BD326FABA8DD6E4B9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
Il2CppChar V_4 = 0x0;
|
|
Il2CppChar V_5 = 0x0;
|
|
Il2CppChar V_6 = 0x0;
|
|
String_t* G_B4_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B4_1 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B3_1 = NULL;
|
|
String_t* G_B5_0 = NULL;
|
|
String_t* G_B5_1 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B5_2 = NULL;
|
|
int32_t G_B9_0 = 0;
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = L_0->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_3 = L_2->___charPos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_1, L_3))) >= ((int32_t)3)))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4;
|
|
L_4 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___0_type;
|
|
if ((((int32_t)L_5) == ((int32_t)8)))
|
|
{
|
|
G_B4_0 = _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC;
|
|
G_B4_1 = __this;
|
|
goto IL_0033;
|
|
}
|
|
G_B3_0 = _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC;
|
|
G_B3_1 = __this;
|
|
}
|
|
{
|
|
G_B5_0 = _stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C;
|
|
G_B5_1 = G_B3_0;
|
|
G_B5_2 = G_B3_1;
|
|
goto IL_0038;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
G_B5_0 = _stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F;
|
|
G_B5_1 = G_B4_0;
|
|
G_B5_2 = G_B4_1;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
XmlTextReaderImpl_Throw_m859526BA653ED17DCB75917A70D2E7F1FA2914C2(G_B5_2, G_B5_1, G_B5_0, NULL);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_6 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_7 = L_6->___charPos;
|
|
V_0 = L_7;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_8 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = L_8->___chars;
|
|
V_1 = L_9;
|
|
V_2 = 0;
|
|
V_3 = (-1);
|
|
int32_t L_10 = ___0_type;
|
|
if ((((int32_t)L_10) == ((int32_t)8)))
|
|
{
|
|
goto IL_0061;
|
|
}
|
|
}
|
|
{
|
|
G_B9_0 = ((int32_t)93);
|
|
goto IL_0063;
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
G_B9_0 = ((int32_t)45);
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
V_4 = G_B9_0;
|
|
goto IL_006b;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
int32_t L_11 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_12 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = L_12->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_14 = V_1;
|
|
int32_t L_15 = V_0;
|
|
int32_t L_16 = L_15;
|
|
uint16_t L_17 = (uint16_t)(L_14)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_16));
|
|
uint16_t L_18 = L_17;
|
|
V_5 = L_18;
|
|
uint16_t L_19 = L_18;
|
|
uint8_t L_20 = (L_13)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19));
|
|
if (!((int32_t)((int32_t)L_20&((int32_t)64))))
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_21 = V_5;
|
|
Il2CppChar L_22 = V_4;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)L_22))))
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = V_1;
|
|
int32_t L_24 = V_0;
|
|
int32_t L_25 = L_24;
|
|
uint16_t L_26 = (uint16_t)(L_23)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_25));
|
|
Il2CppChar L_27 = V_4;
|
|
if ((!(((uint32_t)L_26) == ((uint32_t)L_27))))
|
|
{
|
|
goto IL_011f;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_28 = V_1;
|
|
int32_t L_29 = V_0;
|
|
int32_t L_30 = ((int32_t)il2cpp_codegen_add(L_29, 1));
|
|
uint16_t L_31 = (uint16_t)(L_28)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_30));
|
|
Il2CppChar L_32 = V_4;
|
|
if ((!(((uint32_t)L_31) == ((uint32_t)L_32))))
|
|
{
|
|
goto IL_0103;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_33 = V_1;
|
|
int32_t L_34 = V_0;
|
|
int32_t L_35 = ((int32_t)il2cpp_codegen_add(L_34, 2));
|
|
uint16_t L_36 = (uint16_t)(L_33)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_35));
|
|
if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)62)))))
|
|
{
|
|
goto IL_00de;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_37 = V_2;
|
|
if ((((int32_t)L_37) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00be;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_38 = V_3;
|
|
int32_t L_39 = V_2;
|
|
int32_t L_40 = V_3;
|
|
int32_t L_41 = V_0;
|
|
int32_t L_42 = V_3;
|
|
int32_t L_43 = V_2;
|
|
XmlTextReaderImpl_ShiftBuffer_m9BECA455EAEF35A421F684DFFFC45D542A92A5A0(__this, ((int32_t)il2cpp_codegen_add(L_38, L_39)), L_40, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_41, L_42)), L_43)), NULL);
|
|
int32_t* L_44 = ___2_outEndPos;
|
|
int32_t L_45 = V_0;
|
|
int32_t L_46 = V_2;
|
|
*((int32_t*)L_44) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_45, L_46));
|
|
goto IL_00c1;
|
|
}
|
|
|
|
IL_00be:
|
|
{
|
|
int32_t* L_47 = ___2_outEndPos;
|
|
int32_t L_48 = V_0;
|
|
*((int32_t*)L_47) = (int32_t)L_48;
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
int32_t* L_49 = ___1_outStartPos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_50 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_51 = L_50->___charPos;
|
|
*((int32_t*)L_49) = (int32_t)L_51;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_52 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_53 = V_0;
|
|
L_52->___charPos = ((int32_t)il2cpp_codegen_add(L_53, 3));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_00de:
|
|
{
|
|
int32_t L_54 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_55 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_56 = L_55->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_54, 2))) == ((int32_t)L_56)))
|
|
{
|
|
goto IL_027d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_57 = ___0_type;
|
|
if ((!(((uint32_t)L_57) == ((uint32_t)8))))
|
|
{
|
|
goto IL_0116;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_58 = V_0;
|
|
XmlTextReaderImpl_Throw_m6B29826BD40C8EA74E130EB649AAE48B51EE4AB2(__this, L_58, _stringLiteralB55DD8F11DBEB2311310B75BD326FABA8DD6E4B9, NULL);
|
|
goto IL_0116;
|
|
}
|
|
|
|
IL_0103:
|
|
{
|
|
int32_t L_59 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_60 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_61 = L_60->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_59, 1))) == ((int32_t)L_61)))
|
|
{
|
|
goto IL_027d;
|
|
}
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
int32_t L_62 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_62, 1));
|
|
goto IL_006b;
|
|
}
|
|
|
|
IL_011f:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_63 = V_1;
|
|
int32_t L_64 = V_0;
|
|
int32_t L_65 = L_64;
|
|
uint16_t L_66 = (uint16_t)(L_63)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_65));
|
|
V_6 = L_66;
|
|
Il2CppChar L_67 = V_6;
|
|
if ((!(((uint32_t)L_67) <= ((uint32_t)((int32_t)38)))))
|
|
{
|
|
goto IL_0156;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_68 = V_6;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_68, ((int32_t)9))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0222;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_022b;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_022b;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_017d;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_69 = V_6;
|
|
if ((((int32_t)L_69) == ((int32_t)((int32_t)38))))
|
|
{
|
|
goto IL_0222;
|
|
}
|
|
}
|
|
{
|
|
goto IL_022b;
|
|
}
|
|
|
|
IL_0156:
|
|
{
|
|
Il2CppChar L_70 = V_6;
|
|
if ((((int32_t)L_70) == ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_0222;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_71 = V_6;
|
|
if ((((int32_t)L_71) == ((int32_t)((int32_t)93))))
|
|
{
|
|
goto IL_0222;
|
|
}
|
|
}
|
|
{
|
|
goto IL_022b;
|
|
}
|
|
|
|
IL_016d:
|
|
{
|
|
int32_t L_72 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_72, 1));
|
|
int32_t L_73 = V_0;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, L_73, NULL);
|
|
goto IL_006b;
|
|
}
|
|
|
|
IL_017d:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_74 = V_1;
|
|
int32_t L_75 = V_0;
|
|
int32_t L_76 = ((int32_t)il2cpp_codegen_add(L_75, 1));
|
|
uint16_t L_77 = (uint16_t)(L_74)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_76));
|
|
if ((!(((uint32_t)L_77) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_01e3;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_78 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_79 = L_78->___eolNormalized;
|
|
if (L_79)
|
|
{
|
|
goto IL_01dd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_80 = __this->___parsingMode;
|
|
if (L_80)
|
|
{
|
|
goto IL_01dd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_81 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_82 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_83 = L_82->___charPos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_81, L_83))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_01cd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_84 = V_2;
|
|
if (L_84)
|
|
{
|
|
goto IL_01b4;
|
|
}
|
|
}
|
|
{
|
|
V_2 = 1;
|
|
int32_t L_85 = V_0;
|
|
V_3 = L_85;
|
|
goto IL_01dd;
|
|
}
|
|
|
|
IL_01b4:
|
|
{
|
|
int32_t L_86 = V_3;
|
|
int32_t L_87 = V_2;
|
|
int32_t L_88 = V_3;
|
|
int32_t L_89 = V_0;
|
|
int32_t L_90 = V_3;
|
|
int32_t L_91 = V_2;
|
|
XmlTextReaderImpl_ShiftBuffer_m9BECA455EAEF35A421F684DFFFC45D542A92A5A0(__this, ((int32_t)il2cpp_codegen_add(L_86, L_87)), L_88, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_89, L_90)), L_91)), NULL);
|
|
int32_t L_92 = V_0;
|
|
int32_t L_93 = V_2;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_92, L_93));
|
|
int32_t L_94 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_94, 1));
|
|
goto IL_01dd;
|
|
}
|
|
|
|
IL_01cd:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_95 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_96 = (int32_t*)(&L_95->___charPos);
|
|
int32_t* L_97 = L_96;
|
|
int32_t L_98 = *((int32_t*)L_97);
|
|
*((int32_t*)L_97) = (int32_t)((int32_t)il2cpp_codegen_add(L_98, 1));
|
|
}
|
|
|
|
IL_01dd:
|
|
{
|
|
int32_t L_99 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_99, 2));
|
|
goto IL_0216;
|
|
}
|
|
|
|
IL_01e3:
|
|
{
|
|
int32_t L_100 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_101 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_102 = L_101->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_100, 1))) < ((int32_t)L_102)))
|
|
{
|
|
goto IL_0200;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_103 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_104 = L_103->___isEof;
|
|
if (!L_104)
|
|
{
|
|
goto IL_027d;
|
|
}
|
|
}
|
|
|
|
IL_0200:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_105 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_106 = L_105->___eolNormalized;
|
|
if (L_106)
|
|
{
|
|
goto IL_0212;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_107 = V_1;
|
|
int32_t L_108 = V_0;
|
|
(L_107)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_108), (Il2CppChar)((int32_t)10));
|
|
}
|
|
|
|
IL_0212:
|
|
{
|
|
int32_t L_109 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_109, 1));
|
|
}
|
|
|
|
IL_0216:
|
|
{
|
|
int32_t L_110 = V_0;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, L_110, NULL);
|
|
goto IL_006b;
|
|
}
|
|
|
|
IL_0222:
|
|
{
|
|
int32_t L_111 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_111, 1));
|
|
goto IL_006b;
|
|
}
|
|
|
|
IL_022b:
|
|
{
|
|
int32_t L_112 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_113 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_114 = L_113->___charsUsed;
|
|
if ((((int32_t)L_112) == ((int32_t)L_114)))
|
|
{
|
|
goto IL_027d;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_115 = V_1;
|
|
int32_t L_116 = V_0;
|
|
int32_t L_117 = L_116;
|
|
uint16_t L_118 = (uint16_t)(L_115)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_117));
|
|
bool L_119;
|
|
L_119 = XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60(L_118, NULL);
|
|
if (!L_119)
|
|
{
|
|
goto IL_026a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_120 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_121 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_122 = L_121->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_120, 1))) == ((int32_t)L_122)))
|
|
{
|
|
goto IL_027d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_123 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_123, 1));
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_124 = V_1;
|
|
int32_t L_125 = V_0;
|
|
int32_t L_126 = L_125;
|
|
uint16_t L_127 = (uint16_t)(L_124)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_126));
|
|
bool L_128;
|
|
L_128 = XmlCharType_IsLowSurrogate_m8D27C4276BE118C7FF3ECC1707EEE026D28FC456(L_127, NULL);
|
|
if (!L_128)
|
|
{
|
|
goto IL_026a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_129 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_129, 1));
|
|
goto IL_006b;
|
|
}
|
|
|
|
IL_026a:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_130 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_131 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_132 = L_131->___charsUsed;
|
|
int32_t L_133 = V_0;
|
|
XmlTextReaderImpl_ThrowInvalidChar_mF8B2A2445E4CF8016C0A7256F6762D3CA4B0DCC2(__this, L_130, L_132, L_133, NULL);
|
|
}
|
|
|
|
IL_027d:
|
|
{
|
|
int32_t L_134 = V_2;
|
|
if ((((int32_t)L_134) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0297;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_135 = V_3;
|
|
int32_t L_136 = V_2;
|
|
int32_t L_137 = V_3;
|
|
int32_t L_138 = V_0;
|
|
int32_t L_139 = V_3;
|
|
int32_t L_140 = V_2;
|
|
XmlTextReaderImpl_ShiftBuffer_m9BECA455EAEF35A421F684DFFFC45D542A92A5A0(__this, ((int32_t)il2cpp_codegen_add(L_135, L_136)), L_137, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_138, L_139)), L_140)), NULL);
|
|
int32_t* L_141 = ___2_outEndPos;
|
|
int32_t L_142 = V_0;
|
|
int32_t L_143 = V_2;
|
|
*((int32_t*)L_141) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_142, L_143));
|
|
goto IL_029a;
|
|
}
|
|
|
|
IL_0297:
|
|
{
|
|
int32_t* L_144 = ___2_outEndPos;
|
|
int32_t L_145 = V_0;
|
|
*((int32_t*)L_144) = (int32_t)L_145;
|
|
}
|
|
|
|
IL_029a:
|
|
{
|
|
int32_t* L_146 = ___1_outStartPos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_147 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_148 = L_147->___charPos;
|
|
*((int32_t*)L_146) = (int32_t)L_148;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_149 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_150 = V_0;
|
|
L_149->___charPos = L_150;
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseDoctypeDecl_mBDE8F7BD4F76D04F8D6C6E042C3CE212E4E76C07 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0EE5C75C762D2925310D5C8C6DE4A72136C79CC4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral192210AFEA7A44FE2FFAB4A93D05261DB2757891);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral982749A67A420D262D8B02D1D5E75C097587CD3A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3C584A3FE105AEB412E76816EDB194C2C149E6E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF12E59379196681BB583947C4CA20072F667A2DD);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B3_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B2_0 = NULL;
|
|
String_t* G_B4_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B4_1 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B11_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B10_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B12_0 = NULL;
|
|
String_t* G_B13_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B13_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___dtdProcessing;
|
|
if (L_0)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->___v1Compat;
|
|
if (L_1)
|
|
{
|
|
G_B3_0 = __this;
|
|
goto IL_0018;
|
|
}
|
|
G_B2_0 = __this;
|
|
}
|
|
{
|
|
G_B4_0 = _stringLiteral982749A67A420D262D8B02D1D5E75C097587CD3A;
|
|
G_B4_1 = G_B2_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
G_B4_0 = _stringLiteralF12E59379196681BB583947C4CA20072F667A2DD;
|
|
G_B4_1 = G_B3_0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
XmlTextReaderImpl_ThrowWithoutLineInfo_m84E949C18CF06CDC034FCC00FC85E7C17304530E(G_B4_1, G_B4_0, NULL);
|
|
goto IL_003c;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_2;
|
|
L_2 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_m859526BA653ED17DCB75917A70D2E7F1FA2914C2(__this, _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC, _stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C, NULL);
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_3 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_4 = L_3->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_6 = L_5->___charPos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_4, L_6))) < ((int32_t)8)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = L_7->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_9 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_10 = L_9->___charPos;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_8, L_10, 7, _stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C, NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_009b;
|
|
}
|
|
}
|
|
{
|
|
bool L_12 = __this->___rootElementParsed;
|
|
if (L_12)
|
|
{
|
|
G_B11_0 = __this;
|
|
goto IL_008a;
|
|
}
|
|
G_B10_0 = __this;
|
|
}
|
|
{
|
|
RuntimeObject* L_13 = __this->___dtdInfo;
|
|
if (!L_13)
|
|
{
|
|
G_B12_0 = G_B10_0;
|
|
goto IL_0091;
|
|
}
|
|
G_B11_0 = G_B10_0;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
G_B13_0 = _stringLiteral0EE5C75C762D2925310D5C8C6DE4A72136C79CC4;
|
|
G_B13_1 = G_B11_0;
|
|
goto IL_0096;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
G_B13_0 = _stringLiteral2923AF57406AD3628AA00F2F47378348C0E89B4C;
|
|
G_B13_1 = G_B12_0;
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_m780382C6FFE6D71D6618E4EAFFD2272D86C042C2(G_B13_1, G_B13_0, NULL);
|
|
}
|
|
|
|
IL_009b:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_14 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_15 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = L_15->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_17 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_18 = L_17->___charPos;
|
|
int32_t L_19 = ((int32_t)il2cpp_codegen_add(L_18, 7));
|
|
uint16_t L_20 = (uint16_t)(L_16)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19));
|
|
bool L_21;
|
|
L_21 = XmlCharType_IsWhiteSpace_m6F9F3A19B8A95FF5CBF1B197E400A0F194AC9387(L_14, L_20, NULL);
|
|
if (L_21)
|
|
{
|
|
goto IL_00d4;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_22 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_23 = L_22->___charPos;
|
|
XmlTextReaderImpl_ThrowExpectingWhitespace_m971DF46CF8EDD3C04B7EAC72893C1EBE43E4884B(__this, ((int32_t)il2cpp_codegen_add(L_23, 7)), NULL);
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
RuntimeObject* L_24 = __this->___dtdInfo;
|
|
if (!L_24)
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_25 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_26 = L_25->___charPos;
|
|
XmlTextReaderImpl_Throw_m6B29826BD40C8EA74E130EB649AAE48B51EE4AB2(__this, ((int32_t)il2cpp_codegen_subtract(L_26, 2)), _stringLiteralA3C584A3FE105AEB412E76816EDB194C2C149E6E, NULL);
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
bool L_27 = __this->___rootElementParsed;
|
|
if (!L_27)
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_28 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_29 = L_28->___charPos;
|
|
XmlTextReaderImpl_Throw_m6B29826BD40C8EA74E130EB649AAE48B51EE4AB2(__this, ((int32_t)il2cpp_codegen_subtract(L_29, 2)), _stringLiteral192210AFEA7A44FE2FFAB4A93D05261DB2757891, NULL);
|
|
}
|
|
|
|
IL_0114:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_30 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_31 = (int32_t*)(&L_30->___charPos);
|
|
int32_t* L_32 = L_31;
|
|
int32_t L_33 = *((int32_t*)L_32);
|
|
*((int32_t*)L_32) = (int32_t)((int32_t)il2cpp_codegen_add(L_33, 8));
|
|
int32_t L_34;
|
|
L_34 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(__this, (StringBuilder_t*)NULL, NULL);
|
|
int32_t L_35 = __this->___dtdProcessing;
|
|
if ((!(((uint32_t)L_35) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0172;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_36 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_37 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_38;
|
|
L_38 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_37, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_39 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_40;
|
|
L_40 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_39, NULL);
|
|
NodeData_SetLineInfo_m6D28339C7F45327E5B512AD556ECCBB06A0871A5(L_36, L_38, L_40, NULL);
|
|
XmlTextReaderImpl_ParseDtd_m77D579350487EB066043A62BD0DDB07C7EDC3671(__this, NULL);
|
|
int32_t L_41 = __this->___parsingFunction;
|
|
__this->___nextParsingFunction = L_41;
|
|
__this->___parsingFunction = ((int32_t)9);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0172:
|
|
{
|
|
XmlTextReaderImpl_SkipDtd_m555E2C31136B86B1446C265590839C748B74583B(__this, NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseDtd_m77D579350487EB066043A62BD0DDB07C7EDC3671 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParser_t91A29AF9801876CAFD81A0496F5AB8A65527B54B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0;
|
|
L_0 = DtdParser_Create_m8CE085C707E26956F079923F3F31616A27F88A3B(NULL);
|
|
V_0 = L_0;
|
|
RuntimeObject* L_1 = V_0;
|
|
DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3* L_2 = (DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3*)il2cpp_codegen_object_new(DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3_il2cpp_TypeInfo_var);
|
|
DtdParserProxy__ctor_m442621DC14ECF6CAB169962B3CAAF479A5F18D90(L_2, __this, NULL);
|
|
RuntimeObject* L_3;
|
|
L_3 = InterfaceFuncInvoker2< RuntimeObject*, RuntimeObject*, bool >::Invoke(0, IDtdParser_t91A29AF9801876CAFD81A0496F5AB8A65527B54B_il2cpp_TypeInfo_var, L_1, L_2, (bool)1);
|
|
__this->___dtdInfo = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___dtdInfo), (void*)L_3);
|
|
bool L_4 = __this->___validatingReaderCompatFlag;
|
|
if (L_4)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
bool L_5 = __this->___v1Compat;
|
|
if (L_5)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
RuntimeObject* L_6 = __this->___dtdInfo;
|
|
bool L_7;
|
|
L_7 = InterfaceFuncInvoker0< bool >::Invoke(2, IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8_il2cpp_TypeInfo_var, L_6);
|
|
if (L_7)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_8 = __this->___dtdInfo;
|
|
bool L_9;
|
|
L_9 = InterfaceFuncInvoker0< bool >::Invoke(3, IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8_il2cpp_TypeInfo_var, L_8);
|
|
if (!L_9)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
__this->___addDefaultAttributesAndNormalize = (bool)1;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_10 = __this->___curNode;
|
|
RuntimeObject* L_11 = __this->___dtdInfo;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_12;
|
|
L_12 = InterfaceFuncInvoker0< XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* >::Invoke(0, IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8_il2cpp_TypeInfo_var, L_11);
|
|
String_t* L_13;
|
|
L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_12);
|
|
String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
NodeData_SetNamedNode_mC99F6739610C0257126208B4CF498E1771DF5DDA(L_10, ((int32_t)10), L_13, L_14, (String_t*)NULL, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_15 = __this->___curNode;
|
|
RuntimeObject* L_16 = __this->___dtdInfo;
|
|
String_t* L_17;
|
|
L_17 = InterfaceFuncInvoker0< String_t* >::Invoke(1, IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8_il2cpp_TypeInfo_var, L_16);
|
|
NodeData_SetValue_m07CC0F62B746F76367A00A6A88DEDB2B87B6CA91(L_15, L_17, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipDtd_m555E2C31136B86B1446C265590839C748B74583B (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F1BC4D23D8E5661364EBEC728BE303959F6CF91);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral41EF1659C5E772235CFEA4B5A94D5DF6799C5608);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD4DAA1A26807E1A567D68B161E6A95701A3FD560);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = XmlTextReaderImpl_ParseQName_m6CEC708ACFF03CDF688CD122A73417E4AA0C3F56(__this, (&V_0), NULL);
|
|
V_1 = L_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_1 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_2 = V_1;
|
|
L_1->___charPos = L_2;
|
|
int32_t L_3;
|
|
L_3 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(__this, (StringBuilder_t*)NULL, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = L_4->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_6 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_7 = L_6->___charPos;
|
|
int32_t L_8 = L_7;
|
|
uint16_t L_9 = (uint16_t)(L_5)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_8));
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)80)))))
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
int32_t L_10;
|
|
L_10 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, NULL);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_11 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_12 = L_11->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_13 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_14 = L_13->___charPos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_12, L_14))) < ((int32_t)6)))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_15 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = L_15->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_17 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_18 = L_17->___charPos;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_19;
|
|
L_19 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_16, L_18, 6, _stringLiteral1F1BC4D23D8E5661364EBEC728BE303959F6CF91, NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_0098;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_m780382C6FFE6D71D6618E4EAFFD2272D86C042C2(__this, _stringLiteral1F1BC4D23D8E5661364EBEC728BE303959F6CF91, NULL);
|
|
}
|
|
|
|
IL_0098:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_20 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_21 = (int32_t*)(&L_20->___charPos);
|
|
int32_t* L_22 = L_21;
|
|
int32_t L_23 = *((int32_t*)L_22);
|
|
*((int32_t*)L_22) = (int32_t)((int32_t)il2cpp_codegen_add(L_23, 6));
|
|
int32_t L_24;
|
|
L_24 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(__this, (StringBuilder_t*)NULL, NULL);
|
|
if (L_24)
|
|
{
|
|
goto IL_00c2;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_25 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_26 = L_25->___charPos;
|
|
XmlTextReaderImpl_ThrowExpectingWhitespace_m971DF46CF8EDD3C04B7EAC72893C1EBE43E4884B(__this, L_26, NULL);
|
|
}
|
|
|
|
IL_00c2:
|
|
{
|
|
XmlTextReaderImpl_SkipPublicOrSystemIdLiteral_m8F049682515C5D01A4FB7F3122E3EF0C866A37F5(__this, NULL);
|
|
int32_t L_27;
|
|
L_27 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(__this, (StringBuilder_t*)NULL, NULL);
|
|
if (L_27)
|
|
{
|
|
goto IL_00e2;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_28 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_29 = L_28->___charPos;
|
|
XmlTextReaderImpl_ThrowExpectingWhitespace_m971DF46CF8EDD3C04B7EAC72893C1EBE43E4884B(__this, L_29, NULL);
|
|
}
|
|
|
|
IL_00e2:
|
|
{
|
|
XmlTextReaderImpl_SkipPublicOrSystemIdLiteral_m8F049682515C5D01A4FB7F3122E3EF0C866A37F5(__this, NULL);
|
|
int32_t L_30;
|
|
L_30 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(__this, (StringBuilder_t*)NULL, NULL);
|
|
goto IL_01eb;
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_31 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_32 = L_31->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_33 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_34 = L_33->___charPos;
|
|
int32_t L_35 = L_34;
|
|
uint16_t L_36 = (uint16_t)(L_32)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_35));
|
|
if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)83)))))
|
|
{
|
|
goto IL_01aa;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0128;
|
|
}
|
|
|
|
IL_0115:
|
|
{
|
|
int32_t L_37;
|
|
L_37 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_37)
|
|
{
|
|
goto IL_0128;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, NULL);
|
|
}
|
|
|
|
IL_0128:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_38 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_39 = L_38->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_40 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_41 = L_40->___charPos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_39, L_41))) < ((int32_t)6)))
|
|
{
|
|
goto IL_0115;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_42 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_43 = L_42->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_44 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_45 = L_44->___charPos;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_46;
|
|
L_46 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_43, L_45, 6, _stringLiteralD4DAA1A26807E1A567D68B161E6A95701A3FD560, NULL);
|
|
if (L_46)
|
|
{
|
|
goto IL_0170;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_m780382C6FFE6D71D6618E4EAFFD2272D86C042C2(__this, _stringLiteralD4DAA1A26807E1A567D68B161E6A95701A3FD560, NULL);
|
|
}
|
|
|
|
IL_0170:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_47 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_48 = (int32_t*)(&L_47->___charPos);
|
|
int32_t* L_49 = L_48;
|
|
int32_t L_50 = *((int32_t*)L_49);
|
|
*((int32_t*)L_49) = (int32_t)((int32_t)il2cpp_codegen_add(L_50, 6));
|
|
int32_t L_51;
|
|
L_51 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(__this, (StringBuilder_t*)NULL, NULL);
|
|
if (L_51)
|
|
{
|
|
goto IL_019a;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_52 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_53 = L_52->___charPos;
|
|
XmlTextReaderImpl_ThrowExpectingWhitespace_m971DF46CF8EDD3C04B7EAC72893C1EBE43E4884B(__this, L_53, NULL);
|
|
}
|
|
|
|
IL_019a:
|
|
{
|
|
XmlTextReaderImpl_SkipPublicOrSystemIdLiteral_m8F049682515C5D01A4FB7F3122E3EF0C866A37F5(__this, NULL);
|
|
int32_t L_54;
|
|
L_54 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(__this, (StringBuilder_t*)NULL, NULL);
|
|
goto IL_01eb;
|
|
}
|
|
|
|
IL_01aa:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_55 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_56 = L_55->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_57 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_58 = L_57->___charPos;
|
|
int32_t L_59 = L_58;
|
|
uint16_t L_60 = (uint16_t)(L_56)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_59));
|
|
if ((((int32_t)L_60) == ((int32_t)((int32_t)91))))
|
|
{
|
|
goto IL_01eb;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_61 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_62 = L_61->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_63 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_64 = L_63->___charPos;
|
|
int32_t L_65 = L_64;
|
|
uint16_t L_66 = (uint16_t)(L_62)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_65));
|
|
if ((((int32_t)L_66) == ((int32_t)((int32_t)62))))
|
|
{
|
|
goto IL_01eb;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956, NULL);
|
|
}
|
|
|
|
IL_01eb:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_67 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_68 = L_67->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_69 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_70 = L_69->___charPos;
|
|
int32_t L_71 = L_70;
|
|
uint16_t L_72 = (uint16_t)(L_68)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_71));
|
|
if ((!(((uint32_t)L_72) == ((uint32_t)((int32_t)91)))))
|
|
{
|
|
goto IL_024f;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_73 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_74 = (int32_t*)(&L_73->___charPos);
|
|
int32_t* L_75 = L_74;
|
|
int32_t L_76 = *((int32_t*)L_75);
|
|
*((int32_t*)L_75) = (int32_t)((int32_t)il2cpp_codegen_add(L_76, 1));
|
|
XmlTextReaderImpl_SkipUntil_mDFEE1D762C7074F7FADF2504FC52D59F1B4D716E(__this, ((int32_t)93), (bool)1, NULL);
|
|
int32_t L_77;
|
|
L_77 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(__this, (StringBuilder_t*)NULL, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_78 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_79 = L_78->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_80 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_81 = L_80->___charPos;
|
|
int32_t L_82 = L_81;
|
|
uint16_t L_83 = (uint16_t)(L_79)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_82));
|
|
if ((((int32_t)L_83) == ((int32_t)((int32_t)62))))
|
|
{
|
|
goto IL_0287;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_m780382C6FFE6D71D6618E4EAFFD2272D86C042C2(__this, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, NULL);
|
|
goto IL_0287;
|
|
}
|
|
|
|
IL_024f:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_84 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_85 = L_84->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_86 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_87 = L_86->___charPos;
|
|
int32_t L_88 = L_87;
|
|
uint16_t L_89 = (uint16_t)(L_85)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_88));
|
|
if ((!(((uint32_t)L_89) == ((uint32_t)((int32_t)62)))))
|
|
{
|
|
goto IL_027c;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_90 = __this->___curNode;
|
|
String_t* L_91 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
NodeData_SetValue_m07CC0F62B746F76367A00A6A88DEDB2B87B6CA91(L_90, L_91, NULL);
|
|
goto IL_0287;
|
|
}
|
|
|
|
IL_027c:
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral41EF1659C5E772235CFEA4B5A94D5DF6799C5608, NULL);
|
|
}
|
|
|
|
IL_0287:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_92 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_93 = (int32_t*)(&L_92->___charPos);
|
|
int32_t* L_94 = L_93;
|
|
int32_t L_95 = *((int32_t*)L_94);
|
|
*((int32_t*)L_94) = (int32_t)((int32_t)il2cpp_codegen_add(L_95, 1));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipPublicOrSystemIdLiteral_m8F049682515C5D01A4FB7F3122E3EF0C866A37F5 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_3 = L_2->___charPos;
|
|
int32_t L_4 = L_3;
|
|
uint16_t L_5 = (uint16_t)(L_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_0 = L_5;
|
|
Il2CppChar L_6 = V_0;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_7 = V_0;
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_mC7F93629834C75A4584F26184705A19B26252905(__this, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, NULL);
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_8 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_9 = (int32_t*)(&L_8->___charPos);
|
|
int32_t* L_10 = L_9;
|
|
int32_t L_11 = *((int32_t*)L_10);
|
|
*((int32_t*)L_10) = (int32_t)((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
Il2CppChar L_12 = V_0;
|
|
XmlTextReaderImpl_SkipUntil_mDFEE1D762C7074F7FADF2504FC52D59F1B4D716E(__this, L_12, (bool)0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SkipUntil_mDFEE1D762C7074F7FADF2504FC52D59F1B4D716E (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Il2CppChar ___0_stopChar, bool ___1_recognizeLiterals, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
bool V_2 = false;
|
|
Il2CppChar V_3 = 0x0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
Il2CppChar V_6 = 0x0;
|
|
{
|
|
V_0 = (bool)0;
|
|
V_1 = (bool)0;
|
|
V_2 = (bool)0;
|
|
V_3 = ((int32_t)34);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0->___chars;
|
|
V_4 = L_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_3 = L_2->___charPos;
|
|
V_5 = L_3;
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t L_4 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_5 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = L_5->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = V_4;
|
|
int32_t L_8 = V_5;
|
|
int32_t L_9 = L_8;
|
|
uint16_t L_10 = (uint16_t)(L_7)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_9));
|
|
uint16_t L_11 = L_10;
|
|
V_6 = L_11;
|
|
uint16_t L_12 = L_11;
|
|
uint8_t L_13 = (L_6)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_12));
|
|
if (!((int32_t)((int32_t)L_13&((int32_t)128))))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_14 = V_4;
|
|
int32_t L_15 = V_5;
|
|
int32_t L_16 = L_15;
|
|
uint16_t L_17 = (uint16_t)(L_14)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_16));
|
|
Il2CppChar L_18 = ___0_stopChar;
|
|
if ((((int32_t)L_17) == ((int32_t)L_18)))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_19 = V_6;
|
|
if ((((int32_t)L_19) == ((int32_t)((int32_t)45))))
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_20 = V_6;
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)63)))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
Il2CppChar L_21 = V_6;
|
|
Il2CppChar L_22 = ___0_stopChar;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)L_22))))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
bool L_23 = V_0;
|
|
if (L_23)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_24 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_25 = V_5;
|
|
L_24->___charPos = ((int32_t)il2cpp_codegen_add(L_25, 1));
|
|
return;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_26 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_27 = V_5;
|
|
L_26->___charPos = L_27;
|
|
Il2CppChar L_28 = V_6;
|
|
if ((!(((uint32_t)L_28) <= ((uint32_t)((int32_t)38)))))
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_29 = V_6;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_29, ((int32_t)9))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_02a1;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_02d1;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_02d1;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0113;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_30 = V_6;
|
|
if ((((int32_t)L_30) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_02ac;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_31 = V_6;
|
|
if ((((int32_t)L_31) == ((int32_t)((int32_t)38))))
|
|
{
|
|
goto IL_02a1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02d1;
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
Il2CppChar L_32 = V_6;
|
|
if ((!(((uint32_t)L_32) <= ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_00d8;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_33 = V_6;
|
|
if ((((int32_t)L_33) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_02ac;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_34 = V_6;
|
|
if ((((int32_t)L_34) == ((int32_t)((int32_t)45))))
|
|
{
|
|
goto IL_0208;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02d1;
|
|
}
|
|
|
|
IL_00d8:
|
|
{
|
|
Il2CppChar L_35 = V_6;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_35, ((int32_t)60))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_015a;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_02d1;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_02a1;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_025a;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_36 = V_6;
|
|
if ((((int32_t)L_36) == ((int32_t)((int32_t)93))))
|
|
{
|
|
goto IL_02a1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_02d1;
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
int32_t L_37 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_37, 1));
|
|
int32_t L_38 = V_5;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, L_38, NULL);
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_0113:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_39 = V_4;
|
|
int32_t L_40 = V_5;
|
|
int32_t L_41 = ((int32_t)il2cpp_codegen_add(L_40, 1));
|
|
uint16_t L_42 = (uint16_t)(L_39)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_41));
|
|
if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_0126;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_43 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_43, 2));
|
|
goto IL_014d;
|
|
}
|
|
|
|
IL_0126:
|
|
{
|
|
int32_t L_44 = V_5;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_45 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_46 = L_45->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_44, 1))) < ((int32_t)L_46)))
|
|
{
|
|
goto IL_0147;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_47 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_48 = L_47->___isEof;
|
|
if (!L_48)
|
|
{
|
|
goto IL_032f;
|
|
}
|
|
}
|
|
|
|
IL_0147:
|
|
{
|
|
int32_t L_49 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_49, 1));
|
|
}
|
|
|
|
IL_014d:
|
|
{
|
|
int32_t L_50 = V_5;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, L_50, NULL);
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_015a:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_51 = V_4;
|
|
int32_t L_52 = V_5;
|
|
int32_t L_53 = ((int32_t)il2cpp_codegen_add(L_52, 1));
|
|
uint16_t L_54 = (uint16_t)(L_51)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_53));
|
|
if ((!(((uint32_t)L_54) == ((uint32_t)((int32_t)63)))))
|
|
{
|
|
goto IL_0184;
|
|
}
|
|
}
|
|
{
|
|
bool L_55 = ___1_recognizeLiterals;
|
|
if (!L_55)
|
|
{
|
|
goto IL_01fd;
|
|
}
|
|
}
|
|
{
|
|
bool L_56 = V_0;
|
|
if (L_56)
|
|
{
|
|
goto IL_01fd;
|
|
}
|
|
}
|
|
{
|
|
bool L_57 = V_1;
|
|
if (L_57)
|
|
{
|
|
goto IL_01fd;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)1;
|
|
int32_t L_58 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_58, 2));
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_0184:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_59 = V_4;
|
|
int32_t L_60 = V_5;
|
|
int32_t L_61 = ((int32_t)il2cpp_codegen_add(L_60, 1));
|
|
uint16_t L_62 = (uint16_t)(L_59)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_61));
|
|
if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)33)))))
|
|
{
|
|
goto IL_01dc;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_63 = V_5;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_64 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_65 = L_64->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_63, 3))) < ((int32_t)L_65)))
|
|
{
|
|
goto IL_01b0;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_66 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_67 = L_66->___isEof;
|
|
if (!L_67)
|
|
{
|
|
goto IL_032f;
|
|
}
|
|
}
|
|
|
|
IL_01b0:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_68 = V_4;
|
|
int32_t L_69 = V_5;
|
|
int32_t L_70 = ((int32_t)il2cpp_codegen_add(L_69, 2));
|
|
uint16_t L_71 = (uint16_t)(L_68)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_70));
|
|
if ((!(((uint32_t)L_71) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_01fd;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_72 = V_4;
|
|
int32_t L_73 = V_5;
|
|
int32_t L_74 = ((int32_t)il2cpp_codegen_add(L_73, 3));
|
|
uint16_t L_75 = (uint16_t)(L_72)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_74));
|
|
if ((!(((uint32_t)L_75) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_01fd;
|
|
}
|
|
}
|
|
{
|
|
bool L_76 = ___1_recognizeLiterals;
|
|
if (!L_76)
|
|
{
|
|
goto IL_01fd;
|
|
}
|
|
}
|
|
{
|
|
bool L_77 = V_0;
|
|
if (L_77)
|
|
{
|
|
goto IL_01fd;
|
|
}
|
|
}
|
|
{
|
|
bool L_78 = V_2;
|
|
if (L_78)
|
|
{
|
|
goto IL_01fd;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
int32_t L_79 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_79, 4));
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_01dc:
|
|
{
|
|
int32_t L_80 = V_5;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_81 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_82 = L_81->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_80, 1))) < ((int32_t)L_82)))
|
|
{
|
|
goto IL_01fd;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_83 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_84 = L_83->___isEof;
|
|
if (!L_84)
|
|
{
|
|
goto IL_032f;
|
|
}
|
|
}
|
|
|
|
IL_01fd:
|
|
{
|
|
int32_t L_85 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_85, 1));
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_0208:
|
|
{
|
|
bool L_86 = V_1;
|
|
if (!L_86)
|
|
{
|
|
goto IL_024f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_87 = V_5;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_88 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_89 = L_88->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_87, 2))) < ((int32_t)L_89)))
|
|
{
|
|
goto IL_022c;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_90 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_91 = L_90->___isEof;
|
|
if (!L_91)
|
|
{
|
|
goto IL_032f;
|
|
}
|
|
}
|
|
|
|
IL_022c:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_92 = V_4;
|
|
int32_t L_93 = V_5;
|
|
int32_t L_94 = ((int32_t)il2cpp_codegen_add(L_93, 1));
|
|
uint16_t L_95 = (uint16_t)(L_92)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_94));
|
|
if ((!(((uint32_t)L_95) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_024f;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_96 = V_4;
|
|
int32_t L_97 = V_5;
|
|
int32_t L_98 = ((int32_t)il2cpp_codegen_add(L_97, 2));
|
|
uint16_t L_99 = (uint16_t)(L_96)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_98));
|
|
if ((!(((uint32_t)L_99) == ((uint32_t)((int32_t)62)))))
|
|
{
|
|
goto IL_024f;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
int32_t L_100 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_100, 2));
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_024f:
|
|
{
|
|
int32_t L_101 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_101, 1));
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_025a:
|
|
{
|
|
bool L_102 = V_2;
|
|
if (!L_102)
|
|
{
|
|
goto IL_0296;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_103 = V_5;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_104 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_105 = L_104->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_103, 1))) < ((int32_t)L_105)))
|
|
{
|
|
goto IL_027e;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_106 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_107 = L_106->___isEof;
|
|
if (!L_107)
|
|
{
|
|
goto IL_032f;
|
|
}
|
|
}
|
|
|
|
IL_027e:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_108 = V_4;
|
|
int32_t L_109 = V_5;
|
|
int32_t L_110 = ((int32_t)il2cpp_codegen_add(L_109, 1));
|
|
uint16_t L_111 = (uint16_t)(L_108)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_110));
|
|
if ((!(((uint32_t)L_111) == ((uint32_t)((int32_t)62)))))
|
|
{
|
|
goto IL_0296;
|
|
}
|
|
}
|
|
{
|
|
V_2 = (bool)0;
|
|
int32_t L_112 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_112, 1));
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_0296:
|
|
{
|
|
int32_t L_113 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_113, 1));
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_02a1:
|
|
{
|
|
int32_t L_114 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_114, 1));
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_02ac:
|
|
{
|
|
bool L_115 = V_0;
|
|
if (!L_115)
|
|
{
|
|
goto IL_02b8;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_116 = V_3;
|
|
Il2CppChar L_117 = V_6;
|
|
if ((!(((uint32_t)L_116) == ((uint32_t)L_117))))
|
|
{
|
|
goto IL_02c6;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)0;
|
|
goto IL_02c6;
|
|
}
|
|
|
|
IL_02b8:
|
|
{
|
|
bool L_118 = ___1_recognizeLiterals;
|
|
if (!L_118)
|
|
{
|
|
goto IL_02c6;
|
|
}
|
|
}
|
|
{
|
|
bool L_119 = V_1;
|
|
if (L_119)
|
|
{
|
|
goto IL_02c6;
|
|
}
|
|
}
|
|
{
|
|
bool L_120 = V_2;
|
|
if (L_120)
|
|
{
|
|
goto IL_02c6;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)1;
|
|
Il2CppChar L_121 = V_6;
|
|
V_3 = L_121;
|
|
}
|
|
|
|
IL_02c6:
|
|
{
|
|
int32_t L_122 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_122, 1));
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_02d1:
|
|
{
|
|
int32_t L_123 = V_5;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_124 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_125 = L_124->___charsUsed;
|
|
if ((((int32_t)L_123) == ((int32_t)L_125)))
|
|
{
|
|
goto IL_032f;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_126 = V_4;
|
|
int32_t L_127 = V_5;
|
|
int32_t L_128 = L_127;
|
|
uint16_t L_129 = (uint16_t)(L_126)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_128));
|
|
bool L_130;
|
|
L_130 = XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60(L_129, NULL);
|
|
if (!L_130)
|
|
{
|
|
goto IL_031a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_131 = V_5;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_132 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_133 = L_132->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_131, 1))) == ((int32_t)L_133)))
|
|
{
|
|
goto IL_032f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_134 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_134, 1));
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_135 = V_4;
|
|
int32_t L_136 = V_5;
|
|
int32_t L_137 = L_136;
|
|
uint16_t L_138 = (uint16_t)(L_135)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_137));
|
|
bool L_139;
|
|
L_139 = XmlCharType_IsLowSurrogate_m8D27C4276BE118C7FF3ECC1707EEE026D28FC456(L_138, NULL);
|
|
if (!L_139)
|
|
{
|
|
goto IL_031a;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_140 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_140, 1));
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_031a:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_141 = V_4;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_142 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_143 = L_142->___charsUsed;
|
|
int32_t L_144 = V_5;
|
|
XmlTextReaderImpl_ThrowInvalidChar_mF8B2A2445E4CF8016C0A7256F6762D3CA4B0DCC2(__this, L_141, L_143, L_144, NULL);
|
|
}
|
|
|
|
IL_032f:
|
|
{
|
|
int32_t L_145;
|
|
L_145 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_145)
|
|
{
|
|
goto IL_0384;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_146 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_147 = L_146->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_148 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_149 = L_148->___charPos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_147, L_149))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0379;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_150 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_151 = L_150->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_152 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_153 = L_152->___charPos;
|
|
int32_t L_154 = L_153;
|
|
uint16_t L_155 = (uint16_t)(L_151)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_154));
|
|
if ((((int32_t)L_155) == ((int32_t)((int32_t)13))))
|
|
{
|
|
goto IL_0384;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, NULL);
|
|
goto IL_0384;
|
|
}
|
|
|
|
IL_0379:
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, NULL);
|
|
}
|
|
|
|
IL_0384:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_156 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_157 = L_156->___chars;
|
|
V_4 = L_157;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_158 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_159 = L_158->___charPos;
|
|
V_5 = L_159;
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, StringBuilder_t* ___0_sb, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
Il2CppChar V_4 = 0x0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = L_0->___charPos;
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = L_2->___chars;
|
|
V_2 = L_3;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = V_2;
|
|
int32_t L_5 = V_0;
|
|
int32_t L_6 = L_5;
|
|
uint16_t L_7 = (uint16_t)(L_4)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_6));
|
|
V_4 = L_7;
|
|
Il2CppChar L_8 = V_4;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_8, ((int32_t)9))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00fe;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_00fe;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_9 = V_4;
|
|
if ((((int32_t)L_9) == ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00fe;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
int32_t L_10 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
int32_t L_11 = V_0;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, L_11, NULL);
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = V_2;
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
uint16_t L_15 = (uint16_t)(L_12)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_14));
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_17 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_18 = L_17->___charPos;
|
|
V_5 = ((int32_t)il2cpp_codegen_subtract(L_16, L_18));
|
|
StringBuilder_t* L_19 = ___0_sb;
|
|
if (!L_19)
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_20 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_21 = L_20->___eolNormalized;
|
|
if (L_21)
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = V_5;
|
|
if ((((int32_t)L_22) <= ((int32_t)0)))
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_23 = ___0_sb;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_24 = V_2;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_25 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_26 = L_25->___charPos;
|
|
int32_t L_27 = V_5;
|
|
StringBuilder_t* L_28;
|
|
L_28 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_23, L_24, L_26, L_27, NULL);
|
|
int32_t L_29 = V_1;
|
|
int32_t L_30 = V_5;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_29, L_30));
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_31 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_32 = V_0;
|
|
L_31->___charPos = ((int32_t)il2cpp_codegen_add(L_32, 1));
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
int32_t L_33 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_33, 2));
|
|
goto IL_00e9;
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
int32_t L_34 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_35 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_36 = L_35->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_34, 1))) < ((int32_t)L_36)))
|
|
{
|
|
goto IL_00d3;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_37 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_38 = L_37->___isEof;
|
|
if (!L_38)
|
|
{
|
|
goto IL_0155;
|
|
}
|
|
}
|
|
|
|
IL_00d3:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_39 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_40 = L_39->___eolNormalized;
|
|
if (L_40)
|
|
{
|
|
goto IL_00e5;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_41 = V_2;
|
|
int32_t L_42 = V_0;
|
|
(L_41)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_42), (Il2CppChar)((int32_t)10));
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
int32_t L_43 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_43, 1));
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
int32_t L_44 = V_0;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, L_44, NULL);
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
int32_t L_45 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_45, 1));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
int32_t L_46 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_47 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_48 = L_47->___charsUsed;
|
|
if ((((int32_t)L_46) == ((int32_t)L_48)))
|
|
{
|
|
goto IL_0155;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_49 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_50 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_51 = L_50->___charPos;
|
|
V_6 = ((int32_t)il2cpp_codegen_subtract(L_49, L_51));
|
|
int32_t L_52 = V_6;
|
|
if ((((int32_t)L_52) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0153;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_53 = ___0_sb;
|
|
if (!L_53)
|
|
{
|
|
goto IL_0142;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_54 = ___0_sb;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_55 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_56 = L_55->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_57 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_58 = L_57->___charPos;
|
|
int32_t L_59 = V_6;
|
|
StringBuilder_t* L_60;
|
|
L_60 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_54, L_56, L_58, L_59, NULL);
|
|
}
|
|
|
|
IL_0142:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_61 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_62 = V_0;
|
|
L_61->___charPos = L_62;
|
|
int32_t L_63 = V_1;
|
|
int32_t L_64 = V_6;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_63, L_64));
|
|
}
|
|
|
|
IL_0153:
|
|
{
|
|
int32_t L_65 = V_1;
|
|
return L_65;
|
|
}
|
|
|
|
IL_0155:
|
|
{
|
|
int32_t L_66 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_67 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_68 = L_67->___charPos;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_66, L_68));
|
|
int32_t L_69 = V_3;
|
|
if ((((int32_t)L_69) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0198;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_70 = ___0_sb;
|
|
if (!L_70)
|
|
{
|
|
goto IL_0188;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_71 = ___0_sb;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_72 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_73 = L_72->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_74 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_75 = L_74->___charPos;
|
|
int32_t L_76 = V_3;
|
|
StringBuilder_t* L_77;
|
|
L_77 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_71, L_73, L_75, L_76, NULL);
|
|
}
|
|
|
|
IL_0188:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_78 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_79 = V_0;
|
|
L_78->___charPos = L_79;
|
|
int32_t L_80 = V_1;
|
|
int32_t L_81 = V_3;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_80, L_81));
|
|
}
|
|
|
|
IL_0198:
|
|
{
|
|
int32_t L_82;
|
|
L_82 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_82)
|
|
{
|
|
goto IL_01e1;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_83 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_84 = L_83->___charsUsed;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_85 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_86 = L_85->___charPos;
|
|
if (((int32_t)il2cpp_codegen_subtract(L_84, L_86)))
|
|
{
|
|
goto IL_01bb;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_87 = V_1;
|
|
return L_87;
|
|
}
|
|
|
|
IL_01bb:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_88 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_89 = L_88->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_90 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_91 = L_90->___charPos;
|
|
int32_t L_92 = L_91;
|
|
uint16_t L_93 = (uint16_t)(L_89)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_92));
|
|
if ((((int32_t)L_93) == ((int32_t)((int32_t)13))))
|
|
{
|
|
goto IL_01e1;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, NULL);
|
|
}
|
|
|
|
IL_01e1:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_94 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_95 = L_94->___charPos;
|
|
V_0 = L_95;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_96 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_97 = L_96->___chars;
|
|
V_2 = L_97;
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseCharRefInline_m36277AF9F85A6323D8061187EAA94862923DB1D9 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_startPos, int32_t* ___1_charCount, int32_t* ___2_entityType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0->___chars;
|
|
int32_t L_2 = ___0_startPos;
|
|
int32_t L_3 = ((int32_t)il2cpp_codegen_add(L_2, 1));
|
|
uint16_t L_4 = (uint16_t)(L_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_3));
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)35)))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = ___0_startPos;
|
|
int32_t* L_6 = ___1_charCount;
|
|
int32_t* L_7 = ___2_entityType;
|
|
int32_t L_8;
|
|
L_8 = XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C(__this, L_5, (bool)1, (StringBuilder_t*)NULL, L_6, L_7, NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
int32_t* L_9 = ___1_charCount;
|
|
*((int32_t*)L_9) = (int32_t)1;
|
|
int32_t* L_10 = ___2_entityType;
|
|
*((int32_t*)L_10) = (int32_t)2;
|
|
int32_t L_11 = ___0_startPos;
|
|
int32_t L_12;
|
|
L_12 = XmlTextReaderImpl_ParseNamedCharRefInline_m235172C65E8E87FB7134E46890A5DB080DF4BA0A(__this, L_11, (bool)1, (StringBuilder_t*)NULL, NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNumericCharRef_m9DAF75CCAB6BE2E4F1E955BC1B252006EFFB832F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_expand, StringBuilder_t* ___1_internalSubsetBuilder, int32_t* ___2_entityType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
|
|
IL_0000:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = L_0->___charPos;
|
|
bool L_2 = ___0_expand;
|
|
StringBuilder_t* L_3 = ___1_internalSubsetBuilder;
|
|
int32_t* L_4 = ___2_entityType;
|
|
int32_t L_5;
|
|
L_5 = XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C(__this, L_1, L_2, L_3, (&V_1), L_4, NULL);
|
|
int32_t L_6 = L_5;
|
|
V_0 = L_6;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)-2)))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7;
|
|
L_7 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0000;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC, NULL);
|
|
goto IL_0000;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
bool L_8 = ___0_expand;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_9 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_10 = V_0;
|
|
int32_t L_11 = V_1;
|
|
L_9->___charPos = ((int32_t)il2cpp_codegen_subtract(L_10, L_11));
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
int32_t L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_startPos, bool ___1_expand, StringBuilder_t* ___2_internalSubsetBuilder, int32_t* ___3_charCount, int32_t* ___4_entityType, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DDD59971908C2866702474E28490B7C5C1356ED);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37A05C2D8FD93BC463950C5DDF58614B3DEDE3EA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Il2CppChar V_5 = 0x0;
|
|
int32_t V_6 = 0;
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* V_7 = NULL;
|
|
Il2CppChar V_8 = 0x0;
|
|
Il2CppChar V_9 = 0x0;
|
|
Il2CppChar V_10 = 0x0;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B36_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B35_0 = NULL;
|
|
int32_t G_B37_0 = 0;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B37_1 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B48_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B47_0 = NULL;
|
|
int32_t G_B49_0 = 0;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B49_1 = NULL;
|
|
{
|
|
V_0 = 0;
|
|
V_3 = (String_t*)NULL;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0->___chars;
|
|
V_2 = L_1;
|
|
int32_t L_2 = ___0_startPos;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_2, 2));
|
|
int32_t* L_3 = ___3_charCount;
|
|
*((int32_t*)L_3) = (int32_t)0;
|
|
V_4 = 0;
|
|
}
|
|
try
|
|
{
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = V_2;
|
|
int32_t L_5 = V_1;
|
|
int32_t L_6 = L_5;
|
|
uint16_t L_7 = (uint16_t)(L_4)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_6));
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)120)))))
|
|
{
|
|
goto IL_008f_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
int32_t L_9 = V_1;
|
|
V_4 = L_9;
|
|
V_3 = _stringLiteral37A05C2D8FD93BC463950C5DDF58614B3DEDE3EA;
|
|
}
|
|
|
|
IL_002f_1:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = V_2;
|
|
int32_t L_11 = V_1;
|
|
int32_t L_12 = L_11;
|
|
uint16_t L_13 = (uint16_t)(L_10)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_12));
|
|
V_5 = L_13;
|
|
Il2CppChar L_14 = V_5;
|
|
if ((((int32_t)L_14) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_004d_1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_15 = V_5;
|
|
if ((((int32_t)L_15) > ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_004d_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_16 = V_0;
|
|
if (((int64_t)L_16 * (int64_t)((int32_t)16) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_16 * (int64_t)((int32_t)16) > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C_RuntimeMethod_var);
|
|
Il2CppChar L_17 = V_5;
|
|
if (((int64_t)((int32_t)il2cpp_codegen_multiply(L_16, ((int32_t)16))) + (int64_t)L_17 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_multiply(L_16, ((int32_t)16))) + (int64_t)L_17 > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C_RuntimeMethod_var);
|
|
if (((int64_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_16, ((int32_t)16))), (int32_t)L_17)) - (int64_t)((int32_t)48) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_16, ((int32_t)16))), (int32_t)L_17)) - (int64_t)((int32_t)48) > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C_RuntimeMethod_var);
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_16, ((int32_t)16))), (int32_t)L_17)), ((int32_t)48)));
|
|
goto IL_0083_1;
|
|
}
|
|
|
|
IL_004d_1:
|
|
{
|
|
Il2CppChar L_18 = V_5;
|
|
if ((((int32_t)L_18) < ((int32_t)((int32_t)97))))
|
|
{
|
|
goto IL_0069_1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_19 = V_5;
|
|
if ((((int32_t)L_19) > ((int32_t)((int32_t)102))))
|
|
{
|
|
goto IL_0069_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_20 = V_0;
|
|
if (((int64_t)L_20 * (int64_t)((int32_t)16) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_20 * (int64_t)((int32_t)16) > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C_RuntimeMethod_var);
|
|
if (((int64_t)((int32_t)il2cpp_codegen_multiply(L_20, ((int32_t)16))) + (int64_t)((int32_t)10) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_multiply(L_20, ((int32_t)16))) + (int64_t)((int32_t)10) > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C_RuntimeMethod_var);
|
|
Il2CppChar L_21 = V_5;
|
|
if (((int64_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_20, ((int32_t)16))), ((int32_t)10))) + (int64_t)L_21 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_20, ((int32_t)16))), ((int32_t)10))) + (int64_t)L_21 > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C_RuntimeMethod_var);
|
|
if (((int64_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_20, ((int32_t)16))), ((int32_t)10))), (int32_t)L_21)) - (int64_t)((int32_t)97) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_20, ((int32_t)16))), ((int32_t)10))), (int32_t)L_21)) - (int64_t)((int32_t)97) > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C_RuntimeMethod_var);
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_20, ((int32_t)16))), ((int32_t)10))), (int32_t)L_21)), ((int32_t)97)));
|
|
goto IL_0083_1;
|
|
}
|
|
|
|
IL_0069_1:
|
|
{
|
|
Il2CppChar L_22 = V_5;
|
|
if ((((int32_t)L_22) < ((int32_t)((int32_t)65))))
|
|
{
|
|
goto IL_0089_1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_23 = V_5;
|
|
if ((((int32_t)L_23) > ((int32_t)((int32_t)70))))
|
|
{
|
|
goto IL_0089_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_24 = V_0;
|
|
if (((int64_t)L_24 * (int64_t)((int32_t)16) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_24 * (int64_t)((int32_t)16) > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C_RuntimeMethod_var);
|
|
if (((int64_t)((int32_t)il2cpp_codegen_multiply(L_24, ((int32_t)16))) + (int64_t)((int32_t)10) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_multiply(L_24, ((int32_t)16))) + (int64_t)((int32_t)10) > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C_RuntimeMethod_var);
|
|
Il2CppChar L_25 = V_5;
|
|
if (((int64_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_24, ((int32_t)16))), ((int32_t)10))) + (int64_t)L_25 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_24, ((int32_t)16))), ((int32_t)10))) + (int64_t)L_25 > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C_RuntimeMethod_var);
|
|
if (((int64_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_24, ((int32_t)16))), ((int32_t)10))), (int32_t)L_25)) - (int64_t)((int32_t)65) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_24, ((int32_t)16))), ((int32_t)10))), (int32_t)L_25)) - (int64_t)((int32_t)65) > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C_RuntimeMethod_var);
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_24, ((int32_t)16))), ((int32_t)10))), (int32_t)L_25)), ((int32_t)65)));
|
|
}
|
|
|
|
IL_0083_1:
|
|
{
|
|
int32_t L_26 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_26, 1));
|
|
goto IL_002f_1;
|
|
}
|
|
|
|
IL_0089_1:
|
|
{
|
|
int32_t* L_27 = ___4_entityType;
|
|
*((int32_t*)L_27) = (int32_t)1;
|
|
goto IL_00d9_1;
|
|
}
|
|
|
|
IL_008f_1:
|
|
{
|
|
int32_t L_28 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_29 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_30 = L_29->___charsUsed;
|
|
if ((((int32_t)L_28) >= ((int32_t)L_30)))
|
|
{
|
|
goto IL_00cc_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_31 = V_1;
|
|
V_4 = L_31;
|
|
V_3 = _stringLiteral0DDD59971908C2866702474E28490B7C5C1356ED;
|
|
goto IL_00b8_1;
|
|
}
|
|
|
|
IL_00a8_1:
|
|
{
|
|
int32_t L_32 = V_0;
|
|
if (((int64_t)L_32 * (int64_t)((int32_t)10) < (int64_t)kIl2CppInt32Min) || ((int64_t)L_32 * (int64_t)((int32_t)10) > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C_RuntimeMethod_var);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_33 = V_2;
|
|
int32_t L_34 = V_1;
|
|
int32_t L_35 = L_34;
|
|
uint16_t L_36 = (uint16_t)(L_33)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_35));
|
|
if (((int64_t)((int32_t)il2cpp_codegen_multiply(L_32, ((int32_t)10))) + (int64_t)L_36 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_multiply(L_32, ((int32_t)10))) + (int64_t)L_36 > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C_RuntimeMethod_var);
|
|
if (((int64_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_32, ((int32_t)10))), (int32_t)L_36)) - (int64_t)((int32_t)48) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_32, ((int32_t)10))), (int32_t)L_36)) - (int64_t)((int32_t)48) > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m85DA4F414B2073CF7DE99C1407F3C391FCF5129C_RuntimeMethod_var);
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_32, ((int32_t)10))), (int32_t)L_36)), ((int32_t)48)));
|
|
int32_t L_37 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_37, 1));
|
|
}
|
|
|
|
IL_00b8_1:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_38 = V_2;
|
|
int32_t L_39 = V_1;
|
|
int32_t L_40 = L_39;
|
|
uint16_t L_41 = (uint16_t)(L_38)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_40));
|
|
if ((((int32_t)L_41) < ((int32_t)((int32_t)48))))
|
|
{
|
|
goto IL_00c6_1;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_42 = V_2;
|
|
int32_t L_43 = V_1;
|
|
int32_t L_44 = L_43;
|
|
uint16_t L_45 = (uint16_t)(L_42)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_44));
|
|
if ((((int32_t)L_45) <= ((int32_t)((int32_t)57))))
|
|
{
|
|
goto IL_00a8_1;
|
|
}
|
|
}
|
|
|
|
IL_00c6_1:
|
|
{
|
|
int32_t* L_46 = ___4_entityType;
|
|
*((int32_t*)L_46) = (int32_t)0;
|
|
goto IL_00d9_1;
|
|
}
|
|
|
|
IL_00cc_1:
|
|
{
|
|
int32_t* L_47 = ___4_entityType;
|
|
*((int32_t*)L_47) = (int32_t)4;
|
|
V_6 = ((int32_t)-2);
|
|
goto IL_0266;
|
|
}
|
|
|
|
IL_00d9_1:
|
|
{
|
|
goto IL_00fd;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_00db;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00db:
|
|
{
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_48 = ((OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*)IL2CPP_GET_ACTIVE_EXCEPTION(OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C*));;
|
|
V_7 = L_48;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_49 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_50 = V_1;
|
|
L_49->___charPos = L_50;
|
|
int32_t* L_51 = ___4_entityType;
|
|
*((int32_t*)L_51) = (int32_t)4;
|
|
OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C* L_52 = V_7;
|
|
XmlTextReaderImpl_Throw_m04508E40E7C3D09720FCE5018406D8E4AFE9ABAD(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC322EB89F06EA9126EEB00F7CCE625D04A1EA9F4)), (String_t*)NULL, L_52, NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_00fd;
|
|
}
|
|
|
|
IL_00fd:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_53 = V_2;
|
|
int32_t L_54 = V_1;
|
|
int32_t L_55 = L_54;
|
|
uint16_t L_56 = (uint16_t)(L_53)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_55));
|
|
if ((!(((uint32_t)L_56) == ((uint32_t)((int32_t)59)))))
|
|
{
|
|
goto IL_0109;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_57 = V_4;
|
|
int32_t L_58 = V_1;
|
|
if ((!(((uint32_t)L_57) == ((uint32_t)L_58))))
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
}
|
|
|
|
IL_0109:
|
|
{
|
|
int32_t L_59 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_60 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_61 = L_60->___charsUsed;
|
|
if ((!(((uint32_t)L_59) == ((uint32_t)L_61))))
|
|
{
|
|
goto IL_011a;
|
|
}
|
|
}
|
|
{
|
|
return ((int32_t)-2);
|
|
}
|
|
|
|
IL_011a:
|
|
{
|
|
int32_t L_62 = V_1;
|
|
String_t* L_63 = V_3;
|
|
XmlTextReaderImpl_Throw_m6B29826BD40C8EA74E130EB649AAE48B51EE4AB2(__this, L_62, L_63, NULL);
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
int32_t L_64 = V_0;
|
|
if ((((int32_t)L_64) > ((int32_t)((int32_t)65535))))
|
|
{
|
|
goto IL_01cd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_65 = V_0;
|
|
V_8 = ((int32_t)(uint16_t)L_65);
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_66 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
Il2CppChar L_67 = V_8;
|
|
bool L_68;
|
|
L_68 = XmlCharType_IsCharData_m39C87F830CD89F4F0029AA0338BB9AB5EFCC1AF5(L_66, L_67, NULL);
|
|
if (L_68)
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
bool L_69 = __this->___v1Compat;
|
|
if (!L_69)
|
|
{
|
|
goto IL_0150;
|
|
}
|
|
}
|
|
{
|
|
bool L_70 = __this->___normalize;
|
|
if (L_70)
|
|
{
|
|
goto IL_0160;
|
|
}
|
|
}
|
|
|
|
IL_0150:
|
|
{
|
|
bool L_71 = __this->___v1Compat;
|
|
if (L_71)
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
bool L_72 = __this->___checkCharacters;
|
|
if (!L_72)
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
|
|
IL_0160:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_73 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_74 = L_73->___chars;
|
|
int32_t L_75 = ___0_startPos;
|
|
int32_t L_76 = ((int32_t)il2cpp_codegen_add(L_75, 2));
|
|
uint16_t L_77 = (uint16_t)(L_74)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_76));
|
|
if ((((int32_t)L_77) == ((int32_t)((int32_t)120))))
|
|
{
|
|
G_B36_0 = __this;
|
|
goto IL_0179;
|
|
}
|
|
G_B35_0 = __this;
|
|
}
|
|
{
|
|
int32_t L_78 = ___0_startPos;
|
|
G_B37_0 = ((int32_t)il2cpp_codegen_add(L_78, 2));
|
|
G_B37_1 = G_B35_0;
|
|
goto IL_017c;
|
|
}
|
|
|
|
IL_0179:
|
|
{
|
|
int32_t L_79 = ___0_startPos;
|
|
G_B37_0 = ((int32_t)il2cpp_codegen_add(L_79, 3));
|
|
G_B37_1 = G_B36_0;
|
|
}
|
|
|
|
IL_017c:
|
|
{
|
|
Il2CppChar L_80 = V_8;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_81;
|
|
L_81 = XmlException_BuildCharExceptionArgs_m5C3D183AB941552746F7DC656366F28CA5BAFC65(L_80, 0, NULL);
|
|
XmlTextReaderImpl_Throw_mE3F5BDAAD3E82F61388BFC116E64FC1309230703(G_B37_1, G_B37_0, _stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0, L_81, NULL);
|
|
}
|
|
|
|
IL_018e:
|
|
{
|
|
bool L_82 = ___1_expand;
|
|
if (!L_82)
|
|
{
|
|
goto IL_01c5;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_83 = ___2_internalSubsetBuilder;
|
|
if (!L_83)
|
|
{
|
|
goto IL_01c0;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_84 = ___2_internalSubsetBuilder;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_85 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_86 = L_85->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_87 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_88 = L_87->___charPos;
|
|
int32_t L_89 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_90 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_91 = L_90->___charPos;
|
|
StringBuilder_t* L_92;
|
|
L_92 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_84, L_86, L_88, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_89, L_91)), 1)), NULL);
|
|
}
|
|
|
|
IL_01c0:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_93 = V_2;
|
|
int32_t L_94 = V_1;
|
|
Il2CppChar L_95 = V_8;
|
|
(L_93)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_94), (Il2CppChar)L_95);
|
|
}
|
|
|
|
IL_01c5:
|
|
{
|
|
int32_t* L_96 = ___3_charCount;
|
|
*((int32_t*)L_96) = (int32_t)1;
|
|
int32_t L_97 = V_1;
|
|
return ((int32_t)il2cpp_codegen_add(L_97, 1));
|
|
}
|
|
|
|
IL_01cd:
|
|
{
|
|
int32_t L_98 = V_0;
|
|
XmlCharType_SplitSurrogateChar_m0349AB0062E5B8E1ACEE77FCB2D81E630A3DF704(L_98, (&V_9), (&V_10), NULL);
|
|
bool L_99 = __this->___normalize;
|
|
if (!L_99)
|
|
{
|
|
goto IL_0220;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_100 = V_10;
|
|
bool L_101;
|
|
L_101 = XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60(L_100, NULL);
|
|
if (!L_101)
|
|
{
|
|
goto IL_01f1;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_102 = V_9;
|
|
bool L_103;
|
|
L_103 = XmlCharType_IsLowSurrogate_m8D27C4276BE118C7FF3ECC1707EEE026D28FC456(L_102, NULL);
|
|
if (L_103)
|
|
{
|
|
goto IL_0220;
|
|
}
|
|
}
|
|
|
|
IL_01f1:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_104 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_105 = L_104->___chars;
|
|
int32_t L_106 = ___0_startPos;
|
|
int32_t L_107 = ((int32_t)il2cpp_codegen_add(L_106, 2));
|
|
uint16_t L_108 = (uint16_t)(L_105)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_107));
|
|
if ((((int32_t)L_108) == ((int32_t)((int32_t)120))))
|
|
{
|
|
G_B48_0 = __this;
|
|
goto IL_020a;
|
|
}
|
|
G_B47_0 = __this;
|
|
}
|
|
{
|
|
int32_t L_109 = ___0_startPos;
|
|
G_B49_0 = ((int32_t)il2cpp_codegen_add(L_109, 2));
|
|
G_B49_1 = G_B47_0;
|
|
goto IL_020d;
|
|
}
|
|
|
|
IL_020a:
|
|
{
|
|
int32_t L_110 = ___0_startPos;
|
|
G_B49_0 = ((int32_t)il2cpp_codegen_add(L_110, 3));
|
|
G_B49_1 = G_B48_0;
|
|
}
|
|
|
|
IL_020d:
|
|
{
|
|
Il2CppChar L_111 = V_10;
|
|
Il2CppChar L_112 = V_9;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_113;
|
|
L_113 = XmlException_BuildCharExceptionArgs_m5C3D183AB941552746F7DC656366F28CA5BAFC65(L_111, L_112, NULL);
|
|
XmlTextReaderImpl_Throw_mE3F5BDAAD3E82F61388BFC116E64FC1309230703(G_B49_1, G_B49_0, _stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0, L_113, NULL);
|
|
}
|
|
|
|
IL_0220:
|
|
{
|
|
bool L_114 = ___1_expand;
|
|
if (!L_114)
|
|
{
|
|
goto IL_025e;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_115 = ___2_internalSubsetBuilder;
|
|
if (!L_115)
|
|
{
|
|
goto IL_0252;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_116 = ___2_internalSubsetBuilder;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_117 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_118 = L_117->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_119 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_120 = L_119->___charPos;
|
|
int32_t L_121 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_122 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_123 = L_122->___charPos;
|
|
StringBuilder_t* L_124;
|
|
L_124 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_116, L_118, L_120, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_121, L_123)), 1)), NULL);
|
|
}
|
|
|
|
IL_0252:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_125 = V_2;
|
|
int32_t L_126 = V_1;
|
|
Il2CppChar L_127 = V_10;
|
|
(L_125)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_126, 1))), (Il2CppChar)L_127);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_128 = V_2;
|
|
int32_t L_129 = V_1;
|
|
Il2CppChar L_130 = V_9;
|
|
(L_128)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_129), (Il2CppChar)L_130);
|
|
}
|
|
|
|
IL_025e:
|
|
{
|
|
int32_t* L_131 = ___3_charCount;
|
|
*((int32_t*)L_131) = (int32_t)2;
|
|
int32_t L_132 = V_1;
|
|
return ((int32_t)il2cpp_codegen_add(L_132, 1));
|
|
}
|
|
|
|
IL_0266:
|
|
{
|
|
int32_t L_133 = V_6;
|
|
return L_133;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNamedCharRef_mF403C076AA9507980567EB27D8769ADE153F8421 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_expand, StringBuilder_t* ___1_internalSubsetBuilder, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
|
|
IL_0000:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = L_0->___charPos;
|
|
bool L_2 = ___0_expand;
|
|
StringBuilder_t* L_3 = ___1_internalSubsetBuilder;
|
|
int32_t L_4;
|
|
L_4 = XmlTextReaderImpl_ParseNamedCharRefInline_m235172C65E8E87FB7134E46890A5DB080DF4BA0A(__this, L_1, L_2, L_3, NULL);
|
|
int32_t L_5 = L_4;
|
|
V_0 = L_5;
|
|
V_1 = L_5;
|
|
int32_t L_6 = V_1;
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)-2))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = V_1;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
int32_t L_8;
|
|
L_8 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_0000;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
bool L_9 = ___0_expand;
|
|
if (!L_9)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_10 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_11 = V_0;
|
|
L_10->___charPos = ((int32_t)il2cpp_codegen_subtract(L_11, 1));
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
int32_t L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNamedCharRefInline_m235172C65E8E87FB7134E46890A5DB080DF4BA0A (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_startPos, bool ___1_expand, StringBuilder_t* ___2_internalSubsetBuilder, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL;
|
|
Il2CppChar V_2 = 0x0;
|
|
Il2CppChar V_3 = 0x0;
|
|
{
|
|
int32_t L_0 = ___0_startPos;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_1 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = L_1->___chars;
|
|
V_1 = L_2;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = V_1;
|
|
int32_t L_4 = V_0;
|
|
int32_t L_5 = L_4;
|
|
uint16_t L_6 = (uint16_t)(L_3)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_5));
|
|
V_3 = L_6;
|
|
Il2CppChar L_7 = V_3;
|
|
if ((!(((uint32_t)L_7) <= ((uint32_t)((int32_t)103)))))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_8 = V_3;
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)97))))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_9 = V_3;
|
|
if ((((int32_t)L_9) == ((int32_t)((int32_t)103))))
|
|
{
|
|
goto IL_0143;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0170;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
Il2CppChar L_10 = V_3;
|
|
if ((((int32_t)L_10) == ((int32_t)((int32_t)108))))
|
|
{
|
|
goto IL_0116;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_11 = V_3;
|
|
if ((((int32_t)L_11) == ((int32_t)((int32_t)113))))
|
|
{
|
|
goto IL_00d4;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0170;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
int32_t L_12 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_12, 1));
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_13 = V_1;
|
|
int32_t L_14 = V_0;
|
|
int32_t L_15 = L_14;
|
|
uint16_t L_16 = (uint16_t)(L_13)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_15));
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)109)))))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_17 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_18 = L_17->___charsUsed;
|
|
int32_t L_19 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_18, L_19))) < ((int32_t)3)))
|
|
{
|
|
goto IL_0172;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_20 = V_1;
|
|
int32_t L_21 = V_0;
|
|
int32_t L_22 = ((int32_t)il2cpp_codegen_add(L_21, 1));
|
|
uint16_t L_23 = (uint16_t)(L_20)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_22));
|
|
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)112)))))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_24 = V_1;
|
|
int32_t L_25 = V_0;
|
|
int32_t L_26 = ((int32_t)il2cpp_codegen_add(L_25, 2));
|
|
uint16_t L_27 = (uint16_t)(L_24)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_26));
|
|
if ((!(((uint32_t)L_27) == ((uint32_t)((int32_t)59)))))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_28 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_28, 3));
|
|
V_2 = ((int32_t)38);
|
|
goto IL_0175;
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_29 = V_1;
|
|
int32_t L_30 = V_0;
|
|
int32_t L_31 = L_30;
|
|
uint16_t L_32 = (uint16_t)(L_29)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_31));
|
|
if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)112)))))
|
|
{
|
|
goto IL_00c1;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_33 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_34 = L_33->___charsUsed;
|
|
int32_t L_35 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_34, L_35))) < ((int32_t)4)))
|
|
{
|
|
goto IL_0172;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_36 = V_1;
|
|
int32_t L_37 = V_0;
|
|
int32_t L_38 = ((int32_t)il2cpp_codegen_add(L_37, 1));
|
|
uint16_t L_39 = (uint16_t)(L_36)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_38));
|
|
if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)111)))))
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_40 = V_1;
|
|
int32_t L_41 = V_0;
|
|
int32_t L_42 = ((int32_t)il2cpp_codegen_add(L_41, 2));
|
|
uint16_t L_43 = (uint16_t)(L_40)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_42));
|
|
if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)115)))))
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_44 = V_1;
|
|
int32_t L_45 = V_0;
|
|
int32_t L_46 = ((int32_t)il2cpp_codegen_add(L_45, 3));
|
|
uint16_t L_47 = (uint16_t)(L_44)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_46));
|
|
if ((!(((uint32_t)L_47) == ((uint32_t)((int32_t)59)))))
|
|
{
|
|
goto IL_00bf;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_48 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_48, 4));
|
|
V_2 = ((int32_t)39);
|
|
goto IL_0175;
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_00c1:
|
|
{
|
|
int32_t L_49 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_50 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_51 = L_50->___charsUsed;
|
|
if ((((int32_t)L_49) >= ((int32_t)L_51)))
|
|
{
|
|
goto IL_0172;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_52 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_53 = L_52->___charsUsed;
|
|
int32_t L_54 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_53, L_54))) < ((int32_t)5)))
|
|
{
|
|
goto IL_0172;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_55 = V_1;
|
|
int32_t L_56 = V_0;
|
|
int32_t L_57 = ((int32_t)il2cpp_codegen_add(L_56, 1));
|
|
uint16_t L_58 = (uint16_t)(L_55)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_57));
|
|
if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)117)))))
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_59 = V_1;
|
|
int32_t L_60 = V_0;
|
|
int32_t L_61 = ((int32_t)il2cpp_codegen_add(L_60, 2));
|
|
uint16_t L_62 = (uint16_t)(L_59)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_61));
|
|
if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)111)))))
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_63 = V_1;
|
|
int32_t L_64 = V_0;
|
|
int32_t L_65 = ((int32_t)il2cpp_codegen_add(L_64, 3));
|
|
uint16_t L_66 = (uint16_t)(L_63)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_65));
|
|
if ((!(((uint32_t)L_66) == ((uint32_t)((int32_t)116)))))
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_67 = V_1;
|
|
int32_t L_68 = V_0;
|
|
int32_t L_69 = ((int32_t)il2cpp_codegen_add(L_68, 4));
|
|
uint16_t L_70 = (uint16_t)(L_67)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_69));
|
|
if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)59)))))
|
|
{
|
|
goto IL_0114;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_71 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_71, 5));
|
|
V_2 = ((int32_t)34);
|
|
goto IL_0175;
|
|
}
|
|
|
|
IL_0114:
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0116:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_72 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_73 = L_72->___charsUsed;
|
|
int32_t L_74 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_73, L_74))) < ((int32_t)3)))
|
|
{
|
|
goto IL_0172;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_75 = V_1;
|
|
int32_t L_76 = V_0;
|
|
int32_t L_77 = ((int32_t)il2cpp_codegen_add(L_76, 1));
|
|
uint16_t L_78 = (uint16_t)(L_75)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_77));
|
|
if ((!(((uint32_t)L_78) == ((uint32_t)((int32_t)116)))))
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_79 = V_1;
|
|
int32_t L_80 = V_0;
|
|
int32_t L_81 = ((int32_t)il2cpp_codegen_add(L_80, 2));
|
|
uint16_t L_82 = (uint16_t)(L_79)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_81));
|
|
if ((!(((uint32_t)L_82) == ((uint32_t)((int32_t)59)))))
|
|
{
|
|
goto IL_0141;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_83 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_83, 3));
|
|
V_2 = ((int32_t)60);
|
|
goto IL_0175;
|
|
}
|
|
|
|
IL_0141:
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0143:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_84 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_85 = L_84->___charsUsed;
|
|
int32_t L_86 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_85, L_86))) < ((int32_t)3)))
|
|
{
|
|
goto IL_0172;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_87 = V_1;
|
|
int32_t L_88 = V_0;
|
|
int32_t L_89 = ((int32_t)il2cpp_codegen_add(L_88, 1));
|
|
uint16_t L_90 = (uint16_t)(L_87)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_89));
|
|
if ((!(((uint32_t)L_90) == ((uint32_t)((int32_t)116)))))
|
|
{
|
|
goto IL_016e;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_91 = V_1;
|
|
int32_t L_92 = V_0;
|
|
int32_t L_93 = ((int32_t)il2cpp_codegen_add(L_92, 2));
|
|
uint16_t L_94 = (uint16_t)(L_91)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_93));
|
|
if ((!(((uint32_t)L_94) == ((uint32_t)((int32_t)59)))))
|
|
{
|
|
goto IL_016e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_95 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_95, 3));
|
|
V_2 = ((int32_t)62);
|
|
goto IL_0175;
|
|
}
|
|
|
|
IL_016e:
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0170:
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0172:
|
|
{
|
|
return ((int32_t)-2);
|
|
}
|
|
|
|
IL_0175:
|
|
{
|
|
bool L_96 = ___1_expand;
|
|
if (!L_96)
|
|
{
|
|
goto IL_01b5;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_97 = ___2_internalSubsetBuilder;
|
|
if (!L_97)
|
|
{
|
|
goto IL_01a5;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_98 = ___2_internalSubsetBuilder;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_99 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_100 = L_99->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_101 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_102 = L_101->___charPos;
|
|
int32_t L_103 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_104 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_105 = L_104->___charPos;
|
|
StringBuilder_t* L_106;
|
|
L_106 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_98, L_100, L_102, ((int32_t)il2cpp_codegen_subtract(L_103, L_105)), NULL);
|
|
}
|
|
|
|
IL_01a5:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_107 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_108 = L_107->___chars;
|
|
int32_t L_109 = V_0;
|
|
Il2CppChar L_110 = V_2;
|
|
(L_108)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_109, 1))), (Il2CppChar)L_110);
|
|
}
|
|
|
|
IL_01b5:
|
|
{
|
|
int32_t L_111 = V_0;
|
|
return L_111;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseName_m91011791BCE5AF6659C6F7710B79FC64A08D2C39 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0;
|
|
L_0 = XmlTextReaderImpl_ParseQName_m4230939DD8FF8273EE6963012476F3385B182E97(__this, (bool)0, 0, (&V_0), NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseQName_m6CEC708ACFF03CDF688CD122A73417E4AA0C3F56 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t* ___0_colonPos, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t* L_0 = ___0_colonPos;
|
|
int32_t L_1;
|
|
L_1 = XmlTextReaderImpl_ParseQName_m4230939DD8FF8273EE6963012476F3385B182E97(__this, (bool)1, 0, L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseQName_m4230939DD8FF8273EE6963012476F3385B182E97 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_isQName, int32_t ___1_startOffset, int32_t* ___2_colonPos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_2 = NULL;
|
|
int32_t* G_B24_0 = NULL;
|
|
int32_t* G_B23_0 = NULL;
|
|
int32_t G_B25_0 = 0;
|
|
int32_t* G_B25_1 = NULL;
|
|
{
|
|
V_0 = (-1);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = L_0->___charPos;
|
|
int32_t L_2 = ___1_startOffset;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_1, L_2));
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_3 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = L_3->___chars;
|
|
V_2 = L_4;
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_5 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = L_5->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = V_2;
|
|
int32_t L_8 = V_1;
|
|
int32_t L_9 = L_8;
|
|
uint16_t L_10 = (uint16_t)(L_7)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_9));
|
|
uint16_t L_11 = L_10;
|
|
uint8_t L_12 = (L_6)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_11));
|
|
if (!((int32_t)((int32_t)L_12&4)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
int32_t L_14 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_15 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_16 = L_15->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_14, 1))) < ((int32_t)L_16)))
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
bool L_17;
|
|
L_17 = XmlTextReaderImpl_ReadDataInName_m1DAF9E903C23DBAFEB9738F7FFEB028E2340CB0E(__this, (&V_1), NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = V_1;
|
|
XmlTextReaderImpl_Throw_mBBE5AD6F0A114F83311BA12189D3E4DE4F874397(__this, L_18, _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC, _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B, NULL);
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19 = V_2;
|
|
int32_t L_20 = V_1;
|
|
int32_t L_21 = L_20;
|
|
uint16_t L_22 = (uint16_t)(L_19)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_21));
|
|
if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
}
|
|
{
|
|
bool L_23 = __this->___supportNamespaces;
|
|
if (!L_23)
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
int32_t L_24 = V_1;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_25 = V_2;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_26 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_27 = L_26->___charsUsed;
|
|
int32_t L_28 = V_1;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_29;
|
|
L_29 = XmlException_BuildCharExceptionArgs_mCD358DAB8D23BF377EEC6C41C523161FE2B9A2A5(L_25, L_27, L_28, NULL);
|
|
XmlTextReaderImpl_Throw_mE3F5BDAAD3E82F61388BFC116E64FC1309230703(__this, L_24, _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D, L_29, NULL);
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_30 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_31 = L_30->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_32 = V_2;
|
|
int32_t L_33 = V_1;
|
|
int32_t L_34 = L_33;
|
|
uint16_t L_35 = (uint16_t)(L_32)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_34));
|
|
uint16_t L_36 = L_35;
|
|
uint8_t L_37 = (L_31)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_36));
|
|
if (!((int32_t)((int32_t)L_37&8)))
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_38 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_38, 1));
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_39 = V_2;
|
|
int32_t L_40 = V_1;
|
|
int32_t L_41 = L_40;
|
|
uint16_t L_42 = (uint16_t)(L_39)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_41));
|
|
if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)58)))))
|
|
{
|
|
goto IL_00fb;
|
|
}
|
|
}
|
|
{
|
|
bool L_43 = __this->___supportNamespaces;
|
|
if (!L_43)
|
|
{
|
|
goto IL_00e7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_44 = V_0;
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_00bc;
|
|
}
|
|
}
|
|
{
|
|
bool L_45 = ___0_isQName;
|
|
if (L_45)
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
|
|
IL_00bc:
|
|
{
|
|
int32_t L_46 = V_1;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_47;
|
|
L_47 = XmlException_BuildCharExceptionArgs_m5C3D183AB941552746F7DC656366F28CA5BAFC65(((int32_t)58), 0, NULL);
|
|
XmlTextReaderImpl_Throw_mE3F5BDAAD3E82F61388BFC116E64FC1309230703(__this, L_46, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, L_47, NULL);
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
int32_t L_48 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_49 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_50 = L_49->___charPos;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_48, L_50));
|
|
int32_t L_51 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_51, 1));
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
int32_t L_52 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_53 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_54 = L_53->___charPos;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_52, L_54));
|
|
int32_t L_55 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_55, 1));
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_00fb:
|
|
{
|
|
int32_t L_56 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_57 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_58 = L_57->___charsUsed;
|
|
if ((!(((uint32_t)L_56) == ((uint32_t)L_58))))
|
|
{
|
|
goto IL_0135;
|
|
}
|
|
}
|
|
{
|
|
bool L_59;
|
|
L_59 = XmlTextReaderImpl_ReadDataInName_m1DAF9E903C23DBAFEB9738F7FFEB028E2340CB0E(__this, (&V_1), NULL);
|
|
if (!L_59)
|
|
{
|
|
goto IL_0124;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_60 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_61 = L_60->___chars;
|
|
V_2 = L_61;
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_0124:
|
|
{
|
|
int32_t L_62 = V_1;
|
|
XmlTextReaderImpl_Throw_mBBE5AD6F0A114F83311BA12189D3E4DE4F874397(__this, L_62, _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC, _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B, NULL);
|
|
}
|
|
|
|
IL_0135:
|
|
{
|
|
int32_t* L_63 = ___2_colonPos;
|
|
int32_t L_64 = V_0;
|
|
if ((((int32_t)L_64) == ((int32_t)(-1))))
|
|
{
|
|
G_B24_0 = L_63;
|
|
goto IL_0149;
|
|
}
|
|
G_B23_0 = L_63;
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_65 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_66 = L_65->___charPos;
|
|
int32_t L_67 = V_0;
|
|
G_B25_0 = ((int32_t)il2cpp_codegen_add(L_66, L_67));
|
|
G_B25_1 = G_B23_0;
|
|
goto IL_014a;
|
|
}
|
|
|
|
IL_0149:
|
|
{
|
|
G_B25_0 = (-1);
|
|
G_B25_1 = G_B24_0;
|
|
}
|
|
|
|
IL_014a:
|
|
{
|
|
*((int32_t*)G_B25_1) = (int32_t)G_B25_0;
|
|
int32_t L_68 = V_1;
|
|
return L_68;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ReadDataInName_m1DAF9E903C23DBAFEB9738F7FFEB028E2340CB0E (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t* ___0_pos, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t* L_0 = ___0_pos;
|
|
int32_t L_1 = *((int32_t*)L_0);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_3 = L_2->___charPos;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_1, L_3));
|
|
int32_t L_4;
|
|
L_4 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
int32_t* L_5 = ___0_pos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_6 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_7 = L_6->___charPos;
|
|
int32_t L_8 = V_0;
|
|
*((int32_t*)L_5) = (int32_t)((int32_t)il2cpp_codegen_add(L_7, L_8));
|
|
return (bool)((!(((uint32_t)L_4) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseEntityName_m3E547DE2000F6AB699FF1052E470BDBEFAB11D11 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF270172D9DCB1A35388598EC124CE3AE08AC3E54);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
try
|
|
{
|
|
int32_t L_0;
|
|
L_0 = XmlTextReaderImpl_ParseName_m91011791BCE5AF6659C6F7710B79FC64A08D2C39(__this, NULL);
|
|
V_0 = L_0;
|
|
goto IL_0019;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0009;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0009:
|
|
{
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_1 = ((XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*));;
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF270172D9DCB1A35388598EC124CE3AE08AC3E54)), NULL);
|
|
V_1 = (String_t*)NULL;
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0072;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = L_2->___chars;
|
|
int32_t L_4 = V_0;
|
|
int32_t L_5 = L_4;
|
|
uint16_t L_6 = (uint16_t)(L_3)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_5));
|
|
if ((((int32_t)L_6) == ((int32_t)((int32_t)59))))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteralF270172D9DCB1A35388598EC124CE3AE08AC3E54, NULL);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_7 = __this->___nameTable;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_8 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = L_8->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_10 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_11 = L_10->___charPos;
|
|
int32_t L_12 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_13 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_14 = L_13->___charPos;
|
|
String_t* L_15;
|
|
L_15 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(5, L_7, L_9, L_11, ((int32_t)il2cpp_codegen_subtract(L_12, L_14)));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_16 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_17 = V_0;
|
|
L_16->___charPos = ((int32_t)il2cpp_codegen_add(L_17, 1));
|
|
return L_15;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
String_t* L_18 = V_1;
|
|
return L_18;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* XmlTextReaderImpl_AddNode_mB0ECD9B7041F31D4BF9DD2D5E6675321739AEB67 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_nodeIndex, int32_t ___1_nodeDepth, const RuntimeMethod* method)
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_0 = NULL;
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_0 = __this->___nodes;
|
|
int32_t L_1 = ___0_nodeIndex;
|
|
int32_t L_2 = L_1;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_3 = (L_0)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_2));
|
|
V_0 = L_3;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_5 = V_0;
|
|
int32_t L_6 = ___1_nodeDepth;
|
|
L_5->___depth = L_6;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
int32_t L_8 = ___0_nodeIndex;
|
|
int32_t L_9 = ___1_nodeDepth;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_10;
|
|
L_10 = XmlTextReaderImpl_AllocNode_m6E6D664CA0B6D2CB5D93658A07692D86C1758173(__this, L_8, L_9, NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* XmlTextReaderImpl_AllocNode_m6E6D664CA0B6D2CB5D93658A07692D86C1758173 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_nodeIndex, int32_t ___1_nodeDepth, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_0 = NULL;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = ___0_nodeIndex;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_1 = __this->___nodes;
|
|
if ((((int32_t)L_0) < ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_1)->max_length)), 1)))))
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_2 = __this->___nodes;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_3 = (NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610*)(NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610*)SZArrayNew(NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_2)->max_length)), 2)));
|
|
V_1 = L_3;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_4 = __this->___nodes;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_5 = V_1;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_6 = __this->___nodes;
|
|
Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_4, 0, (RuntimeArray*)L_5, 0, ((int32_t)(((RuntimeArray*)L_6)->max_length)), NULL);
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_7 = V_1;
|
|
__this->___nodes = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___nodes), (void*)L_7);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_8 = __this->___nodes;
|
|
int32_t L_9 = ___0_nodeIndex;
|
|
int32_t L_10 = L_9;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_11 = (L_8)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_10));
|
|
V_0 = L_11;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_12 = V_0;
|
|
if (L_12)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_13 = (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)il2cpp_codegen_object_new(NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF_il2cpp_TypeInfo_var);
|
|
NodeData__ctor_m0EDB77C0D5BDFD2B2F74516B9E37106ACD355350(L_13, NULL);
|
|
V_0 = L_13;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_14 = __this->___nodes;
|
|
int32_t L_15 = ___0_nodeIndex;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_16 = V_0;
|
|
ArrayElementTypeCheck (L_14, L_16);
|
|
(L_14)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_15), (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)L_16);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_17 = V_0;
|
|
int32_t L_18 = ___1_nodeDepth;
|
|
L_17->___depth = L_18;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_19 = V_0;
|
|
return L_19;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* XmlTextReaderImpl_AddAttributeNoChecks_m9E1DC00CD07DE33C6E070B5613DE2F4F2549DA39 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_name, int32_t ___1_attrDepth, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___index;
|
|
int32_t L_1 = __this->___attrCount;
|
|
int32_t L_2 = ___1_attrDepth;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_3;
|
|
L_3 = XmlTextReaderImpl_AddNode_mB0ECD9B7041F31D4BF9DD2D5E6675321739AEB67(__this, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_0, L_1)), 1)), L_2, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_4 = L_3;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_5 = __this->___nameTable;
|
|
String_t* L_6 = ___0_name;
|
|
String_t* L_7;
|
|
L_7 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6, L_5, L_6);
|
|
NodeData_SetNamedNode_mB4B118182B66F9E24611C31A074538E177DDDA73(L_4, 2, L_7, NULL);
|
|
int32_t L_8 = __this->___attrCount;
|
|
__this->___attrCount = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
return L_4;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* XmlTextReaderImpl_AddAttribute_m433FDF6420611ED2F3259758656559AC3B9B7FDA (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_endNamePos, int32_t ___1_colonPos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
{
|
|
int32_t L_0 = ___1_colonPos;
|
|
if ((((int32_t)L_0) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
bool L_1 = __this->___supportNamespaces;
|
|
if (L_1)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_2 = __this->___nameTable;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_3 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = L_3->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_6 = L_5->___charPos;
|
|
int32_t L_7 = ___0_endNamePos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_8 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_9 = L_8->___charPos;
|
|
String_t* L_10;
|
|
L_10 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(5, L_2, L_4, L_6, ((int32_t)il2cpp_codegen_subtract(L_7, L_9)));
|
|
V_0 = L_10;
|
|
String_t* L_11 = V_0;
|
|
String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
String_t* L_13 = V_0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_14;
|
|
L_14 = XmlTextReaderImpl_AddAttribute_m9EA9D173DBD70BD92F1FE146724BB23DE17A8BE8(__this, L_11, L_12, L_13, NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
__this->___attrNeedNamespaceLookup = (bool)1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_15 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_16 = L_15->___charPos;
|
|
V_1 = L_16;
|
|
int32_t L_17 = ___1_colonPos;
|
|
int32_t L_18 = V_1;
|
|
V_2 = ((int32_t)il2cpp_codegen_subtract(L_17, L_18));
|
|
int32_t L_19 = V_2;
|
|
String_t* L_20 = __this->___lastPrefix;
|
|
int32_t L_21;
|
|
L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_20, NULL);
|
|
if ((!(((uint32_t)L_19) == ((uint32_t)L_21))))
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_22 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = L_22->___chars;
|
|
int32_t L_24 = V_1;
|
|
int32_t L_25 = V_2;
|
|
String_t* L_26 = __this->___lastPrefix;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_27;
|
|
L_27 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_23, L_24, L_25, L_26, NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_00b4;
|
|
}
|
|
}
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_28 = __this->___nameTable;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_29 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_30 = L_29->___chars;
|
|
int32_t L_31 = ___1_colonPos;
|
|
int32_t L_32 = ___0_endNamePos;
|
|
int32_t L_33 = ___1_colonPos;
|
|
String_t* L_34;
|
|
L_34 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(5, L_28, L_30, ((int32_t)il2cpp_codegen_add(L_31, 1)), ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_32, L_33)), 1)));
|
|
String_t* L_35 = __this->___lastPrefix;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_36;
|
|
L_36 = XmlTextReaderImpl_AddAttribute_m9EA9D173DBD70BD92F1FE146724BB23DE17A8BE8(__this, L_34, L_35, (String_t*)NULL, NULL);
|
|
return L_36;
|
|
}
|
|
|
|
IL_00b4:
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_37 = __this->___nameTable;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_38 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_39 = L_38->___chars;
|
|
int32_t L_40 = V_1;
|
|
int32_t L_41 = V_2;
|
|
String_t* L_42;
|
|
L_42 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(5, L_37, L_39, L_40, L_41);
|
|
V_3 = L_42;
|
|
String_t* L_43 = V_3;
|
|
__this->___lastPrefix = L_43;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___lastPrefix), (void*)L_43);
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_44 = __this->___nameTable;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_45 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_46 = L_45->___chars;
|
|
int32_t L_47 = ___1_colonPos;
|
|
int32_t L_48 = ___0_endNamePos;
|
|
int32_t L_49 = ___1_colonPos;
|
|
String_t* L_50;
|
|
L_50 = VirtualFuncInvoker3< String_t*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(5, L_44, L_46, ((int32_t)il2cpp_codegen_add(L_47, 1)), ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_48, L_49)), 1)));
|
|
String_t* L_51 = V_3;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_52;
|
|
L_52 = XmlTextReaderImpl_AddAttribute_m9EA9D173DBD70BD92F1FE146724BB23DE17A8BE8(__this, L_50, L_51, (String_t*)NULL, NULL);
|
|
return L_52;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* XmlTextReaderImpl_AddAttribute_m9EA9D173DBD70BD92F1FE146724BB23DE17A8BE8 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_localName, String_t* ___1_prefix, String_t* ___2_nameWPrefix, const RuntimeMethod* method)
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
int32_t L_0 = __this->___index;
|
|
int32_t L_1 = __this->___attrCount;
|
|
int32_t L_2 = __this->___index;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_3;
|
|
L_3 = XmlTextReaderImpl_AddNode_mB0ECD9B7041F31D4BF9DD2D5E6675321739AEB67(__this, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_0, L_1)), 1)), ((int32_t)il2cpp_codegen_add(L_2, 1)), NULL);
|
|
V_0 = L_3;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_4 = V_0;
|
|
String_t* L_5 = ___0_localName;
|
|
String_t* L_6 = ___1_prefix;
|
|
String_t* L_7 = ___2_nameWPrefix;
|
|
NodeData_SetNamedNode_mC99F6739610C0257126208B4CF498E1771DF5DDA(L_4, 2, L_5, L_6, L_7, NULL);
|
|
String_t* L_8 = ___0_localName;
|
|
Il2CppChar L_9;
|
|
L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, 0, NULL);
|
|
V_1 = ((int32_t)(1<<((int32_t)(((int32_t)((int32_t)L_9&((int32_t)31)))&((int32_t)31)))));
|
|
int32_t L_10 = __this->___attrHashtable;
|
|
int32_t L_11 = V_1;
|
|
if (((int32_t)(L_10&L_11)))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = __this->___attrHashtable;
|
|
int32_t L_13 = V_1;
|
|
__this->___attrHashtable = ((int32_t)(L_12|L_13));
|
|
goto IL_00b5;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
int32_t L_14 = __this->___attrDuplWalkCount;
|
|
if ((((int32_t)L_14) >= ((int32_t)((int32_t)250))))
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = __this->___attrDuplWalkCount;
|
|
__this->___attrDuplWalkCount = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
int32_t L_16 = __this->___index;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
goto IL_00a3;
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_17 = __this->___nodes;
|
|
int32_t L_18 = V_2;
|
|
int32_t L_19 = L_18;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_20 = (L_17)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19));
|
|
String_t* L_21 = L_20->___localName;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_22 = V_0;
|
|
String_t* L_23 = L_22->___localName;
|
|
bool L_24;
|
|
L_24 = Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF(L_21, L_23, NULL);
|
|
if (!L_24)
|
|
{
|
|
goto IL_009f;
|
|
}
|
|
}
|
|
{
|
|
__this->___attrDuplWalkCount = ((int32_t)250);
|
|
goto IL_00b5;
|
|
}
|
|
|
|
IL_009f:
|
|
{
|
|
int32_t L_25 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_25, 1));
|
|
}
|
|
|
|
IL_00a3:
|
|
{
|
|
int32_t L_26 = V_2;
|
|
int32_t L_27 = __this->___index;
|
|
int32_t L_28 = __this->___attrCount;
|
|
if ((((int32_t)L_26) < ((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_27, L_28)), 1)))))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
int32_t L_29 = __this->___attrCount;
|
|
__this->___attrCount = ((int32_t)il2cpp_codegen_add(L_29, 1));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_30 = V_0;
|
|
return L_30;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopElementContext_m815F6BA5B634F8A49E91EA0246AAA21310305612 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_0 = __this->___namespaceManager;
|
|
bool L_1;
|
|
L_1 = VirtualFuncInvoker0< bool >::Invoke(11, L_0);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_2 = __this->___curNode;
|
|
bool L_3 = L_2->___xmlContextPushed;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_PopXmlContext_mE8BF33631E261B70541D99D0F2FBFDC5DB9847E6(__this, NULL);
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_1 = (int32_t*)(&L_0->___lineNo);
|
|
int32_t* L_2 = L_1;
|
|
int32_t L_3 = *((int32_t*)L_2);
|
|
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add(L_3, 1));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_5 = ___0_pos;
|
|
L_4->___lineStartPos = ((int32_t)il2cpp_codegen_subtract(L_5, 1));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnEof_m8F5DFF89DE3251F9CEFA219E6A1AB8D268191B36 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_0 = __this->___nodes;
|
|
int32_t L_1 = 0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_2 = (L_0)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_1));
|
|
__this->___curNode = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_2);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_3 = __this->___curNode;
|
|
NodeData_Clear_m947A266026A00AB3BC65DC55B7BCE727B3D0004F(L_3, 0, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_4 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_6;
|
|
L_6 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_5, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_8;
|
|
L_8 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_7, NULL);
|
|
NodeData_SetLineInfo_m6D28339C7F45327E5B512AD556ECCBB06A0871A5(L_4, L_6, L_8, NULL);
|
|
__this->___parsingFunction = ((int32_t)11);
|
|
__this->___readState = 3;
|
|
__this->___reportedEncoding = (Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___reportedEncoding), (void*)(Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_LookupNamespace_mE589C9F86465B7D1B74C56E1A18F9FC0169AED1F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___0_node, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CC07AF4C3868561B4298BB54D24B5A984DBC70D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_0 = __this->___namespaceManager;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_1 = ___0_node;
|
|
String_t* L_2 = L_1->___prefix;
|
|
String_t* L_3;
|
|
L_3 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(16, L_0, L_2);
|
|
V_0 = L_3;
|
|
String_t* L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_6 = ___0_node;
|
|
String_t* L_7 = L_6->___prefix;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_8 = ___0_node;
|
|
int32_t L_9;
|
|
L_9 = NodeData_get_LineNo_m4FFAC4F3348BAF51A9900887975D3164BE1AA090(L_8, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_10 = ___0_node;
|
|
int32_t L_11;
|
|
L_11 = NodeData_get_LinePos_mA47E445CCB1D4B13F7E6821C44D70299FBAEB0C7(L_10, NULL);
|
|
XmlTextReaderImpl_Throw_mC803D5A772B620AF824AFBAB3BC5FC546739E35E(__this, _stringLiteral2CC07AF4C3868561B4298BB54D24B5A984DBC70D, L_7, L_9, L_11, NULL);
|
|
return (String_t*)NULL;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_AddNamespace_m386AA71482212EB7FAEED6FCD330173150E87AFB (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_prefix, String_t* ___1_uri, NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___2_attr, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DD65E4164ECCDCC03EEEB4270914339DE878E09);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11FD22D825C5C7EEDE7CA43876F02B7D8B4C213F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* V_0 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
String_t* L_0 = ___1_uri;
|
|
bool L_1;
|
|
L_1 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_0, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = ___0_prefix;
|
|
String_t* L_3 = __this->___XmlNs;
|
|
bool L_4;
|
|
L_4 = Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF(L_2, L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_5 = ___2_attr;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_6 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_5->___lineInfo2);
|
|
int32_t L_7 = L_6->___lineNo;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_8 = ___2_attr;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_9 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_8->___lineInfo2);
|
|
int32_t L_10 = L_9->___linePos;
|
|
XmlTextReaderImpl_Throw_m24DD009B3659BA3348BCC1A9EC0335E1D8245C63(__this, _stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED, L_7, L_10, NULL);
|
|
goto IL_00a7;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
String_t* L_11 = ___0_prefix;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_12 = ___2_attr;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_13 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_12->___lineInfo2);
|
|
int32_t L_14 = L_13->___lineNo;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_15 = ___2_attr;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_16 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_15->___lineInfo2);
|
|
int32_t L_17 = L_16->___linePos;
|
|
XmlTextReaderImpl_Throw_mC803D5A772B620AF824AFBAB3BC5FC546739E35E(__this, _stringLiteral0DD65E4164ECCDCC03EEEB4270914339DE878E09, L_11, L_14, L_17, NULL);
|
|
goto IL_00a7;
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
String_t* L_18 = ___1_uri;
|
|
bool L_19;
|
|
L_19 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_18, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_20 = ___0_prefix;
|
|
String_t* L_21 = __this->___Xml;
|
|
bool L_22;
|
|
L_22 = Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF(L_20, L_21, NULL);
|
|
if (L_22)
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
bool L_23 = __this->___v1Compat;
|
|
if (L_23)
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_24 = ___0_prefix;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_25 = ___2_attr;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_26 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_25->___lineInfo2);
|
|
int32_t L_27 = L_26->___lineNo;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_28 = ___2_attr;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_29 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_28->___lineInfo2);
|
|
int32_t L_30 = L_29->___linePos;
|
|
XmlTextReaderImpl_Throw_mC803D5A772B620AF824AFBAB3BC5FC546739E35E(__this, _stringLiteral0DD65E4164ECCDCC03EEEB4270914339DE878E09, L_24, L_27, L_30, NULL);
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
String_t* L_31 = ___1_uri;
|
|
int32_t L_32;
|
|
L_32 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_31, NULL);
|
|
if (L_32)
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_33 = ___0_prefix;
|
|
int32_t L_34;
|
|
L_34 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_33, NULL);
|
|
if ((((int32_t)L_34) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_35 = ___2_attr;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_36 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_35->___lineInfo);
|
|
int32_t L_37 = L_36->___lineNo;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_38 = ___2_attr;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_39 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_38->___lineInfo);
|
|
int32_t L_40 = L_39->___linePos;
|
|
XmlTextReaderImpl_Throw_m24DD009B3659BA3348BCC1A9EC0335E1D8245C63(__this, _stringLiteral11FD22D825C5C7EEDE7CA43876F02B7D8B4C213F, L_37, L_40, NULL);
|
|
}
|
|
|
|
IL_00d9:
|
|
{
|
|
}
|
|
try
|
|
{
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_41 = __this->___namespaceManager;
|
|
String_t* L_42 = ___0_prefix;
|
|
String_t* L_43 = ___1_uri;
|
|
VirtualActionInvoker2< String_t*, String_t* >::Invoke(12, L_41, L_42, L_43);
|
|
goto IL_0109;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_00e9;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00e9:
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_44 = ((ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*));;
|
|
V_0 = L_44;
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_45 = V_0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_46 = ___2_attr;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_47 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_46->___lineInfo);
|
|
int32_t L_48 = L_47->___lineNo;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_49 = ___2_attr;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_50 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_49->___lineInfo);
|
|
int32_t L_51 = L_50->___linePos;
|
|
XmlTextReaderImpl_ReThrow_m58456B276A63FC28D06E961818452191F19A7502(__this, L_45, L_48, L_51, NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0109;
|
|
}
|
|
|
|
IL_0109:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ResetAttributes_m2E88D9765B460D463079DC959DA71B940FBE014C (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___fullAttrCleanup;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_FullAttributeCleanup_m3F7C15D39EFF3CF7FF7D5AF2BE1F2D3BAEF566CF(__this, NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
__this->___curAttrIndex = (-1);
|
|
__this->___attrCount = 0;
|
|
__this->___attrHashtable = 0;
|
|
__this->___attrDuplWalkCount = 0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FullAttributeCleanup_m3F7C15D39EFF3CF7FF7D5AF2BE1F2D3BAEF566CF (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___index;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_1 = __this->___nodes;
|
|
int32_t L_2 = V_0;
|
|
int32_t L_3 = L_2;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_4 = (L_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_3));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_5 = L_4;
|
|
L_5->___nextAttrValueChunk = (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___nextAttrValueChunk), (void*)(NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)NULL);
|
|
NodeData_set_IsDefaultAttribute_m6CFE78C360F0CAADE7E1398F7527374253267DCD_inline(L_5, (bool)0, NULL);
|
|
int32_t L_6 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
int32_t L_7 = V_0;
|
|
int32_t L_8 = __this->___index;
|
|
int32_t L_9 = __this->___attrCount;
|
|
if ((((int32_t)L_7) < ((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_8, L_9)), 1)))))
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
__this->___fullAttrCleanup = (bool)0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushXmlContext_m32D32A6DD05D7274AB2762228D3DFA63083F0A9C (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_0 = __this->___xmlContext;
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_1 = (XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE*)il2cpp_codegen_object_new(XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE_il2cpp_TypeInfo_var);
|
|
XmlContext__ctor_m36F921052A4E95CFAF89B426EF20D602C5F16C7D(L_1, L_0, NULL);
|
|
__this->___xmlContext = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlContext), (void*)L_1);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_2 = __this->___curNode;
|
|
L_2->___xmlContextPushed = (bool)1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopXmlContext_mE8BF33631E261B70541D99D0F2FBFDC5DB9847E6 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_0 = __this->___xmlContext;
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_1 = L_0->___previousContext;
|
|
__this->___xmlContext = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlContext), (void*)L_1);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_2 = __this->___curNode;
|
|
L_2->___xmlContextPushed = (bool)0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetWhitespaceType_m742B2D50EDE39B9E1D98E0E6EA61A87C459EF2C7 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___whitespaceHandling;
|
|
if ((((int32_t)L_0) == ((int32_t)2)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_1 = __this->___xmlContext;
|
|
int32_t L_2 = L_1->___xmlSpace;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(((int32_t)14));
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
int32_t L_3 = __this->___whitespaceHandling;
|
|
if (L_3)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(((int32_t)13));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
return (int32_t)(0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetTextNodeType_mD21D8EAFAE32988277E39963DC7A0F978FDE9062 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_orChars, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_orChars;
|
|
if ((((int32_t)L_0) <= ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(3);
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
int32_t L_1;
|
|
L_1 = XmlTextReaderImpl_GetWhitespaceType_m742B2D50EDE39B9E1D98E0E6EA61A87C459EF2C7(__this, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushExternalEntityOrSubset_m6512BA1B5A447175E8A0B00D75A62D25F04E8BA0 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_publicId, String_t* ___1_systemId, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___2_baseUri, String_t* ___3_entityName, 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*)&_stringLiteral6A296BDE05384B1131431F0CFA2EB755E12F20E4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral99F19C3C64E4DA42B933F242D187F672BFE457C6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE17BBA8A473D59FFCC3E1CE5B765B2C174385B7F);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_0 = NULL;
|
|
Exception_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B13_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B12_0 = NULL;
|
|
String_t* G_B14_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B14_1 = NULL;
|
|
int32_t G_B18_0 = 0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B18_1 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B18_2 = NULL;
|
|
String_t* G_B18_3 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B18_4 = NULL;
|
|
int32_t G_B17_0 = 0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B17_1 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B17_2 = NULL;
|
|
String_t* G_B17_3 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B17_4 = NULL;
|
|
String_t* G_B19_0 = NULL;
|
|
int32_t G_B19_1 = 0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B19_2 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B19_3 = NULL;
|
|
String_t* G_B19_4 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B19_5 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B22_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B21_0 = NULL;
|
|
String_t* G_B23_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B23_1 = NULL;
|
|
{
|
|
String_t* L_0 = ___0_publicId;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
try
|
|
{
|
|
{
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_2 = __this->___xmlResolver;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = ___2_baseUri;
|
|
String_t* L_4 = ___0_publicId;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5;
|
|
L_5 = VirtualFuncInvoker2< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, String_t* >::Invoke(5, L_2, L_3, L_4);
|
|
V_0 = L_5;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6 = V_0;
|
|
bool L_7;
|
|
L_7 = XmlTextReaderImpl_OpenAndPush_m605AAB188653B4DA412AD98AB6C547DB280E9DC4(__this, L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0024_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
|
|
IL_0024_1:
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
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_0026;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0026:
|
|
{
|
|
Exception_t* L_8 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0029;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_9 = __this->___xmlResolver;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_10 = ___2_baseUri;
|
|
String_t* L_11 = ___1_systemId;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_12;
|
|
L_12 = VirtualFuncInvoker2< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, String_t* >::Invoke(5, L_9, L_10, L_11);
|
|
V_0 = L_12;
|
|
}
|
|
try
|
|
{
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_13 = V_0;
|
|
bool L_14;
|
|
L_14 = XmlTextReaderImpl_OpenAndPush_m605AAB188653B4DA412AD98AB6C547DB280E9DC4(__this, L_13, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0045_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
|
|
IL_0045_1:
|
|
{
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
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_0047;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0047:
|
|
{
|
|
{
|
|
Exception_t* L_15 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_1 = L_15;
|
|
bool L_16 = __this->___v1Compat;
|
|
if (!L_16)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*));
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
Exception_t* L_17 = V_1;
|
|
String_t* L_18;
|
|
L_18 = VirtualFuncInvoker0< String_t* >::Invoke(5, L_17);
|
|
V_2 = L_18;
|
|
String_t* L_19 = ___3_entityName;
|
|
if (!L_19)
|
|
{
|
|
G_B13_0 = __this;
|
|
goto IL_0065;
|
|
}
|
|
G_B12_0 = __this;
|
|
}
|
|
{
|
|
G_B14_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4F0ED44759FB9D445390E9BFD2CE4A97F58BBBA9));
|
|
G_B14_1 = G_B12_0;
|
|
goto IL_006a;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
G_B14_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral226FFA80152D23D5393D03AF02D1C90D7880F548));
|
|
G_B14_1 = G_B13_0;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = L_20;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_22 = V_0;
|
|
String_t* L_23;
|
|
L_23 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_22);
|
|
(L_21)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (String_t*)L_23);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24 = L_21;
|
|
String_t* L_25 = V_2;
|
|
(L_24)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (String_t*)L_25);
|
|
Exception_t* L_26 = V_1;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_27 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var)));
|
|
XmlException__ctor_m7E1498E19EBB6E85EC10AA3F9F5A40CA0C5D3F68(L_27, G_B14_0, L_24, L_26, 0, 0, NULL);
|
|
XmlTextReaderImpl_Throw_m9ECEA80AD460894085EF82E9F5F55B74FA0A5525(G_B14_1, L_27, NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_008c;
|
|
}
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
String_t* L_28 = ___3_entityName;
|
|
if (L_28)
|
|
{
|
|
goto IL_00b5;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_29 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_30 = L_29;
|
|
String_t* L_31 = ___0_publicId;
|
|
if (L_31)
|
|
{
|
|
G_B18_0 = 0;
|
|
G_B18_1 = L_30;
|
|
G_B18_2 = L_30;
|
|
G_B18_3 = _stringLiteralE17BBA8A473D59FFCC3E1CE5B765B2C174385B7F;
|
|
G_B18_4 = __this;
|
|
goto IL_00a8;
|
|
}
|
|
G_B17_0 = 0;
|
|
G_B17_1 = L_30;
|
|
G_B17_2 = L_30;
|
|
G_B17_3 = _stringLiteralE17BBA8A473D59FFCC3E1CE5B765B2C174385B7F;
|
|
G_B17_4 = __this;
|
|
}
|
|
{
|
|
String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
G_B19_0 = L_32;
|
|
G_B19_1 = G_B17_0;
|
|
G_B19_2 = G_B17_1;
|
|
G_B19_3 = G_B17_2;
|
|
G_B19_4 = G_B17_3;
|
|
G_B19_5 = G_B17_4;
|
|
goto IL_00a9;
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
String_t* L_33 = ___0_publicId;
|
|
G_B19_0 = L_33;
|
|
G_B19_1 = G_B18_0;
|
|
G_B19_2 = G_B18_1;
|
|
G_B19_3 = G_B18_2;
|
|
G_B19_4 = G_B18_3;
|
|
G_B19_5 = G_B18_4;
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
(G_B19_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(G_B19_1), (String_t*)G_B19_0);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_34 = G_B19_3;
|
|
String_t* L_35 = ___1_systemId;
|
|
(L_34)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (String_t*)L_35);
|
|
XmlTextReaderImpl_ThrowWithoutLineInfo_m3F88E00870704C2A8B25E655F6EE70D8A5E572DD(G_B19_5, G_B19_4, L_34, (Exception_t*)NULL, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_00b5:
|
|
{
|
|
int32_t L_36 = __this->___dtdProcessing;
|
|
if ((((int32_t)L_36) == ((int32_t)1)))
|
|
{
|
|
G_B22_0 = __this;
|
|
goto IL_00c6;
|
|
}
|
|
G_B21_0 = __this;
|
|
}
|
|
{
|
|
G_B23_0 = _stringLiteral99F19C3C64E4DA42B933F242D187F672BFE457C6;
|
|
G_B23_1 = G_B21_0;
|
|
goto IL_00cb;
|
|
}
|
|
|
|
IL_00c6:
|
|
{
|
|
G_B23_0 = _stringLiteral6A296BDE05384B1131431F0CFA2EB755E12F20E4;
|
|
G_B23_1 = G_B22_0;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
String_t* L_37 = ___3_entityName;
|
|
XmlTextReaderImpl_Throw_m859526BA653ED17DCB75917A70D2E7F1FA2914C2(G_B23_1, G_B23_0, L_37, NULL);
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_OpenAndPush_m605AAB188653B4DA412AD98AB6C547DB280E9DC4 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* V_0 = NULL;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* V_1 = NULL;
|
|
{
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_0 = __this->___xmlResolver;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1 = ___0_uri;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
bool L_4;
|
|
L_4 = VirtualFuncInvoker2< bool, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, Type_t* >::Invoke(6, L_0, L_1, L_3);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_5 = __this->___xmlResolver;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6 = ___0_uri;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast<intptr_t> (TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
|
|
Type_t* L_8;
|
|
L_8 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_7, NULL);
|
|
RuntimeObject* L_9;
|
|
L_9 = VirtualFuncInvoker3< RuntimeObject*, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, String_t*, Type_t* >::Invoke(4, L_5, L_6, (String_t*)NULL, L_8);
|
|
V_0 = ((TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7*)CastclassClass((RuntimeObject*)L_9, TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_il2cpp_TypeInfo_var));
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_10 = V_0;
|
|
if (L_10)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
XmlTextReaderImpl_PushParsingState_m9E8EA67D5D3A6764AD726BF591415B6BCE2291D7(__this, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_11 = ___0_uri;
|
|
String_t* L_12;
|
|
L_12 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_11);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_13 = ___0_uri;
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* L_14 = V_0;
|
|
XmlTextReaderImpl_InitTextReaderInput_mFA8F8F8AAD41AF30E00B733D8D3998D7C018DC87(__this, L_12, L_13, L_14, NULL);
|
|
goto IL_0081;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_15 = __this->___xmlResolver;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_16 = ___0_uri;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_17 = { reinterpret_cast<intptr_t> (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
|
|
Type_t* L_18;
|
|
L_18 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_17, NULL);
|
|
RuntimeObject* L_19;
|
|
L_19 = VirtualFuncInvoker3< RuntimeObject*, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, String_t*, Type_t* >::Invoke(4, L_15, L_16, (String_t*)NULL, L_18);
|
|
V_1 = ((Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*)CastclassClass((RuntimeObject*)L_19, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var));
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_20 = V_1;
|
|
if (L_20)
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
XmlTextReaderImpl_PushParsingState_m9E8EA67D5D3A6764AD726BF591415B6BCE2291D7(__this, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_21 = ___0_uri;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_22 = V_1;
|
|
XmlTextReaderImpl_InitStreamInput_m89A74BC08EA5E6FB283BBA9FFB6B4C769AD7D8A6(__this, L_21, L_22, (Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095*)NULL, NULL);
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_PushExternalEntity_m547C80F437D100BC53D09B4E965BB58CE026557D (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_entity, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* V_2 = NULL;
|
|
{
|
|
bool L_0;
|
|
L_0 = XmlTextReaderImpl_get_IsResolverNull_m6DC91F871E5F4B8694DDF8B312AC67DF1666EE0C(__this, NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL;
|
|
RuntimeObject* L_1 = ___0_entity;
|
|
String_t* L_2;
|
|
L_2 = InterfaceFuncInvoker0< String_t* >::Invoke(5, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_1);
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_4 = __this->___xmlResolver;
|
|
RuntimeObject* L_5 = ___0_entity;
|
|
String_t* L_6;
|
|
L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(5, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_5);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_7;
|
|
L_7 = VirtualFuncInvoker2< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, String_t* >::Invoke(5, L_4, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, L_6);
|
|
V_0 = L_7;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
RuntimeObject* L_8 = ___0_entity;
|
|
String_t* L_9;
|
|
L_9 = InterfaceFuncInvoker0< String_t* >::Invoke(8, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_8);
|
|
RuntimeObject* L_10 = ___0_entity;
|
|
String_t* L_11;
|
|
L_11 = InterfaceFuncInvoker0< String_t* >::Invoke(7, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_10);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_12 = V_0;
|
|
RuntimeObject* L_13 = ___0_entity;
|
|
String_t* L_14;
|
|
L_14 = InterfaceFuncInvoker0< String_t* >::Invoke(0, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_13);
|
|
XmlTextReaderImpl_PushExternalEntityOrSubset_m6512BA1B5A447175E8A0B00D75A62D25F04E8BA0(__this, L_9, L_11, L_12, L_14, NULL);
|
|
RuntimeObject* L_15 = ___0_entity;
|
|
XmlTextReaderImpl_RegisterEntity_m8ABF06A846B69E6471AB0CBFEF79E543D5C02209(__this, L_15, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_16 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_17 = L_16->___charPos;
|
|
V_1 = L_17;
|
|
bool L_18 = __this->___v1Compat;
|
|
if (!L_18)
|
|
{
|
|
goto IL_0066;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_19;
|
|
L_19 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(__this, (StringBuilder_t*)NULL, NULL);
|
|
}
|
|
|
|
IL_0066:
|
|
{
|
|
bool L_20;
|
|
L_20 = XmlTextReaderImpl_ParseXmlDeclaration_mE57790EE79B349C9AA99472BA1B5DE58604660EA(__this, (bool)1, NULL);
|
|
if (L_20)
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_21 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_22 = V_1;
|
|
L_21->___charPos = L_22;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_23 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_24 = L_23->___encoding;
|
|
V_2 = L_24;
|
|
XmlTextReaderImpl_PushParsingState_m9E8EA67D5D3A6764AD726BF591415B6BCE2291D7(__this, NULL);
|
|
RuntimeObject* L_25 = ___0_entity;
|
|
String_t* L_26;
|
|
L_26 = InterfaceFuncInvoker0< String_t* >::Invoke(7, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_25);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_27 = V_2;
|
|
String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
XmlTextReaderImpl_InitStringInput_m1436DEAEA65A2E1683BB1169CF5ADA6E2E620E52(__this, L_26, L_27, L_28, NULL);
|
|
RuntimeObject* L_29 = ___0_entity;
|
|
XmlTextReaderImpl_RegisterEntity_m8ABF06A846B69E6471AB0CBFEF79E543D5C02209(__this, L_29, NULL);
|
|
XmlTextReaderImpl_RegisterConsumedCharacters_mC93EC992AB264BC7A08D193CEB0A87806E799D68(__this, ((int64_t)0), (bool)1, NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushInternalEntity_m1D90F101FA95554B361AD62135C9C796C1809407 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_entity, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* V_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B2_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B1_0 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B3_1 = NULL;
|
|
String_t* G_B5_0 = NULL;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* G_B5_1 = NULL;
|
|
String_t* G_B5_2 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B5_3 = NULL;
|
|
String_t* G_B4_0 = NULL;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* G_B4_1 = NULL;
|
|
String_t* G_B4_2 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B4_3 = NULL;
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_1 = L_0->___encoding;
|
|
V_0 = L_1;
|
|
XmlTextReaderImpl_PushParsingState_m9E8EA67D5D3A6764AD726BF591415B6BCE2291D7(__this, NULL);
|
|
RuntimeObject* L_2 = ___0_entity;
|
|
String_t* L_3;
|
|
L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(6, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_2);
|
|
if (L_3)
|
|
{
|
|
G_B2_0 = __this;
|
|
goto IL_0022;
|
|
}
|
|
G_B1_0 = __this;
|
|
}
|
|
{
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
G_B3_0 = L_4;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0028;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
RuntimeObject* L_5 = ___0_entity;
|
|
String_t* L_6;
|
|
L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(6, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_5);
|
|
G_B3_0 = L_6;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_7 = V_0;
|
|
RuntimeObject* L_8 = ___0_entity;
|
|
String_t* L_9;
|
|
L_9 = InterfaceFuncInvoker0< String_t* >::Invoke(9, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_8);
|
|
String_t* L_10 = L_9;
|
|
if (L_10)
|
|
{
|
|
G_B5_0 = L_10;
|
|
G_B5_1 = L_7;
|
|
G_B5_2 = G_B3_0;
|
|
G_B5_3 = G_B3_1;
|
|
goto IL_0038;
|
|
}
|
|
G_B4_0 = L_10;
|
|
G_B4_1 = L_7;
|
|
G_B4_2 = G_B3_0;
|
|
G_B4_3 = G_B3_1;
|
|
}
|
|
{
|
|
String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
G_B5_0 = L_11;
|
|
G_B5_1 = G_B4_1;
|
|
G_B5_2 = G_B4_2;
|
|
G_B5_3 = G_B4_3;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
XmlTextReaderImpl_InitStringInput_m1436DEAEA65A2E1683BB1169CF5ADA6E2E620E52(G_B5_3, G_B5_2, G_B5_1, G_B5_0, NULL);
|
|
RuntimeObject* L_12 = ___0_entity;
|
|
XmlTextReaderImpl_RegisterEntity_m8ABF06A846B69E6471AB0CBFEF79E543D5C02209(__this, L_12, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_13 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
RuntimeObject* L_14 = ___0_entity;
|
|
int32_t L_15;
|
|
L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(10, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_14);
|
|
L_13->___lineNo = L_15;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_16 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
RuntimeObject* L_17 = ___0_entity;
|
|
int32_t L_18;
|
|
L_18 = InterfaceFuncInvoker0< int32_t >::Invoke(11, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_17);
|
|
L_16->___lineStartPos = ((int32_t)il2cpp_codegen_subtract(((-L_18)), 1));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_19 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
L_19->___eolNormalized = (bool)1;
|
|
RuntimeObject* L_20 = ___0_entity;
|
|
String_t* L_21;
|
|
L_21 = InterfaceFuncInvoker0< String_t* >::Invoke(9, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_20);
|
|
int32_t L_22;
|
|
L_22 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_21, NULL);
|
|
XmlTextReaderImpl_RegisterConsumedCharacters_mC93EC992AB264BC7A08D193CEB0A87806E799D68(__this, ((int64_t)L_22), (bool)1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopEntity_m3F59397F9382BD7DF60D2249186E342F4EAC99E0 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = L_0->___stream;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_3 = L_2->___stream;
|
|
VirtualActionInvoker0::Invoke(18, L_3);
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
XmlTextReaderImpl_UnregisterEntity_m616D7ADE3585C0654A1374298FF7F9208C7E35CB(__this, NULL);
|
|
XmlTextReaderImpl_PopParsingState_m6F5CF788CF5233E312DFB006D075BE7D37374D71(__this, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_4 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_6 = L_5->___entityId;
|
|
L_4->___entityId = L_6;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_RegisterEntity_m8ABF06A846B69E6471AB0CBFEF79E543D5C02209 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_entity, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_m6B646FC3E69ADA1E841FA6878E43A4EBEDEE6AB0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m5CEBA3CC956CC2C106666A910118133F1E696D84_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m6210F59C2C6D70022557B14383A77B307D8E5E4A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD27E638C5F6B34DE55DDC1E7B33B6C164CB88CAC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9BAFB0222941360F2752ADB95BF13DFDF07C373);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B4_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B3_0 = NULL;
|
|
String_t* G_B5_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B5_1 = NULL;
|
|
{
|
|
Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D* L_0 = __this->___currentEntities;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D* L_1 = __this->___currentEntities;
|
|
RuntimeObject* L_2 = ___0_entity;
|
|
bool L_3;
|
|
L_3 = Dictionary_2_ContainsKey_m5CEBA3CC956CC2C106666A910118133F1E696D84(L_1, L_2, Dictionary_2_ContainsKey_m5CEBA3CC956CC2C106666A910118133F1E696D84_RuntimeMethod_var);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0062;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4 = ___0_entity;
|
|
bool L_5;
|
|
L_5 = InterfaceFuncInvoker0< bool >::Invoke(4, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_4);
|
|
if (L_5)
|
|
{
|
|
G_B4_0 = __this;
|
|
goto IL_0026;
|
|
}
|
|
G_B3_0 = __this;
|
|
}
|
|
{
|
|
G_B5_0 = _stringLiteralD27E638C5F6B34DE55DDC1E7B33B6C164CB88CAC;
|
|
G_B5_1 = G_B3_0;
|
|
goto IL_002b;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
G_B5_0 = _stringLiteralE9BAFB0222941360F2752ADB95BF13DFDF07C373;
|
|
G_B5_1 = G_B4_0;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
RuntimeObject* L_6 = ___0_entity;
|
|
String_t* L_7;
|
|
L_7 = InterfaceFuncInvoker0< String_t* >::Invoke(0, IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27_il2cpp_TypeInfo_var, L_6);
|
|
ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29* L_8 = __this->___parsingStatesStack;
|
|
int32_t L_9 = __this->___parsingStatesStackTop;
|
|
int32_t L_10;
|
|
L_10 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(((L_8)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_9))), NULL);
|
|
ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29* L_11 = __this->___parsingStatesStack;
|
|
int32_t L_12 = __this->___parsingStatesStackTop;
|
|
int32_t L_13;
|
|
L_13 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(((L_11)->GetAddressAtUnchecked(static_cast<il2cpp_array_size_t>(L_12))), NULL);
|
|
XmlTextReaderImpl_Throw_mC803D5A772B620AF824AFBAB3BC5FC546739E35E(G_B5_1, G_B5_0, L_7, L_10, L_13, NULL);
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_14 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
RuntimeObject* L_15 = ___0_entity;
|
|
L_14->___entity = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_14->___entity), (void*)L_15);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_16 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_17 = __this->___nextEntityId;
|
|
V_0 = L_17;
|
|
int32_t L_18 = V_0;
|
|
__this->___nextEntityId = ((int32_t)il2cpp_codegen_add(L_18, 1));
|
|
int32_t L_19 = V_0;
|
|
L_16->___entityId = L_19;
|
|
RuntimeObject* L_20 = ___0_entity;
|
|
if (!L_20)
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D* L_21 = __this->___currentEntities;
|
|
if (L_21)
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D* L_22 = (Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D*)il2cpp_codegen_object_new(Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D_il2cpp_TypeInfo_var);
|
|
Dictionary_2__ctor_m6210F59C2C6D70022557B14383A77B307D8E5E4A(L_22, Dictionary_2__ctor_m6210F59C2C6D70022557B14383A77B307D8E5E4A_RuntimeMethod_var);
|
|
__this->___currentEntities = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___currentEntities), (void*)L_22);
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D* L_23 = __this->___currentEntities;
|
|
RuntimeObject* L_24 = ___0_entity;
|
|
RuntimeObject* L_25 = ___0_entity;
|
|
Dictionary_2_Add_m6B646FC3E69ADA1E841FA6878E43A4EBEDEE6AB0(L_23, L_24, L_25, Dictionary_2_Add_m6B646FC3E69ADA1E841FA6878E43A4EBEDEE6AB0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_UnregisterEntity_m616D7ADE3585C0654A1374298FF7F9208C7E35CB (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m37E94DC039C08FA639889E09411C8BC5730643B5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
RuntimeObject* L_1 = L_0->___entity;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D* L_2 = __this->___currentEntities;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_3 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
RuntimeObject* L_4 = L_3->___entity;
|
|
bool L_5;
|
|
L_5 = Dictionary_2_Remove_m37E94DC039C08FA639889E09411C8BC5730643B5(L_2, L_4, Dictionary_2_Remove_m37E94DC039C08FA639889E09411C8BC5730643B5_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushParsingState_m9E8EA67D5D3A6764AD726BF591415B6BCE2291D7 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29* V_0 = NULL;
|
|
{
|
|
ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29* L_0 = __this->___parsingStatesStack;
|
|
if (L_0)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29* L_1 = (ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29*)(ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29*)SZArrayNew(ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
__this->___parsingStatesStack = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___parsingStatesStack), (void*)L_1);
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
int32_t L_2 = __this->___parsingStatesStackTop;
|
|
ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29* L_3 = __this->___parsingStatesStack;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add(L_2, 1))) == ((uint32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))))
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29* L_4 = __this->___parsingStatesStack;
|
|
ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29* L_5 = (ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29*)(ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29*)SZArrayNew(ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_4)->max_length)), 2)));
|
|
V_0 = L_5;
|
|
ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29* L_6 = __this->___parsingStatesStack;
|
|
ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29* L_7 = V_0;
|
|
ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29* L_8 = __this->___parsingStatesStack;
|
|
Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_6, 0, (RuntimeArray*)L_7, 0, ((int32_t)(((RuntimeArray*)L_8)->max_length)), NULL);
|
|
ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29* L_9 = V_0;
|
|
__this->___parsingStatesStack = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___parsingStatesStack), (void*)L_9);
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
int32_t L_10 = __this->___parsingStatesStackTop;
|
|
__this->___parsingStatesStackTop = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29* L_11 = __this->___parsingStatesStack;
|
|
int32_t L_12 = __this->___parsingStatesStackTop;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886 L_13 = __this->___ps;
|
|
(L_11)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_12), (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886)L_13);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_14 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ParsingState_Clear_mA3F9CDD851956A92A6F8BAFAA70A20192BB1FED4(L_14, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopParsingState_m6F5CF788CF5233E312DFB006D075BE7D37374D71 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
ParsingState_Close_mA2ACDB0CCE0955A1C3B7FA9431E23F3B4C2B2008(L_0, (bool)1, NULL);
|
|
ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29* L_1 = __this->___parsingStatesStack;
|
|
int32_t L_2 = __this->___parsingStatesStackTop;
|
|
V_0 = L_2;
|
|
int32_t L_3 = V_0;
|
|
__this->___parsingStatesStackTop = ((int32_t)il2cpp_codegen_subtract(L_3, 1));
|
|
int32_t L_4 = V_0;
|
|
int32_t L_5 = L_4;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886 L_6 = (L_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_5));
|
|
__this->___ps = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___ps))->___chars), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___ps))->___encoding), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___ps))->___stream), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___ps))->___decoder), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___ps))->___bytes), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___ps))->___textReader), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___ps))->___baseUriStr), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___ps))->___baseUri), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___ps))->___entity), (void*)NULL);
|
|
#endif
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_IncrementalRead_m856D6F97D4CF43CFE3E229178B1A98F34517D7F3 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9BBA939AADAC7131171CCBDAAF0369B087259893);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_7 = NULL;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
Il2CppChar V_10 = 0x0;
|
|
Il2CppChar V_11 = 0x0;
|
|
Il2CppChar V_12 = 0x0;
|
|
int32_t V_13 = 0;
|
|
int32_t V_14 = 0;
|
|
int32_t V_15 = 0;
|
|
int32_t V_16 = 0;
|
|
int32_t V_17 = 0;
|
|
int32_t V_18 = 0;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* V_19 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B20_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B18_0 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B19_0 = NULL;
|
|
int32_t G_B21_0 = 0;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B21_1 = NULL;
|
|
{
|
|
V_0 = 0;
|
|
}
|
|
|
|
IL_0002:
|
|
{
|
|
int32_t L_0 = __this->___incReadLeftEndPos;
|
|
int32_t L_1 = __this->___incReadLeftStartPos;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_0, L_1));
|
|
int32_t L_2 = V_1;
|
|
if ((((int32_t)L_2) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
try
|
|
{
|
|
IncrementalReadDecoder_t55EB8A2FB2A5FFCB1B68AE7F784C4E00DCE1E55B* L_3 = __this->___incReadDecoder;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = L_4->___chars;
|
|
int32_t L_6 = __this->___incReadLeftStartPos;
|
|
int32_t L_7 = V_1;
|
|
int32_t L_8;
|
|
L_8 = VirtualFuncInvoker3< int32_t, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(5, L_3, L_5, L_6, L_7);
|
|
V_4 = L_8;
|
|
goto IL_0060;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0038;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0038:
|
|
{
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_9 = ((XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*));;
|
|
V_5 = L_9;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_10 = V_5;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_11 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&__this->___incReadLineInfo);
|
|
int32_t L_12 = L_11->___lineNo;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_13 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&__this->___incReadLineInfo);
|
|
int32_t L_14 = L_13->___linePos;
|
|
XmlTextReaderImpl_ReThrow_m58456B276A63FC28D06E961818452191F19A7502(__this, L_10, L_12, L_14, NULL);
|
|
V_6 = 0;
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_072c;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
int32_t L_15 = V_4;
|
|
int32_t L_16 = V_1;
|
|
if ((((int32_t)L_15) >= ((int32_t)L_16)))
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = __this->___incReadLeftStartPos;
|
|
int32_t L_18 = V_4;
|
|
__this->___incReadLeftStartPos = ((int32_t)il2cpp_codegen_add(L_17, L_18));
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_19 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&__this->___incReadLineInfo);
|
|
int32_t* L_20 = (int32_t*)(&L_19->___linePos);
|
|
int32_t* L_21 = L_20;
|
|
int32_t L_22 = *((int32_t*)L_21);
|
|
int32_t L_23 = V_4;
|
|
*((int32_t*)L_21) = (int32_t)((int32_t)il2cpp_codegen_add(L_22, L_23));
|
|
int32_t L_24 = V_4;
|
|
return L_24;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
__this->___incReadLeftStartPos = 0;
|
|
__this->___incReadLeftEndPos = 0;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_25 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&__this->___incReadLineInfo);
|
|
int32_t* L_26 = (int32_t*)(&L_25->___linePos);
|
|
int32_t* L_27 = L_26;
|
|
int32_t L_28 = *((int32_t*)L_27);
|
|
int32_t L_29 = V_4;
|
|
*((int32_t*)L_27) = (int32_t)((int32_t)il2cpp_codegen_add(L_28, L_29));
|
|
IncrementalReadDecoder_t55EB8A2FB2A5FFCB1B68AE7F784C4E00DCE1E55B* L_30 = __this->___incReadDecoder;
|
|
bool L_31;
|
|
L_31 = VirtualFuncInvoker0< bool >::Invoke(4, L_30);
|
|
if (!L_31)
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_32 = V_4;
|
|
return L_32;
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
V_2 = 0;
|
|
V_3 = 0;
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
int32_t L_33 = __this->___incReadState;
|
|
V_9 = L_33;
|
|
int32_t L_34 = V_9;
|
|
switch (L_34)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_01d7;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_01d7;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_014e;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0122;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_01d7;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_01d7;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_01b4;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_017a;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_01b2;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_01d7;
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
bool L_35;
|
|
L_35 = XmlTextReaderImpl_ParsePIValue_mBFEE75456754EE92FB4FECAF6995FA346A725CE1(__this, (&V_2), (&V_3), NULL);
|
|
if (!L_35)
|
|
{
|
|
goto IL_06a4;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_36 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_37 = (int32_t*)(&L_36->___charPos);
|
|
int32_t* L_38 = L_37;
|
|
int32_t L_39 = *((int32_t*)L_38);
|
|
*((int32_t*)L_38) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_39, 2));
|
|
__this->___incReadState = 0;
|
|
goto IL_06a4;
|
|
}
|
|
|
|
IL_0122:
|
|
{
|
|
bool L_40;
|
|
L_40 = XmlTextReaderImpl_ParseCDataOrComment_m07B11C083003E41B4A2798E1EDF31125D90E29D3(__this, 8, (&V_2), (&V_3), NULL);
|
|
if (!L_40)
|
|
{
|
|
goto IL_06a4;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_41 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_42 = (int32_t*)(&L_41->___charPos);
|
|
int32_t* L_43 = L_42;
|
|
int32_t L_44 = *((int32_t*)L_43);
|
|
*((int32_t*)L_43) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_44, 3));
|
|
__this->___incReadState = 0;
|
|
goto IL_06a4;
|
|
}
|
|
|
|
IL_014e:
|
|
{
|
|
bool L_45;
|
|
L_45 = XmlTextReaderImpl_ParseCDataOrComment_m07B11C083003E41B4A2798E1EDF31125D90E29D3(__this, 4, (&V_2), (&V_3), NULL);
|
|
if (!L_45)
|
|
{
|
|
goto IL_06a4;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_46 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_47 = (int32_t*)(&L_46->___charPos);
|
|
int32_t* L_48 = L_47;
|
|
int32_t L_49 = *((int32_t*)L_48);
|
|
*((int32_t*)L_48) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_49, 3));
|
|
__this->___incReadState = 0;
|
|
goto IL_06a4;
|
|
}
|
|
|
|
IL_017a:
|
|
{
|
|
__this->___parsingFunction = 7;
|
|
int32_t L_50 = __this->___index;
|
|
if ((((int32_t)L_50) > ((int32_t)0)))
|
|
{
|
|
G_B20_0 = __this;
|
|
goto IL_0198;
|
|
}
|
|
G_B18_0 = __this;
|
|
}
|
|
{
|
|
int32_t L_51 = __this->___fragmentType;
|
|
if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)9)))))
|
|
{
|
|
G_B20_0 = G_B18_0;
|
|
goto IL_0198;
|
|
}
|
|
G_B19_0 = G_B18_0;
|
|
}
|
|
{
|
|
G_B21_0 = 5;
|
|
G_B21_1 = G_B19_0;
|
|
goto IL_0199;
|
|
}
|
|
|
|
IL_0198:
|
|
{
|
|
G_B21_0 = 0;
|
|
G_B21_1 = G_B20_0;
|
|
}
|
|
|
|
IL_0199:
|
|
{
|
|
G_B21_1->___nextParsingFunction = G_B21_0;
|
|
XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_52 = __this->___outerReader;
|
|
bool L_53;
|
|
L_53 = VirtualFuncInvoker0< bool >::Invoke(31, L_52);
|
|
__this->___incReadState = ((int32_t)9);
|
|
}
|
|
|
|
IL_01b2:
|
|
{
|
|
int32_t L_54 = V_0;
|
|
return L_54;
|
|
}
|
|
|
|
IL_01b4:
|
|
{
|
|
int32_t L_55;
|
|
L_55 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_55)
|
|
{
|
|
goto IL_01c2;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowUnclosedElements_mFA0049DEE3737C89E5B993FC759912F44FBD70E2(__this, NULL);
|
|
}
|
|
|
|
IL_01c2:
|
|
{
|
|
__this->___incReadState = 0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_56 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_57 = L_56->___charPos;
|
|
V_2 = L_57;
|
|
int32_t L_58 = V_2;
|
|
V_3 = L_58;
|
|
}
|
|
|
|
IL_01d7:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_59 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_60 = L_59->___chars;
|
|
V_7 = L_60;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_61 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_62 = L_61->___charPos;
|
|
V_2 = L_62;
|
|
int32_t L_63 = V_2;
|
|
V_3 = L_63;
|
|
}
|
|
|
|
IL_01f2:
|
|
{
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_64 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&__this->___incReadLineInfo);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_65 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_66;
|
|
L_66 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_65, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_67 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_68;
|
|
L_68 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_67, NULL);
|
|
LineInfo_Set_m5D59B42332EDBA296FA9AED5CF63D8BECC18214E(L_64, L_66, L_68, NULL);
|
|
int32_t L_69 = __this->___incReadState;
|
|
if ((!(((uint32_t)L_69) == ((uint32_t)5))))
|
|
{
|
|
goto IL_0249;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0222;
|
|
}
|
|
|
|
IL_021e:
|
|
{
|
|
int32_t L_70 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_70, 1));
|
|
}
|
|
|
|
IL_0222:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_71 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_72 = L_71->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_73 = V_7;
|
|
int32_t L_74 = V_3;
|
|
int32_t L_75 = L_74;
|
|
uint16_t L_76 = (uint16_t)(L_73)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_75));
|
|
uint16_t L_77 = L_76;
|
|
V_10 = L_77;
|
|
uint16_t L_78 = L_77;
|
|
uint8_t L_79 = (L_72)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_78));
|
|
if (!((int32_t)((int32_t)L_79&((int32_t)128))))
|
|
{
|
|
goto IL_0264;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_80 = V_10;
|
|
if ((!(((uint32_t)L_80) == ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_021e;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0264;
|
|
}
|
|
|
|
IL_0245:
|
|
{
|
|
int32_t L_81 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_81, 1));
|
|
}
|
|
|
|
IL_0249:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_82 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_83 = L_82->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_84 = V_7;
|
|
int32_t L_85 = V_3;
|
|
int32_t L_86 = L_85;
|
|
uint16_t L_87 = (uint16_t)(L_84)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_86));
|
|
uint16_t L_88 = L_87;
|
|
V_10 = L_88;
|
|
uint16_t L_89 = L_88;
|
|
uint8_t L_90 = (L_83)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_89));
|
|
if (((int32_t)((int32_t)L_90&((int32_t)128))))
|
|
{
|
|
goto IL_0245;
|
|
}
|
|
}
|
|
|
|
IL_0264:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_91 = V_7;
|
|
int32_t L_92 = V_3;
|
|
int32_t L_93 = L_92;
|
|
uint16_t L_94 = (uint16_t)(L_91)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_93));
|
|
if ((((int32_t)L_94) == ((int32_t)((int32_t)38))))
|
|
{
|
|
goto IL_0274;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_95 = V_7;
|
|
int32_t L_96 = V_3;
|
|
int32_t L_97 = L_96;
|
|
uint16_t L_98 = (uint16_t)(L_95)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_97));
|
|
if ((!(((uint32_t)L_98) == ((uint32_t)((int32_t)9)))))
|
|
{
|
|
goto IL_027d;
|
|
}
|
|
}
|
|
|
|
IL_0274:
|
|
{
|
|
int32_t L_99 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_99, 1));
|
|
goto IL_01f2;
|
|
}
|
|
|
|
IL_027d:
|
|
{
|
|
int32_t L_100 = V_3;
|
|
int32_t L_101 = V_2;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_100, L_101))) > ((int32_t)0)))
|
|
{
|
|
goto IL_0698;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_102 = V_7;
|
|
int32_t L_103 = V_3;
|
|
int32_t L_104 = L_103;
|
|
uint16_t L_105 = (uint16_t)(L_102)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_104));
|
|
V_11 = L_105;
|
|
Il2CppChar L_106 = V_11;
|
|
if ((!(((uint32_t)L_106) <= ((uint32_t)((int32_t)34)))))
|
|
{
|
|
goto IL_02ac;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_107 = V_11;
|
|
if ((((int32_t)L_107) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_02dd;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_108 = V_11;
|
|
if ((((int32_t)L_108) == ((int32_t)((int32_t)13))))
|
|
{
|
|
goto IL_02ed;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_109 = V_11;
|
|
if ((((int32_t)L_109) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_062f;
|
|
}
|
|
}
|
|
{
|
|
goto IL_067a;
|
|
}
|
|
|
|
IL_02ac:
|
|
{
|
|
Il2CppChar L_110 = V_11;
|
|
if ((!(((uint32_t)L_110) <= ((uint32_t)((int32_t)47)))))
|
|
{
|
|
goto IL_02c9;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_111 = V_11;
|
|
if ((((int32_t)L_111) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_062f;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_112 = V_11;
|
|
if ((((int32_t)L_112) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_05d2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_067a;
|
|
}
|
|
|
|
IL_02c9:
|
|
{
|
|
Il2CppChar L_113 = V_11;
|
|
if ((((int32_t)L_113) == ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_0320;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_114 = V_11;
|
|
if ((((int32_t)L_114) == ((int32_t)((int32_t)62))))
|
|
{
|
|
goto IL_0616;
|
|
}
|
|
}
|
|
{
|
|
goto IL_067a;
|
|
}
|
|
|
|
IL_02dd:
|
|
{
|
|
int32_t L_115 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_115, 1));
|
|
int32_t L_116 = V_3;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, L_116, NULL);
|
|
goto IL_01f2;
|
|
}
|
|
|
|
IL_02ed:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_117 = V_7;
|
|
int32_t L_118 = V_3;
|
|
int32_t L_119 = ((int32_t)il2cpp_codegen_add(L_118, 1));
|
|
uint16_t L_120 = (uint16_t)(L_117)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_119));
|
|
if ((!(((uint32_t)L_120) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_02fd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_121 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_121, 2));
|
|
goto IL_0314;
|
|
}
|
|
|
|
IL_02fd:
|
|
{
|
|
int32_t L_122 = V_3;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_123 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_124 = L_123->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_122, 1))) >= ((int32_t)L_124)))
|
|
{
|
|
goto IL_0691;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_125 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_125, 1));
|
|
}
|
|
|
|
IL_0314:
|
|
{
|
|
int32_t L_126 = V_3;
|
|
XmlTextReaderImpl_OnNewLine_m4BDA88A45BB195347ADC3A2D7796755BE1329D52(__this, L_126, NULL);
|
|
goto IL_01f2;
|
|
}
|
|
|
|
IL_0320:
|
|
{
|
|
int32_t L_127 = __this->___incReadState;
|
|
if (!L_127)
|
|
{
|
|
goto IL_0331;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_128 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_128, 1));
|
|
goto IL_01f2;
|
|
}
|
|
|
|
IL_0331:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_129 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_130 = L_129->___charsUsed;
|
|
int32_t L_131 = V_3;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_130, L_131))) < ((int32_t)2)))
|
|
{
|
|
goto IL_0691;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_132 = V_7;
|
|
int32_t L_133 = V_3;
|
|
int32_t L_134 = ((int32_t)il2cpp_codegen_add(L_133, 1));
|
|
uint16_t L_135 = (uint16_t)(L_132)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_134));
|
|
V_12 = L_135;
|
|
Il2CppChar L_136 = V_12;
|
|
if ((((int32_t)L_136) == ((int32_t)((int32_t)33))))
|
|
{
|
|
goto IL_0374;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_137 = V_12;
|
|
if ((((int32_t)L_137) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_03e5;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_138 = V_12;
|
|
if ((!(((uint32_t)L_138) == ((uint32_t)((int32_t)63)))))
|
|
{
|
|
goto IL_050f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_139 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_139, 2));
|
|
__this->___incReadState = 2;
|
|
goto IL_0698;
|
|
}
|
|
|
|
IL_0374:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_140 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_141 = L_140->___charsUsed;
|
|
int32_t L_142 = V_3;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_141, L_142))) < ((int32_t)4)))
|
|
{
|
|
goto IL_0691;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_143 = V_7;
|
|
int32_t L_144 = V_3;
|
|
int32_t L_145 = ((int32_t)il2cpp_codegen_add(L_144, 2));
|
|
uint16_t L_146 = (uint16_t)(L_143)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_145));
|
|
if ((!(((uint32_t)L_146) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_03ab;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_147 = V_7;
|
|
int32_t L_148 = V_3;
|
|
int32_t L_149 = ((int32_t)il2cpp_codegen_add(L_148, 3));
|
|
uint16_t L_150 = (uint16_t)(L_147)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_149));
|
|
if ((!(((uint32_t)L_150) == ((uint32_t)((int32_t)45)))))
|
|
{
|
|
goto IL_03ab;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_151 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_151, 4));
|
|
__this->___incReadState = 4;
|
|
goto IL_0698;
|
|
}
|
|
|
|
IL_03ab:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_152 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_153 = L_152->___charsUsed;
|
|
int32_t L_154 = V_3;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_153, L_154))) < ((int32_t)((int32_t)9))))
|
|
{
|
|
goto IL_0691;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_155 = V_7;
|
|
int32_t L_156 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_157;
|
|
L_157 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_155, ((int32_t)il2cpp_codegen_add(L_156, 2)), 7, _stringLiteral9BBA939AADAC7131171CCBDAAF0369B087259893, NULL);
|
|
if (!L_157)
|
|
{
|
|
goto IL_01f2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_158 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_158, ((int32_t)9)));
|
|
__this->___incReadState = 3;
|
|
goto IL_0698;
|
|
}
|
|
|
|
IL_03e5:
|
|
{
|
|
int32_t L_159;
|
|
L_159 = XmlTextReaderImpl_ParseQName_m4230939DD8FF8273EE6963012476F3385B182E97(__this, (bool)1, 2, (&V_13), NULL);
|
|
V_14 = L_159;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_160 = V_7;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_161 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_162 = L_161->___charPos;
|
|
int32_t L_163 = V_14;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_164 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_165 = L_164->___charPos;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_166 = __this->___curNode;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_167 = __this->___nameTable;
|
|
String_t* L_168;
|
|
L_168 = NodeData_GetNameWPrefix_mCA5D7B8E3A167C9B8AEFB8751E9C0C40F84B4527(L_166, L_167, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_169;
|
|
L_169 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_160, ((int32_t)il2cpp_codegen_add(L_162, 2)), ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_163, L_165)), 2)), L_168, NULL);
|
|
if (!L_169)
|
|
{
|
|
goto IL_04ee;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_170 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_171 = L_170->___chars;
|
|
int32_t L_172 = V_14;
|
|
int32_t L_173 = L_172;
|
|
uint16_t L_174 = (uint16_t)(L_171)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_173));
|
|
if ((((int32_t)L_174) == ((int32_t)((int32_t)62))))
|
|
{
|
|
goto IL_045b;
|
|
}
|
|
}
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_175 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_176 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_177 = L_176->___chars;
|
|
int32_t L_178 = V_14;
|
|
int32_t L_179 = L_178;
|
|
uint16_t L_180 = (uint16_t)(L_177)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_179));
|
|
bool L_181;
|
|
L_181 = XmlCharType_IsWhiteSpace_m6F9F3A19B8A95FF5CBF1B197E400A0F194AC9387(L_175, L_180, NULL);
|
|
if (!L_181)
|
|
{
|
|
goto IL_04ee;
|
|
}
|
|
}
|
|
|
|
IL_045b:
|
|
{
|
|
int32_t L_182 = __this->___incReadDepth;
|
|
V_15 = ((int32_t)il2cpp_codegen_subtract(L_182, 1));
|
|
int32_t L_183 = V_15;
|
|
__this->___incReadDepth = L_183;
|
|
int32_t L_184 = V_15;
|
|
if ((((int32_t)L_184) <= ((int32_t)0)))
|
|
{
|
|
goto IL_047c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_185 = V_14;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_185, 1));
|
|
goto IL_01f2;
|
|
}
|
|
|
|
IL_047c:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_186 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_187 = V_14;
|
|
L_186->___charPos = L_187;
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_188 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_189 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_190 = L_189->___chars;
|
|
int32_t L_191 = V_14;
|
|
int32_t L_192 = L_191;
|
|
uint16_t L_193 = (uint16_t)(L_190)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_192));
|
|
bool L_194;
|
|
L_194 = XmlCharType_IsWhiteSpace_m6F9F3A19B8A95FF5CBF1B197E400A0F194AC9387(L_188, L_193, NULL);
|
|
if (!L_194)
|
|
{
|
|
goto IL_04ac;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_195;
|
|
L_195 = XmlTextReaderImpl_EatWhitespaces_mF71CA3C85094B4BBCB448D3D15FCF59164490D8B(__this, (StringBuilder_t*)NULL, NULL);
|
|
}
|
|
|
|
IL_04ac:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_196 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_197 = L_196->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_198 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_199 = L_198->___charPos;
|
|
int32_t L_200 = L_199;
|
|
uint16_t L_201 = (uint16_t)(L_197)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_200));
|
|
if ((((int32_t)L_201) == ((int32_t)((int32_t)62))))
|
|
{
|
|
goto IL_04d2;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_m780382C6FFE6D71D6618E4EAFFD2272D86C042C2(__this, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, NULL);
|
|
}
|
|
|
|
IL_04d2:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_202 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_203 = (int32_t*)(&L_202->___charPos);
|
|
int32_t* L_204 = L_203;
|
|
int32_t L_205 = *((int32_t*)L_204);
|
|
*((int32_t*)L_204) = (int32_t)((int32_t)il2cpp_codegen_add(L_205, 1));
|
|
__this->___incReadState = 8;
|
|
goto IL_0002;
|
|
}
|
|
|
|
IL_04ee:
|
|
{
|
|
int32_t L_206 = V_14;
|
|
V_3 = L_206;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_207 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_208 = L_207->___charPos;
|
|
V_2 = L_208;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_209 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_210 = L_209->___chars;
|
|
V_7 = L_210;
|
|
goto IL_01f2;
|
|
}
|
|
|
|
IL_050f:
|
|
{
|
|
int32_t L_211;
|
|
L_211 = XmlTextReaderImpl_ParseQName_m4230939DD8FF8273EE6963012476F3385B182E97(__this, (bool)1, 1, (&V_16), NULL);
|
|
V_17 = L_211;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_212 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_213 = L_212->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_214 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_215 = L_214->___charPos;
|
|
int32_t L_216 = V_17;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_217 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_218 = L_217->___charPos;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_219 = __this->___curNode;
|
|
String_t* L_220 = L_219->___localName;
|
|
il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var);
|
|
bool L_221;
|
|
L_221 = XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0(L_213, ((int32_t)il2cpp_codegen_add(L_215, 1)), ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_216, L_218)), 1)), L_220, NULL);
|
|
if (!L_221)
|
|
{
|
|
goto IL_05b1;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_222 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_223 = L_222->___chars;
|
|
int32_t L_224 = V_17;
|
|
int32_t L_225 = L_224;
|
|
uint16_t L_226 = (uint16_t)(L_223)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_225));
|
|
if ((((int32_t)L_226) == ((int32_t)((int32_t)62))))
|
|
{
|
|
goto IL_0594;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_227 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_228 = L_227->___chars;
|
|
int32_t L_229 = V_17;
|
|
int32_t L_230 = L_229;
|
|
uint16_t L_231 = (uint16_t)(L_228)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_230));
|
|
if ((((int32_t)L_231) == ((int32_t)((int32_t)47))))
|
|
{
|
|
goto IL_0594;
|
|
}
|
|
}
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_232 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_233 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_234 = L_233->___chars;
|
|
int32_t L_235 = V_17;
|
|
int32_t L_236 = L_235;
|
|
uint16_t L_237 = (uint16_t)(L_234)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_236));
|
|
bool L_238;
|
|
L_238 = XmlCharType_IsWhiteSpace_m6F9F3A19B8A95FF5CBF1B197E400A0F194AC9387(L_232, L_237, NULL);
|
|
if (!L_238)
|
|
{
|
|
goto IL_05b1;
|
|
}
|
|
}
|
|
|
|
IL_0594:
|
|
{
|
|
int32_t L_239 = __this->___incReadDepth;
|
|
__this->___incReadDepth = ((int32_t)il2cpp_codegen_add(L_239, 1));
|
|
__this->___incReadState = 5;
|
|
int32_t L_240 = V_17;
|
|
V_3 = L_240;
|
|
goto IL_0698;
|
|
}
|
|
|
|
IL_05b1:
|
|
{
|
|
int32_t L_241 = V_17;
|
|
V_3 = L_241;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_242 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_243 = L_242->___charPos;
|
|
V_2 = L_243;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_244 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_245 = L_244->___chars;
|
|
V_7 = L_245;
|
|
goto IL_01f2;
|
|
}
|
|
|
|
IL_05d2:
|
|
{
|
|
int32_t L_246 = __this->___incReadState;
|
|
if ((!(((uint32_t)L_246) == ((uint32_t)5))))
|
|
{
|
|
goto IL_060d;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_247 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_248 = L_247->___charsUsed;
|
|
int32_t L_249 = V_3;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_248, L_249))) < ((int32_t)2)))
|
|
{
|
|
goto IL_0691;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_250 = V_7;
|
|
int32_t L_251 = V_3;
|
|
int32_t L_252 = ((int32_t)il2cpp_codegen_add(L_251, 1));
|
|
uint16_t L_253 = (uint16_t)(L_250)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_252));
|
|
if ((!(((uint32_t)L_253) == ((uint32_t)((int32_t)62)))))
|
|
{
|
|
goto IL_060d;
|
|
}
|
|
}
|
|
{
|
|
__this->___incReadState = 0;
|
|
int32_t L_254 = __this->___incReadDepth;
|
|
__this->___incReadDepth = ((int32_t)il2cpp_codegen_subtract(L_254, 1));
|
|
}
|
|
|
|
IL_060d:
|
|
{
|
|
int32_t L_255 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_255, 1));
|
|
goto IL_01f2;
|
|
}
|
|
|
|
IL_0616:
|
|
{
|
|
int32_t L_256 = __this->___incReadState;
|
|
if ((!(((uint32_t)L_256) == ((uint32_t)5))))
|
|
{
|
|
goto IL_0626;
|
|
}
|
|
}
|
|
{
|
|
__this->___incReadState = 0;
|
|
}
|
|
|
|
IL_0626:
|
|
{
|
|
int32_t L_257 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_257, 1));
|
|
goto IL_01f2;
|
|
}
|
|
|
|
IL_062f:
|
|
{
|
|
int32_t L_258 = __this->___incReadState;
|
|
V_9 = L_258;
|
|
int32_t L_259 = V_9;
|
|
if ((((int32_t)L_259) == ((int32_t)5)))
|
|
{
|
|
goto IL_065b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_260 = V_9;
|
|
if ((!(((uint32_t)L_260) == ((uint32_t)6))))
|
|
{
|
|
goto IL_0671;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_261 = V_7;
|
|
int32_t L_262 = V_3;
|
|
int32_t L_263 = L_262;
|
|
uint16_t L_264 = (uint16_t)(L_261)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_263));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_265 = __this->___curNode;
|
|
Il2CppChar L_266 = L_265->___quoteChar;
|
|
if ((!(((uint32_t)L_264) == ((uint32_t)L_266))))
|
|
{
|
|
goto IL_0671;
|
|
}
|
|
}
|
|
{
|
|
__this->___incReadState = 5;
|
|
goto IL_0671;
|
|
}
|
|
|
|
IL_065b:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_267 = __this->___curNode;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_268 = V_7;
|
|
int32_t L_269 = V_3;
|
|
int32_t L_270 = L_269;
|
|
uint16_t L_271 = (uint16_t)(L_268)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_270));
|
|
L_267->___quoteChar = L_271;
|
|
__this->___incReadState = 6;
|
|
}
|
|
|
|
IL_0671:
|
|
{
|
|
int32_t L_272 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_272, 1));
|
|
goto IL_01f2;
|
|
}
|
|
|
|
IL_067a:
|
|
{
|
|
int32_t L_273 = V_3;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_274 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_275 = L_274->___charsUsed;
|
|
if ((((int32_t)L_273) == ((int32_t)L_275)))
|
|
{
|
|
goto IL_0691;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_276 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_276, 1));
|
|
goto IL_01f2;
|
|
}
|
|
|
|
IL_0691:
|
|
{
|
|
__this->___incReadState = 7;
|
|
}
|
|
|
|
IL_0698:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_277 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_278 = V_3;
|
|
L_277->___charPos = L_278;
|
|
}
|
|
|
|
IL_06a4:
|
|
{
|
|
int32_t L_279 = V_3;
|
|
int32_t L_280 = V_2;
|
|
V_8 = ((int32_t)il2cpp_codegen_subtract(L_279, L_280));
|
|
int32_t L_281 = V_8;
|
|
if ((((int32_t)L_281) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
try
|
|
{
|
|
IncrementalReadDecoder_t55EB8A2FB2A5FFCB1B68AE7F784C4E00DCE1E55B* L_282 = __this->___incReadDecoder;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_283 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_284 = L_283->___chars;
|
|
int32_t L_285 = V_2;
|
|
int32_t L_286 = V_8;
|
|
int32_t L_287;
|
|
L_287 = VirtualFuncInvoker3< int32_t, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(5, L_282, L_284, L_285, L_286);
|
|
V_18 = L_287;
|
|
goto IL_06f3;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_06ce;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_06ce:
|
|
{
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_288 = ((XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*));;
|
|
V_19 = L_288;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_289 = V_19;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_290 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&__this->___incReadLineInfo);
|
|
int32_t L_291 = L_290->___lineNo;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_292 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&__this->___incReadLineInfo);
|
|
int32_t L_293 = L_292->___linePos;
|
|
XmlTextReaderImpl_ReThrow_m58456B276A63FC28D06E961818452191F19A7502(__this, L_289, L_291, L_293, NULL);
|
|
V_6 = 0;
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_072c;
|
|
}
|
|
|
|
IL_06f3:
|
|
{
|
|
int32_t L_294 = V_0;
|
|
int32_t L_295 = V_18;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_294, L_295));
|
|
IncrementalReadDecoder_t55EB8A2FB2A5FFCB1B68AE7F784C4E00DCE1E55B* L_296 = __this->___incReadDecoder;
|
|
bool L_297;
|
|
L_297 = VirtualFuncInvoker0< bool >::Invoke(4, L_296);
|
|
if (!L_297)
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_298 = V_2;
|
|
int32_t L_299 = V_18;
|
|
__this->___incReadLeftStartPos = ((int32_t)il2cpp_codegen_add(L_298, L_299));
|
|
int32_t L_300 = V_3;
|
|
__this->___incReadLeftEndPos = L_300;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_301 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&__this->___incReadLineInfo);
|
|
int32_t* L_302 = (int32_t*)(&L_301->___linePos);
|
|
int32_t* L_303 = L_302;
|
|
int32_t L_304 = *((int32_t*)L_303);
|
|
int32_t L_305 = V_18;
|
|
*((int32_t*)L_303) = (int32_t)((int32_t)il2cpp_codegen_add(L_304, L_305));
|
|
int32_t L_306 = V_0;
|
|
return L_306;
|
|
}
|
|
|
|
IL_072c:
|
|
{
|
|
int32_t L_307 = V_6;
|
|
return L_307;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishIncrementalRead_mE29D16A2012D05CC914D1E1E7A5E4C4F70D87FCB (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IncrementalReadDummyDecoder_t514FBAC6CC3FF737F6EAF3AF3523D89A933DAB86_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
IncrementalReadDummyDecoder_t514FBAC6CC3FF737F6EAF3AF3523D89A933DAB86* L_0 = (IncrementalReadDummyDecoder_t514FBAC6CC3FF737F6EAF3AF3523D89A933DAB86*)il2cpp_codegen_object_new(IncrementalReadDummyDecoder_t514FBAC6CC3FF737F6EAF3AF3523D89A933DAB86_il2cpp_TypeInfo_var);
|
|
IncrementalReadDummyDecoder__ctor_m45F0FCE3E794783ED3EB1C279BE4C655FF8E2EE6(L_0, NULL);
|
|
__this->___incReadDecoder = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___incReadDecoder), (void*)L_0);
|
|
int32_t L_1;
|
|
L_1 = XmlTextReaderImpl_IncrementalRead_m856D6F97D4CF43CFE3E229178B1A98F34517D7F3(__this, NULL);
|
|
__this->___incReadDecoder = (IncrementalReadDecoder_t55EB8A2FB2A5FFCB1B68AE7F784C4E00DCE1E55B*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___incReadDecoder), (void*)(IncrementalReadDecoder_t55EB8A2FB2A5FFCB1B68AE7F784C4E00DCE1E55B*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseFragmentAttribute_m7F13ECEA0620B822BE43B027B9AFA45864D2E10F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
int32_t L_1 = L_0->___type;
|
|
if (L_1)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_2 = __this->___curNode;
|
|
L_2->___type = 2;
|
|
__this->___curAttrIndex = 0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_3 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_4 = L_3->___charPos;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_5 = __this->___curNode;
|
|
XmlTextReaderImpl_ParseAttributeValueSlow_mB3F79EF3FC4263EE0519A661137DD3AA5E8B9B7F(__this, L_4, ((int32_t)32), L_5, NULL);
|
|
goto IL_0043;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
__this->___parsingFunction = ((int32_t)22);
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
bool L_6;
|
|
L_6 = VirtualFuncInvoker0< bool >::Invoke(30, __this);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
{
|
|
__this->___parsingFunction = ((int32_t)15);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
XmlTextReaderImpl_OnEof_m8F5DFF89DE3251F9CEFA219E6A1AB8D268191B36(__this, NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseAttributeValueChunk_mCE7E6C8D6F5D7D71C50A86E619E1678191ED184F (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral292FFF1AFC6A39FAE710753C820C4EC3DD0D4613);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Il2CppChar V_2 = 0x0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0->___chars;
|
|
V_0 = L_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_3 = L_2->___charPos;
|
|
V_1 = L_3;
|
|
int32_t L_4 = __this->___index;
|
|
int32_t L_5 = __this->___attrCount;
|
|
int32_t L_6 = __this->___index;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_7;
|
|
L_7 = XmlTextReaderImpl_AddNode_mB0ECD9B7041F31D4BF9DD2D5E6675321739AEB67(__this, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_4, L_5)), 1)), ((int32_t)il2cpp_codegen_add(L_6, 2)), NULL);
|
|
__this->___curNode = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___curNode), (void*)L_7);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_8 = __this->___curNode;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_9 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_10;
|
|
L_10 = ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline(L_9, NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_11 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_12;
|
|
L_12 = ParsingState_get_LinePos_mB1B743FEEB24A5442698AEF3FD1FEB5826F4C810(L_11, NULL);
|
|
NodeData_SetLineInfo_m6D28339C7F45327E5B512AD556ECCBB06A0871A5(L_8, L_10, L_12, NULL);
|
|
bool L_13 = __this->___emptyEntityInAttributeResolved;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_14 = __this->___curNode;
|
|
String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
NodeData_SetValueNode_m2C3413CC8225BB47DA4B08D098EA56D376BBBF25(L_14, 3, L_15, NULL);
|
|
__this->___emptyEntityInAttributeResolved = (bool)0;
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
int32_t L_16 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_17 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = L_17->___charProperties;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19 = V_0;
|
|
int32_t L_20 = V_1;
|
|
int32_t L_21 = L_20;
|
|
uint16_t L_22 = (uint16_t)(L_19)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_21));
|
|
uint16_t L_23 = L_22;
|
|
uint8_t L_24 = (L_18)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_23));
|
|
if (((int32_t)((int32_t)L_24&((int32_t)128))))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_25 = V_0;
|
|
int32_t L_26 = V_1;
|
|
int32_t L_27 = L_26;
|
|
uint16_t L_28 = (uint16_t)(L_25)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_27));
|
|
V_2 = L_28;
|
|
Il2CppChar L_29 = V_2;
|
|
if ((!(((uint32_t)L_29) <= ((uint32_t)((int32_t)38)))))
|
|
{
|
|
goto IL_00ce;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_30 = V_2;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_30, ((int32_t)9))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_021f;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_021f;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_00e2;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_31 = V_2;
|
|
if ((((int32_t)L_31) == ((int32_t)((int32_t)34))))
|
|
{
|
|
goto IL_00fb;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_32 = V_2;
|
|
if ((((int32_t)L_32) == ((int32_t)((int32_t)38))))
|
|
{
|
|
goto IL_011a;
|
|
}
|
|
}
|
|
{
|
|
goto IL_021f;
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
Il2CppChar L_33 = V_2;
|
|
if ((((int32_t)L_33) == ((int32_t)((int32_t)39))))
|
|
{
|
|
goto IL_00fb;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_34 = V_2;
|
|
if ((((int32_t)L_34) == ((int32_t)((int32_t)60))))
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_35 = V_2;
|
|
if ((((int32_t)L_35) == ((int32_t)((int32_t)62))))
|
|
{
|
|
goto IL_00fb;
|
|
}
|
|
}
|
|
{
|
|
goto IL_021f;
|
|
}
|
|
|
|
IL_00e2:
|
|
{
|
|
int32_t L_36 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_36, 1));
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
bool L_37 = __this->___normalize;
|
|
if (!L_37)
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_38 = V_0;
|
|
int32_t L_39 = V_1;
|
|
(L_38)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_39), (Il2CppChar)((int32_t)32));
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
int32_t L_40 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_40, 1));
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_00fb:
|
|
{
|
|
int32_t L_41 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_41, 1));
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
int32_t L_42 = V_1;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_43;
|
|
L_43 = XmlException_BuildCharExceptionArgs_m5C3D183AB941552746F7DC656366F28CA5BAFC65(((int32_t)60), 0, NULL);
|
|
XmlTextReaderImpl_Throw_mE3F5BDAAD3E82F61388BFC116E64FC1309230703(__this, L_42, _stringLiteral292FFF1AFC6A39FAE710753C820C4EC3DD0D4613, L_43, NULL);
|
|
goto IL_0271;
|
|
}
|
|
|
|
IL_011a:
|
|
{
|
|
int32_t L_44 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_45 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_46 = L_45->___charPos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_44, L_46))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_014f;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_47 = __this->___stringBuilder;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_48 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_49 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_50 = L_49->___charPos;
|
|
int32_t L_51 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_52 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_53 = L_52->___charPos;
|
|
StringBuilder_t* L_54;
|
|
L_54 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_47, L_48, L_50, ((int32_t)il2cpp_codegen_subtract(L_51, L_53)), NULL);
|
|
}
|
|
|
|
IL_014f:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_55 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_56 = V_1;
|
|
L_55->___charPos = L_56;
|
|
int32_t L_57;
|
|
L_57 = XmlTextReaderImpl_HandleEntityReference_mCDF9E4056C8508F64B66ABE7063D04D48DA64CA5(__this, (bool)1, 2, (&V_1), NULL);
|
|
V_3 = L_57;
|
|
int32_t L_58 = V_3;
|
|
if ((!(((uint32_t)L_58) > ((uint32_t)2))))
|
|
{
|
|
goto IL_0173;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_59 = V_3;
|
|
if ((((int32_t)L_59) == ((int32_t)6)))
|
|
{
|
|
goto IL_01c5;
|
|
}
|
|
}
|
|
{
|
|
goto IL_020e;
|
|
}
|
|
|
|
IL_0173:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_60 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_61 = L_60->___chars;
|
|
V_0 = L_61;
|
|
bool L_62 = __this->___normalize;
|
|
if (!L_62)
|
|
{
|
|
goto IL_020e;
|
|
}
|
|
}
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_63 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_64 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_65 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_66 = L_65->___charPos;
|
|
int32_t L_67 = L_66;
|
|
uint16_t L_68 = (uint16_t)(L_64)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_67));
|
|
bool L_69;
|
|
L_69 = XmlCharType_IsWhiteSpace_m6F9F3A19B8A95FF5CBF1B197E400A0F194AC9387(L_63, L_68, NULL);
|
|
if (!L_69)
|
|
{
|
|
goto IL_020e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_70 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_71 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_72 = L_71->___charPos;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_70, L_72))) == ((uint32_t)1))))
|
|
{
|
|
goto IL_020e;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_73 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_74 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_75 = L_74->___charPos;
|
|
(L_73)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(L_75), (Il2CppChar)((int32_t)32));
|
|
goto IL_020e;
|
|
}
|
|
|
|
IL_01c5:
|
|
{
|
|
StringBuilder_t* L_76 = __this->___stringBuilder;
|
|
int32_t L_77;
|
|
L_77 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_76, NULL);
|
|
if (L_77)
|
|
{
|
|
goto IL_02f6;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_78 = __this->___curNode;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_79 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_78->___lineInfo);
|
|
int32_t* L_80 = (int32_t*)(&L_79->___linePos);
|
|
int32_t* L_81 = L_80;
|
|
int32_t L_82 = *((int32_t*)L_81);
|
|
*((int32_t*)L_81) = (int32_t)((int32_t)il2cpp_codegen_add(L_82, 1));
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_83 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_84 = (int32_t*)(&L_83->___charPos);
|
|
int32_t* L_85 = L_84;
|
|
int32_t L_86 = *((int32_t*)L_85);
|
|
*((int32_t*)L_85) = (int32_t)((int32_t)il2cpp_codegen_add(L_86, 1));
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_87 = __this->___curNode;
|
|
String_t* L_88;
|
|
L_88 = XmlTextReaderImpl_ParseEntityName_m3E547DE2000F6AB699FF1052E470BDBEFAB11D11(__this, NULL);
|
|
NodeData_SetNamedNode_mB4B118182B66F9E24611C31A074538E177DDDA73(L_87, 5, L_88, NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_020e:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_89 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_90 = L_89->___chars;
|
|
V_0 = L_90;
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_021f:
|
|
{
|
|
int32_t L_91 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_92 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_93 = L_92->___charsUsed;
|
|
if ((((int32_t)L_91) == ((int32_t)L_93)))
|
|
{
|
|
goto IL_0271;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_94 = V_0;
|
|
int32_t L_95 = V_1;
|
|
int32_t L_96 = L_95;
|
|
uint16_t L_97 = (uint16_t)(L_94)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_96));
|
|
bool L_98;
|
|
L_98 = XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60(L_97, NULL);
|
|
if (!L_98)
|
|
{
|
|
goto IL_025e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_99 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_100 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_101 = L_100->___charsUsed;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_99, 1))) == ((int32_t)L_101)))
|
|
{
|
|
goto IL_0271;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_102 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_102, 1));
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_103 = V_0;
|
|
int32_t L_104 = V_1;
|
|
int32_t L_105 = L_104;
|
|
uint16_t L_106 = (uint16_t)(L_103)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_105));
|
|
bool L_107;
|
|
L_107 = XmlCharType_IsLowSurrogate_m8D27C4276BE118C7FF3ECC1707EEE026D28FC456(L_106, NULL);
|
|
if (!L_107)
|
|
{
|
|
goto IL_025e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_108 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_108, 1));
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_025e:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_109 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_110 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_111 = L_110->___charsUsed;
|
|
int32_t L_112 = V_1;
|
|
XmlTextReaderImpl_ThrowInvalidChar_mF8B2A2445E4CF8016C0A7256F6762D3CA4B0DCC2(__this, L_109, L_111, L_112, NULL);
|
|
}
|
|
|
|
IL_0271:
|
|
{
|
|
int32_t L_113 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_114 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_115 = L_114->___charPos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_113, L_115))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_02b2;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_116 = __this->___stringBuilder;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_117 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_118 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_119 = L_118->___charPos;
|
|
int32_t L_120 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_121 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_122 = L_121->___charPos;
|
|
StringBuilder_t* L_123;
|
|
L_123 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_116, L_117, L_119, ((int32_t)il2cpp_codegen_subtract(L_120, L_122)), NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_124 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_125 = V_1;
|
|
L_124->___charPos = L_125;
|
|
}
|
|
|
|
IL_02b2:
|
|
{
|
|
int32_t L_126;
|
|
L_126 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_126)
|
|
{
|
|
goto IL_02d9;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_127 = __this->___stringBuilder;
|
|
int32_t L_128;
|
|
L_128 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_127, NULL);
|
|
if ((((int32_t)L_128) > ((int32_t)0)))
|
|
{
|
|
goto IL_02f6;
|
|
}
|
|
}
|
|
{
|
|
bool L_129;
|
|
L_129 = XmlTextReaderImpl_HandleEntityEnd_m9C73CE6745616AFF9B79D7C070AB3D298F324AA6(__this, (bool)0, NULL);
|
|
if (!L_129)
|
|
{
|
|
goto IL_02d9;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_SetupEndEntityNodeInAttribute_m4ED5A78E4DAC8712A7C8A67774B353100E62DDEF(__this, NULL);
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_02d9:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_130 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_131 = L_130->___charPos;
|
|
V_1 = L_131;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_132 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_133 = L_132->___chars;
|
|
V_0 = L_133;
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_02f6:
|
|
{
|
|
int32_t L_134 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_135 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_136 = L_135->___charPos;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_134, L_136))) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0337;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_137 = __this->___stringBuilder;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_138 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_139 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_140 = L_139->___charPos;
|
|
int32_t L_141 = V_1;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_142 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_143 = L_142->___charPos;
|
|
StringBuilder_t* L_144;
|
|
L_144 = StringBuilder_Append_mC09A30993B77CC4D8E906720683B6386F0E15747(L_137, L_138, L_140, ((int32_t)il2cpp_codegen_subtract(L_141, L_143)), NULL);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_145 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_146 = V_1;
|
|
L_145->___charPos = L_146;
|
|
}
|
|
|
|
IL_0337:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_147 = __this->___curNode;
|
|
StringBuilder_t* L_148 = __this->___stringBuilder;
|
|
String_t* L_149;
|
|
L_149 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_148);
|
|
NodeData_SetValueNode_m2C3413CC8225BB47DA4B08D098EA56D376BBBF25(L_147, 3, L_149, NULL);
|
|
StringBuilder_t* L_150 = __this->___stringBuilder;
|
|
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_150, 0, NULL);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseXmlDeclarationFragment_m78450AE9989B2043AD0068D6200CAD504B12D223 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* V_0 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
try
|
|
{
|
|
bool L_0;
|
|
L_0 = XmlTextReaderImpl_ParseXmlDeclaration_mE57790EE79B349C9AA99472BA1B5DE58604660EA(__this, (bool)0, NULL);
|
|
goto IL_0022;
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_000a;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000a:
|
|
{
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_1 = ((XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)IL2CPP_GET_ACTIVE_EXCEPTION(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*));;
|
|
V_0 = L_1;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_2 = V_0;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_3 = V_0;
|
|
int32_t L_4;
|
|
L_4 = XmlException_get_LineNumber_m4DBE53D0E13988CF2A5055C4B853F1399DE1A926_inline(L_3, NULL);
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_5 = V_0;
|
|
int32_t L_6;
|
|
L_6 = XmlException_get_LinePosition_m8045E03E183F6B07D6394A1B1FBD55E2CBE2DCB4_inline(L_5, NULL);
|
|
XmlTextReaderImpl_ReThrow_m58456B276A63FC28D06E961818452191F19A7502(__this, L_2, L_4, ((int32_t)il2cpp_codegen_subtract(L_6, 6)), NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_mB5A9F72CA48F0339C24F4B5BCD46339EEDF8CAAF (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, String_t* ___1_expectedToken, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_pos;
|
|
String_t* L_1 = ___1_expectedToken;
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_m3F9B9CE4DB4B31F87C9F8F9BBB145F68191417E3(__this, L_0, L_1, (String_t*)NULL, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_m780382C6FFE6D71D6618E4EAFFD2272D86C042C2 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_expectedToken1, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_expectedToken1;
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_mC7F93629834C75A4584F26184705A19B26252905(__this, L_0, (String_t*)NULL, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_m3F9B9CE4DB4B31F87C9F8F9BBB145F68191417E3 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, String_t* ___1_expectedToken1, String_t* ___2_expectedToken2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = ___0_pos;
|
|
L_0->___charPos = L_1;
|
|
String_t* L_2 = ___1_expectedToken1;
|
|
String_t* L_3 = ___2_expectedToken2;
|
|
XmlTextReaderImpl_ThrowUnexpectedToken_mC7F93629834C75A4584F26184705A19B26252905(__this, L_2, L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_mC7F93629834C75A4584F26184705A19B26252905 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_expectedToken1, String_t* ___1_expectedToken2, 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*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral168C49673280639EC773D92BF193FBACAED8BF52);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7A4DCEE2BCE29D8E3625DA7D1C87881873A907C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
String_t* L_0;
|
|
L_0 = XmlTextReaderImpl_ParseUnexpectedToken_m8670F7F0B839943AE0C7FD4A43B451A56BB719CE(__this, NULL);
|
|
V_0 = L_0;
|
|
String_t* L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_Throw_mBF5380F08BBE97BDF444BB37A8627EB6125EB3BB(__this, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
String_t* L_2 = ___1_expectedToken2;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)3);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_3;
|
|
String_t* L_5 = V_0;
|
|
(L_4)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (String_t*)L_5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_4;
|
|
String_t* L_7 = ___0_expectedToken1;
|
|
(L_6)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (String_t*)L_7);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_6;
|
|
String_t* L_9 = ___1_expectedToken2;
|
|
(L_8)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(2), (String_t*)L_9);
|
|
XmlTextReaderImpl_Throw_m0BB9269CFC5AD410929F37366F8458BB19168274(__this, _stringLiteral168C49673280639EC773D92BF193FBACAED8BF52, L_8, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10;
|
|
String_t* L_12 = V_0;
|
|
(L_11)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(0), (String_t*)L_12);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_11;
|
|
String_t* L_14 = ___0_expectedToken1;
|
|
(L_13)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(1), (String_t*)L_14);
|
|
XmlTextReaderImpl_Throw_m0BB9269CFC5AD410929F37366F8458BB19168274(__this, _stringLiteralC7A4DCEE2BCE29D8E3625DA7D1C87881873A907C, L_13, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseUnexpectedToken_m5D57668EDBBF58EA0914EEFE32EDC62F2DCF321C (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = ___0_pos;
|
|
L_0->___charPos = L_1;
|
|
String_t* L_2;
|
|
L_2 = XmlTextReaderImpl_ParseUnexpectedToken_m8670F7F0B839943AE0C7FD4A43B451A56BB719CE(__this, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseUnexpectedToken_m8670F7F0B839943AE0C7FD4A43B451A56BB719CE (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_0 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_1 = L_0->___charPos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_3 = L_2->___charsUsed;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_4 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_5 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = L_5->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_7 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_8 = L_7->___charPos;
|
|
int32_t L_9 = L_8;
|
|
uint16_t L_10 = (uint16_t)(L_6)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_9));
|
|
bool L_11;
|
|
L_11 = XmlCharType_IsNCNameSingleChar_mAE9940C767975DB6F8EA438AAE5F7DFC7666DB54(L_4, L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_12 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_13 = L_12->___charPos;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
goto IL_0052;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
int32_t L_14 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_15 = (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3*)(&__this->___xmlCharType);
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_16 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_17 = L_16->___chars;
|
|
int32_t L_18 = V_0;
|
|
int32_t L_19 = L_18;
|
|
uint16_t L_20 = (uint16_t)(L_17)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19));
|
|
bool L_21;
|
|
L_21 = XmlCharType_IsNCNameSingleChar_mAE9940C767975DB6F8EA438AAE5F7DFC7666DB54(L_15, L_20, NULL);
|
|
if (L_21)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_22 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = L_22->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_24 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_25 = L_24->___charPos;
|
|
int32_t L_26 = V_0;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_27 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_28 = L_27->___charPos;
|
|
String_t* L_29;
|
|
L_29 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_23, L_25, ((int32_t)il2cpp_codegen_subtract(L_26, L_28)), NULL);
|
|
return L_29;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_30 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_31 = L_30->___chars;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_32 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_33 = L_32->___charPos;
|
|
String_t* L_34;
|
|
L_34 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_31, L_33, 1, NULL);
|
|
return L_34;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowExpectingWhitespace_m971DF46CF8EDD3C04B7EAC72893C1EBE43E4884B (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA02A8489B78BE60779EEA12413113D4FBC8C5E36);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
int32_t L_0 = ___0_pos;
|
|
String_t* L_1;
|
|
L_1 = XmlTextReaderImpl_ParseUnexpectedToken_m5D57668EDBBF58EA0914EEFE32EDC62F2DCF321C(__this, L_0, NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___0_pos;
|
|
XmlTextReaderImpl_Throw_m6B29826BD40C8EA74E130EB649AAE48B51EE4AB2(__this, L_3, _stringLiteral13FB70ADE9D0DE3E48F4543466E8766DDC3A72B8, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
int32_t L_4 = ___0_pos;
|
|
String_t* L_5 = V_0;
|
|
XmlTextReaderImpl_Throw_mBBE5AD6F0A114F83311BA12189D3E4DE4F874397(__this, L_4, _stringLiteralA02A8489B78BE60779EEA12413113D4FBC8C5E36, L_5, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetIndexOfAttributeWithoutPrefix_mE28A59CD28367148597BB65AB4C1EBA22DBE8F9A (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_0 = __this->___nameTable;
|
|
String_t* L_1 = ___0_name;
|
|
String_t* L_2;
|
|
L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(4, L_0, L_1);
|
|
___0_name = L_2;
|
|
String_t* L_3 = ___0_name;
|
|
if (L_3)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
int32_t L_4 = __this->___index;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
goto IL_004d;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_5 = __this->___nodes;
|
|
int32_t L_6 = V_0;
|
|
int32_t L_7 = L_6;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_8 = (L_5)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_7));
|
|
String_t* L_9 = L_8->___localName;
|
|
String_t* L_10 = ___0_name;
|
|
bool L_11;
|
|
L_11 = Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF(L_9, L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_12 = __this->___nodes;
|
|
int32_t L_13 = V_0;
|
|
int32_t L_14 = L_13;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_15 = (L_12)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_14));
|
|
String_t* L_16 = L_15->___prefix;
|
|
int32_t L_17;
|
|
L_17 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_16, NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = V_0;
|
|
return L_18;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
int32_t L_19 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_19, 1));
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
int32_t L_20 = V_0;
|
|
int32_t L_21 = __this->___index;
|
|
int32_t L_22 = __this->___attrCount;
|
|
if ((((int32_t)L_20) < ((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_21, L_22)), 1)))))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetIndexOfAttributeWithPrefix_mEF35AFBF456D1F9EF89A3E72121686EF60C03C68 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_0 = __this->___nameTable;
|
|
String_t* L_1 = ___0_name;
|
|
String_t* L_2;
|
|
L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6, L_0, L_1);
|
|
___0_name = L_2;
|
|
String_t* L_3 = ___0_name;
|
|
if (L_3)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
int32_t L_4 = __this->___index;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_5 = __this->___nodes;
|
|
int32_t L_6 = V_0;
|
|
int32_t L_7 = L_6;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_8 = (L_5)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_7));
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_9 = __this->___nameTable;
|
|
String_t* L_10;
|
|
L_10 = NodeData_GetNameWPrefix_mCA5D7B8E3A167C9B8AEFB8751E9C0C40F84B4527(L_8, L_9, NULL);
|
|
String_t* L_11 = ___0_name;
|
|
bool L_12;
|
|
L_12 = Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF(L_10, L_11, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
int32_t L_14 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
int32_t L_15 = V_0;
|
|
int32_t L_16 = __this->___index;
|
|
int32_t L_17 = __this->___attrCount;
|
|
if ((((int32_t)L_15) < ((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_16, L_17)), 1)))))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ZeroEndingStream_m24AA1FACA8FA96D3A362C20BF6A8D49A0A9DC1C4 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_pos, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___v1Compat;
|
|
if (!L_0)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___0_pos;
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_2 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t L_3 = L_2->___charsUsed;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_3, 1))))))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_4 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = L_4->___chars;
|
|
int32_t L_6 = ___0_pos;
|
|
int32_t L_7 = L_6;
|
|
uint16_t L_8 = (uint16_t)(L_5)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_7));
|
|
if (L_8)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9;
|
|
L_9 = XmlTextReaderImpl_ReadData_m6D24F83800910351196F6ABD57CA62C41BBA7403(__this, NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_10 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
bool L_11 = L_10->___isStreamEof;
|
|
if (!L_11)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* L_12 = (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886*)(&__this->___ps);
|
|
int32_t* L_13 = (int32_t*)(&L_12->___charsUsed);
|
|
int32_t* L_14 = L_13;
|
|
int32_t L_15 = *((int32_t*)L_14);
|
|
*((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_15, 1));
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseDtdFromParserContext_mCDAFBB67C6485B9F431088A095F8DEC3A3224148 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParser_t91A29AF9801876CAFD81A0496F5AB8A65527B54B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0;
|
|
L_0 = DtdParser_Create_m8CE085C707E26956F079923F3F31616A27F88A3B(NULL);
|
|
V_0 = L_0;
|
|
RuntimeObject* L_1 = V_0;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_2 = __this->___fragmentParserContext;
|
|
String_t* L_3;
|
|
L_3 = XmlParserContext_get_BaseURI_m203B1A13A7DFA09528C49D2198E7B9382BA91892_inline(L_2, NULL);
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_4 = __this->___fragmentParserContext;
|
|
String_t* L_5;
|
|
L_5 = XmlParserContext_get_DocTypeName_m8212FEC6DBA21A5B1E95538D40951B1CB0380CF0_inline(L_4, NULL);
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_6 = __this->___fragmentParserContext;
|
|
String_t* L_7;
|
|
L_7 = XmlParserContext_get_PublicId_mCE67EDDC8A9D73A0AADB77E0F7CCF53DEB5E300D_inline(L_6, NULL);
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_8 = __this->___fragmentParserContext;
|
|
String_t* L_9;
|
|
L_9 = XmlParserContext_get_SystemId_mB4649C8C6DA52AFC5224E82BBD2B7C7A1D5CCB58_inline(L_8, NULL);
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_10 = __this->___fragmentParserContext;
|
|
String_t* L_11;
|
|
L_11 = XmlParserContext_get_InternalSubset_mDD9703E47510C335AD4940AE7F761F56AA00E9DC_inline(L_10, NULL);
|
|
DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3* L_12 = (DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3*)il2cpp_codegen_object_new(DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3_il2cpp_TypeInfo_var);
|
|
DtdParserProxy__ctor_m442621DC14ECF6CAB169962B3CAAF479A5F18D90(L_12, __this, NULL);
|
|
RuntimeObject* L_13;
|
|
L_13 = InterfaceFuncInvoker6< RuntimeObject*, String_t*, String_t*, String_t*, String_t*, String_t*, RuntimeObject* >::Invoke(1, IDtdParser_t91A29AF9801876CAFD81A0496F5AB8A65527B54B_il2cpp_TypeInfo_var, L_1, L_3, L_5, L_7, L_9, L_11, L_12);
|
|
__this->___dtdInfo = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___dtdInfo), (void*)L_13);
|
|
bool L_14 = __this->___validatingReaderCompatFlag;
|
|
if (L_14)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
bool L_15 = __this->___v1Compat;
|
|
if (L_15)
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
RuntimeObject* L_16 = __this->___dtdInfo;
|
|
bool L_17;
|
|
L_17 = InterfaceFuncInvoker0< bool >::Invoke(2, IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8_il2cpp_TypeInfo_var, L_16);
|
|
if (L_17)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_18 = __this->___dtdInfo;
|
|
bool L_19;
|
|
L_19 = InterfaceFuncInvoker0< bool >::Invoke(3, IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8_il2cpp_TypeInfo_var, L_18);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
__this->___addDefaultAttributesAndNormalize = (bool)1;
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_MoveToNextContentNode_m169F81C680109280A2F1E6DBC5D543A94315D772 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_moveIfOnContentNode, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
|
|
IL_0000:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
int32_t L_1 = L_0->___type;
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 2)))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
case 8:
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
case 9:
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
case 10:
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
case 11:
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
case 12:
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
case 13:
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
case 14:
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
bool L_3 = ___0_moveIfOnContentNode;
|
|
return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
bool L_4 = ___0_moveIfOnContentNode;
|
|
if (L_4)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_5 = __this->___outerReader;
|
|
VirtualActionInvoker0::Invoke(39, L_5);
|
|
goto IL_006b;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
___0_moveIfOnContentNode = (bool)0;
|
|
XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_6 = __this->___outerReader;
|
|
bool L_7;
|
|
L_7 = VirtualFuncInvoker0< bool >::Invoke(31, L_6);
|
|
if (L_7)
|
|
{
|
|
goto IL_0000;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupFromParserContext_mF77555EDF43C9D83D93F376F3A446C4824C1C2FA (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___0_context, XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* ___1_settings, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* V_0 = NULL;
|
|
{
|
|
XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_0 = ___1_settings;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_1;
|
|
L_1 = XmlReaderSettings_get_NameTable_mAF10C63E556531DDED4ABA060B60FA89D0D263BE_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_2 = V_0;
|
|
__this->___nameTableFromSettings = (bool)((!(((RuntimeObject*)(XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_3 = ___0_context;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_4;
|
|
L_4 = XmlParserContext_get_NamespaceManager_mB51E2BAE011C0C53FB2DF0C9DFF21EA17DCD58B7_inline(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_5 = V_0;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_6 = V_0;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_7 = ___0_context;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_8;
|
|
L_8 = XmlParserContext_get_NamespaceManager_mB51E2BAE011C0C53FB2DF0C9DFF21EA17DCD58B7_inline(L_7, NULL);
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_9;
|
|
L_9 = VirtualFuncInvoker0< XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* >::Invoke(8, L_8);
|
|
if ((((RuntimeObject*)(XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*)L_6) == ((RuntimeObject*)(XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*)L_9)))
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_10 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var)));
|
|
XmlException__ctor_m39D4A09CD4A3351C21D85A89AAE43ECAD0E910F4(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral08225942B0A6237A26F3F6162356652870EA9AD9)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_SetupFromParserContext_mF77555EDF43C9D83D93F376F3A446C4824C1C2FA_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_11 = ___0_context;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_12;
|
|
L_12 = XmlParserContext_get_NamespaceManager_mB51E2BAE011C0C53FB2DF0C9DFF21EA17DCD58B7_inline(L_11, NULL);
|
|
__this->___namespaceManager = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___namespaceManager), (void*)L_12);
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_13 = __this->___xmlContext;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_14 = __this->___namespaceManager;
|
|
String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
String_t* L_16;
|
|
L_16 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(16, L_14, L_15);
|
|
L_13->___defaultNamespace = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_13->___defaultNamespace), (void*)L_16);
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_17 = __this->___namespaceManager;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_18;
|
|
L_18 = VirtualFuncInvoker0< XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* >::Invoke(8, L_17);
|
|
V_0 = L_18;
|
|
goto IL_00a0;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_19 = ___0_context;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_20;
|
|
L_20 = XmlParserContext_get_NameTable_mA0033F700F66AED746CCC1DF69E97A1524096528_inline(L_19, NULL);
|
|
if (!L_20)
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_21 = V_0;
|
|
if (!L_21)
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_22 = V_0;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_23 = ___0_context;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_24;
|
|
L_24 = XmlParserContext_get_NameTable_mA0033F700F66AED746CCC1DF69E97A1524096528_inline(L_23, NULL);
|
|
if ((((RuntimeObject*)(XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*)L_22) == ((RuntimeObject*)(XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*)L_24)))
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_25 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_26 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var)));
|
|
XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_26, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral08225942B0A6237A26F3F6162356652870EA9AD9)), L_25, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlTextReaderImpl_SetupFromParserContext_mF77555EDF43C9D83D93F376F3A446C4824C1C2FA_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_27 = ___0_context;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_28;
|
|
L_28 = XmlParserContext_get_NameTable_mA0033F700F66AED746CCC1DF69E97A1524096528_inline(L_27, NULL);
|
|
V_0 = L_28;
|
|
goto IL_00a0;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_29 = V_0;
|
|
if (L_29)
|
|
{
|
|
goto IL_00a0;
|
|
}
|
|
}
|
|
{
|
|
NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46* L_30 = (NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46*)il2cpp_codegen_object_new(NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var);
|
|
NameTable__ctor_mB02EE27092095D81E839D51519C4FBDA2227C261(L_30, NULL);
|
|
V_0 = L_30;
|
|
}
|
|
|
|
IL_00a0:
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_31 = V_0;
|
|
__this->___nameTable = L_31;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___nameTable), (void*)L_31);
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_32 = __this->___namespaceManager;
|
|
if (L_32)
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_33 = V_0;
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_34 = (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F*)il2cpp_codegen_object_new(XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_il2cpp_TypeInfo_var);
|
|
XmlNamespaceManager__ctor_m18E69120CE5886E06630CCCC3215D2C67FC669DB(L_34, L_33, NULL);
|
|
__this->___namespaceManager = L_34;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___namespaceManager), (void*)L_34);
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_35 = __this->___xmlContext;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_36 = ___0_context;
|
|
int32_t L_37;
|
|
L_37 = XmlParserContext_get_XmlSpace_m52BE2428971EFFCBE9922F1B37FEEE9940AF1891_inline(L_36, NULL);
|
|
L_35->___xmlSpace = L_37;
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_38 = __this->___xmlContext;
|
|
XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_39 = ___0_context;
|
|
String_t* L_40;
|
|
L_40 = XmlParserContext_get_XmlLang_m15AAD2E5AA247235638A436E68596B9A89BFE443_inline(L_39, NULL);
|
|
L_38->___xmlLang = L_40;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_38->___xmlLang), (void*)L_40);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_get_DtdInfo_mB63678CA13C1DDADDBA91DB7EB2BFB29240A94A1 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___dtdInfo;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetDtdInfo_m8F11C3245888FFB1600893DBAD0135432EE06110 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_newDtdInfo, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___0_newDtdInfo;
|
|
__this->___dtdInfo = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___dtdInfo), (void*)L_0);
|
|
RuntimeObject* L_1 = __this->___dtdInfo;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
bool L_2 = __this->___validatingReaderCompatFlag;
|
|
if (L_2)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
bool L_3 = __this->___v1Compat;
|
|
if (L_3)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
RuntimeObject* L_4 = __this->___dtdInfo;
|
|
bool L_5;
|
|
L_5 = InterfaceFuncInvoker0< bool >::Invoke(2, IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8_il2cpp_TypeInfo_var, L_4);
|
|
if (L_5)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = __this->___dtdInfo;
|
|
bool L_7;
|
|
L_7 = InterfaceFuncInvoker0< bool >::Invoke(3, IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8_il2cpp_TypeInfo_var, L_6);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
__this->___addDefaultAttributesAndNormalize = (bool)1;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_ValidationEventHandling_mF8A66D6BE2B822997F486F4931B151B667863E59 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___0_value;
|
|
__this->___validationEventHandling = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___validationEventHandling), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_OnDefaultAttributeUse_m519352D6E61D34534B6790ECB3180B4B050B92FB (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499* L_0 = ___0_value;
|
|
__this->___onDefaultAttributeUse = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___onDefaultAttributeUse), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_XmlValidatingReaderCompatibilityMode_mBBE46175DBCCE969AC2B298119581E91A17FA380 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C014955313A7D33D5D04696B884B25325E6393C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEE3B2EB07697A8538A5981905EA8D1A1753B51D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___validatingReaderCompatFlag = L_0;
|
|
bool L_1 = ___0_value;
|
|
if (!L_1)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_2 = __this->___nameTable;
|
|
String_t* L_3;
|
|
L_3 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6, L_2, _stringLiteralE249DDFD90EBFAAEE63734F28F6668A2FB5BD5AF);
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_4 = __this->___nameTable;
|
|
String_t* L_5;
|
|
L_5 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6, L_4, _stringLiteral7C014955313A7D33D5D04696B884B25325E6393C);
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_6 = __this->___nameTable;
|
|
String_t* L_7;
|
|
L_7 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6, L_6, _stringLiteralCEE3B2EB07697A8538A5981905EA8D1A1753B51D);
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_FragmentType_m2A244AA6C26344D9FFD93C4431E5BB30846E3A10 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___fragmentType;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ChangeCurrentNodeType_m29E4ADDA760615A747D04FDC8A5352F7A676C0E3 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_newNodeType, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
int32_t L_1 = ___0_newNodeType;
|
|
L_0->___type = L_1;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* XmlTextReaderImpl_GetResolver_m924CBFEF2845AFABF70D3E892450B7BA9C7659A0 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0;
|
|
L_0 = XmlTextReaderImpl_get_IsResolverNull_m6DC91F871E5F4B8694DDF8B312AC67DF1666EE0C(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF*)NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_1 = __this->___xmlResolver;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_InternalSchemaType_m83D09B83500AB9C6EF14121ECDCD992347140B86 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
RuntimeObject* L_1 = ___0_value;
|
|
L_0->___schemaType = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_0->___schemaType), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_get_InternalTypedValue_mAC905D7C504F020F695087C8D0C675F100106900 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
RuntimeObject* L_1 = L_0->___typedValue;
|
|
return L_1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_InternalTypedValue_m395992CEA4999B2FA7370AD919D57A8F0A8B7662 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_0 = __this->___curNode;
|
|
RuntimeObject* L_1 = ___0_value;
|
|
L_0->___typedValue = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_0->___typedValue), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_StandAlone_mA576162454EF6AB6B5B442B1AF0FF6375F52EF2D (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___standalone;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* XmlTextReaderImpl_get_NamespaceManager_mA1B0A84C1F6EF5E76532A2287CC4FEA231509F42 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_0 = __this->___namespaceManager;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_V1Compat_m27698868D378A1241DCAA4E22251E930806781C7 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___v1Compat;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_AddDefaultAttributeDtd_mF22FAABF13D4076D5A95FDCBD423732FFEEF434A (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_defAttrInfo, bool ___1_definedInDtd, NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* ___2_nameSortedNodeData, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_BinarySearch_TisRuntimeObject_mE25EE59ABB20AC401C5EC394D3A4497C9BA27C9D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdDefaultAttributeInfoToNodeDataComparer_t316EE7BA1A7C3159565673C63167CDD82E3935A1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdAttributeInfo_t97A8DDF92ED9F466BAC1D389F207DD3900412F04_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdDefaultAttributeInfo_t57776183C360FBC7DA2F7A2829C62E8D59C61613_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_2 = NULL;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_defAttrInfo;
|
|
String_t* L_1;
|
|
L_1 = InterfaceFuncInvoker0< String_t* >::Invoke(0, IDtdAttributeInfo_t97A8DDF92ED9F466BAC1D389F207DD3900412F04_il2cpp_TypeInfo_var, L_0);
|
|
int32_t L_2;
|
|
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
|
|
if ((((int32_t)L_2) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
__this->___attrNeedNamespaceLookup = (bool)1;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
RuntimeObject* L_3 = ___0_defAttrInfo;
|
|
String_t* L_4;
|
|
L_4 = InterfaceFuncInvoker0< String_t* >::Invoke(1, IDtdAttributeInfo_t97A8DDF92ED9F466BAC1D389F207DD3900412F04_il2cpp_TypeInfo_var, L_3);
|
|
V_0 = L_4;
|
|
RuntimeObject* L_5 = ___0_defAttrInfo;
|
|
String_t* L_6;
|
|
L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(0, IDtdAttributeInfo_t97A8DDF92ED9F466BAC1D389F207DD3900412F04_il2cpp_TypeInfo_var, L_5);
|
|
V_1 = L_6;
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_7 = ___2_nameSortedNodeData;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_8 = ___2_nameSortedNodeData;
|
|
V_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)L_8;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = V_3;
|
|
RuntimeObject* L_10 = ___0_defAttrInfo;
|
|
il2cpp_codegen_runtime_class_init_inline(DtdDefaultAttributeInfoToNodeDataComparer_t316EE7BA1A7C3159565673C63167CDD82E3935A1_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_11;
|
|
L_11 = DtdDefaultAttributeInfoToNodeDataComparer_get_Instance_mCE071E773839C95509C1494A404F710C62A51B8F_inline(NULL);
|
|
int32_t L_12;
|
|
L_12 = Array_BinarySearch_TisRuntimeObject_mE25EE59ABB20AC401C5EC394D3A4497C9BA27C9D(L_9, L_10, L_11, Array_BinarySearch_TisRuntimeObject_mE25EE59ABB20AC401C5EC394D3A4497C9BA27C9D_RuntimeMethod_var);
|
|
if ((((int32_t)L_12) < ((int32_t)0)))
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
int32_t L_13 = __this->___index;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
goto IL_006f;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_14 = __this->___nodes;
|
|
int32_t L_15 = V_4;
|
|
int32_t L_16 = L_15;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_17 = (L_14)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_16));
|
|
String_t* L_18 = L_17->___localName;
|
|
String_t* L_19 = V_0;
|
|
if ((!(((RuntimeObject*)(String_t*)L_18) == ((RuntimeObject*)(String_t*)L_19))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_20 = __this->___nodes;
|
|
int32_t L_21 = V_4;
|
|
int32_t L_22 = L_21;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_23 = (L_20)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_22));
|
|
String_t* L_24 = L_23->___prefix;
|
|
String_t* L_25 = V_1;
|
|
if ((!(((RuntimeObject*)(String_t*)L_24) == ((RuntimeObject*)(String_t*)L_25))))
|
|
{
|
|
goto IL_0069;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
int32_t L_26 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_26, 1));
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
int32_t L_27 = V_4;
|
|
int32_t L_28 = __this->___index;
|
|
int32_t L_29 = __this->___attrCount;
|
|
if ((((int32_t)L_27) < ((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_28, 1)), L_29)))))
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
RuntimeObject* L_30 = ___0_defAttrInfo;
|
|
String_t* L_31;
|
|
L_31 = InterfaceFuncInvoker0< String_t* >::Invoke(1, IDtdAttributeInfo_t97A8DDF92ED9F466BAC1D389F207DD3900412F04_il2cpp_TypeInfo_var, L_30);
|
|
RuntimeObject* L_32 = ___0_defAttrInfo;
|
|
String_t* L_33;
|
|
L_33 = InterfaceFuncInvoker0< String_t* >::Invoke(0, IDtdAttributeInfo_t97A8DDF92ED9F466BAC1D389F207DD3900412F04_il2cpp_TypeInfo_var, L_32);
|
|
RuntimeObject* L_34 = ___0_defAttrInfo;
|
|
String_t* L_35;
|
|
L_35 = InterfaceFuncInvoker0< String_t* >::Invoke(0, IDtdDefaultAttributeInfo_t57776183C360FBC7DA2F7A2829C62E8D59C61613_il2cpp_TypeInfo_var, L_34);
|
|
RuntimeObject* L_36 = ___0_defAttrInfo;
|
|
int32_t L_37;
|
|
L_37 = InterfaceFuncInvoker0< int32_t >::Invoke(2, IDtdAttributeInfo_t97A8DDF92ED9F466BAC1D389F207DD3900412F04_il2cpp_TypeInfo_var, L_36);
|
|
RuntimeObject* L_38 = ___0_defAttrInfo;
|
|
int32_t L_39;
|
|
L_39 = InterfaceFuncInvoker0< int32_t >::Invoke(3, IDtdAttributeInfo_t97A8DDF92ED9F466BAC1D389F207DD3900412F04_il2cpp_TypeInfo_var, L_38);
|
|
RuntimeObject* L_40 = ___0_defAttrInfo;
|
|
int32_t L_41;
|
|
L_41 = InterfaceFuncInvoker0< int32_t >::Invoke(2, IDtdDefaultAttributeInfo_t57776183C360FBC7DA2F7A2829C62E8D59C61613_il2cpp_TypeInfo_var, L_40);
|
|
RuntimeObject* L_42 = ___0_defAttrInfo;
|
|
int32_t L_43;
|
|
L_43 = InterfaceFuncInvoker0< int32_t >::Invoke(3, IDtdDefaultAttributeInfo_t57776183C360FBC7DA2F7A2829C62E8D59C61613_il2cpp_TypeInfo_var, L_42);
|
|
RuntimeObject* L_44 = ___0_defAttrInfo;
|
|
bool L_45;
|
|
L_45 = InterfaceFuncInvoker0< bool >::Invoke(6, IDtdAttributeInfo_t97A8DDF92ED9F466BAC1D389F207DD3900412F04_il2cpp_TypeInfo_var, L_44);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_46;
|
|
L_46 = XmlTextReaderImpl_AddDefaultAttributeInternal_mB4779CC497BEAEBEFD9FF1467C9BBE524BE85AAF(__this, L_31, (String_t*)NULL, L_33, L_35, L_37, L_39, L_41, L_43, L_45, NULL);
|
|
V_2 = L_46;
|
|
bool L_47;
|
|
L_47 = XmlTextReaderImpl_get_DtdValidation_mE5F1E5DAF37701D9E2278709B95107872BA06DA7(__this, NULL);
|
|
if (!L_47)
|
|
{
|
|
goto IL_00e3;
|
|
}
|
|
}
|
|
{
|
|
OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499* L_48 = __this->___onDefaultAttributeUse;
|
|
if (!L_48)
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
{
|
|
OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499* L_49 = __this->___onDefaultAttributeUse;
|
|
RuntimeObject* L_50 = ___0_defAttrInfo;
|
|
OnDefaultAttributeUseDelegate_Invoke_mBF7EA3AC8F6A89D0019626AC5CBD72B6125699A2_inline(L_49, L_50, __this, NULL);
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_51 = V_2;
|
|
RuntimeObject* L_52 = ___0_defAttrInfo;
|
|
RuntimeObject* L_53;
|
|
L_53 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IDtdDefaultAttributeInfo_t57776183C360FBC7DA2F7A2829C62E8D59C61613_il2cpp_TypeInfo_var, L_52);
|
|
L_51->___typedValue = L_53;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_51->___typedValue), (void*)L_53);
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_54 = V_2;
|
|
return (bool)((!(((RuntimeObject*)(NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF*)L_54) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_AddDefaultAttributeNonDtd_m39693E225A68EB53B260ADBD16A020FDE741C2C5 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* ___0_attrDef, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* G_B14_0 = NULL;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* G_B14_1 = NULL;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* G_B13_0 = NULL;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* G_B13_1 = NULL;
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* G_B15_0 = NULL;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* G_B15_1 = NULL;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* G_B15_2 = NULL;
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_0 = __this->___nameTable;
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_1 = ___0_attrDef;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_2;
|
|
L_2 = SchemaDeclBase_get_Name_m013DF0DD721FE902399C2DF4D2E6F8DAD50ECFAE_inline(L_1, NULL);
|
|
String_t* L_3;
|
|
L_3 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_2, NULL);
|
|
String_t* L_4;
|
|
L_4 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6, L_0, L_3);
|
|
V_0 = L_4;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_5 = __this->___nameTable;
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_6 = ___0_attrDef;
|
|
String_t* L_7;
|
|
L_7 = SchemaDeclBase_get_Prefix_mE72A285F12958A0C40F8CDEDA2838B3A09233455(L_6, NULL);
|
|
String_t* L_8;
|
|
L_8 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6, L_5, L_7);
|
|
V_1 = L_8;
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_9 = __this->___nameTable;
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_10 = ___0_attrDef;
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_11;
|
|
L_11 = SchemaDeclBase_get_Name_m013DF0DD721FE902399C2DF4D2E6F8DAD50ECFAE_inline(L_10, NULL);
|
|
String_t* L_12;
|
|
L_12 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_11, NULL);
|
|
String_t* L_13;
|
|
L_13 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6, L_9, L_12);
|
|
V_2 = L_13;
|
|
String_t* L_14 = V_1;
|
|
int32_t L_15;
|
|
L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_14, NULL);
|
|
if (L_15)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_16 = V_2;
|
|
int32_t L_17;
|
|
L_17 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_16, NULL);
|
|
if ((((int32_t)L_17) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_18 = __this->___namespaceManager;
|
|
String_t* L_19 = V_2;
|
|
String_t* L_20;
|
|
L_20 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(17, L_18, L_19);
|
|
V_1 = L_20;
|
|
String_t* L_21 = V_1;
|
|
if (L_21)
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_22 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
V_1 = L_22;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
int32_t L_23 = __this->___index;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_23, 1));
|
|
goto IL_00ab;
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_24 = __this->___nodes;
|
|
int32_t L_25 = V_3;
|
|
int32_t L_26 = L_25;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_27 = (L_24)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_26));
|
|
String_t* L_28 = L_27->___localName;
|
|
String_t* L_29 = V_0;
|
|
if ((!(((RuntimeObject*)(String_t*)L_28) == ((RuntimeObject*)(String_t*)L_29))))
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_30 = __this->___nodes;
|
|
int32_t L_31 = V_3;
|
|
int32_t L_32 = L_31;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_33 = (L_30)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_32));
|
|
String_t* L_34 = L_33->___prefix;
|
|
String_t* L_35 = V_1;
|
|
if ((((RuntimeObject*)(String_t*)L_34) == ((RuntimeObject*)(String_t*)L_35)))
|
|
{
|
|
goto IL_00a5;
|
|
}
|
|
}
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_36 = __this->___nodes;
|
|
int32_t L_37 = V_3;
|
|
int32_t L_38 = L_37;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_39 = (L_36)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_38));
|
|
String_t* L_40 = L_39->___ns;
|
|
String_t* L_41 = V_2;
|
|
if ((!(((RuntimeObject*)(String_t*)L_40) == ((RuntimeObject*)(String_t*)L_41))))
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_42 = V_2;
|
|
if (!L_42)
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
int32_t L_43 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_43, 1));
|
|
}
|
|
|
|
IL_00ab:
|
|
{
|
|
int32_t L_44 = V_3;
|
|
int32_t L_45 = __this->___index;
|
|
int32_t L_46 = __this->___attrCount;
|
|
if ((((int32_t)L_44) < ((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_45, 1)), L_46)))))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_47 = V_0;
|
|
String_t* L_48 = V_2;
|
|
String_t* L_49 = V_1;
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_50 = ___0_attrDef;
|
|
String_t* L_51;
|
|
L_51 = SchemaAttDef_get_DefaultValueExpanded_m61569B11E4FBDEED7A35CD5A39675B57CE6DB78F(L_50, NULL);
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_52 = ___0_attrDef;
|
|
int32_t L_53;
|
|
L_53 = SchemaAttDef_get_LineNumber_m8A9494C90F0B132F2A84AF7203FE074046529A1C_inline(L_52, NULL);
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_54 = ___0_attrDef;
|
|
int32_t L_55;
|
|
L_55 = SchemaAttDef_get_LinePosition_m192E37BC23204F940B4BC5BBBCC248EEAE4481D1_inline(L_54, NULL);
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_56 = ___0_attrDef;
|
|
int32_t L_57;
|
|
L_57 = SchemaAttDef_get_ValueLineNumber_m6E3FEFC8B5E9CB9D034125346161BC710E52423E_inline(L_56, NULL);
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_58 = ___0_attrDef;
|
|
int32_t L_59;
|
|
L_59 = SchemaAttDef_get_ValueLinePosition_m43CB9139B92F934F7AF67D0EFCF1A5BCC0A8DEAB_inline(L_58, NULL);
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_60 = ___0_attrDef;
|
|
int32_t L_61;
|
|
L_61 = SchemaAttDef_get_Reserved_m301C4E6E533BE8C00AFF8C087BCF8575B618D055_inline(L_60, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_62;
|
|
L_62 = XmlTextReaderImpl_AddDefaultAttributeInternal_mB4779CC497BEAEBEFD9FF1467C9BBE524BE85AAF(__this, L_47, L_48, L_49, L_51, L_53, L_55, L_57, L_59, (bool)((!(((uint32_t)L_61) <= ((uint32_t)0)))? 1 : 0), NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_63 = L_62;
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_64 = ___0_attrDef;
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_65;
|
|
L_65 = SchemaDeclBase_get_SchemaType_m46E8C95101CB925C57BD9CBF64D8A755335345B5_inline(L_64, NULL);
|
|
if (!L_65)
|
|
{
|
|
G_B14_0 = L_63;
|
|
G_B14_1 = L_63;
|
|
goto IL_00fe;
|
|
}
|
|
G_B13_0 = L_63;
|
|
G_B13_1 = L_63;
|
|
}
|
|
{
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_66 = ___0_attrDef;
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_67;
|
|
L_67 = SchemaDeclBase_get_SchemaType_m46E8C95101CB925C57BD9CBF64D8A755335345B5_inline(L_66, NULL);
|
|
G_B15_0 = L_67;
|
|
G_B15_1 = G_B13_0;
|
|
G_B15_2 = G_B13_1;
|
|
goto IL_0104;
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_68 = ___0_attrDef;
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_69;
|
|
L_69 = SchemaDeclBase_get_Datatype_mE6DE13C3518B65A1CF6E464F12D7D7653247AF90_inline(L_68, NULL);
|
|
G_B15_0 = ((XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF*)(L_69));
|
|
G_B15_1 = G_B14_0;
|
|
G_B15_2 = G_B14_1;
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
G_B15_1->___schemaType = G_B15_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B15_1->___schemaType), (void*)G_B15_0);
|
|
SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_70 = ___0_attrDef;
|
|
RuntimeObject* L_71;
|
|
L_71 = SchemaDeclBase_get_DefaultValueTyped_m16C165322E494F1BC351D0DF53210CF3A906ECAF_inline(L_70, NULL);
|
|
G_B15_2->___typedValue = L_71;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B15_2->___typedValue), (void*)L_71);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* XmlTextReaderImpl_AddDefaultAttributeInternal_mB4779CC497BEAEBEFD9FF1467C9BBE524BE85AAF (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, String_t* ___0_localName, String_t* ___1_ns, String_t* ___2_prefix, String_t* ___3_value, int32_t ___4_lineNo, int32_t ___5_linePos, int32_t ___6_valueLineNo, int32_t ___7_valueLinePos, bool ___8_isXmlAttribute, const RuntimeMethod* method)
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B2_1 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B2_2 = NULL;
|
|
String_t* G_B1_0 = NULL;
|
|
String_t* G_B1_1 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B1_2 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
String_t* G_B3_1 = NULL;
|
|
String_t* G_B3_2 = NULL;
|
|
XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B3_3 = NULL;
|
|
{
|
|
String_t* L_0 = ___0_localName;
|
|
String_t* L_1 = ___2_prefix;
|
|
String_t* L_2 = ___2_prefix;
|
|
int32_t L_3;
|
|
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
|
|
if ((((int32_t)L_3) > ((int32_t)0)))
|
|
{
|
|
G_B2_0 = L_1;
|
|
G_B2_1 = L_0;
|
|
G_B2_2 = __this;
|
|
goto IL_000f;
|
|
}
|
|
G_B1_0 = L_1;
|
|
G_B1_1 = L_0;
|
|
G_B1_2 = __this;
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_localName;
|
|
G_B3_0 = L_4;
|
|
G_B3_1 = G_B1_0;
|
|
G_B3_2 = G_B1_1;
|
|
G_B3_3 = G_B1_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
G_B3_0 = ((String_t*)(NULL));
|
|
G_B3_1 = G_B2_0;
|
|
G_B3_2 = G_B2_1;
|
|
G_B3_3 = G_B2_2;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_5;
|
|
L_5 = XmlTextReaderImpl_AddAttribute_m9EA9D173DBD70BD92F1FE146724BB23DE17A8BE8(G_B3_3, G_B3_2, G_B3_1, G_B3_0, NULL);
|
|
V_0 = L_5;
|
|
String_t* L_6 = ___1_ns;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_7 = V_0;
|
|
String_t* L_8 = ___1_ns;
|
|
L_7->___ns = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_7->___ns), (void*)L_8);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_9 = V_0;
|
|
String_t* L_10 = ___3_value;
|
|
NodeData_SetValue_m07CC0F62B746F76367A00A6A88DEDB2B87B6CA91(L_9, L_10, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_11 = V_0;
|
|
NodeData_set_IsDefaultAttribute_m6CFE78C360F0CAADE7E1398F7527374253267DCD_inline(L_11, (bool)1, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_12 = V_0;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_13 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_12->___lineInfo);
|
|
int32_t L_14 = ___4_lineNo;
|
|
int32_t L_15 = ___5_linePos;
|
|
LineInfo_Set_m5D59B42332EDBA296FA9AED5CF63D8BECC18214E(L_13, L_14, L_15, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_16 = V_0;
|
|
LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24* L_17 = (LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24*)(&L_16->___lineInfo2);
|
|
int32_t L_18 = ___6_valueLineNo;
|
|
int32_t L_19 = ___7_valueLinePos;
|
|
LineInfo_Set_m5D59B42332EDBA296FA9AED5CF63D8BECC18214E(L_17, L_18, L_19, NULL);
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_20 = V_0;
|
|
String_t* L_21 = L_20->___prefix;
|
|
int32_t L_22;
|
|
L_22 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_21, NULL);
|
|
if (L_22)
|
|
{
|
|
goto IL_00c0;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_23 = V_0;
|
|
String_t* L_24 = L_23->___localName;
|
|
String_t* L_25 = __this->___XmlNs;
|
|
bool L_26;
|
|
L_26 = Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF(L_24, L_25, NULL);
|
|
if (!L_26)
|
|
{
|
|
goto IL_0143;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_27 = V_0;
|
|
XmlTextReaderImpl_OnDefaultNamespaceDecl_m581C1C3BE2502F2CA915188A04CFD5126FF0EAD4(__this, L_27, NULL);
|
|
bool L_28 = __this->___attrNeedNamespaceLookup;
|
|
if (L_28)
|
|
{
|
|
goto IL_0143;
|
|
}
|
|
}
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_29 = __this->___nodes;
|
|
int32_t L_30 = __this->___index;
|
|
int32_t L_31 = L_30;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_32 = (L_29)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_31));
|
|
String_t* L_33 = L_32->___prefix;
|
|
int32_t L_34;
|
|
L_34 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_33, NULL);
|
|
if (L_34)
|
|
{
|
|
goto IL_0143;
|
|
}
|
|
}
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_35 = __this->___nodes;
|
|
int32_t L_36 = __this->___index;
|
|
int32_t L_37 = L_36;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_38 = (L_35)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_37));
|
|
XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* L_39 = __this->___xmlContext;
|
|
String_t* L_40 = L_39->___defaultNamespace;
|
|
L_38->___ns = L_40;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_38->___ns), (void*)L_40);
|
|
goto IL_0143;
|
|
}
|
|
|
|
IL_00c0:
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_41 = V_0;
|
|
String_t* L_42 = L_41->___prefix;
|
|
String_t* L_43 = __this->___XmlNs;
|
|
bool L_44;
|
|
L_44 = Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF(L_42, L_43, NULL);
|
|
if (!L_44)
|
|
{
|
|
goto IL_0138;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_45 = V_0;
|
|
XmlTextReaderImpl_OnNamespaceDecl_mB01BF6581EA46964237342B9942656CD4E06EE3F(__this, L_45, NULL);
|
|
bool L_46 = __this->___attrNeedNamespaceLookup;
|
|
if (L_46)
|
|
{
|
|
goto IL_0143;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_47 = V_0;
|
|
String_t* L_48 = L_47->___localName;
|
|
V_1 = L_48;
|
|
int32_t L_49 = __this->___index;
|
|
V_2 = L_49;
|
|
goto IL_0124;
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_50 = __this->___nodes;
|
|
int32_t L_51 = V_2;
|
|
int32_t L_52 = L_51;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_53 = (L_50)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_52));
|
|
String_t* L_54 = L_53->___prefix;
|
|
String_t* L_55 = V_1;
|
|
bool L_56;
|
|
L_56 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_54, L_55, NULL);
|
|
if (!L_56)
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* L_57 = __this->___nodes;
|
|
int32_t L_58 = V_2;
|
|
int32_t L_59 = L_58;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_60 = (L_57)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_59));
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_61 = __this->___namespaceManager;
|
|
String_t* L_62 = V_1;
|
|
String_t* L_63;
|
|
L_63 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(16, L_61, L_62);
|
|
L_60->___ns = L_63;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_60->___ns), (void*)L_63);
|
|
}
|
|
|
|
IL_0120:
|
|
{
|
|
int32_t L_64 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_64, 1));
|
|
}
|
|
|
|
IL_0124:
|
|
{
|
|
int32_t L_65 = V_2;
|
|
int32_t L_66 = __this->___index;
|
|
int32_t L_67 = __this->___attrCount;
|
|
if ((((int32_t)L_65) < ((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_66, L_67)), 1)))))
|
|
{
|
|
goto IL_00f2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0143;
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
bool L_68 = ___8_isXmlAttribute;
|
|
if (!L_68)
|
|
{
|
|
goto IL_0143;
|
|
}
|
|
}
|
|
{
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_69 = V_0;
|
|
XmlTextReaderImpl_OnXmlReservedAttribute_m8A9D2126DA01CF2E3E3E9D99DC5A2D0D36707D25(__this, L_69, NULL);
|
|
}
|
|
|
|
IL_0143:
|
|
{
|
|
__this->___fullAttrCleanup = (bool)1;
|
|
NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* L_70 = V_0;
|
|
return L_70;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_DisableUndeclaredEntityCheck_m339683347E0D9F45C31C7602CBAF90F5497CACC5 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___disableUndeclaredEntityCheck = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_UriEqual_m2246085111A7F67C5A6EC15914D339666930A294 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri1, String_t* ___1_uri1Str, String_t* ___2_uri2Str, XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___3_resolver, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_0 = NULL;
|
|
{
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_0 = ___3_resolver;
|
|
if (L_0)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___1_uri1Str;
|
|
String_t* L_2 = ___2_uri2Str;
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = ___0_uri1;
|
|
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = Uri_op_Equality_mD7D7AAB7023C0873B37D8B8C7195BEF34002A194(L_4, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_6 = ___3_resolver;
|
|
String_t* L_7 = ___1_uri1Str;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_8;
|
|
L_8 = VirtualFuncInvoker2< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, String_t* >::Invoke(5, L_6, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, L_7);
|
|
___0_uri1 = L_8;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_9 = ___3_resolver;
|
|
String_t* L_10 = ___2_uri2Str;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_11;
|
|
L_11 = VirtualFuncInvoker2< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, String_t* >::Invoke(5, L_9, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, L_10);
|
|
V_0 = L_11;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_12 = ___0_uri1;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_13 = V_0;
|
|
bool L_14;
|
|
L_14 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0, L_12, L_13);
|
|
return L_14;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_RegisterConsumedCharacters_mC93EC992AB264BC7A08D193CEB0A87806E799D68 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int64_t ___0_characters, bool ___1_inEntityReference, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72890B3416E9451EAEDCB2D432F0737DCEFD53AA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A7B03EDCCEC1AA676CFA2D7002A577C44FC6A13);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA35549D8219B5F5409D55485656844283EB1A95);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int64_t V_0 = 0;
|
|
int64_t V_1 = 0;
|
|
{
|
|
int64_t L_0 = __this->___maxCharactersInDocument;
|
|
if ((((int64_t)L_0) <= ((int64_t)((int64_t)0))))
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_1 = __this->___charactersInDocument;
|
|
int64_t L_2 = ___0_characters;
|
|
V_0 = ((int64_t)il2cpp_codegen_add(L_1, L_2));
|
|
int64_t L_3 = V_0;
|
|
int64_t L_4 = __this->___charactersInDocument;
|
|
if ((((int64_t)L_3) >= ((int64_t)L_4)))
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowWithoutLineInfo_m296AA7014288C15144F39966C804698E69D71648(__this, _stringLiteral72890B3416E9451EAEDCB2D432F0737DCEFD53AA, _stringLiteralBA35549D8219B5F5409D55485656844283EB1A95, NULL);
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
int64_t L_5 = V_0;
|
|
__this->___charactersInDocument = L_5;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
int64_t L_6 = __this->___charactersInDocument;
|
|
int64_t L_7 = __this->___maxCharactersInDocument;
|
|
if ((((int64_t)L_6) <= ((int64_t)L_7)))
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowWithoutLineInfo_m296AA7014288C15144F39966C804698E69D71648(__this, _stringLiteral72890B3416E9451EAEDCB2D432F0737DCEFD53AA, _stringLiteralBA35549D8219B5F5409D55485656844283EB1A95, NULL);
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
int64_t L_8 = __this->___maxCharactersFromEntities;
|
|
bool L_9 = ___1_inEntityReference;
|
|
if (!((int32_t)(((((int64_t)L_8) > ((int64_t)((int64_t)0)))? 1 : 0)&(int32_t)L_9)))
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_10 = __this->___charactersFromEntities;
|
|
int64_t L_11 = ___0_characters;
|
|
V_1 = ((int64_t)il2cpp_codegen_add(L_10, L_11));
|
|
int64_t L_12 = V_1;
|
|
int64_t L_13 = __this->___charactersFromEntities;
|
|
if ((((int64_t)L_12) >= ((int64_t)L_13)))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowWithoutLineInfo_m296AA7014288C15144F39966C804698E69D71648(__this, _stringLiteral72890B3416E9451EAEDCB2D432F0737DCEFD53AA, _stringLiteral7A7B03EDCCEC1AA676CFA2D7002A577C44FC6A13, NULL);
|
|
goto IL_008c;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
int64_t L_14 = V_1;
|
|
__this->___charactersFromEntities = L_14;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
int64_t L_15 = __this->___charactersFromEntities;
|
|
int64_t L_16 = __this->___maxCharactersFromEntities;
|
|
if ((((int64_t)L_15) <= ((int64_t)L_16)))
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
XmlTextReaderImpl_ThrowWithoutLineInfo_m296AA7014288C15144F39966C804698E69D71648(__this, _stringLiteral72890B3416E9451EAEDCB2D432F0737DCEFD53AA, _stringLiteral7A7B03EDCCEC1AA676CFA2D7002A577C44FC6A13, NULL);
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_StripSpaces_m45E9B5FC3CFA2377C827CF9D5B29ABB443913D6D (String_t* ___0_value, 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;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
StringBuilder_t* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
int32_t L_1;
|
|
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)L_2) > ((int32_t)0)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
return L_3;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
V_1 = 0;
|
|
V_2 = (StringBuilder_t*)NULL;
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_4 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
int32_t L_5 = V_1;
|
|
int32_t L_6 = V_0;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
return _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
String_t* L_7 = ___0_value;
|
|
int32_t L_8 = V_1;
|
|
Il2CppChar L_9;
|
|
L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_7, L_8, NULL);
|
|
if ((((int32_t)L_9) == ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = V_1;
|
|
V_3 = L_10;
|
|
goto IL_00ae;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
String_t* L_11 = ___0_value;
|
|
int32_t L_12 = V_3;
|
|
Il2CppChar L_13;
|
|
L_13 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_11, L_12, NULL);
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)32)))))
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = V_3;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_14, 1));
|
|
goto IL_004c;
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
int32_t L_15 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
int32_t L_16 = V_4;
|
|
int32_t L_17 = V_0;
|
|
if ((((int32_t)L_16) >= ((int32_t)L_17)))
|
|
{
|
|
goto IL_005d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_18 = ___0_value;
|
|
int32_t L_19 = V_4;
|
|
Il2CppChar L_20;
|
|
L_20 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_18, L_19, NULL);
|
|
if ((((int32_t)L_20) == ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
int32_t L_21 = V_4;
|
|
int32_t L_22 = V_0;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)L_22))))
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_23 = V_2;
|
|
if (L_23)
|
|
{
|
|
goto IL_0070;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_24 = ___0_value;
|
|
int32_t L_25 = V_1;
|
|
int32_t L_26 = V_3;
|
|
int32_t L_27 = V_1;
|
|
String_t* L_28;
|
|
L_28 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_24, L_25, ((int32_t)il2cpp_codegen_subtract(L_26, L_27)), NULL);
|
|
return L_28;
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
StringBuilder_t* L_29 = V_2;
|
|
String_t* L_30 = ___0_value;
|
|
int32_t L_31 = V_1;
|
|
int32_t L_32 = V_3;
|
|
int32_t L_33 = V_1;
|
|
StringBuilder_t* L_34;
|
|
L_34 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_29, L_30, L_31, ((int32_t)il2cpp_codegen_subtract(L_32, L_33)), NULL);
|
|
StringBuilder_t* L_35 = V_2;
|
|
String_t* L_36;
|
|
L_36 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_35);
|
|
return L_36;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
int32_t L_37 = V_4;
|
|
int32_t L_38 = V_3;
|
|
if ((((int32_t)L_37) <= ((int32_t)((int32_t)il2cpp_codegen_add(L_38, 1)))))
|
|
{
|
|
goto IL_00aa;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_39 = V_2;
|
|
if (L_39)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_40 = V_0;
|
|
StringBuilder_t* L_41 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5(L_41, L_40, NULL);
|
|
V_2 = L_41;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
StringBuilder_t* L_42 = V_2;
|
|
String_t* L_43 = ___0_value;
|
|
int32_t L_44 = V_1;
|
|
int32_t L_45 = V_3;
|
|
int32_t L_46 = V_1;
|
|
StringBuilder_t* L_47;
|
|
L_47 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_42, L_43, L_44, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_45, L_46)), 1)), NULL);
|
|
int32_t L_48 = V_4;
|
|
V_1 = L_48;
|
|
int32_t L_49 = V_4;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_49, 1));
|
|
}
|
|
|
|
IL_00aa:
|
|
{
|
|
int32_t L_50 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_50, 1));
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
int32_t L_51 = V_3;
|
|
int32_t L_52 = V_0;
|
|
if ((((int32_t)L_51) < ((int32_t)L_52)))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_53 = V_2;
|
|
if (L_53)
|
|
{
|
|
goto IL_00c5;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_54 = V_1;
|
|
if (!L_54)
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_55 = ___0_value;
|
|
int32_t L_56 = V_1;
|
|
int32_t L_57 = V_0;
|
|
int32_t L_58 = V_1;
|
|
String_t* L_59;
|
|
L_59 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_55, L_56, ((int32_t)il2cpp_codegen_subtract(L_57, L_58)), NULL);
|
|
return L_59;
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
String_t* L_60 = ___0_value;
|
|
return L_60;
|
|
}
|
|
|
|
IL_00c5:
|
|
{
|
|
int32_t L_61 = V_3;
|
|
int32_t L_62 = V_1;
|
|
if ((((int32_t)L_61) <= ((int32_t)L_62)))
|
|
{
|
|
goto IL_00d5;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_63 = V_2;
|
|
String_t* L_64 = ___0_value;
|
|
int32_t L_65 = V_1;
|
|
int32_t L_66 = V_3;
|
|
int32_t L_67 = V_1;
|
|
StringBuilder_t* L_68;
|
|
L_68 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_63, L_64, L_65, ((int32_t)il2cpp_codegen_subtract(L_66, L_67)), NULL);
|
|
}
|
|
|
|
IL_00d5:
|
|
{
|
|
StringBuilder_t* L_69 = V_2;
|
|
String_t* L_70;
|
|
L_70 = VirtualFuncInvoker0< String_t* >::Invoke(3, L_69);
|
|
return L_70;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_StripSpaces_mD7FD9662A6CC09D000AF4E2A6D489D79267520AC (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_value, int32_t ___1_index, int32_t* ___2_len, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
Il2CppChar V_4 = 0x0;
|
|
int32_t V_5 = 0;
|
|
{
|
|
int32_t* L_0 = ___2_len;
|
|
int32_t L_1 = *((int32_t*)L_0);
|
|
if ((((int32_t)L_1) > ((int32_t)0)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
int32_t L_2 = ___1_index;
|
|
V_0 = L_2;
|
|
int32_t L_3 = ___1_index;
|
|
int32_t* L_4 = ___2_len;
|
|
int32_t L_5 = *((int32_t*)L_4);
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_3, L_5));
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
int32_t L_7 = V_0;
|
|
int32_t L_8 = V_1;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)L_8))))
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_9 = ___2_len;
|
|
*((int32_t*)L_9) = (int32_t)1;
|
|
return;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = ___0_value;
|
|
int32_t L_11 = V_0;
|
|
int32_t L_12 = L_11;
|
|
uint16_t L_13 = (uint16_t)(L_10)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_12));
|
|
if ((((int32_t)L_13) == ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = V_0;
|
|
int32_t L_15 = ___1_index;
|
|
V_2 = ((int32_t)il2cpp_codegen_subtract(L_14, L_15));
|
|
int32_t L_16 = V_0;
|
|
V_3 = L_16;
|
|
goto IL_007c;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_17 = ___0_value;
|
|
int32_t L_18 = V_3;
|
|
int32_t L_19 = L_18;
|
|
uint16_t L_20 = (uint16_t)(L_17)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_19));
|
|
uint16_t L_21 = L_20;
|
|
V_4 = L_21;
|
|
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)32)))))
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = V_3;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
int32_t L_23 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_23, 1));
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_24 = V_5;
|
|
int32_t L_25 = V_1;
|
|
if ((((int32_t)L_24) >= ((int32_t)L_25)))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = ___0_value;
|
|
int32_t L_27 = V_5;
|
|
int32_t L_28 = L_27;
|
|
uint16_t L_29 = (uint16_t)(L_26)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(L_28));
|
|
if ((((int32_t)L_29) == ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
int32_t L_30 = V_5;
|
|
int32_t L_31 = V_1;
|
|
if ((!(((uint32_t)L_30) == ((uint32_t)L_31))))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_32 = V_2;
|
|
int32_t L_33 = V_5;
|
|
int32_t L_34 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_32, ((int32_t)il2cpp_codegen_subtract(L_33, L_34))));
|
|
goto IL_0080;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
int32_t L_35 = V_5;
|
|
int32_t L_36 = V_3;
|
|
if ((((int32_t)L_35) <= ((int32_t)((int32_t)il2cpp_codegen_add(L_36, 1)))))
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_37 = V_2;
|
|
int32_t L_38 = V_5;
|
|
int32_t L_39 = V_3;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_37, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_38, L_39)), 1))));
|
|
int32_t L_40 = V_5;
|
|
V_3 = ((int32_t)il2cpp_codegen_subtract(L_40, 1));
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_41 = ___0_value;
|
|
int32_t L_42 = V_3;
|
|
int32_t L_43 = V_2;
|
|
Il2CppChar L_44 = V_4;
|
|
(L_41)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract(L_42, L_43))), (Il2CppChar)L_44);
|
|
int32_t L_45 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_45, 1));
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
int32_t L_46 = V_3;
|
|
int32_t L_47 = V_1;
|
|
if ((((int32_t)L_46) < ((int32_t)L_47)))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
int32_t* L_48 = ___2_len;
|
|
int32_t* L_49 = ___2_len;
|
|
int32_t L_50 = *((int32_t*)L_49);
|
|
int32_t L_51 = V_2;
|
|
*((int32_t*)L_48) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_50, L_51));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_BlockCopyChars_m0BA24CD97C62B4BA5075A5426C1F00DF971621AB (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_src, int32_t ___1_srcOffset, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___2_dst, int32_t ___3_dstOffset, int32_t ___4_count, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_src;
|
|
int32_t L_1 = ___1_srcOffset;
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = ___2_dst;
|
|
int32_t L_3 = ___3_dstOffset;
|
|
int32_t L_4 = ___4_count;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_0, ((int32_t)il2cpp_codegen_multiply(L_1, 2)), (RuntimeArray*)L_2, ((int32_t)il2cpp_codegen_multiply(L_3, 2)), ((int32_t)il2cpp_codegen_multiply(L_4, 2)), NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_BlockCopy_m25BE6918882E5849FE2032F94F148BED46671DAA (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_src, int32_t ___1_srcOffset, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_dst, int32_t ___3_dstOffset, int32_t ___4_count, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_src;
|
|
int32_t L_1 = ___1_srcOffset;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___2_dst;
|
|
int32_t L_3 = ___3_dstOffset;
|
|
int32_t L_4 = ___4_count;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_0, L_1, (RuntimeArray*)L_2, L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_Async_m17DF552FF8F0211C2AA2E6E94EFA3A0F8474A8F5_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___useAsync;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* XmlReaderSettings_get_NameTable_mAF10C63E556531DDED4ABA060B60FA89D0D263BE_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_0 = __this->___nameTable;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_IsXmlResolverSet_mBE7710812B7872C2622B19D7582E8BB43D82EE50_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CIsXmlResolverSetU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_IgnoreWhitespace_mB0490662AA55A785F86A219B1A9317246868AF33_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___ignoreWhitespace;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_IgnoreProcessingInstructions_mF0F6DF6AA4090054BE46DB02400F18CEC5FC850A_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___ignorePIs;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_IgnoreComments_m84AF33F6BBE1C9AF5CD0FB0665B923816CED496F_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___ignoreComments;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_CheckCharacters_m92427DD940718F4E7703229BC80C698DA77A6F35_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___checkCharacters;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_LineNumberOffset_m1A1AC89A54212AD35ABA966620FD66EE6DF6963A_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___lineNumberOffset;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_LinePositionOffset_m77D589900D124C6DAD97C42186A63260F877BF52_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___linePositionOffset;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ParsingState_get_LineNo_mF3AF997B368E18B626BEE701B8DEB7FBB0267A3F_inline (ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___lineNo;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_DtdProcessing_m6855A18AA93729899B666898C1FD7B46D3330C5F_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___dtdProcessing;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t XmlReaderSettings_get_MaxCharactersInDocument_mBF86AACB085807A6D3E9936CF287051D34F5261C_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = __this->___maxCharactersInDocument;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t XmlReaderSettings_get_MaxCharactersFromEntities_mFFA78372DCCFF598DEC760725FA69CAB89A651C3_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = __this->___maxCharactersFromEntities;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_ConformanceLevel_m56DEADA9ADB805F1C190609DEA42E5322AD109EB_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___conformanceLevel;
|
|
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;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* XmlParserContext_get_NameTable_mA0033F700F66AED746CCC1DF69E97A1524096528_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_0 = __this->____nt;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_BaseURI_m203B1A13A7DFA09528C49D2198E7B9382BA91892_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____baseURI;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* XmlParserContext_get_Encoding_m70D0D1E92582C7F95EE6E9024771C44129B1AC52_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_0 = __this->____encoding;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* XmlReaderSettings_GetXmlResolver_mA62976BC07B261C3193008BB941B111EC60B4010_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_0 = __this->___xmlResolver;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlReaderSettings_get_CloseInput_m59A87285F3D07FC87B95FDA27AB1462D1318342E_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___closeInput;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ReadOnly_mE9D803936E0E2E8A22464C57D96C71AB35D1A6CB_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___isReadOnly = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NodeData_set_IsEmptyElement_mD9AA39D1F91A00BEDBED1204654917447AF2D57D_inline (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___isEmptyOrDefault = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* XmlParserContext_get_NamespaceManager_mB51E2BAE011C0C53FB2DF0C9DFF21EA17DCD58B7_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_0 = __this->____nsMgr;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlException_get_ResString_m977084C1A1F883C2BED73B1F956D980E62649C7A_inline (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___res;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlException_get_LineNumber_m4DBE53D0E13988CF2A5055C4B853F1399DE1A926_inline (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___lineNumber;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlException_get_LinePosition_m8045E03E183F6B07D6394A1B1FBD55E2CBE2DCB4_inline (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___linePosition;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_XmlLang_m15AAD2E5AA247235638A436E68596B9A89BFE443_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____xmlLang;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlParserContext_get_XmlSpace_m52BE2428971EFFCBE9922F1B37FEEE9940AF1891_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____xmlSpace;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DtdDefaultAttributeInfoToNodeDataComparer_get_Instance_mCE071E773839C95509C1494A404F710C62A51B8F_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdDefaultAttributeInfoToNodeDataComparer_t316EE7BA1A7C3159565673C63167CDD82E3935A1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DtdDefaultAttributeInfoToNodeDataComparer_t316EE7BA1A7C3159565673C63167CDD82E3935A1_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_0 = ((DtdDefaultAttributeInfoToNodeDataComparer_t316EE7BA1A7C3159565673C63167CDD82E3935A1_StaticFields*)il2cpp_codegen_static_fields_for(DtdDefaultAttributeInfoToNodeDataComparer_t316EE7BA1A7C3159565673C63167CDD82E3935A1_il2cpp_TypeInfo_var))->___s_instance;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NodeData_set_IsDefaultAttribute_m6CFE78C360F0CAADE7E1398F7527374253267DCD_inline (NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___isEmptyOrDefault = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_DocTypeName_m8212FEC6DBA21A5B1E95538D40951B1CB0380CF0_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____docTypeName;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_PublicId_mCE67EDDC8A9D73A0AADB77E0F7CCF53DEB5E300D_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____pubId;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_SystemId_mB4649C8C6DA52AFC5224E82BBD2B7C7A1D5CCB58_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____sysId;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_InternalSubset_mDD9703E47510C335AD4940AE7F761F56AA00E9DC_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->____internalSubset;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnDefaultAttributeUseDelegate_Invoke_mBF7EA3AC8F6A89D0019626AC5CBD72B6125699A2_inline (OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499* __this, RuntimeObject* ___0_defaultAttribute, XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* ___1_coreReader, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_defaultAttribute, ___1_coreReader, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* SchemaDeclBase_get_Name_m013DF0DD721FE902399C2DF4D2E6F8DAD50ECFAE_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = __this->___name;
|
|
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;
|
|
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;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_LineNumber_m8A9494C90F0B132F2A84AF7203FE074046529A1C_inline (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___lineNum;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_LinePosition_m192E37BC23204F940B4BC5BBBCC248EEAE4481D1_inline (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___linePos;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_ValueLineNumber_m6E3FEFC8B5E9CB9D034125346161BC710E52423E_inline (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___valueLineNum;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_ValueLinePosition_m43CB9139B92F934F7AF67D0EFCF1A5BCC0A8DEAB_inline (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___valueLinePos;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t SchemaAttDef_get_Reserved_m301C4E6E533BE8C00AFF8C087BCF8575B618D055_inline (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___reserved;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* SchemaDeclBase_get_SchemaType_m46E8C95101CB925C57BD9CBF64D8A755335345B5_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_0 = __this->___schemaType;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* SchemaDeclBase_get_Datatype_mE6DE13C3518B65A1CF6E464F12D7D7653247AF90_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = __this->___datatype;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SchemaDeclBase_get_DefaultValueTyped_m16C165322E494F1BC351D0DF53210CF3A906ECAF_inline (SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___defaultValueTyped;
|
|
return L_0;
|
|
}
|
|
}
|