yunque9/xcode/Classes/Native/System.Xml3.cpp

27787 lines
1.2 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template <typename R>
struct VirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct VirtFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct VirtFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct VirtFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10>
struct VirtActionInvoker10
{
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);
}
};
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct GenericVirtFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct GenericVirtFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, 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>
struct InterfaceFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R>
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 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, 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);
}
};
template <typename R, typename T1, typename T2>
struct GenericInterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct GenericInterfaceFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
// MS.Internal.Xml.Cache.XPathDocumentNavigator
struct XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498;
// MS.Internal.Xml.Cache.XPathNode[]
struct XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B;
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Int32>[]
struct EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.String>[]
struct EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C;
// System.Collections.Generic.Dictionary`2/Entry<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo>[]
struct EntryU5BU5D_t230F9CDB90731A57A06A1BFA179337278BC39FBF;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>
struct KeyCollection_t0394DE2BA7C2C82605C6E9DEBB21A8C5C792E97C;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Int32>
struct KeyCollection_t666396E67E50284D48938851873CE562083D67F2;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>
struct KeyCollection_tC73654392B284B89334464107B696C9BD89776D9;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo>
struct KeyCollection_tF671A7C7CC3C13DF54C1ED3445132C48E6944941;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Int32>
struct ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.String>
struct ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo>
struct ValueCollection_t89B0AF8C95136907F6D7450569F0EF451486240E;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
// System.Collections.Generic.Dictionary`2<System.Object,System.Int32>
struct Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB;
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC;
// System.Collections.Generic.Dictionary`2<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo>
struct Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
// System.Collections.Generic.IEqualityComparer`1<System.Xml.IDtdEntityInfo>
struct IEqualityComparer_1_tD216768A5E34C442881CF5CDB269847AD52BA2BC;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEnumerator
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.Exception
struct Exception_t;
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC;
// System.Func`2<System.Object,System.Int32>
struct Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6;
// System.Func`2<System.Object,System.String>
struct Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF;
// System.Globalization.Calendar
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
// System.Globalization.CompareInfo
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
// System.Globalization.CultureData
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
// System.Globalization.TextInfo
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
// System.IO.TextReader
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5;
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2;
// System.String
struct String_t;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782;
// System.Text.Decoder
struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26;
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
// System.Text.DecoderFallbackBuffer
struct DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C;
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Text.UTF8Encoding
struct UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UInt32[]
struct UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB;
// System.Uri
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E;
// System.Uri/UriInfo
struct UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E;
// System.UriParser
struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// System.Xml.EmptyEnumerator
struct EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3;
// System.Xml.IDtdEntityInfo
struct IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2;
// System.Xml.IDtdInfo
struct IDtdInfo_t5971A8C09914EDB816FE7A86A38288FDC4B6F80C;
// System.Xml.IDtdParser
struct IDtdParser_tDF1725F2AE9A0DC33C47E3A26903387D3D2A8C43;
// System.Xml.IValidationEventHandling
struct IValidationEventHandling_tABD39B6B973C0A0DC259D55D8C4179A43ACAB41B;
// System.Xml.IXmlNamespaceResolver
struct IXmlNamespaceResolver_t252EBD93E225063727450B6A8B4BE94F5F2E8427;
// System.Xml.SafeAsciiDecoder
struct SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD;
// System.Xml.Schema.IXmlSchemaInfo
struct IXmlSchemaInfo_t2FE768B806BA73C644AEE436491F2C3E04039CF1;
// System.Xml.Schema.SchemaEntity
struct SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99;
// System.Xml.Schema.XmlSchemaAttribute
struct XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B;
// System.Xml.Schema.XmlSchemaElement
struct XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D;
// System.Xml.Schema.XmlSchemaException
struct XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65;
// System.Xml.Schema.XmlSchemaInfo
struct XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035;
// System.Xml.Schema.XmlSchemaObject
struct XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B;
// System.Xml.Schema.XmlSchemaSimpleType
struct XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A;
// System.Xml.Schema.XmlSchemaType
struct XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9;
// System.Xml.UTF16Decoder
struct UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3;
// System.Xml.Ucs4Decoder
struct Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202;
// System.Xml.XPath.XPathNavigator
struct XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3;
// System.Xml.XPath.XPathNavigatorKeyComparer
struct XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378;
// System.Xml.XmlDocument
struct XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97;
// System.Xml.XmlDocumentType
struct XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136;
// System.Xml.XmlException
struct XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D;
// System.Xml.XmlNameTable
struct XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6;
// System.Xml.XmlNamespaceManager
struct XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F;
// System.Xml.XmlNamespaceManager/NamespaceDeclaration[]
struct NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84;
// System.Xml.XmlNode
struct XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB;
// System.Xml.XmlParserContext
struct XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279;
// System.Xml.XmlQualifiedName
struct XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD;
// System.Xml.XmlQualifiedName/HashCodeOfStringDelegate
struct HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8;
// System.Xml.XmlReader
struct XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB;
// System.Xml.XmlResolver
struct XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280;
// System.Xml.XmlTextReader
struct XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C;
// System.Xml.XmlTextReaderImpl
struct XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61;
// System.Xml.XmlTextReaderImpl/DtdParserProxy
struct DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7;
// System.Xml.XmlTextReaderImpl/LaterInitParam
struct LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF;
// System.Xml.XmlTextReaderImpl/NodeData
struct NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF;
// System.Xml.XmlTextReaderImpl/NodeData[]
struct NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE;
// System.Xml.XmlTextReaderImpl/ParsingState[]
struct ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDtdInfo_t5971A8C09914EDB816FE7A86A38288FDC4B6F80C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDtdParser_tDF1725F2AE9A0DC33C47E3A26903387D3D2A8C43_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IValidationEventHandling_tABD39B6B973C0A0DC259D55D8C4179A43ACAB41B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IXmlNamespaceResolver_t252EBD93E225063727450B6A8B4BE94F5F2E8427_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XPathNodeType_tB1DB3F39502492756781F03A9645DD587B81BEF2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlNodeType_tEE56AC4F9EC36B979516EA5836C4DA730B0A21E1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral019BBAE104133AA718AFEEAE967708D63F713354;
IL2CPP_EXTERN_C String_t* _stringLiteral03604A939E36BFD5AAB4D02EC49C56DD5FFE70A4;
IL2CPP_EXTERN_C String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
IL2CPP_EXTERN_C String_t* _stringLiteral06576556D1AD802F247CAD11AE748BE47B70CD9C;
IL2CPP_EXTERN_C String_t* _stringLiteral099600A10A944114AAC406D136B625FB416DD779;
IL2CPP_EXTERN_C String_t* _stringLiteral0B0C6F90D172B22857FDB7C4E16D3DD858581ACC;
IL2CPP_EXTERN_C String_t* _stringLiteral0B5CCEAAFA4CC072EA5E5F558CD1E99A8F503C2D;
IL2CPP_EXTERN_C String_t* _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9;
IL2CPP_EXTERN_C String_t* _stringLiteral0FEFD27CAD4915946049F0352BEDC0FA59D601E2;
IL2CPP_EXTERN_C String_t* _stringLiteral1179478FEFD71361F803762D50D1C8161576802F;
IL2CPP_EXTERN_C String_t* _stringLiteral14A25F47BDDFEB324F618BB03EA8B068E690C866;
IL2CPP_EXTERN_C String_t* _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336;
IL2CPP_EXTERN_C String_t* _stringLiteral153D7A58B3A3E898FCBDD04C462AF308414BD09D;
IL2CPP_EXTERN_C String_t* _stringLiteral16A3C2A876EADFBFB7EF0193C48BCF6088E0B6AD;
IL2CPP_EXTERN_C String_t* _stringLiteral17B2EA34FFFF98A7B87E6D4AA4AD04559FB16A90;
IL2CPP_EXTERN_C String_t* _stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01;
IL2CPP_EXTERN_C String_t* _stringLiteral1AE76814588A8852BEC1A4F868B17D08026CF135;
IL2CPP_EXTERN_C String_t* _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76;
IL2CPP_EXTERN_C String_t* _stringLiteral226CF119B78825F1720CF2CA485C2D85113D68C6;
IL2CPP_EXTERN_C String_t* _stringLiteral2453FAFB187586DC396A8C4F104F6A13662AC73D;
IL2CPP_EXTERN_C String_t* _stringLiteral2547BF06A9A1BA77AA1004FACBFABAE4834F8A18;
IL2CPP_EXTERN_C String_t* _stringLiteral276C94648FD11C723FAE798A7497BFE7D11E3E91;
IL2CPP_EXTERN_C String_t* _stringLiteral278BDE2ABA4E4EC64DB4EC86372C7F8EA916C2EA;
IL2CPP_EXTERN_C String_t* _stringLiteral29D43743C43BDA9873FC7A79C99F2EC4B6B442B1;
IL2CPP_EXTERN_C String_t* _stringLiteral29F0D813FC2D3471FD17EA2130C2B9A0492E3A2F;
IL2CPP_EXTERN_C String_t* _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6;
IL2CPP_EXTERN_C String_t* _stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312;
IL2CPP_EXTERN_C String_t* _stringLiteral2D805000F0B1B718831F4576ED6B82409607A53D;
IL2CPP_EXTERN_C String_t* _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976;
IL2CPP_EXTERN_C String_t* _stringLiteral30510FE0BC6A8F6A62E9D5309EF4010DB2D81A82;
IL2CPP_EXTERN_C String_t* _stringLiteral356A192B7913B04C54574D18C28D46E6395428AB;
IL2CPP_EXTERN_C String_t* _stringLiteral35FCFAE669E45B9B01A711B29A9F0DE9BF0B17EF;
IL2CPP_EXTERN_C String_t* _stringLiteral37CF73DA2931BC4788A24804D80A5CCA283374FA;
IL2CPP_EXTERN_C String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727;
IL2CPP_EXTERN_C String_t* _stringLiteral41C8F3CDB42D08E9E572C874940CA5896DE03DB3;
IL2CPP_EXTERN_C String_t* _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736;
IL2CPP_EXTERN_C String_t* _stringLiteral439874BF352D63FA667A6ED07E1864F749937B82;
IL2CPP_EXTERN_C String_t* _stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A;
IL2CPP_EXTERN_C String_t* _stringLiteral45D9963DA4900368B36E2D1F09EC9A7D1C3D3A75;
IL2CPP_EXTERN_C String_t* _stringLiteral48EE9FDB6490AADC28BBB90CEE75350BE54532DE;
IL2CPP_EXTERN_C String_t* _stringLiteral494BFF78142278BF15C7806A089D7C002766F8BD;
IL2CPP_EXTERN_C String_t* _stringLiteral4AF0A653663892E6E605DC7C5B286A0FF6E4247B;
IL2CPP_EXTERN_C String_t* _stringLiteral50813027F068E3C36CB1518BAADF80EBFA016339;
IL2CPP_EXTERN_C String_t* _stringLiteral5368F75FAEDF45E142655CD9D9FF084E577BBD2D;
IL2CPP_EXTERN_C String_t* _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656;
IL2CPP_EXTERN_C String_t* _stringLiteral56674BB1EF4B24126B160381FE7EB129E1B774EE;
IL2CPP_EXTERN_C String_t* _stringLiteral5A9DA893BE5FD5FAE314BEA8DCDEEEE12BEEEC4B;
IL2CPP_EXTERN_C String_t* _stringLiteral5C1275819BEC8C5B63E87E5ED6EA8C0060890C0B;
IL2CPP_EXTERN_C String_t* _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF;
IL2CPP_EXTERN_C String_t* _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB;
IL2CPP_EXTERN_C String_t* _stringLiteral613EB0ECD176A195B2B35234AEF9B1462EAD3154;
IL2CPP_EXTERN_C String_t* _stringLiteral663B90C899FA25A111067BE0C22FFC64DCF581C2;
IL2CPP_EXTERN_C String_t* _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D;
IL2CPP_EXTERN_C String_t* _stringLiteral688309AF5DBDEB59BA78E33E41342D963E4A6694;
IL2CPP_EXTERN_C String_t* _stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1;
IL2CPP_EXTERN_C String_t* _stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE;
IL2CPP_EXTERN_C String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C;
IL2CPP_EXTERN_C String_t* _stringLiteral6BDCD57D44C0013FD66AB0C7E3EB8C27BDCF9D07;
IL2CPP_EXTERN_C String_t* _stringLiteral6DCD4CE23D88E2EE9568BA546C007C63D9131C1B;
IL2CPP_EXTERN_C String_t* _stringLiteral7012C7F212D6A221EBA3438B8F4A68E39E206037;
IL2CPP_EXTERN_C String_t* _stringLiteral70142F66475AE2FB33722D8D4750F386ECFEFE7B;
IL2CPP_EXTERN_C String_t* _stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA;
IL2CPP_EXTERN_C String_t* _stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6;
IL2CPP_EXTERN_C String_t* _stringLiteral770724E3D115CDB87EBBD9F08829AFF30689EE7A;
IL2CPP_EXTERN_C String_t* _stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB;
IL2CPP_EXTERN_C String_t* _stringLiteral77B3FBA04FD4C4EEEE9AB3A7FB216ADBB7982995;
IL2CPP_EXTERN_C String_t* _stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD;
IL2CPP_EXTERN_C String_t* _stringLiteral79103F7D0A100F893D3D18C66F3F8397ED8BFFD9;
IL2CPP_EXTERN_C String_t* _stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C;
IL2CPP_EXTERN_C String_t* _stringLiteral7ABE4DB8E4E34EA3395A2A251F5922B296325989;
IL2CPP_EXTERN_C String_t* _stringLiteral7CB68D57CFE251FFBD5461D49C4E73FBBAE8B374;
IL2CPP_EXTERN_C String_t* _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04;
IL2CPP_EXTERN_C String_t* _stringLiteral81581597044514BF54D4F97266022FC991F3915E;
IL2CPP_EXTERN_C String_t* _stringLiteral8641A5FD310FA8A663AE8F1074E9A66AA3DBA324;
IL2CPP_EXTERN_C String_t* _stringLiteral87165DA65618B0B8DD73339DD29E6B0D14EA0E0A;
IL2CPP_EXTERN_C String_t* _stringLiteral876090A3E5447880484D4ABD7013B98D230A9408;
IL2CPP_EXTERN_C String_t* _stringLiteral8BF81043E29DFC96A6FE1F30F7116F552DE6E7D7;
IL2CPP_EXTERN_C String_t* _stringLiteral8D06ABD7A88DBC88966B03AD3CC46859244F88A3;
IL2CPP_EXTERN_C String_t* _stringLiteral919176ABD217DFC0AE8AB2A29692E22D95F3AC4B;
IL2CPP_EXTERN_C String_t* _stringLiteral929FB4AD13AB3C3E59695178677C8D8149AAD0C2;
IL2CPP_EXTERN_C String_t* _stringLiteral93356CDE85A498B294B365D5386BC8718EDE944C;
IL2CPP_EXTERN_C String_t* _stringLiteral93AC8946882128457CD9E283B30CA851945E6690;
IL2CPP_EXTERN_C String_t* _stringLiteral998837B0AC67C780196174608BACCAC1418FB7EE;
IL2CPP_EXTERN_C String_t* _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202;
IL2CPP_EXTERN_C String_t* _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B;
IL2CPP_EXTERN_C String_t* _stringLiteral9BB26199673D08FAD2D3C9A802D5A4246DCC6959;
IL2CPP_EXTERN_C String_t* _stringLiteral9EDCFFFF4461C9083FBFF857F8DCEE0F0769CBD4;
IL2CPP_EXTERN_C String_t* _stringLiteral9F8EFF81B930BE0F633A2B644305059F47FC788D;
IL2CPP_EXTERN_C String_t* _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3;
IL2CPP_EXTERN_C String_t* _stringLiteralA3A1DB61F0E89CE4D72C2B8FF6A75153E4953D1B;
IL2CPP_EXTERN_C String_t* _stringLiteralA70DD3F5E8FDF963365C63591EFF3C38594AC8F2;
IL2CPP_EXTERN_C String_t* _stringLiteralA72312822DE401FB8CBB8E2FB01D6C7472D8D7B9;
IL2CPP_EXTERN_C String_t* _stringLiteralA7CD802DE35E6B8BF41C099C20815BE3FF783652;
IL2CPP_EXTERN_C String_t* _stringLiteralAABE0BFB759A57A7D16A42D60C441B575F1E8236;
IL2CPP_EXTERN_C String_t* _stringLiteralAB006BB8AACDF6E68299BC1DFFCCC9BCC8AC3EAF;
IL2CPP_EXTERN_C String_t* _stringLiteralAE365AF1602219583A76C66E6E94EA213D6051BF;
IL2CPP_EXTERN_C String_t* _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21;
IL2CPP_EXTERN_C String_t* _stringLiteralB0E7DC794ECABBC437910AD666550333823EECE1;
IL2CPP_EXTERN_C String_t* _stringLiteralB3337829708B47BA30EF6CB0D62B0BC7364C36F9;
IL2CPP_EXTERN_C String_t* _stringLiteralB43DC55E330D0B42D6206DC60B387C262398AC6A;
IL2CPP_EXTERN_C String_t* _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C;
IL2CPP_EXTERN_C String_t* _stringLiteralB66A404869995E54B8D48D938E63CA3C7D1C7DCD;
IL2CPP_EXTERN_C String_t* _stringLiteralB6C96239E3A8922ACCD6BBFA8E2357CC444F6457;
IL2CPP_EXTERN_C String_t* _stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C;
IL2CPP_EXTERN_C String_t* _stringLiteralB82E1120FAA671E759C3B20F058DB73F0BC2CAC6;
IL2CPP_EXTERN_C String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
IL2CPP_EXTERN_C String_t* _stringLiteralB8F5C52A361928E659CB2C02CF20C06000271288;
IL2CPP_EXTERN_C String_t* _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8;
IL2CPP_EXTERN_C String_t* _stringLiteralC3C45F837A27029A7F394E872D9EDC1606AF0257;
IL2CPP_EXTERN_C String_t* _stringLiteralC4CDE5A02E48EBA3606A4A90C2CE61681EBFB0D5;
IL2CPP_EXTERN_C String_t* _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97;
IL2CPP_EXTERN_C String_t* _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C;
IL2CPP_EXTERN_C String_t* _stringLiteralC9FCA1EFD8FB162E1D25614618D292DF8ABCF050;
IL2CPP_EXTERN_C String_t* _stringLiteralCAB3C4E54CCF7C4B019641DFFC43A7C036C58EC4;
IL2CPP_EXTERN_C String_t* _stringLiteralD1785CA28C3A4D29A6EDEF1520C544B838A93DB3;
IL2CPP_EXTERN_C String_t* _stringLiteralD8A074E1D9365F0A70DCF0E727BD10F33EE154D9;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5;
IL2CPP_EXTERN_C String_t* _stringLiteralDE4DDDDCCDD513FE2412EAC6F554FB7164F24B37;
IL2CPP_EXTERN_C String_t* _stringLiteralDEE1EBCD105D3D47ADF43ABA6FD674E80D1DC35F;
IL2CPP_EXTERN_C String_t* _stringLiteralE2576209F117653A8EA9C7C2C143AE82670F00B4;
IL2CPP_EXTERN_C String_t* _stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A;
IL2CPP_EXTERN_C String_t* _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A;
IL2CPP_EXTERN_C String_t* _stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36;
IL2CPP_EXTERN_C String_t* _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334;
IL2CPP_EXTERN_C String_t* _stringLiteralE8DC057D3346E56AED7CF252185DBE1FA6454411;
IL2CPP_EXTERN_C String_t* _stringLiteralE9580394535B0E66F03CAFDAD8F8AEF279BB1C12;
IL2CPP_EXTERN_C String_t* _stringLiteralE9D475868185B2E6075A52C1555D5E341C0192B1;
IL2CPP_EXTERN_C String_t* _stringLiteralED7A0E4B2CCD89344A061B0034EA18C770FAFA95;
IL2CPP_EXTERN_C String_t* _stringLiteralED9E3FCDC99768544C3A2F3D6C6D0E5B150EED48;
IL2CPP_EXTERN_C String_t* _stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8;
IL2CPP_EXTERN_C String_t* _stringLiteralEF7E6794CA9C6A06B54B66F279237FB8DAAAEEA8;
IL2CPP_EXTERN_C String_t* _stringLiteralF12C84902108895980702C88DB900CEEA2D2EC01;
IL2CPP_EXTERN_C String_t* _stringLiteralF192A1AFF587546389E57227D5C32F585D13AE95;
IL2CPP_EXTERN_C String_t* _stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE;
IL2CPP_EXTERN_C String_t* _stringLiteralF7F3BCBB4582CB7BF4B48F6BD318A558B5B5B655;
IL2CPP_EXTERN_C String_t* _stringLiteralF822E613BB83930ECC0DEE4EE211973D6E8664F8;
IL2CPP_EXTERN_C String_t* _stringLiteralF9DCE970B7F80CC2A5C77022A4413B969FC11A15;
IL2CPP_EXTERN_C String_t* _stringLiteralFA7FF6FB00A7ACE8D98CF880A492DC6C5FFC8CA7;
IL2CPP_EXTERN_C String_t* _stringLiteralFB360F9C09AC8C5EDB2F18BE5DE4E80EA4C430D0;
IL2CPP_EXTERN_C String_t* _stringLiteralFD1286353570C5703799BA76999323B7C7447B06;
IL2CPP_EXTERN_C String_t* _stringLiteralFF9ADA5DD77A58B768C31CF306739F95A7349D2D;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mEA5B3E335A4E6B62552C80F0E140F43CB7B9934E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m5DED4FDB13B8597C824D201C846E523934300ACC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m4E12AE6DBBF7F313F34357CFF672CC8AEB7D996C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m3B7C9CE4CBBCB908CD81487D7924E93E9309FB67_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m4942D6CDD55A3FEDC9EF910EB93E90B8399EC697_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m4A1428F3BFC28918B0C2F7E98A49C3F05C735D3B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_mD09E59E7F822DA9EF3E9C8F013A6A92FC513E2EF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_GetEnumerator_m9E21A3B4C790C86847F025895A97257BBE23B219_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m7C5EF3B94047AE078CC7487608694B9C0CD30377_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToBinHexString_mA2A4F8D0275C6CA7952CC1779C2D460BABA5DE8A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToBoolean_m9B6644E3A3597D64D24A3595A98055A5E6ADF39B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlQualifiedName_GetHashCodeOfString_m67518889B5E4D6F9192E3D0018EE7351D2922E57_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlQualifiedName_Parse_mB8D6548DC3A3A90BA78B1D32A720BB467FDCE525_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlReader_CalcBufferSize_m9ADBD83BB00CAAB696ACEC75500A1904208D29BE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlResolver_ResolveUri_m3B74CC7D9ABBEDBE2CD281F44E614641917F4FEB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlResolver_SupportsType_m9454435C4D545E2D6B6B225E1B4DD6DF3D778ACB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_DtdParserProxy_ParseComment_mAAC7583A896F7BCF4785E621C4207C20FF5066B8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t DebuggerDisplayProxy_ToString_mE507AAFB75906E61DA5AD7580E03EC0F8C80464D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HashCodeOfStringDelegate_BeginInvoke_m604E0D528D77779DAB0A5E8E3CB427DD5B3B3499_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NodeData_ClearName_m4EEEF5315A52473FC6470BB297C8E506FECD764B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NodeData_Clear_mD71A1EC98F0BE924739AE49F5457A45ADA7A5C4D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NodeData_CreateNameWPrefix_m5D8818A7500ABBADB43B2923EEC59CCDC28B3F97_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NodeData_SetNamedNode_m5BE05A811DCE5E36A09613E92B6EB7C69F291949_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NodeData_SetNamedNode_m77D0D37FB571646037FE64C72649995D06218A5F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NodeData_System_IComparable_CompareTo_m4E92445E817BC3141166CBED8CFCD9C1C8577F62_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ParsingState_Clear_mB03C277E58A91CB626BBE6EC5CF2D6E97ECE48E2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_Equals_mC742938557B5F4E386D92637505A3885CE139C42_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m7C5EF3B94047AE078CC7487608694B9C0CD30377_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlCharType_InitInstance_m48449C6A7516A943668D92903B5D4203DD184AC6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlCharType_get_StaticLock_mE0FF2E8B12DC2AFFAFAB5718FDD49FAE726A6513_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_com_FromNativeMethodDefinition_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_pinvoke_FromNativeMethodDefinition_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlComplianceUtil_CDataNormalize_m679644BE2BD4C8404086F3AF883B3930793A6A81_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlComplianceUtil_NonCDataNormalize_m9D9FB328EC1923DF8B82B7A1976F96C9004FDA43_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_CreateException_m956710818209FE5D8F7999590B30376FEFBC2F90_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_CreateInvalidNameArgumentException_m7505BFFC4B0206C39B6C13C12E4075D147147F1B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_CreateInvalidNameCharException_mB3EA40565C1B77972E6E269EB70FA45AF864113B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_IsNegativeZero_m241D5B636D98DCDBCD8459307BA09F72652B237B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_SplitString_m6B7CF86F87E0A50390D716EEEB30FB53531E1924_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_ToBinHexString_mA2A4F8D0275C6CA7952CC1779C2D460BABA5DE8A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_ToBoolean_m9B6644E3A3597D64D24A3595A98055A5E6ADF39B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_ToDecimal_mE6C342E7D77ACC9E71F16C05A7F3B5F70D4A5651_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_ToDouble_mF72283E87D468B2CC95C44498301E37F7A0B614F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_ToInteger_m7B54C2B65EC2776F7EB184251DF24909CFCF4387_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_ToSingle_mE71D343AFD52CCD58B575BB64166226C31B01C92_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_ToString_m49240C3634C498D07211B3A4E03C54C342F8AB79_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_ToString_m8705ADD74C380B38688083B4319E4E6A00E11B7A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_ToString_m90E6FBA36B87D6AC327394B54541F6202C6EA23F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToBoolean_m5D0B8E6CE88CD2FCF4BFBE2E345D4A169E4E6FC9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToByte_mA404995D203F2F29119E460B598CD4C89302581F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToChar_mB35134349941F7511AD6C3E26E6A1894320260E3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToDecimal_m53066B8D731C3A9CAF5AEF79EAB885CF47134AE9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToDouble_mA9625E9F493284FE3FAE1334C2B4A070F3FBD52E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToGuid_m423DFA837B04BF062F929F2B6291C8C0C88A25D6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToInt16_m7B72F3F44BDA7A9813D61AF97361026E2656C462_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToInt32_m6D272276DCFB389F16A98350F626EE71659C0D0F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToInt64_mA3C821C5A1E245BF4D00FF85DD991233FD42F001_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToInteger_m071AC49D1D9DC063BD31C630D707D1117382F65F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToSByte_m145732D9679ED91983025D99FF81A416E317860E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToSingle_m86CC8202B4155B9C499D20BEE9D09FE8A7647FA6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToTimeSpan_m054EAAEEF475BD1F16E7D67CEDF19FEC8F3B3F02_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToUInt16_mB51E1B2D5B24B927588AD40CEF7052C805370E3F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToUInt32_m9A5999C8CECB6FDD04F625C0A7A3921BD26E5F8D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToUInt64_m864236E32E2CDA31263A154A4EC874C2D3FED910_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryToUri_m7FD6001A90C65537A75C452DE793260E73E0A13E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryVerifyNCName_mA460CC50BFC6ABD532305B68B0F5A152B8657B3C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryVerifyNMTOKEN_mA965156D95AD4FB5EDDCB313B65B8B0E0B246AA3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryVerifyName_mD14CF8AD8DE76E678AA6FD93B1DCD09236B0D6F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryVerifyNormalizedString_m8C9F710291C5D38305CDFED8304BC434EAF3DA72_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_TryVerifyTOKEN_m9A77319B785866FC38666B0697EA349757F0F619_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlConvert__cctor_m1EE317B21041E9F0ABE85E4DB9EE427C21DB4F03_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlDocument__cctor_m2585C547BBD27D102EFF94D0BAEEBB87F784871E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlException_CreateMessage_mDD847D2C1685E48408F191251542EB3C754344D5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlException_FormatUserMessage_mDFED8BDE616EF903472039DEE5F5B1F59E5FCCFF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlException_GetObjectData_m8C9F4943DC440A3FBF70905487652549D1B0BE45_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlException__ctor_m151C534985482DB896167CCA0D512DEBFC01B300_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlException__ctor_m2038069D4E6C83DC027DFDD97AD142B723C60C36_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlException__ctor_m55156B97F330388274AF0CFF5F4F9D81460C0F45_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlException__ctor_mC412B820BFDD1777E4423CA896912FAAD077B783_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlNamespaceManager_GetEnumerator_m60D102635FE2AB0E797493E464952EA32ADDF8D9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlNamespaceManager_LookupNamespaceDecl_m5F0283A0E9A08BF02261E69DABBBE1BBA80F3B44_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlNode_get_debuggerDisplayProxy_m0B8A99A23A898A5F4549461C021E32E84B5CEC35_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlParserContext_get_HasDtdInfo_mB589FFB05C64D6B26C47E9BAA6B163C254D85FB9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlQualifiedName_Equals_m3B71B6D1861864ECF2D0064D6DB40442005F25C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlQualifiedName_GetHashCodeDelegate_mBF53F3419F6C0F79C44934E03852290FF0D09173_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlQualifiedName_GetHashCode_m7E803D844F8319BC0DF27E9BDB2640FF47F763F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlQualifiedName_Parse_mB8D6548DC3A3A90BA78B1D32A720BB467FDCE525_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlQualifiedName_ToString_m54A75AFCB4960200FD7120D9F66EA260C6FD2724_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlQualifiedName__cctor_mB94351CC9B781C9657F29DC540032353620A77D4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlQualifiedName__ctor_m8518E3AB90DB30A8295FF996C76DCB1A2859BA10_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlQualifiedName_op_Inequality_mA30DC190FE84804B2270EEB7BDDAA086F04B9396_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlReaderDebuggerDisplayProxy_ToString_mEB54B7610A4FB6E55E154378C4CE91D73EB8D4B6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlReader_CalcBufferSize_m9ADBD83BB00CAAB696ACEC75500A1904208D29BE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlReader__cctor_m3EF2489C81E4EEF249A34242FC130A861972991E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlReader_get_Name_mD20CD40668A90CDC612E1FD58193388246CD4893_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlReader_get_debuggerDisplayProxy_m0E4E80BB3ECC5A994F93C06EF8826BFAA9DB9CF1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlResolver_ResolveUri_m3B74CC7D9ABBEDBE2CD281F44E614641917F4FEB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlResolver_SupportsType_m9454435C4D545E2D6B6B225E1B4DD6DF3D778ACB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_AllocNode_m7765E26CBC9570671D1A15809AAD9BD0368734BA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_CheckEncoding_mCC3C942D57B7905DB3D38AA3D1672FAB4B1EB705_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_DetectEncoding_m77D7D163E8A95E5F51425B3F847384431A5DDA28_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_DtdParserProxy_OnPublicId_mAC5A2232A5BBD487837E35E2B805C37926ED5149_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_DtdParserProxy_OnSystemId_mAA44EE85320C1F5AFAC2EE86217A88A04DA1285F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_DtdParserProxy_ParseComment_mAAC7583A896F7BCF4785E621C4207C20FF5066B8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_DtdParserProxy_PushEntity_mECD5C4AD5E9040006BA77DA2559E6008A96E22E4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_DtdParserProxy_PushExternalSubset_mDD30749ED33A61DFF48062339109D14C299A0ECE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_FinishOtherValueIterator_m3DF4913E985883988A5DAEAE601D2B256E77A8F0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_GetChars_mB535B2AA73F3F7891B5AC13C2B5CA4651351913B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_HandleEntityEnd_m4F7857842B21B8A051770019B0DF8ED657255BA9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_HandleEntityReference_m55A41786770D0A3D0D1233D1E1371D9B5DA2AD07_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_HandleGeneralEntityReference_mE4BEE052987F6E694DDA0FF449CBA17811EC4B6A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_InitStreamInput_m8B3C3A7713171C2B49E28B0FB971BCAE46FF6EC7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_InitStringInput_mB77C1E6F583C4F05D0E65C4BFA25F7E778124065_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_InitTextReaderInput_mF63E448E4F8C8197BF116734C79C572242A0D0FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_InvalidCharRecovery_m053425633A3B040F440FCCC68B375EABD902558A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_OpenAndPush_mB6F19ADB90192516A1B2A71052BFBE902779DFC3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_ParseCDataOrComment_mFC4E4BE3CCBBBA9B3C6FDEC59B31F47585792198_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_ParseDtdFromParserContext_m978AAD9B027B99E951CFEA9C366A28143A7861B6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_ParseNumericCharRef_m8A3BA57DBC81A1F148E3D83B613403A7E02659D7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_ParsePIValue_mECD915E3FA53A8F4FFC2EF71FBC0A22ED97068C1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_ParsePI_mD189967DD9718754962889CA04070E44FEDEB4EB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_ParseQName_mF05330014A3F1946BF3E1E30589CCE1314B08906_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_ParseText_m37216C48CC3A8041A69CE87B61BBB38234554C5D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_ParseXmlDeclaration_mA0079700145DA32BBF5D5A78944B50D55ECAA293_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_PushExternalEntity_mDC9817BDA60C43B0179036943130EB21C922E0E3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_PushInternalEntity_m485F0DC41C36F8DA9157B67431CF16B49C1F06F5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_PushParsingState_mEF279030AE77B8783437C7EB64786DCC75A2934F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_RegisterConsumedCharacters_m32959109CEA84C50F71D30393483D1ED55B34942_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_RegisterEntity_mB5797C2D1C61F0AA3AD5B470AA8F416D3471F1C1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_SendValidationEvent_m4CF85A96AB46AAFF222BBDDCE3B24B43F3F57EB1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_SendValidationEvent_m6A07DB06F7263EA6716D3A22307F4EC28EE4FB3D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_SetupEncoding_m67F3F5B34591FF6E7325EC16E8FF6B3BCEDCAF79_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_SwitchEncodingToUTF8_m1060A0BCEF5BBDC8DCE074A11B9B9F0484EC3B69_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_SwitchEncoding_m67449AB605651BA79FFB1A24B2AF08F56158338C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_ThrowInvalidChar_m2FE1FC501E5156E303905112026C1B4564F510F9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_ThrowUnexpectedToken_mA790CEB231E9C7D699F34AB8736B06C13DA0DE45_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_ThrowWithoutLineInfo_m09274FF6C02DCB0BB9FF0D58A499C4990C66CE2A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_ThrowWithoutLineInfo_m37B68BD7C28AF5C55ECFFD06301CB8D5CFAE7757_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_ThrowWithoutLineInfo_mBC58C406DEAAC470A6E72B94970CD83DE763477B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_Throw_m095A058543AC2273E8A40B37B33F208C430584D8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_Throw_m64B190C910D181D87AEE3CCB84678FDFE6F58C3A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_Throw_m9E58BADAD5CABC461273E98A78861D6A2652B77B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_Throw_mD02B70FD6E838F9532BB5D58349C5356119A842E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_UnregisterEntity_m8B7976890BD6A4AF56C04EF11A4F28E27950104B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t XmlTextReaderImpl_get_DtdParserProxy_BaseUri_mF2E4A50579AF488866944F856C4AD8BE411DACF7_MetadataUsageId;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84;
struct NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE;
struct ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
struct Il2CppArrayBounds;
// System.Array
// System.Collections.Generic.Dictionary`2_KeyCollection<System.String,System.String>
struct KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 : public RuntimeObject
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_KeyCollection::dictionary
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ___dictionary_0;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(KeyCollection_tC73654392B284B89334464107B696C9BD89776D9, ___dictionary_0)); }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___entries_1)); }
inline EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tAD4FDE2B2578C6625A7296B1C46DCB06DCB45186* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___keys_7)); }
inline KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t666396E67E50284D48938851873CE562083D67F2 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t666396E67E50284D48938851873CE562083D67F2 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ___values_8)); }
inline ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * get_values_8() const { return ___values_8; }
inline ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t532E2FD863D0D47B87202BE6B4F7C7EDB5DD7CBF * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2<System.String,System.String>
struct Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___entries_1)); }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t034347107F1D23C91DE1D712EA637D904789415C* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___keys_7)); }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ___values_8)); }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * get_values_8() const { return ___values_8; }
inline ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_tA3B972EF56F7C97E35054155C33556C55FAAFD43 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo>
struct Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_t230F9CDB90731A57A06A1BFA179337278BC39FBF* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_tF671A7C7CC3C13DF54C1ED3445132C48E6944941 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t89B0AF8C95136907F6D7450569F0EF451486240E * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ___entries_1)); }
inline EntryU5BU5D_t230F9CDB90731A57A06A1BFA179337278BC39FBF* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_t230F9CDB90731A57A06A1BFA179337278BC39FBF** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_t230F9CDB90731A57A06A1BFA179337278BC39FBF* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ___keys_7)); }
inline KeyCollection_tF671A7C7CC3C13DF54C1ED3445132C48E6944941 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tF671A7C7CC3C13DF54C1ED3445132C48E6944941 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tF671A7C7CC3C13DF54C1ED3445132C48E6944941 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ___values_8)); }
inline ValueCollection_t89B0AF8C95136907F6D7450569F0EF451486240E * get_values_8() const { return ___values_8; }
inline ValueCollection_t89B0AF8C95136907F6D7450569F0EF451486240E ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t89B0AF8C95136907F6D7450569F0EF451486240E * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value);
}
};
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
{
public:
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
public:
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
inline void set_m_isReadOnly_3(bool value)
{
___m_isReadOnly_3 = value;
}
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
inline void set_cultureID_4(int32_t value)
{
___cultureID_4 = value;
}
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
inline void set_parent_lcid_5(int32_t value)
{
___parent_lcid_5 = value;
}
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
inline void set_datetime_index_6(int32_t value)
{
___datetime_index_6 = value;
}
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
inline int32_t get_number_index_7() const { return ___number_index_7; }
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
inline void set_number_index_7(int32_t value)
{
___number_index_7 = value;
}
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
inline void set_default_calendar_type_8(int32_t value)
{
___default_calendar_type_8 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
inline void set_m_useUserOverride_9(bool value)
{
___m_useUserOverride_9 = value;
}
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___numInfo_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value);
}
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___dateTimeInfo_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value);
}
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___textInfo_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value);
}
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
inline String_t* get_m_name_13() const { return ___m_name_13; }
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
inline void set_m_name_13(String_t* value)
{
___m_name_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value);
}
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
inline String_t* get_englishname_14() const { return ___englishname_14; }
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
inline void set_englishname_14(String_t* value)
{
___englishname_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value);
}
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
inline String_t* get_nativename_15() const { return ___nativename_15; }
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
inline void set_nativename_15(String_t* value)
{
___nativename_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value);
}
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
inline void set_iso3lang_16(String_t* value)
{
___iso3lang_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value);
}
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
inline void set_iso2lang_17(String_t* value)
{
___iso2lang_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value);
}
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
inline void set_win3lang_18(String_t* value)
{
___win3lang_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value);
}
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
inline String_t* get_territory_19() const { return ___territory_19; }
inline String_t** get_address_of_territory_19() { return &___territory_19; }
inline void set_territory_19(String_t* value)
{
___territory_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value);
}
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___native_calendar_names_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value);
}
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___compareInfo_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value);
}
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
inline void set_textinfo_data_22(void* value)
{
___textinfo_data_22 = value;
}
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
inline void set_m_dataItem_23(int32_t value)
{
___m_dataItem_23 = value;
}
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value);
}
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___parent_culture_25 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value);
}
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
inline bool get_constructed_26() const { return ___constructed_26; }
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
inline void set_constructed_26(bool value)
{
___constructed_26 = value;
}
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___cached_serialized_form_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value);
}
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value);
}
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
inline void set_m_isInherited_29(bool value)
{
___m_isInherited_29 = value;
}
};
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
{
public:
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject * ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_37;
public:
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___invariant_culture_info_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value);
}
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
inline void set_shared_table_lock_1(RuntimeObject * value)
{
___shared_table_lock_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value);
}
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___default_current_culture_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentUICulture_33 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentCulture_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value);
}
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
{
___shared_by_number_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value);
}
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
{
___shared_by_name_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value);
}
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
inline void set_IsTaiwanSku_37(bool value)
{
___IsTaiwanSku_37 = value;
}
};
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
{
public:
// System.Object System.MarshalByRefObject::_identity
RuntimeObject * ____identity_0;
public:
inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); }
inline RuntimeObject * get__identity_0() const { return ____identity_0; }
inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; }
inline void set__identity_0(RuntimeObject * value)
{
____identity_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
Il2CppIUnknown* ____identity_0;
};
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
Il2CppIUnknown* ____identity_0;
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_3;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_4;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_5;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_6;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_7;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_8;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_9;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_10;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_11;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_12;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_13;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_14;
public:
inline static int32_t get_offset_of_m_members_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_3)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_3() const { return ___m_members_3; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_3() { return &___m_members_3; }
inline void set_m_members_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value);
}
inline static int32_t get_offset_of_m_data_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_4)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_4() const { return ___m_data_4; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_4() { return &___m_data_4; }
inline void set_m_data_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value);
}
inline static int32_t get_offset_of_m_types_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_5() const { return ___m_types_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_5() { return &___m_types_5; }
inline void set_m_types_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value);
}
inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_6)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; }
inline void set_m_nameToIndex_6(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___m_nameToIndex_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value);
}
inline static int32_t get_offset_of_m_currMember_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_7)); }
inline int32_t get_m_currMember_7() const { return ___m_currMember_7; }
inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; }
inline void set_m_currMember_7(int32_t value)
{
___m_currMember_7 = value;
}
inline static int32_t get_offset_of_m_converter_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_8)); }
inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; }
inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; }
inline void set_m_converter_8(RuntimeObject* value)
{
___m_converter_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value);
}
inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_9)); }
inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; }
inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; }
inline void set_m_fullTypeName_9(String_t* value)
{
___m_fullTypeName_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value);
}
inline static int32_t get_offset_of_m_assemName_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_10)); }
inline String_t* get_m_assemName_10() const { return ___m_assemName_10; }
inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; }
inline void set_m_assemName_10(String_t* value)
{
___m_assemName_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value);
}
inline static int32_t get_offset_of_objectType_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_11)); }
inline Type_t * get_objectType_11() const { return ___objectType_11; }
inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; }
inline void set_objectType_11(Type_t * value)
{
___objectType_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value);
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_12)); }
inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; }
inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; }
inline void set_isFullTypeNameSetExplicit_12(bool value)
{
___isFullTypeNameSetExplicit_12 = value;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_13)); }
inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; }
inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; }
inline void set_isAssemblyNameSetExplicit_13(bool value)
{
___isAssemblyNameSetExplicit_13 = value;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_14)); }
inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; }
inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; }
inline void set_requireSameTokenInPartialTrust_14(bool value)
{
___requireSameTokenInPartialTrust_14 = value;
}
};
// System.Runtime.Serialization.SerializationInfoEnumerator
struct SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_numItems
int32_t ___m_numItems_3;
// System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::m_currItem
int32_t ___m_currItem_4;
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::m_current
bool ___m_current_5;
public:
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_members_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; }
inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_members_0), (void*)value);
}
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_data_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; }
inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_data_1), (void*)value);
}
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_types_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; }
inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_types_2), (void*)value);
}
inline static int32_t get_offset_of_m_numItems_3() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_numItems_3)); }
inline int32_t get_m_numItems_3() const { return ___m_numItems_3; }
inline int32_t* get_address_of_m_numItems_3() { return &___m_numItems_3; }
inline void set_m_numItems_3(int32_t value)
{
___m_numItems_3 = value;
}
inline static int32_t get_offset_of_m_currItem_4() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_currItem_4)); }
inline int32_t get_m_currItem_4() const { return ___m_currItem_4; }
inline int32_t* get_address_of_m_currItem_4() { return &___m_currItem_4; }
inline void set_m_currItem_4(int32_t value)
{
___m_currItem_4 = value;
}
inline static int32_t get_offset_of_m_current_5() { return static_cast<int32_t>(offsetof(SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5, ___m_current_5)); }
inline bool get_m_current_5() const { return ___m_current_5; }
inline bool* get_address_of_m_current_5() { return &___m_current_5; }
inline void set_m_current_5(bool value)
{
___m_current_5 = value;
}
};
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value);
}
};
// System.Text.Decoder
struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 : public RuntimeObject
{
public:
// System.Text.DecoderFallback System.Text.Decoder::m_fallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___m_fallback_0;
// System.Text.DecoderFallbackBuffer System.Text.Decoder::m_fallbackBuffer
DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * ___m_fallbackBuffer_1;
public:
inline static int32_t get_offset_of_m_fallback_0() { return static_cast<int32_t>(offsetof(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26, ___m_fallback_0)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_m_fallback_0() const { return ___m_fallback_0; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_m_fallback_0() { return &___m_fallback_0; }
inline void set_m_fallback_0(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___m_fallback_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fallback_0), (void*)value);
}
inline static int32_t get_offset_of_m_fallbackBuffer_1() { return static_cast<int32_t>(offsetof(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26, ___m_fallbackBuffer_1)); }
inline DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * get_m_fallbackBuffer_1() const { return ___m_fallbackBuffer_1; }
inline DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C ** get_address_of_m_fallbackBuffer_1() { return &___m_fallbackBuffer_1; }
inline void set_m_fallbackBuffer_1(DecoderFallbackBuffer_t41EB1B3F5748BEEF5BE883DA09DBDB937441A83C * value)
{
___m_fallbackBuffer_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fallbackBuffer_1), (void*)value);
}
};
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
{
public:
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_9;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_10;
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
bool ___m_deserializedFromEverett_11;
// System.Boolean System.Text.Encoding::m_isReadOnly
bool ___m_isReadOnly_12;
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14;
public:
inline static int32_t get_offset_of_m_codePage_9() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_9)); }
inline int32_t get_m_codePage_9() const { return ___m_codePage_9; }
inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; }
inline void set_m_codePage_9(int32_t value)
{
___m_codePage_9 = value;
}
inline static int32_t get_offset_of_dataItem_10() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_10)); }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_10() const { return ___dataItem_10; }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_10() { return &___dataItem_10; }
inline void set_dataItem_10(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
{
___dataItem_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dataItem_10), (void*)value);
}
inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_11)); }
inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; }
inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; }
inline void set_m_deserializedFromEverett_11(bool value)
{
___m_deserializedFromEverett_11 = value;
}
inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_12)); }
inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; }
inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; }
inline void set_m_isReadOnly_12(bool value)
{
___m_isReadOnly_12 = value;
}
inline static int32_t get_offset_of_encoderFallback_13() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_13)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_13() const { return ___encoderFallback_13; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; }
inline void set_encoderFallback_13(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___encoderFallback_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_13), (void*)value);
}
inline static int32_t get_offset_of_decoderFallback_14() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_14)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_14() const { return ___decoderFallback_14; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; }
inline void set_decoderFallback_14(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___decoderFallback_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_14), (void*)value);
}
};
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
{
public:
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_15;
public:
inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; }
inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___defaultEncoding_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultEncoding_0), (void*)value);
}
inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; }
inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___unicodeEncoding_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___unicodeEncoding_1), (void*)value);
}
inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; }
inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___bigEndianUnicode_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bigEndianUnicode_2), (void*)value);
}
inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; }
inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf7Encoding_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf7Encoding_3), (void*)value);
}
inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; }
inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf8Encoding_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf8Encoding_4), (void*)value);
}
inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; }
inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf32Encoding_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___utf32Encoding_5), (void*)value);
}
inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; }
inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___asciiEncoding_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___asciiEncoding_6), (void*)value);
}
inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; }
inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___latin1Encoding_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___latin1Encoding_7), (void*)value);
}
inline static int32_t get_offset_of_encodings_8() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; }
inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___encodings_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encodings_8), (void*)value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_15)); }
inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; }
inline void set_s_InternalSyncObject_15(RuntimeObject * value)
{
___s_InternalSyncObject_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_15), (void*)value);
}
};
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public:
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t * ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
public:
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_ChunkChars_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
{
___m_ChunkPrevious_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value);
}
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
inline void set_m_ChunkLength_2(int32_t value)
{
___m_ChunkLength_2 = value;
}
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
inline void set_m_ChunkOffset_3(int32_t value)
{
___m_ChunkOffset_3 = value;
}
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
inline void set_m_MaxCapacity_4(int32_t value)
{
___m_MaxCapacity_4 = value;
}
};
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
{
};
// System.Xml.EmptyEnumerator
struct EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 : public RuntimeObject
{
public:
public:
};
// System.Xml.Schema.SchemaEntity
struct SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 : public RuntimeObject
{
public:
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::qname
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___qname_0;
// System.String System.Xml.Schema.SchemaEntity::url
String_t* ___url_1;
// System.String System.Xml.Schema.SchemaEntity::pubid
String_t* ___pubid_2;
// System.String System.Xml.Schema.SchemaEntity::text
String_t* ___text_3;
// System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::ndata
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___ndata_4;
// System.Int32 System.Xml.Schema.SchemaEntity::lineNumber
int32_t ___lineNumber_5;
// System.Int32 System.Xml.Schema.SchemaEntity::linePosition
int32_t ___linePosition_6;
// System.Boolean System.Xml.Schema.SchemaEntity::isParameter
bool ___isParameter_7;
// System.Boolean System.Xml.Schema.SchemaEntity::isExternal
bool ___isExternal_8;
// System.Boolean System.Xml.Schema.SchemaEntity::parsingInProgress
bool ___parsingInProgress_9;
// System.Boolean System.Xml.Schema.SchemaEntity::isDeclaredInExternal
bool ___isDeclaredInExternal_10;
// System.String System.Xml.Schema.SchemaEntity::baseURI
String_t* ___baseURI_11;
// System.String System.Xml.Schema.SchemaEntity::declaredURI
String_t* ___declaredURI_12;
public:
inline static int32_t get_offset_of_qname_0() { return static_cast<int32_t>(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___qname_0)); }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_qname_0() const { return ___qname_0; }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_qname_0() { return &___qname_0; }
inline void set_qname_0(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value)
{
___qname_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___qname_0), (void*)value);
}
inline static int32_t get_offset_of_url_1() { return static_cast<int32_t>(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___url_1)); }
inline String_t* get_url_1() const { return ___url_1; }
inline String_t** get_address_of_url_1() { return &___url_1; }
inline void set_url_1(String_t* value)
{
___url_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___url_1), (void*)value);
}
inline static int32_t get_offset_of_pubid_2() { return static_cast<int32_t>(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___pubid_2)); }
inline String_t* get_pubid_2() const { return ___pubid_2; }
inline String_t** get_address_of_pubid_2() { return &___pubid_2; }
inline void set_pubid_2(String_t* value)
{
___pubid_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pubid_2), (void*)value);
}
inline static int32_t get_offset_of_text_3() { return static_cast<int32_t>(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___text_3)); }
inline String_t* get_text_3() const { return ___text_3; }
inline String_t** get_address_of_text_3() { return &___text_3; }
inline void set_text_3(String_t* value)
{
___text_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___text_3), (void*)value);
}
inline static int32_t get_offset_of_ndata_4() { return static_cast<int32_t>(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___ndata_4)); }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_ndata_4() const { return ___ndata_4; }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_ndata_4() { return &___ndata_4; }
inline void set_ndata_4(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value)
{
___ndata_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ndata_4), (void*)value);
}
inline static int32_t get_offset_of_lineNumber_5() { return static_cast<int32_t>(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___lineNumber_5)); }
inline int32_t get_lineNumber_5() const { return ___lineNumber_5; }
inline int32_t* get_address_of_lineNumber_5() { return &___lineNumber_5; }
inline void set_lineNumber_5(int32_t value)
{
___lineNumber_5 = value;
}
inline static int32_t get_offset_of_linePosition_6() { return static_cast<int32_t>(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___linePosition_6)); }
inline int32_t get_linePosition_6() const { return ___linePosition_6; }
inline int32_t* get_address_of_linePosition_6() { return &___linePosition_6; }
inline void set_linePosition_6(int32_t value)
{
___linePosition_6 = value;
}
inline static int32_t get_offset_of_isParameter_7() { return static_cast<int32_t>(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___isParameter_7)); }
inline bool get_isParameter_7() const { return ___isParameter_7; }
inline bool* get_address_of_isParameter_7() { return &___isParameter_7; }
inline void set_isParameter_7(bool value)
{
___isParameter_7 = value;
}
inline static int32_t get_offset_of_isExternal_8() { return static_cast<int32_t>(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___isExternal_8)); }
inline bool get_isExternal_8() const { return ___isExternal_8; }
inline bool* get_address_of_isExternal_8() { return &___isExternal_8; }
inline void set_isExternal_8(bool value)
{
___isExternal_8 = value;
}
inline static int32_t get_offset_of_parsingInProgress_9() { return static_cast<int32_t>(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___parsingInProgress_9)); }
inline bool get_parsingInProgress_9() const { return ___parsingInProgress_9; }
inline bool* get_address_of_parsingInProgress_9() { return &___parsingInProgress_9; }
inline void set_parsingInProgress_9(bool value)
{
___parsingInProgress_9 = value;
}
inline static int32_t get_offset_of_isDeclaredInExternal_10() { return static_cast<int32_t>(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___isDeclaredInExternal_10)); }
inline bool get_isDeclaredInExternal_10() const { return ___isDeclaredInExternal_10; }
inline bool* get_address_of_isDeclaredInExternal_10() { return &___isDeclaredInExternal_10; }
inline void set_isDeclaredInExternal_10(bool value)
{
___isDeclaredInExternal_10 = value;
}
inline static int32_t get_offset_of_baseURI_11() { return static_cast<int32_t>(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___baseURI_11)); }
inline String_t* get_baseURI_11() const { return ___baseURI_11; }
inline String_t** get_address_of_baseURI_11() { return &___baseURI_11; }
inline void set_baseURI_11(String_t* value)
{
___baseURI_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___baseURI_11), (void*)value);
}
inline static int32_t get_offset_of_declaredURI_12() { return static_cast<int32_t>(offsetof(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99, ___declaredURI_12)); }
inline String_t* get_declaredURI_12() const { return ___declaredURI_12; }
inline String_t** get_address_of_declaredURI_12() { return &___declaredURI_12; }
inline void set_declaredURI_12(String_t* value)
{
___declaredURI_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___declaredURI_12), (void*)value);
}
};
// System.Xml.XPath.XPathItem
struct XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98 : public RuntimeObject
{
public:
public:
};
// System.Xml.XPath.XPathNavigatorKeyComparer
struct XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 : public RuntimeObject
{
public:
public:
};
// System.Xml.XmlComplianceUtil
struct XmlComplianceUtil_tF765F050106DD1652680AC22FA48C7BD070BFED5 : public RuntimeObject
{
public:
public:
};
// System.Xml.XmlConfiguration.XmlReaderSection
struct XmlReaderSection_tFCE70D088C6038C6BB6BA8A6A66F97D91AD84AC7 : public RuntimeObject
{
public:
public:
};
// System.Xml.XmlNameTable
struct XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 : public RuntimeObject
{
public:
public:
};
// System.Xml.XmlNamespaceManager
struct XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F : public RuntimeObject
{
public:
// System.Xml.XmlNamespaceManager_NamespaceDeclaration[] System.Xml.XmlNamespaceManager::nsdecls
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* ___nsdecls_0;
// System.Int32 System.Xml.XmlNamespaceManager::lastDecl
int32_t ___lastDecl_1;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Xml.XmlNamespaceManager::hashTable
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___hashTable_2;
// System.Boolean System.Xml.XmlNamespaceManager::useHashtable
bool ___useHashtable_3;
public:
inline static int32_t get_offset_of_nsdecls_0() { return static_cast<int32_t>(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___nsdecls_0)); }
inline NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* get_nsdecls_0() const { return ___nsdecls_0; }
inline NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84** get_address_of_nsdecls_0() { return &___nsdecls_0; }
inline void set_nsdecls_0(NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* value)
{
___nsdecls_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nsdecls_0), (void*)value);
}
inline static int32_t get_offset_of_lastDecl_1() { return static_cast<int32_t>(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___lastDecl_1)); }
inline int32_t get_lastDecl_1() const { return ___lastDecl_1; }
inline int32_t* get_address_of_lastDecl_1() { return &___lastDecl_1; }
inline void set_lastDecl_1(int32_t value)
{
___lastDecl_1 = value;
}
inline static int32_t get_offset_of_hashTable_2() { return static_cast<int32_t>(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___hashTable_2)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_hashTable_2() const { return ___hashTable_2; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_hashTable_2() { return &___hashTable_2; }
inline void set_hashTable_2(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___hashTable_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hashTable_2), (void*)value);
}
inline static int32_t get_offset_of_useHashtable_3() { return static_cast<int32_t>(offsetof(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F, ___useHashtable_3)); }
inline bool get_useHashtable_3() const { return ___useHashtable_3; }
inline bool* get_address_of_useHashtable_3() { return &___useHashtable_3; }
inline void set_useHashtable_3(bool value)
{
___useHashtable_3 = value;
}
};
// System.Xml.XmlNode
struct XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB : public RuntimeObject
{
public:
public:
};
// System.Xml.XmlParserContext
struct XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 : public RuntimeObject
{
public:
// System.String System.Xml.XmlParserContext::_docTypeName
String_t* ____docTypeName_0;
// System.String System.Xml.XmlParserContext::_pubId
String_t* ____pubId_1;
// System.String System.Xml.XmlParserContext::_sysId
String_t* ____sysId_2;
// System.String System.Xml.XmlParserContext::_internalSubset
String_t* ____internalSubset_3;
// System.String System.Xml.XmlParserContext::_baseURI
String_t* ____baseURI_4;
public:
inline static int32_t get_offset_of__docTypeName_0() { return static_cast<int32_t>(offsetof(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279, ____docTypeName_0)); }
inline String_t* get__docTypeName_0() const { return ____docTypeName_0; }
inline String_t** get_address_of__docTypeName_0() { return &____docTypeName_0; }
inline void set__docTypeName_0(String_t* value)
{
____docTypeName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____docTypeName_0), (void*)value);
}
inline static int32_t get_offset_of__pubId_1() { return static_cast<int32_t>(offsetof(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279, ____pubId_1)); }
inline String_t* get__pubId_1() const { return ____pubId_1; }
inline String_t** get_address_of__pubId_1() { return &____pubId_1; }
inline void set__pubId_1(String_t* value)
{
____pubId_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____pubId_1), (void*)value);
}
inline static int32_t get_offset_of__sysId_2() { return static_cast<int32_t>(offsetof(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279, ____sysId_2)); }
inline String_t* get__sysId_2() const { return ____sysId_2; }
inline String_t** get_address_of__sysId_2() { return &____sysId_2; }
inline void set__sysId_2(String_t* value)
{
____sysId_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____sysId_2), (void*)value);
}
inline static int32_t get_offset_of__internalSubset_3() { return static_cast<int32_t>(offsetof(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279, ____internalSubset_3)); }
inline String_t* get__internalSubset_3() const { return ____internalSubset_3; }
inline String_t** get_address_of__internalSubset_3() { return &____internalSubset_3; }
inline void set__internalSubset_3(String_t* value)
{
____internalSubset_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____internalSubset_3), (void*)value);
}
inline static int32_t get_offset_of__baseURI_4() { return static_cast<int32_t>(offsetof(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279, ____baseURI_4)); }
inline String_t* get__baseURI_4() const { return ____baseURI_4; }
inline String_t** get_address_of__baseURI_4() { return &____baseURI_4; }
inline void set__baseURI_4(String_t* value)
{
____baseURI_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____baseURI_4), (void*)value);
}
};
// System.Xml.XmlQualifiedName
struct XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD : public RuntimeObject
{
public:
// System.String System.Xml.XmlQualifiedName::name
String_t* ___name_1;
// System.String System.Xml.XmlQualifiedName::ns
String_t* ___ns_2;
// System.Int32 System.Xml.XmlQualifiedName::hash
int32_t ___hash_3;
public:
inline static int32_t get_offset_of_name_1() { return static_cast<int32_t>(offsetof(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD, ___name_1)); }
inline String_t* get_name_1() const { return ___name_1; }
inline String_t** get_address_of_name_1() { return &___name_1; }
inline void set_name_1(String_t* value)
{
___name_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_1), (void*)value);
}
inline static int32_t get_offset_of_ns_2() { return static_cast<int32_t>(offsetof(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD, ___ns_2)); }
inline String_t* get_ns_2() const { return ___ns_2; }
inline String_t** get_address_of_ns_2() { return &___ns_2; }
inline void set_ns_2(String_t* value)
{
___ns_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ns_2), (void*)value);
}
inline static int32_t get_offset_of_hash_3() { return static_cast<int32_t>(offsetof(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD, ___hash_3)); }
inline int32_t get_hash_3() const { return ___hash_3; }
inline int32_t* get_address_of_hash_3() { return &___hash_3; }
inline void set_hash_3(int32_t value)
{
___hash_3 = value;
}
};
struct XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields
{
public:
// System.Xml.XmlQualifiedName_HashCodeOfStringDelegate System.Xml.XmlQualifiedName::hashCodeDelegate
HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * ___hashCodeDelegate_0;
// System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Empty
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___Empty_4;
public:
inline static int32_t get_offset_of_hashCodeDelegate_0() { return static_cast<int32_t>(offsetof(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields, ___hashCodeDelegate_0)); }
inline HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * get_hashCodeDelegate_0() const { return ___hashCodeDelegate_0; }
inline HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 ** get_address_of_hashCodeDelegate_0() { return &___hashCodeDelegate_0; }
inline void set_hashCodeDelegate_0(HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * value)
{
___hashCodeDelegate_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hashCodeDelegate_0), (void*)value);
}
inline static int32_t get_offset_of_Empty_4() { return static_cast<int32_t>(offsetof(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields, ___Empty_4)); }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * get_Empty_4() const { return ___Empty_4; }
inline XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD ** get_address_of_Empty_4() { return &___Empty_4; }
inline void set_Empty_4(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * value)
{
___Empty_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Empty_4), (void*)value);
}
};
// System.Xml.XmlReader
struct XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB : public RuntimeObject
{
public:
public:
};
struct XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_StaticFields
{
public:
// System.UInt32 System.Xml.XmlReader::IsTextualNodeBitmap
uint32_t ___IsTextualNodeBitmap_0;
// System.UInt32 System.Xml.XmlReader::CanReadContentAsBitmap
uint32_t ___CanReadContentAsBitmap_1;
// System.UInt32 System.Xml.XmlReader::HasValueBitmap
uint32_t ___HasValueBitmap_2;
public:
inline static int32_t get_offset_of_IsTextualNodeBitmap_0() { return static_cast<int32_t>(offsetof(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_StaticFields, ___IsTextualNodeBitmap_0)); }
inline uint32_t get_IsTextualNodeBitmap_0() const { return ___IsTextualNodeBitmap_0; }
inline uint32_t* get_address_of_IsTextualNodeBitmap_0() { return &___IsTextualNodeBitmap_0; }
inline void set_IsTextualNodeBitmap_0(uint32_t value)
{
___IsTextualNodeBitmap_0 = value;
}
inline static int32_t get_offset_of_CanReadContentAsBitmap_1() { return static_cast<int32_t>(offsetof(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_StaticFields, ___CanReadContentAsBitmap_1)); }
inline uint32_t get_CanReadContentAsBitmap_1() const { return ___CanReadContentAsBitmap_1; }
inline uint32_t* get_address_of_CanReadContentAsBitmap_1() { return &___CanReadContentAsBitmap_1; }
inline void set_CanReadContentAsBitmap_1(uint32_t value)
{
___CanReadContentAsBitmap_1 = value;
}
inline static int32_t get_offset_of_HasValueBitmap_2() { return static_cast<int32_t>(offsetof(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_StaticFields, ___HasValueBitmap_2)); }
inline uint32_t get_HasValueBitmap_2() const { return ___HasValueBitmap_2; }
inline uint32_t* get_address_of_HasValueBitmap_2() { return &___HasValueBitmap_2; }
inline void set_HasValueBitmap_2(uint32_t value)
{
___HasValueBitmap_2 = value;
}
};
// System.Xml.XmlResolver
struct XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 : public RuntimeObject
{
public:
public:
};
// System.Xml.XmlTextReaderImpl_DtdParserProxy
struct DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 : public RuntimeObject
{
public:
// System.Xml.XmlTextReaderImpl System.Xml.XmlTextReaderImpl_DtdParserProxy::reader
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * ___reader_0;
public:
inline static int32_t get_offset_of_reader_0() { return static_cast<int32_t>(offsetof(DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7, ___reader_0)); }
inline XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * get_reader_0() const { return ___reader_0; }
inline XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 ** get_address_of_reader_0() { return &___reader_0; }
inline void set_reader_0(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * value)
{
___reader_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reader_0), (void*)value);
}
};
// System.Xml.XmlTextReaderImpl_LaterInitParam
struct LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF : public RuntimeObject
{
public:
// System.Boolean System.Xml.XmlTextReaderImpl_LaterInitParam::useAsync
bool ___useAsync_0;
public:
inline static int32_t get_offset_of_useAsync_0() { return static_cast<int32_t>(offsetof(LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF, ___useAsync_0)); }
inline bool get_useAsync_0() const { return ___useAsync_0; }
inline bool* get_address_of_useAsync_0() { return &___useAsync_0; }
inline void set_useAsync_0(bool value)
{
___useAsync_0 = value;
}
};
// System.Xml.XmlWriter
struct XmlWriter_t4FAF83E5244FC8F339B19D481C348ACA1510E869 : public RuntimeObject
{
public:
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20
struct __StaticArrayInitTypeSizeU3D20_t25C626683DA421874F122B40243142FF7832A1BF
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D20_t25C626683DA421874F122B40243142FF7832A1BF__padding[20];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D28
struct __StaticArrayInitTypeSizeU3D28_t5092DE69B1A24897AC8FBEFE716755EA1FE14C24
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D28_t5092DE69B1A24897AC8FBEFE716755EA1FE14C24__padding[28];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
struct __StaticArrayInitTypeSizeU3D32_tFEC269E612F5A23CB7315224D57AF2DA72F821E7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D32_tFEC269E612F5A23CB7315224D57AF2DA72F821E7__padding[32];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40
struct __StaticArrayInitTypeSizeU3D40_t2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D40_t2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4__padding[40];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6
struct __StaticArrayInitTypeSizeU3D6_tB657E692303B443FF0E24AE8F75A675A844348C4
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D6_tB657E692303B443FF0E24AE8F75A675A844348C4__padding[6];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64
struct __StaticArrayInitTypeSizeU3D64_tE9F2C6D5C2D961C95B98D342E25A70CE875C2387
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D64_tE9F2C6D5C2D961C95B98D342E25A70CE875C2387__padding[64];
};
public:
};
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value);
}
};
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator<System.Object,System.Object>
struct Enumerator_t725320A9593FFA06C5F8F058B3705F530FC9D210
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::dictionary
Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::version
int32_t ___version_2;
// TKey System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::currentKey
RuntimeObject * ___currentKey_3;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t725320A9593FFA06C5F8F058B3705F530FC9D210, ___dictionary_0)); }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t725320A9593FFA06C5F8F058B3705F530FC9D210, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_t725320A9593FFA06C5F8F058B3705F530FC9D210, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_currentKey_3() { return static_cast<int32_t>(offsetof(Enumerator_t725320A9593FFA06C5F8F058B3705F530FC9D210, ___currentKey_3)); }
inline RuntimeObject * get_currentKey_3() const { return ___currentKey_3; }
inline RuntimeObject ** get_address_of_currentKey_3() { return &___currentKey_3; }
inline void set_currentKey_3(RuntimeObject * value)
{
___currentKey_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currentKey_3), (void*)value);
}
};
// System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator<System.String,System.String>
struct Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::dictionary
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * ___dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::version
int32_t ___version_2;
// TKey System.Collections.Generic.Dictionary`2_KeyCollection_Enumerator::currentKey
String_t* ___currentKey_3;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B, ___dictionary_0)); }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_currentKey_3() { return static_cast<int32_t>(offsetof(Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B, ___currentKey_3)); }
inline String_t* get_currentKey_3() const { return ___currentKey_3; }
inline String_t** get_address_of_currentKey_3() { return &___currentKey_3; }
inline void set_currentKey_3(String_t* value)
{
___currentKey_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currentKey_3), (void*)value);
}
};
// System.Decimal
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8
{
public:
// System.Int32 System.Decimal::flags
int32_t ___flags_14;
// System.Int32 System.Decimal::hi
int32_t ___hi_15;
// System.Int32 System.Decimal::lo
int32_t ___lo_16;
// System.Int32 System.Decimal::mid
int32_t ___mid_17;
public:
inline static int32_t get_offset_of_flags_14() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___flags_14)); }
inline int32_t get_flags_14() const { return ___flags_14; }
inline int32_t* get_address_of_flags_14() { return &___flags_14; }
inline void set_flags_14(int32_t value)
{
___flags_14 = value;
}
inline static int32_t get_offset_of_hi_15() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___hi_15)); }
inline int32_t get_hi_15() const { return ___hi_15; }
inline int32_t* get_address_of_hi_15() { return &___hi_15; }
inline void set_hi_15(int32_t value)
{
___hi_15 = value;
}
inline static int32_t get_offset_of_lo_16() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___lo_16)); }
inline int32_t get_lo_16() const { return ___lo_16; }
inline int32_t* get_address_of_lo_16() { return &___lo_16; }
inline void set_lo_16(int32_t value)
{
___lo_16 = value;
}
inline static int32_t get_offset_of_mid_17() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8, ___mid_17)); }
inline int32_t get_mid_17() const { return ___mid_17; }
inline int32_t* get_address_of_mid_17() { return &___mid_17; }
inline void set_mid_17(int32_t value)
{
___mid_17 = value;
}
};
struct Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields
{
public:
// System.UInt32[] System.Decimal::Powers10
UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* ___Powers10_6;
// System.Decimal System.Decimal::Zero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___Zero_7;
// System.Decimal System.Decimal::One
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___One_8;
// System.Decimal System.Decimal::MinusOne
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinusOne_9;
// System.Decimal System.Decimal::MaxValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MaxValue_10;
// System.Decimal System.Decimal::MinValue
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___MinValue_11;
// System.Decimal System.Decimal::NearNegativeZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearNegativeZero_12;
// System.Decimal System.Decimal::NearPositiveZero
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___NearPositiveZero_13;
public:
inline static int32_t get_offset_of_Powers10_6() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Powers10_6)); }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* get_Powers10_6() const { return ___Powers10_6; }
inline UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB** get_address_of_Powers10_6() { return &___Powers10_6; }
inline void set_Powers10_6(UInt32U5BU5D_t9AA834AF2940E75BBF8E3F08FF0D20D266DB71CB* value)
{
___Powers10_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value);
}
inline static int32_t get_offset_of_Zero_7() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___Zero_7)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_Zero_7() const { return ___Zero_7; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_Zero_7() { return &___Zero_7; }
inline void set_Zero_7(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___Zero_7 = value;
}
inline static int32_t get_offset_of_One_8() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___One_8)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_One_8() const { return ___One_8; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_One_8() { return &___One_8; }
inline void set_One_8(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___One_8 = value;
}
inline static int32_t get_offset_of_MinusOne_9() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinusOne_9)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinusOne_9() const { return ___MinusOne_9; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinusOne_9() { return &___MinusOne_9; }
inline void set_MinusOne_9(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinusOne_9 = value;
}
inline static int32_t get_offset_of_MaxValue_10() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MaxValue_10)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MaxValue_10() const { return ___MaxValue_10; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MaxValue_10() { return &___MaxValue_10; }
inline void set_MaxValue_10(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MaxValue_10 = value;
}
inline static int32_t get_offset_of_MinValue_11() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___MinValue_11)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_MinValue_11() const { return ___MinValue_11; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_MinValue_11() { return &___MinValue_11; }
inline void set_MinValue_11(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___MinValue_11 = value;
}
inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearNegativeZero_12)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; }
inline void set_NearNegativeZero_12(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearNegativeZero_12 = value;
}
inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast<int32_t>(offsetof(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_StaticFields, ___NearPositiveZero_13)); }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; }
inline Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; }
inline void set_NearPositiveZero_13(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 value)
{
___NearPositiveZero_13 = value;
}
};
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public:
// System.Double System.Double::m_value
double ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
inline double get_m_value_0() const { return ___m_value_0; }
inline double* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(double value)
{
___m_value_0 = value;
}
};
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public:
// System.Double System.Double::NegativeZero
double ___NegativeZero_7;
public:
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
inline void set_NegativeZero_7(double value)
{
___NegativeZero_7 = value;
}
};
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
// System.Guid
struct Guid_t
{
public:
// System.Int32 System.Guid::_a
int32_t ____a_1;
// System.Int16 System.Guid::_b
int16_t ____b_2;
// System.Int16 System.Guid::_c
int16_t ____c_3;
// System.Byte System.Guid::_d
uint8_t ____d_4;
// System.Byte System.Guid::_e
uint8_t ____e_5;
// System.Byte System.Guid::_f
uint8_t ____f_6;
// System.Byte System.Guid::_g
uint8_t ____g_7;
// System.Byte System.Guid::_h
uint8_t ____h_8;
// System.Byte System.Guid::_i
uint8_t ____i_9;
// System.Byte System.Guid::_j
uint8_t ____j_10;
// System.Byte System.Guid::_k
uint8_t ____k_11;
public:
inline static int32_t get_offset_of__a_1() { return static_cast<int32_t>(offsetof(Guid_t, ____a_1)); }
inline int32_t get__a_1() const { return ____a_1; }
inline int32_t* get_address_of__a_1() { return &____a_1; }
inline void set__a_1(int32_t value)
{
____a_1 = value;
}
inline static int32_t get_offset_of__b_2() { return static_cast<int32_t>(offsetof(Guid_t, ____b_2)); }
inline int16_t get__b_2() const { return ____b_2; }
inline int16_t* get_address_of__b_2() { return &____b_2; }
inline void set__b_2(int16_t value)
{
____b_2 = value;
}
inline static int32_t get_offset_of__c_3() { return static_cast<int32_t>(offsetof(Guid_t, ____c_3)); }
inline int16_t get__c_3() const { return ____c_3; }
inline int16_t* get_address_of__c_3() { return &____c_3; }
inline void set__c_3(int16_t value)
{
____c_3 = value;
}
inline static int32_t get_offset_of__d_4() { return static_cast<int32_t>(offsetof(Guid_t, ____d_4)); }
inline uint8_t get__d_4() const { return ____d_4; }
inline uint8_t* get_address_of__d_4() { return &____d_4; }
inline void set__d_4(uint8_t value)
{
____d_4 = value;
}
inline static int32_t get_offset_of__e_5() { return static_cast<int32_t>(offsetof(Guid_t, ____e_5)); }
inline uint8_t get__e_5() const { return ____e_5; }
inline uint8_t* get_address_of__e_5() { return &____e_5; }
inline void set__e_5(uint8_t value)
{
____e_5 = value;
}
inline static int32_t get_offset_of__f_6() { return static_cast<int32_t>(offsetof(Guid_t, ____f_6)); }
inline uint8_t get__f_6() const { return ____f_6; }
inline uint8_t* get_address_of__f_6() { return &____f_6; }
inline void set__f_6(uint8_t value)
{
____f_6 = value;
}
inline static int32_t get_offset_of__g_7() { return static_cast<int32_t>(offsetof(Guid_t, ____g_7)); }
inline uint8_t get__g_7() const { return ____g_7; }
inline uint8_t* get_address_of__g_7() { return &____g_7; }
inline void set__g_7(uint8_t value)
{
____g_7 = value;
}
inline static int32_t get_offset_of__h_8() { return static_cast<int32_t>(offsetof(Guid_t, ____h_8)); }
inline uint8_t get__h_8() const { return ____h_8; }
inline uint8_t* get_address_of__h_8() { return &____h_8; }
inline void set__h_8(uint8_t value)
{
____h_8 = value;
}
inline static int32_t get_offset_of__i_9() { return static_cast<int32_t>(offsetof(Guid_t, ____i_9)); }
inline uint8_t get__i_9() const { return ____i_9; }
inline uint8_t* get_address_of__i_9() { return &____i_9; }
inline void set__i_9(uint8_t value)
{
____i_9 = value;
}
inline static int32_t get_offset_of__j_10() { return static_cast<int32_t>(offsetof(Guid_t, ____j_10)); }
inline uint8_t get__j_10() const { return ____j_10; }
inline uint8_t* get_address_of__j_10() { return &____j_10; }
inline void set__j_10(uint8_t value)
{
____j_10 = value;
}
inline static int32_t get_offset_of__k_11() { return static_cast<int32_t>(offsetof(Guid_t, ____k_11)); }
inline uint8_t get__k_11() const { return ____k_11; }
inline uint8_t* get_address_of__k_11() { return &____k_11; }
inline void set__k_11(uint8_t value)
{
____k_11 = value;
}
};
struct Guid_t_StaticFields
{
public:
// System.Guid System.Guid::Empty
Guid_t ___Empty_0;
// System.Object System.Guid::_rngAccess
RuntimeObject * ____rngAccess_12;
// System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_13;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ___Empty_0)); }
inline Guid_t get_Empty_0() const { return ___Empty_0; }
inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(Guid_t value)
{
___Empty_0 = value;
}
inline static int32_t get_offset_of__rngAccess_12() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rngAccess_12)); }
inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; }
inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; }
inline void set__rngAccess_12(RuntimeObject * value)
{
____rngAccess_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value);
}
inline static int32_t get_offset_of__rng_13() { return static_cast<int32_t>(offsetof(Guid_t_StaticFields, ____rng_13)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_13() const { return ____rng_13; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_13() { return &____rng_13; }
inline void set__rng_13(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
____rng_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value);
}
};
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask
ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2;
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3;
public:
inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; }
inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value)
{
____activeReadWriteTask_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____activeReadWriteTask_2), (void*)value);
}
inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; }
inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
____asyncActiveSemaphore_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____asyncActiveSemaphore_3), (void*)value);
}
};
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields
{
public:
// System.IO.Stream System.IO.Stream::Null
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1;
public:
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; }
inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___Null_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value);
}
};
// System.IO.TextReader
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
public:
};
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields
{
public:
// System.Func`2<System.Object,System.String> System.IO.TextReader::_ReadLineDelegate
Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * ____ReadLineDelegate_1;
// System.Func`2<System.Object,System.Int32> System.IO.TextReader::_ReadDelegate
Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * ____ReadDelegate_2;
// System.IO.TextReader System.IO.TextReader::Null
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___Null_3;
public:
inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadLineDelegate_1)); }
inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; }
inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; }
inline void set__ReadLineDelegate_1(Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * value)
{
____ReadLineDelegate_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value);
}
inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadDelegate_2)); }
inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * get__ReadDelegate_2() const { return ____ReadDelegate_2; }
inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; }
inline void set__ReadDelegate_2(Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * value)
{
____ReadDelegate_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value);
}
inline static int32_t get_offset_of_Null_3() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ___Null_3)); }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_Null_3() const { return ___Null_3; }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_Null_3() { return &___Null_3; }
inline void set_Null_3(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value)
{
___Null_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value);
}
};
// System.Int16
struct Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D
{
public:
// System.Int16 System.Int16::m_value
int16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int16_t823A20635DAF5A3D93A1E01CFBF3CBA27CF00B4D, ___m_value_0)); }
inline int16_t get_m_value_0() const { return ___m_value_0; }
inline int16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int16_t value)
{
___m_value_0 = value;
}
};
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public:
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
inline int64_t get_m_value_0() const { return ___m_value_0; }
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int64_t value)
{
___m_value_0 = value;
}
};
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
inline void* get_m_value_0() const { return ___m_value_0; }
inline void** get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(void* value)
{
___m_value_0 = value;
}
};
struct IntPtr_t_StaticFields
{
public:
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
public:
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
// System.Reflection.MethodBase
struct MethodBase_t : public MemberInfo_t
{
public:
public:
};
// System.Runtime.Serialization.SerializationEntry
struct SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA
{
public:
// System.Type System.Runtime.Serialization.SerializationEntry::m_type
Type_t * ___m_type_0;
// System.Object System.Runtime.Serialization.SerializationEntry::m_value
RuntimeObject * ___m_value_1;
// System.String System.Runtime.Serialization.SerializationEntry::m_name
String_t* ___m_name_2;
public:
inline static int32_t get_offset_of_m_type_0() { return static_cast<int32_t>(offsetof(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA, ___m_type_0)); }
inline Type_t * get_m_type_0() const { return ___m_type_0; }
inline Type_t ** get_address_of_m_type_0() { return &___m_type_0; }
inline void set_m_type_0(Type_t * value)
{
___m_type_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_type_0), (void*)value);
}
inline static int32_t get_offset_of_m_value_1() { return static_cast<int32_t>(offsetof(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA, ___m_value_1)); }
inline RuntimeObject * get_m_value_1() const { return ___m_value_1; }
inline RuntimeObject ** get_address_of_m_value_1() { return &___m_value_1; }
inline void set_m_value_1(RuntimeObject * value)
{
___m_value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_value_1), (void*)value);
}
inline static int32_t get_offset_of_m_name_2() { return static_cast<int32_t>(offsetof(SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA, ___m_name_2)); }
inline String_t* get_m_name_2() const { return ___m_name_2; }
inline String_t** get_address_of_m_name_2() { return &___m_name_2; }
inline void set_m_name_2(String_t* value)
{
___m_name_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_2), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.SerializationEntry
struct SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_pinvoke
{
Type_t * ___m_type_0;
Il2CppIUnknown* ___m_value_1;
char* ___m_name_2;
};
// Native definition for COM marshalling of System.Runtime.Serialization.SerializationEntry
struct SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA_marshaled_com
{
Type_t * ___m_type_0;
Il2CppIUnknown* ___m_value_1;
Il2CppChar* ___m_name_2;
};
// System.SByte
struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF
{
public:
// System.SByte System.SByte::m_value
int8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); }
inline int8_t get_m_value_0() const { return ___m_value_0; }
inline int8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int8_t value)
{
___m_value_0 = value;
}
};
// System.Single
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
{
public:
// System.Single System.Single::m_value
float ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
inline float get_m_value_0() const { return ___m_value_0; }
inline float* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(float value)
{
___m_value_0 = value;
}
};
// System.Text.UTF8Encoding
struct UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4
{
public:
// System.Boolean System.Text.UTF8Encoding::emitUTF8Identifier
bool ___emitUTF8Identifier_16;
// System.Boolean System.Text.UTF8Encoding::isThrowException
bool ___isThrowException_17;
public:
inline static int32_t get_offset_of_emitUTF8Identifier_16() { return static_cast<int32_t>(offsetof(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE, ___emitUTF8Identifier_16)); }
inline bool get_emitUTF8Identifier_16() const { return ___emitUTF8Identifier_16; }
inline bool* get_address_of_emitUTF8Identifier_16() { return &___emitUTF8Identifier_16; }
inline void set_emitUTF8Identifier_16(bool value)
{
___emitUTF8Identifier_16 = value;
}
inline static int32_t get_offset_of_isThrowException_17() { return static_cast<int32_t>(offsetof(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE, ___isThrowException_17)); }
inline bool get_isThrowException_17() const { return ___isThrowException_17; }
inline bool* get_address_of_isThrowException_17() { return &___isThrowException_17; }
inline void set_isThrowException_17(bool value)
{
___isThrowException_17 = value;
}
};
// System.UInt16
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
{
public:
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
inline uint16_t get_m_value_0() const { return ___m_value_0; }
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint16_t value)
{
___m_value_0 = value;
}
};
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
// System.UInt64
struct UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E
{
public:
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt64_tA02DF3B59C8FC4A849BD207DA11038CC64E4CB4E, ___m_value_0)); }
inline uint64_t get_m_value_0() const { return ___m_value_0; }
inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint64_t value)
{
___m_value_0 = value;
}
};
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
// System.Xml.DebuggerDisplayXmlNodeProxy
struct DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0
{
public:
// System.Xml.XmlNode System.Xml.DebuggerDisplayXmlNodeProxy::node
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node_0;
public:
inline static int32_t get_offset_of_node_0() { return static_cast<int32_t>(offsetof(DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0, ___node_0)); }
inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * get_node_0() const { return ___node_0; }
inline XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB ** get_address_of_node_0() { return &___node_0; }
inline void set_node_0(XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * value)
{
___node_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___node_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Xml.DebuggerDisplayXmlNodeProxy
struct DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_marshaled_pinvoke
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node_0;
};
// Native definition for COM marshalling of System.Xml.DebuggerDisplayXmlNodeProxy
struct DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_marshaled_com
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node_0;
};
// System.Xml.LineInfo
struct LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5
{
public:
// System.Int32 System.Xml.LineInfo::lineNo
int32_t ___lineNo_0;
// System.Int32 System.Xml.LineInfo::linePos
int32_t ___linePos_1;
public:
inline static int32_t get_offset_of_lineNo_0() { return static_cast<int32_t>(offsetof(LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5, ___lineNo_0)); }
inline int32_t get_lineNo_0() const { return ___lineNo_0; }
inline int32_t* get_address_of_lineNo_0() { return &___lineNo_0; }
inline void set_lineNo_0(int32_t value)
{
___lineNo_0 = value;
}
inline static int32_t get_offset_of_linePos_1() { return static_cast<int32_t>(offsetof(LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5, ___linePos_1)); }
inline int32_t get_linePos_1() const { return ___linePos_1; }
inline int32_t* get_address_of_linePos_1() { return &___linePos_1; }
inline void set_linePos_1(int32_t value)
{
___linePos_1 = value;
}
};
// System.Xml.SafeAsciiDecoder
struct SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD : public Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26
{
public:
public:
};
// System.Xml.Schema.XsdDuration
struct XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5
{
public:
// System.Int32 System.Xml.Schema.XsdDuration::years
int32_t ___years_0;
// System.Int32 System.Xml.Schema.XsdDuration::months
int32_t ___months_1;
// System.Int32 System.Xml.Schema.XsdDuration::days
int32_t ___days_2;
// System.Int32 System.Xml.Schema.XsdDuration::hours
int32_t ___hours_3;
// System.Int32 System.Xml.Schema.XsdDuration::minutes
int32_t ___minutes_4;
// System.Int32 System.Xml.Schema.XsdDuration::seconds
int32_t ___seconds_5;
// System.UInt32 System.Xml.Schema.XsdDuration::nanoseconds
uint32_t ___nanoseconds_6;
public:
inline static int32_t get_offset_of_years_0() { return static_cast<int32_t>(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___years_0)); }
inline int32_t get_years_0() const { return ___years_0; }
inline int32_t* get_address_of_years_0() { return &___years_0; }
inline void set_years_0(int32_t value)
{
___years_0 = value;
}
inline static int32_t get_offset_of_months_1() { return static_cast<int32_t>(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___months_1)); }
inline int32_t get_months_1() const { return ___months_1; }
inline int32_t* get_address_of_months_1() { return &___months_1; }
inline void set_months_1(int32_t value)
{
___months_1 = value;
}
inline static int32_t get_offset_of_days_2() { return static_cast<int32_t>(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___days_2)); }
inline int32_t get_days_2() const { return ___days_2; }
inline int32_t* get_address_of_days_2() { return &___days_2; }
inline void set_days_2(int32_t value)
{
___days_2 = value;
}
inline static int32_t get_offset_of_hours_3() { return static_cast<int32_t>(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___hours_3)); }
inline int32_t get_hours_3() const { return ___hours_3; }
inline int32_t* get_address_of_hours_3() { return &___hours_3; }
inline void set_hours_3(int32_t value)
{
___hours_3 = value;
}
inline static int32_t get_offset_of_minutes_4() { return static_cast<int32_t>(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___minutes_4)); }
inline int32_t get_minutes_4() const { return ___minutes_4; }
inline int32_t* get_address_of_minutes_4() { return &___minutes_4; }
inline void set_minutes_4(int32_t value)
{
___minutes_4 = value;
}
inline static int32_t get_offset_of_seconds_5() { return static_cast<int32_t>(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___seconds_5)); }
inline int32_t get_seconds_5() const { return ___seconds_5; }
inline int32_t* get_address_of_seconds_5() { return &___seconds_5; }
inline void set_seconds_5(int32_t value)
{
___seconds_5 = value;
}
inline static int32_t get_offset_of_nanoseconds_6() { return static_cast<int32_t>(offsetof(XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5, ___nanoseconds_6)); }
inline uint32_t get_nanoseconds_6() const { return ___nanoseconds_6; }
inline uint32_t* get_address_of_nanoseconds_6() { return &___nanoseconds_6; }
inline void set_nanoseconds_6(uint32_t value)
{
___nanoseconds_6 = value;
}
};
// System.Xml.UTF16Decoder
struct UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3 : public Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26
{
public:
// System.Boolean System.Xml.UTF16Decoder::bigEndian
bool ___bigEndian_2;
// System.Int32 System.Xml.UTF16Decoder::lastByte
int32_t ___lastByte_3;
public:
inline static int32_t get_offset_of_bigEndian_2() { return static_cast<int32_t>(offsetof(UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3, ___bigEndian_2)); }
inline bool get_bigEndian_2() const { return ___bigEndian_2; }
inline bool* get_address_of_bigEndian_2() { return &___bigEndian_2; }
inline void set_bigEndian_2(bool value)
{
___bigEndian_2 = value;
}
inline static int32_t get_offset_of_lastByte_3() { return static_cast<int32_t>(offsetof(UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3, ___lastByte_3)); }
inline int32_t get_lastByte_3() const { return ___lastByte_3; }
inline int32_t* get_address_of_lastByte_3() { return &___lastByte_3; }
inline void set_lastByte_3(int32_t value)
{
___lastByte_3 = value;
}
};
// System.Xml.Ucs4Encoding
struct Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B : public Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4
{
public:
// System.Xml.Ucs4Decoder System.Xml.Ucs4Encoding::ucs4Decoder
Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * ___ucs4Decoder_16;
public:
inline static int32_t get_offset_of_ucs4Decoder_16() { return static_cast<int32_t>(offsetof(Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B, ___ucs4Decoder_16)); }
inline Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * get_ucs4Decoder_16() const { return ___ucs4Decoder_16; }
inline Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 ** get_address_of_ucs4Decoder_16() { return &___ucs4Decoder_16; }
inline void set_ucs4Decoder_16(Ucs4Decoder_tF36E238DE589135EADC0302D74367E9DC317A202 * value)
{
___ucs4Decoder_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ucs4Decoder_16), (void*)value);
}
};
// System.Xml.XPath.XPathNavigator
struct XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 : public XPathItem_tCFAE3473CA8FED583EE90F08AF79BB5E1D7B3F98
{
public:
public:
};
struct XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields
{
public:
// System.Xml.XPath.XPathNavigatorKeyComparer System.Xml.XPath.XPathNavigator::comparer
XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * ___comparer_0;
// System.Char[] System.Xml.XPath.XPathNavigator::NodeTypeLetter
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___NodeTypeLetter_1;
// System.Char[] System.Xml.XPath.XPathNavigator::UniqueIdTbl
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___UniqueIdTbl_2;
// System.Int32[] System.Xml.XPath.XPathNavigator::ContentKindMasks
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___ContentKindMasks_3;
public:
inline static int32_t get_offset_of_comparer_0() { return static_cast<int32_t>(offsetof(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields, ___comparer_0)); }
inline XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * get_comparer_0() const { return ___comparer_0; }
inline XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 ** get_address_of_comparer_0() { return &___comparer_0; }
inline void set_comparer_0(XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * value)
{
___comparer_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___comparer_0), (void*)value);
}
inline static int32_t get_offset_of_NodeTypeLetter_1() { return static_cast<int32_t>(offsetof(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields, ___NodeTypeLetter_1)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_NodeTypeLetter_1() const { return ___NodeTypeLetter_1; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_NodeTypeLetter_1() { return &___NodeTypeLetter_1; }
inline void set_NodeTypeLetter_1(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___NodeTypeLetter_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___NodeTypeLetter_1), (void*)value);
}
inline static int32_t get_offset_of_UniqueIdTbl_2() { return static_cast<int32_t>(offsetof(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields, ___UniqueIdTbl_2)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_UniqueIdTbl_2() const { return ___UniqueIdTbl_2; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_UniqueIdTbl_2() { return &___UniqueIdTbl_2; }
inline void set_UniqueIdTbl_2(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___UniqueIdTbl_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UniqueIdTbl_2), (void*)value);
}
inline static int32_t get_offset_of_ContentKindMasks_3() { return static_cast<int32_t>(offsetof(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_StaticFields, ___ContentKindMasks_3)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_ContentKindMasks_3() const { return ___ContentKindMasks_3; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_ContentKindMasks_3() { return &___ContentKindMasks_3; }
inline void set_ContentKindMasks_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___ContentKindMasks_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ContentKindMasks_3), (void*)value);
}
};
// System.Xml.XPath.XPathNavigator_DebuggerDisplayProxy
struct DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A
{
public:
// System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator_DebuggerDisplayProxy::nav
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * ___nav_0;
public:
inline static int32_t get_offset_of_nav_0() { return static_cast<int32_t>(offsetof(DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A, ___nav_0)); }
inline XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * get_nav_0() const { return ___nav_0; }
inline XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 ** get_address_of_nav_0() { return &___nav_0; }
inline void set_nav_0(XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * value)
{
___nav_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nav_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Xml.XPath.XPathNavigator/DebuggerDisplayProxy
struct DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshaled_pinvoke
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * ___nav_0;
};
// Native definition for COM marshalling of System.Xml.XPath.XPathNavigator/DebuggerDisplayProxy
struct DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshaled_com
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * ___nav_0;
};
// System.Xml.XmlCharType
struct XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9
{
public:
// System.Byte[] System.Xml.XmlCharType::charProperties
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___charProperties_2;
public:
inline static int32_t get_offset_of_charProperties_2() { return static_cast<int32_t>(offsetof(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9, ___charProperties_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_charProperties_2() const { return ___charProperties_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_charProperties_2() { return &___charProperties_2; }
inline void set_charProperties_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___charProperties_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___charProperties_2), (void*)value);
}
};
struct XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields
{
public:
// System.Object System.Xml.XmlCharType::s_Lock
RuntimeObject * ___s_Lock_0;
// System.Byte[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlCharType::s_CharProperties
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___s_CharProperties_1;
public:
inline static int32_t get_offset_of_s_Lock_0() { return static_cast<int32_t>(offsetof(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields, ___s_Lock_0)); }
inline RuntimeObject * get_s_Lock_0() const { return ___s_Lock_0; }
inline RuntimeObject ** get_address_of_s_Lock_0() { return &___s_Lock_0; }
inline void set_s_Lock_0(RuntimeObject * value)
{
___s_Lock_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_Lock_0), (void*)value);
}
inline static int32_t get_offset_of_s_CharProperties_1() { return static_cast<int32_t>(offsetof(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields, ___s_CharProperties_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_s_CharProperties_1() const { return ___s_CharProperties_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_s_CharProperties_1() { return &___s_CharProperties_1; }
inline void set_s_CharProperties_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___s_CharProperties_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_CharProperties_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Xml.XmlCharType
struct XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshaled_pinvoke
{
Il2CppSafeArray/*NONE*/* ___charProperties_2;
};
// Native definition for COM marshalling of System.Xml.XmlCharType
struct XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshaled_com
{
Il2CppSafeArray/*NONE*/* ___charProperties_2;
};
// System.Xml.XmlDocument
struct XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 : public XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB
{
public:
// System.String System.Xml.XmlDocument::strDocumentName
String_t* ___strDocumentName_0;
public:
inline static int32_t get_offset_of_strDocumentName_0() { return static_cast<int32_t>(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97, ___strDocumentName_0)); }
inline String_t* get_strDocumentName_0() const { return ___strDocumentName_0; }
inline String_t** get_address_of_strDocumentName_0() { return &___strDocumentName_0; }
inline void set_strDocumentName_0(String_t* value)
{
___strDocumentName_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___strDocumentName_0), (void*)value);
}
};
struct XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields
{
public:
// System.Xml.EmptyEnumerator System.Xml.XmlDocument::EmptyEnumerator
EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * ___EmptyEnumerator_1;
// System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::NotKnownSchemaInfo
RuntimeObject* ___NotKnownSchemaInfo_2;
// System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::ValidSchemaInfo
RuntimeObject* ___ValidSchemaInfo_3;
// System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlDocument::InvalidSchemaInfo
RuntimeObject* ___InvalidSchemaInfo_4;
public:
inline static int32_t get_offset_of_EmptyEnumerator_1() { return static_cast<int32_t>(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields, ___EmptyEnumerator_1)); }
inline EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * get_EmptyEnumerator_1() const { return ___EmptyEnumerator_1; }
inline EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 ** get_address_of_EmptyEnumerator_1() { return &___EmptyEnumerator_1; }
inline void set_EmptyEnumerator_1(EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * value)
{
___EmptyEnumerator_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___EmptyEnumerator_1), (void*)value);
}
inline static int32_t get_offset_of_NotKnownSchemaInfo_2() { return static_cast<int32_t>(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields, ___NotKnownSchemaInfo_2)); }
inline RuntimeObject* get_NotKnownSchemaInfo_2() const { return ___NotKnownSchemaInfo_2; }
inline RuntimeObject** get_address_of_NotKnownSchemaInfo_2() { return &___NotKnownSchemaInfo_2; }
inline void set_NotKnownSchemaInfo_2(RuntimeObject* value)
{
___NotKnownSchemaInfo_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___NotKnownSchemaInfo_2), (void*)value);
}
inline static int32_t get_offset_of_ValidSchemaInfo_3() { return static_cast<int32_t>(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields, ___ValidSchemaInfo_3)); }
inline RuntimeObject* get_ValidSchemaInfo_3() const { return ___ValidSchemaInfo_3; }
inline RuntimeObject** get_address_of_ValidSchemaInfo_3() { return &___ValidSchemaInfo_3; }
inline void set_ValidSchemaInfo_3(RuntimeObject* value)
{
___ValidSchemaInfo_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ValidSchemaInfo_3), (void*)value);
}
inline static int32_t get_offset_of_InvalidSchemaInfo_4() { return static_cast<int32_t>(offsetof(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields, ___InvalidSchemaInfo_4)); }
inline RuntimeObject* get_InvalidSchemaInfo_4() const { return ___InvalidSchemaInfo_4; }
inline RuntimeObject** get_address_of_InvalidSchemaInfo_4() { return &___InvalidSchemaInfo_4; }
inline void set_InvalidSchemaInfo_4(RuntimeObject* value)
{
___InvalidSchemaInfo_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___InvalidSchemaInfo_4), (void*)value);
}
};
// System.Xml.XmlLinkedNode
struct XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E : public XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB
{
public:
public:
};
// System.Xml.XmlNamespaceManager_NamespaceDeclaration
struct NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A
{
public:
// System.String System.Xml.XmlNamespaceManager_NamespaceDeclaration::prefix
String_t* ___prefix_0;
// System.String System.Xml.XmlNamespaceManager_NamespaceDeclaration::uri
String_t* ___uri_1;
// System.Int32 System.Xml.XmlNamespaceManager_NamespaceDeclaration::scopeId
int32_t ___scopeId_2;
// System.Int32 System.Xml.XmlNamespaceManager_NamespaceDeclaration::previousNsIndex
int32_t ___previousNsIndex_3;
public:
inline static int32_t get_offset_of_prefix_0() { return static_cast<int32_t>(offsetof(NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A, ___prefix_0)); }
inline String_t* get_prefix_0() const { return ___prefix_0; }
inline String_t** get_address_of_prefix_0() { return &___prefix_0; }
inline void set_prefix_0(String_t* value)
{
___prefix_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___prefix_0), (void*)value);
}
inline static int32_t get_offset_of_uri_1() { return static_cast<int32_t>(offsetof(NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A, ___uri_1)); }
inline String_t* get_uri_1() const { return ___uri_1; }
inline String_t** get_address_of_uri_1() { return &___uri_1; }
inline void set_uri_1(String_t* value)
{
___uri_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___uri_1), (void*)value);
}
inline static int32_t get_offset_of_scopeId_2() { return static_cast<int32_t>(offsetof(NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A, ___scopeId_2)); }
inline int32_t get_scopeId_2() const { return ___scopeId_2; }
inline int32_t* get_address_of_scopeId_2() { return &___scopeId_2; }
inline void set_scopeId_2(int32_t value)
{
___scopeId_2 = value;
}
inline static int32_t get_offset_of_previousNsIndex_3() { return static_cast<int32_t>(offsetof(NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A, ___previousNsIndex_3)); }
inline int32_t get_previousNsIndex_3() const { return ___previousNsIndex_3; }
inline int32_t* get_address_of_previousNsIndex_3() { return &___previousNsIndex_3; }
inline void set_previousNsIndex_3(int32_t value)
{
___previousNsIndex_3 = value;
}
};
// Native definition for P/Invoke marshalling of System.Xml.XmlNamespaceManager/NamespaceDeclaration
struct NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshaled_pinvoke
{
char* ___prefix_0;
char* ___uri_1;
int32_t ___scopeId_2;
int32_t ___previousNsIndex_3;
};
// Native definition for COM marshalling of System.Xml.XmlNamespaceManager/NamespaceDeclaration
struct NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshaled_com
{
Il2CppChar* ___prefix_0;
Il2CppChar* ___uri_1;
int32_t ___scopeId_2;
int32_t ___previousNsIndex_3;
};
// System.Xml.XmlReader_XmlReaderDebuggerDisplayProxy
struct XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01
{
public:
// System.Xml.XmlReader System.Xml.XmlReader_XmlReaderDebuggerDisplayProxy::reader
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader_0;
public:
inline static int32_t get_offset_of_reader_0() { return static_cast<int32_t>(offsetof(XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01, ___reader_0)); }
inline XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * get_reader_0() const { return ___reader_0; }
inline XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB ** get_address_of_reader_0() { return &___reader_0; }
inline void set_reader_0(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * value)
{
___reader_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reader_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Xml.XmlReader/XmlReaderDebuggerDisplayProxy
struct XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshaled_pinvoke
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader_0;
};
// Native definition for COM marshalling of System.Xml.XmlReader/XmlReaderDebuggerDisplayProxy
struct XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshaled_com
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader_0;
};
// System.Xml.XmlTextReader
struct XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C : public XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB
{
public:
// System.Xml.XmlTextReaderImpl System.Xml.XmlTextReader::impl
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * ___impl_3;
public:
inline static int32_t get_offset_of_impl_3() { return static_cast<int32_t>(offsetof(XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C, ___impl_3)); }
inline XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * get_impl_3() const { return ___impl_3; }
inline XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 ** get_address_of_impl_3() { return &___impl_3; }
inline void set_impl_3(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * value)
{
___impl_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___impl_3), (void*)value);
}
};
// System.Xml.XmlTextReaderImpl_ParsingState
struct ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2
{
public:
// System.Char[] System.Xml.XmlTextReaderImpl_ParsingState::chars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars_0;
// System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::charPos
int32_t ___charPos_1;
// System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::charsUsed
int32_t ___charsUsed_2;
// System.Text.Encoding System.Xml.XmlTextReaderImpl_ParsingState::encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_3;
// System.Boolean System.Xml.XmlTextReaderImpl_ParsingState::appendMode
bool ___appendMode_4;
// System.IO.Stream System.Xml.XmlTextReaderImpl_ParsingState::stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_5;
// System.Text.Decoder System.Xml.XmlTextReaderImpl_ParsingState::decoder
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___decoder_6;
// System.Byte[] System.Xml.XmlTextReaderImpl_ParsingState::bytes
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes_7;
// System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::bytePos
int32_t ___bytePos_8;
// System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::bytesUsed
int32_t ___bytesUsed_9;
// System.IO.TextReader System.Xml.XmlTextReaderImpl_ParsingState::textReader
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___textReader_10;
// System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::lineNo
int32_t ___lineNo_11;
// System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::lineStartPos
int32_t ___lineStartPos_12;
// System.String System.Xml.XmlTextReaderImpl_ParsingState::baseUriStr
String_t* ___baseUriStr_13;
// System.Uri System.Xml.XmlTextReaderImpl_ParsingState::baseUri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri_14;
// System.Boolean System.Xml.XmlTextReaderImpl_ParsingState::isEof
bool ___isEof_15;
// System.Boolean System.Xml.XmlTextReaderImpl_ParsingState::isStreamEof
bool ___isStreamEof_16;
// System.Xml.IDtdEntityInfo System.Xml.XmlTextReaderImpl_ParsingState::entity
RuntimeObject* ___entity_17;
// System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::entityId
int32_t ___entityId_18;
// System.Boolean System.Xml.XmlTextReaderImpl_ParsingState::eolNormalized
bool ___eolNormalized_19;
// System.Boolean System.Xml.XmlTextReaderImpl_ParsingState::entityResolvedManually
bool ___entityResolvedManually_20;
public:
inline static int32_t get_offset_of_chars_0() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___chars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_chars_0() const { return ___chars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_chars_0() { return &___chars_0; }
inline void set_chars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___chars_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___chars_0), (void*)value);
}
inline static int32_t get_offset_of_charPos_1() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___charPos_1)); }
inline int32_t get_charPos_1() const { return ___charPos_1; }
inline int32_t* get_address_of_charPos_1() { return &___charPos_1; }
inline void set_charPos_1(int32_t value)
{
___charPos_1 = value;
}
inline static int32_t get_offset_of_charsUsed_2() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___charsUsed_2)); }
inline int32_t get_charsUsed_2() const { return ___charsUsed_2; }
inline int32_t* get_address_of_charsUsed_2() { return &___charsUsed_2; }
inline void set_charsUsed_2(int32_t value)
{
___charsUsed_2 = value;
}
inline static int32_t get_offset_of_encoding_3() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___encoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_3() const { return ___encoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_3() { return &___encoding_3; }
inline void set_encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___encoding_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encoding_3), (void*)value);
}
inline static int32_t get_offset_of_appendMode_4() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___appendMode_4)); }
inline bool get_appendMode_4() const { return ___appendMode_4; }
inline bool* get_address_of_appendMode_4() { return &___appendMode_4; }
inline void set_appendMode_4(bool value)
{
___appendMode_4 = value;
}
inline static int32_t get_offset_of_stream_5() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___stream_5)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_5() const { return ___stream_5; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_5() { return &___stream_5; }
inline void set_stream_5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___stream_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value);
}
inline static int32_t get_offset_of_decoder_6() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___decoder_6)); }
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * get_decoder_6() const { return ___decoder_6; }
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 ** get_address_of_decoder_6() { return &___decoder_6; }
inline void set_decoder_6(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * value)
{
___decoder_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___decoder_6), (void*)value);
}
inline static int32_t get_offset_of_bytes_7() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___bytes_7)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_bytes_7() const { return ___bytes_7; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_bytes_7() { return &___bytes_7; }
inline void set_bytes_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___bytes_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bytes_7), (void*)value);
}
inline static int32_t get_offset_of_bytePos_8() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___bytePos_8)); }
inline int32_t get_bytePos_8() const { return ___bytePos_8; }
inline int32_t* get_address_of_bytePos_8() { return &___bytePos_8; }
inline void set_bytePos_8(int32_t value)
{
___bytePos_8 = value;
}
inline static int32_t get_offset_of_bytesUsed_9() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___bytesUsed_9)); }
inline int32_t get_bytesUsed_9() const { return ___bytesUsed_9; }
inline int32_t* get_address_of_bytesUsed_9() { return &___bytesUsed_9; }
inline void set_bytesUsed_9(int32_t value)
{
___bytesUsed_9 = value;
}
inline static int32_t get_offset_of_textReader_10() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___textReader_10)); }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_textReader_10() const { return ___textReader_10; }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_textReader_10() { return &___textReader_10; }
inline void set_textReader_10(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value)
{
___textReader_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___textReader_10), (void*)value);
}
inline static int32_t get_offset_of_lineNo_11() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___lineNo_11)); }
inline int32_t get_lineNo_11() const { return ___lineNo_11; }
inline int32_t* get_address_of_lineNo_11() { return &___lineNo_11; }
inline void set_lineNo_11(int32_t value)
{
___lineNo_11 = value;
}
inline static int32_t get_offset_of_lineStartPos_12() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___lineStartPos_12)); }
inline int32_t get_lineStartPos_12() const { return ___lineStartPos_12; }
inline int32_t* get_address_of_lineStartPos_12() { return &___lineStartPos_12; }
inline void set_lineStartPos_12(int32_t value)
{
___lineStartPos_12 = value;
}
inline static int32_t get_offset_of_baseUriStr_13() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___baseUriStr_13)); }
inline String_t* get_baseUriStr_13() const { return ___baseUriStr_13; }
inline String_t** get_address_of_baseUriStr_13() { return &___baseUriStr_13; }
inline void set_baseUriStr_13(String_t* value)
{
___baseUriStr_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___baseUriStr_13), (void*)value);
}
inline static int32_t get_offset_of_baseUri_14() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___baseUri_14)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_baseUri_14() const { return ___baseUri_14; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_baseUri_14() { return &___baseUri_14; }
inline void set_baseUri_14(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___baseUri_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___baseUri_14), (void*)value);
}
inline static int32_t get_offset_of_isEof_15() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___isEof_15)); }
inline bool get_isEof_15() const { return ___isEof_15; }
inline bool* get_address_of_isEof_15() { return &___isEof_15; }
inline void set_isEof_15(bool value)
{
___isEof_15 = value;
}
inline static int32_t get_offset_of_isStreamEof_16() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___isStreamEof_16)); }
inline bool get_isStreamEof_16() const { return ___isStreamEof_16; }
inline bool* get_address_of_isStreamEof_16() { return &___isStreamEof_16; }
inline void set_isStreamEof_16(bool value)
{
___isStreamEof_16 = value;
}
inline static int32_t get_offset_of_entity_17() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___entity_17)); }
inline RuntimeObject* get_entity_17() const { return ___entity_17; }
inline RuntimeObject** get_address_of_entity_17() { return &___entity_17; }
inline void set_entity_17(RuntimeObject* value)
{
___entity_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___entity_17), (void*)value);
}
inline static int32_t get_offset_of_entityId_18() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___entityId_18)); }
inline int32_t get_entityId_18() const { return ___entityId_18; }
inline int32_t* get_address_of_entityId_18() { return &___entityId_18; }
inline void set_entityId_18(int32_t value)
{
___entityId_18 = value;
}
inline static int32_t get_offset_of_eolNormalized_19() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___eolNormalized_19)); }
inline bool get_eolNormalized_19() const { return ___eolNormalized_19; }
inline bool* get_address_of_eolNormalized_19() { return &___eolNormalized_19; }
inline void set_eolNormalized_19(bool value)
{
___eolNormalized_19 = value;
}
inline static int32_t get_offset_of_entityResolvedManually_20() { return static_cast<int32_t>(offsetof(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2, ___entityResolvedManually_20)); }
inline bool get_entityResolvedManually_20() const { return ___entityResolvedManually_20; }
inline bool* get_address_of_entityResolvedManually_20() { return &___entityResolvedManually_20; }
inline void set_entityResolvedManually_20(bool value)
{
___entityResolvedManually_20 = value;
}
};
// Native definition for P/Invoke marshalling of System.Xml.XmlTextReaderImpl/ParsingState
struct ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_marshaled_pinvoke
{
uint8_t* ___chars_0;
int32_t ___charPos_1;
int32_t ___charsUsed_2;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_3;
int32_t ___appendMode_4;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_5;
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___decoder_6;
Il2CppSafeArray/*NONE*/* ___bytes_7;
int32_t ___bytePos_8;
int32_t ___bytesUsed_9;
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___textReader_10;
int32_t ___lineNo_11;
int32_t ___lineStartPos_12;
char* ___baseUriStr_13;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri_14;
int32_t ___isEof_15;
int32_t ___isStreamEof_16;
RuntimeObject* ___entity_17;
int32_t ___entityId_18;
int32_t ___eolNormalized_19;
int32_t ___entityResolvedManually_20;
};
// Native definition for COM marshalling of System.Xml.XmlTextReaderImpl/ParsingState
struct ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_marshaled_com
{
uint8_t* ___chars_0;
int32_t ___charPos_1;
int32_t ___charsUsed_2;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_3;
int32_t ___appendMode_4;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_5;
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___decoder_6;
Il2CppSafeArray/*NONE*/* ___bytes_7;
int32_t ___bytePos_8;
int32_t ___bytesUsed_9;
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___textReader_10;
int32_t ___lineNo_11;
int32_t ___lineStartPos_12;
Il2CppChar* ___baseUriStr_13;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri_14;
int32_t ___isEof_15;
int32_t ___isStreamEof_16;
RuntimeObject* ___entity_17;
int32_t ___entityId_18;
int32_t ___eolNormalized_19;
int32_t ___entityResolvedManually_20;
};
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields
{
public:
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98
__StaticArrayInitTypeSizeU3D6_tB657E692303B443FF0E24AE8F75A675A844348C4 ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::7A32E1A19C182315E4263A65A72066492550D8CD
__StaticArrayInitTypeSizeU3D32_tFEC269E612F5A23CB7315224D57AF2DA72F821E7 ___7A32E1A19C182315E4263A65A72066492550D8CD_1;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D28 <PrivateImplementationDetails>::9E31F24F64765FCAA589F589324D17C9FCF6A06D
__StaticArrayInitTypeSizeU3D28_t5092DE69B1A24897AC8FBEFE716755EA1FE14C24 ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_2;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D40 <PrivateImplementationDetails>::B9F0004E3873FDDCABFDA6174EA18F0859B637B4
__StaticArrayInitTypeSizeU3D40_t2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4 ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D20 <PrivateImplementationDetails>::BAD037B714E1CD1052149B51238A3D4351DD10B5
__StaticArrayInitTypeSizeU3D20_t25C626683DA421874F122B40243142FF7832A1BF ___BAD037B714E1CD1052149B51238A3D4351DD10B5_4;
// System.Int64 <PrivateImplementationDetails>::EBC658B067B5C785A3F0BB67D73755F6FEE7F70C
int64_t ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D64 <PrivateImplementationDetails>::EE3413A2C088FF9432054D6E60A7CB6A498D25F0
__StaticArrayInitTypeSizeU3D64_tE9F2C6D5C2D961C95B98D342E25A70CE875C2387 ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6;
public:
inline static int32_t get_offset_of_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0)); }
inline __StaticArrayInitTypeSizeU3D6_tB657E692303B443FF0E24AE8F75A675A844348C4 get_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0() const { return ___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0; }
inline __StaticArrayInitTypeSizeU3D6_tB657E692303B443FF0E24AE8F75A675A844348C4 * get_address_of_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0() { return &___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0; }
inline void set_U35D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0(__StaticArrayInitTypeSizeU3D6_tB657E692303B443FF0E24AE8F75A675A844348C4 value)
{
___5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0 = value;
}
inline static int32_t get_offset_of_U37A32E1A19C182315E4263A65A72066492550D8CD_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___7A32E1A19C182315E4263A65A72066492550D8CD_1)); }
inline __StaticArrayInitTypeSizeU3D32_tFEC269E612F5A23CB7315224D57AF2DA72F821E7 get_U37A32E1A19C182315E4263A65A72066492550D8CD_1() const { return ___7A32E1A19C182315E4263A65A72066492550D8CD_1; }
inline __StaticArrayInitTypeSizeU3D32_tFEC269E612F5A23CB7315224D57AF2DA72F821E7 * get_address_of_U37A32E1A19C182315E4263A65A72066492550D8CD_1() { return &___7A32E1A19C182315E4263A65A72066492550D8CD_1; }
inline void set_U37A32E1A19C182315E4263A65A72066492550D8CD_1(__StaticArrayInitTypeSizeU3D32_tFEC269E612F5A23CB7315224D57AF2DA72F821E7 value)
{
___7A32E1A19C182315E4263A65A72066492550D8CD_1 = value;
}
inline static int32_t get_offset_of_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_2)); }
inline __StaticArrayInitTypeSizeU3D28_t5092DE69B1A24897AC8FBEFE716755EA1FE14C24 get_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_2() const { return ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_2; }
inline __StaticArrayInitTypeSizeU3D28_t5092DE69B1A24897AC8FBEFE716755EA1FE14C24 * get_address_of_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_2() { return &___9E31F24F64765FCAA589F589324D17C9FCF6A06D_2; }
inline void set_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_2(__StaticArrayInitTypeSizeU3D28_t5092DE69B1A24897AC8FBEFE716755EA1FE14C24 value)
{
___9E31F24F64765FCAA589F589324D17C9FCF6A06D_2 = value;
}
inline static int32_t get_offset_of_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3)); }
inline __StaticArrayInitTypeSizeU3D40_t2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4 get_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3() const { return ___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3; }
inline __StaticArrayInitTypeSizeU3D40_t2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4 * get_address_of_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3() { return &___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3; }
inline void set_B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3(__StaticArrayInitTypeSizeU3D40_t2C1C40E1ED6F4BAA5E535BCF7574AD6781A49AD4 value)
{
___B9F0004E3873FDDCABFDA6174EA18F0859B637B4_3 = value;
}
inline static int32_t get_offset_of_BAD037B714E1CD1052149B51238A3D4351DD10B5_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___BAD037B714E1CD1052149B51238A3D4351DD10B5_4)); }
inline __StaticArrayInitTypeSizeU3D20_t25C626683DA421874F122B40243142FF7832A1BF get_BAD037B714E1CD1052149B51238A3D4351DD10B5_4() const { return ___BAD037B714E1CD1052149B51238A3D4351DD10B5_4; }
inline __StaticArrayInitTypeSizeU3D20_t25C626683DA421874F122B40243142FF7832A1BF * get_address_of_BAD037B714E1CD1052149B51238A3D4351DD10B5_4() { return &___BAD037B714E1CD1052149B51238A3D4351DD10B5_4; }
inline void set_BAD037B714E1CD1052149B51238A3D4351DD10B5_4(__StaticArrayInitTypeSizeU3D20_t25C626683DA421874F122B40243142FF7832A1BF value)
{
___BAD037B714E1CD1052149B51238A3D4351DD10B5_4 = value;
}
inline static int32_t get_offset_of_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5)); }
inline int64_t get_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5() const { return ___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5; }
inline int64_t* get_address_of_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5() { return &___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5; }
inline void set_EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5(int64_t value)
{
___EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5 = value;
}
inline static int32_t get_offset_of_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB_StaticFields, ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6)); }
inline __StaticArrayInitTypeSizeU3D64_tE9F2C6D5C2D961C95B98D342E25A70CE875C2387 get_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6() const { return ___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6; }
inline __StaticArrayInitTypeSizeU3D64_tE9F2C6D5C2D961C95B98D342E25A70CE875C2387 * get_address_of_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6() { return &___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6; }
inline void set_EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6(__StaticArrayInitTypeSizeU3D64_tE9F2C6D5C2D961C95B98D342E25A70CE875C2387 value)
{
___EE3413A2C088FF9432054D6E60A7CB6A498D25F0_6 = value;
}
};
// MS.Internal.Xml.Cache.XPathDocumentNavigator
struct XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 : public XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3
{
public:
// MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathDocumentNavigator::pageCurrent
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageCurrent_4;
// MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathDocumentNavigator::pageParent
XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* ___pageParent_5;
// System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::idxCurrent
int32_t ___idxCurrent_6;
// System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::idxParent
int32_t ___idxParent_7;
public:
inline static int32_t get_offset_of_pageCurrent_4() { return static_cast<int32_t>(offsetof(XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498, ___pageCurrent_4)); }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* get_pageCurrent_4() const { return ___pageCurrent_4; }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** get_address_of_pageCurrent_4() { return &___pageCurrent_4; }
inline void set_pageCurrent_4(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* value)
{
___pageCurrent_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pageCurrent_4), (void*)value);
}
inline static int32_t get_offset_of_pageParent_5() { return static_cast<int32_t>(offsetof(XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498, ___pageParent_5)); }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* get_pageParent_5() const { return ___pageParent_5; }
inline XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B** get_address_of_pageParent_5() { return &___pageParent_5; }
inline void set_pageParent_5(XPathNodeU5BU5D_tBC351C5172049794ED3550500C082D4E1F1D5A8B* value)
{
___pageParent_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pageParent_5), (void*)value);
}
inline static int32_t get_offset_of_idxCurrent_6() { return static_cast<int32_t>(offsetof(XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498, ___idxCurrent_6)); }
inline int32_t get_idxCurrent_6() const { return ___idxCurrent_6; }
inline int32_t* get_address_of_idxCurrent_6() { return &___idxCurrent_6; }
inline void set_idxCurrent_6(int32_t value)
{
___idxCurrent_6 = value;
}
inline static int32_t get_offset_of_idxParent_7() { return static_cast<int32_t>(offsetof(XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498, ___idxParent_7)); }
inline int32_t get_idxParent_7() const { return ___idxParent_7; }
inline int32_t* get_address_of_idxParent_7() { return &___idxParent_7; }
inline void set_idxParent_7(int32_t value)
{
___idxParent_7 = value;
}
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
public:
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
inline void set_method_ptr_0(Il2CppMethodPointer value)
{
___method_ptr_0 = value;
}
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
inline void set_invoke_impl_1(intptr_t value)
{
___invoke_impl_1 = value;
}
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
inline void set_m_target_2(RuntimeObject * value)
{
___m_target_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
inline intptr_t get_method_3() const { return ___method_3; }
inline intptr_t* get_address_of_method_3() { return &___method_3; }
inline void set_method_3(intptr_t value)
{
___method_3 = value;
}
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
inline void set_delegate_trampoline_4(intptr_t value)
{
___delegate_trampoline_4 = value;
}
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
inline void set_extra_arg_5(intptr_t value)
{
___extra_arg_5 = value;
}
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
inline intptr_t get_method_code_6() const { return ___method_code_6; }
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
inline void set_method_code_6(intptr_t value)
{
___method_code_6 = value;
}
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// System.Globalization.NumberStyles
struct NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592
{
public:
// System.Int32 System.Globalization.NumberStyles::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.BindingFlags
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
{
public:
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Reflection.MethodInfo
struct MethodInfo_t : public MethodBase_t
{
public:
public:
};
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
{
public:
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.RuntimeFieldHandle
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
{
public:
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
{
public:
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
// System.StringComparison
struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0
{
public:
// System.Int32 System.StringComparison::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.StringSplitOptions
struct StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487
{
public:
// System.Int32 System.StringSplitOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringSplitOptions_t2FA287E15325CC78BF3CA5CDAAA3520BFBD58487, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.TimeSpan
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
{
public:
// System.Int64 System.TimeSpan::_ticks
int64_t ____ticks_3;
public:
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
inline int64_t get__ticks_3() const { return ____ticks_3; }
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
inline void set__ticks_3(int64_t value)
{
____ticks_3 = value;
}
};
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
{
public:
// System.TimeSpan System.TimeSpan::Zero
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
// System.TimeSpan System.TimeSpan::MaxValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
// System.TimeSpan System.TimeSpan::MinValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
bool ____legacyConfigChecked_4;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
bool ____legacyMode_5;
public:
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___Zero_0 = value;
}
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MaxValue_1 = value;
}
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MinValue_2 = value;
}
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
inline void set__legacyConfigChecked_4(bool value)
{
____legacyConfigChecked_4 = value;
}
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
inline void set__legacyMode_5(bool value)
{
____legacyMode_5 = value;
}
};
// System.Uri_Flags
struct Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A
{
public:
// System.UInt64 System.Uri_Flags::value__
uint64_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A, ___value___2)); }
inline uint64_t get_value___2() const { return ___value___2; }
inline uint64_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(uint64_t value)
{
___value___2 = value;
}
};
// System.UriIdnScope
struct UriIdnScope_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1
{
public:
// System.Int32 System.UriIdnScope::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriIdnScope_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.UriKind
struct UriKind_t26D0760DDF148ADC939FECD934C0B9FF5C71EA08
{
public:
// System.Int32 System.UriKind::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriKind_t26D0760DDF148ADC939FECD934C0B9FF5C71EA08, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Xml.DtdProcessing
struct DtdProcessing_tAB3B800A5365ED9C5841D71F40E5A38840D32DB3
{
public:
// System.Int32 System.Xml.DtdProcessing::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DtdProcessing_tAB3B800A5365ED9C5841D71F40E5A38840D32DB3, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Xml.EntityHandling
struct EntityHandling_t15C89E916C1AC46126DCF896A6317CE364B8F89B
{
public:
// System.Int32 System.Xml.EntityHandling::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EntityHandling_t15C89E916C1AC46126DCF896A6317CE364B8F89B, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Xml.ExceptionType
struct ExceptionType_tCE9408DF6C9BA684F34EDB7BA5D3B2EE436663CA
{
public:
// System.Int32 System.Xml.ExceptionType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ExceptionType_tCE9408DF6C9BA684F34EDB7BA5D3B2EE436663CA, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Xml.ReadState
struct ReadState_tAAF15D8DE96B6A22379D2B6FEF22764640D05DD0
{
public:
// System.Int32 System.Xml.ReadState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ReadState_tAAF15D8DE96B6A22379D2B6FEF22764640D05DD0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Xml.Schema.XmlSchemaContentType
struct XmlSchemaContentType_tAAF4C8374963BFF5F4C3F71FAA1AE9E8944E03E5
{
public:
// System.Int32 System.Xml.Schema.XmlSchemaContentType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XmlSchemaContentType_tAAF4C8374963BFF5F4C3F71FAA1AE9E8944E03E5, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Xml.Schema.XmlSchemaValidity
struct XmlSchemaValidity_tFB9AEE7708C4FF08DC1564482F46991CF8FD0621
{
public:
// System.Int32 System.Xml.Schema.XmlSchemaValidity::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XmlSchemaValidity_tFB9AEE7708C4FF08DC1564482F46991CF8FD0621, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Xml.Schema.XmlSeverityType
struct XmlSeverityType_tC3AD578830B568AE8D5455F146A99305BEE0501A
{
public:
// System.Int32 System.Xml.Schema.XmlSeverityType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XmlSeverityType_tC3AD578830B568AE8D5455F146A99305BEE0501A, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Xml.XPath.XPathNodeType
struct XPathNodeType_tB1DB3F39502492756781F03A9645DD587B81BEF2
{
public:
// System.Int32 System.Xml.XPath.XPathNodeType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XPathNodeType_tB1DB3F39502492756781F03A9645DD587B81BEF2, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Xml.XmlConvert
struct XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7 : public RuntimeObject
{
public:
public:
};
struct XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields
{
public:
// System.Xml.XmlCharType System.Xml.XmlConvert::xmlCharType
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 ___xmlCharType_0;
// System.Char[] System.Xml.XmlConvert::crt
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___crt_1;
// System.Int32 System.Xml.XmlConvert::c_EncodedCharLength
int32_t ___c_EncodedCharLength_2;
// System.Char[] System.Xml.XmlConvert::WhitespaceChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___WhitespaceChars_3;
public:
inline static int32_t get_offset_of_xmlCharType_0() { return static_cast<int32_t>(offsetof(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields, ___xmlCharType_0)); }
inline XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 get_xmlCharType_0() const { return ___xmlCharType_0; }
inline XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * get_address_of_xmlCharType_0() { return &___xmlCharType_0; }
inline void set_xmlCharType_0(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 value)
{
___xmlCharType_0 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___xmlCharType_0))->___charProperties_2), (void*)NULL);
}
inline static int32_t get_offset_of_crt_1() { return static_cast<int32_t>(offsetof(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields, ___crt_1)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_crt_1() const { return ___crt_1; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_crt_1() { return &___crt_1; }
inline void set_crt_1(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___crt_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___crt_1), (void*)value);
}
inline static int32_t get_offset_of_c_EncodedCharLength_2() { return static_cast<int32_t>(offsetof(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields, ___c_EncodedCharLength_2)); }
inline int32_t get_c_EncodedCharLength_2() const { return ___c_EncodedCharLength_2; }
inline int32_t* get_address_of_c_EncodedCharLength_2() { return &___c_EncodedCharLength_2; }
inline void set_c_EncodedCharLength_2(int32_t value)
{
___c_EncodedCharLength_2 = value;
}
inline static int32_t get_offset_of_WhitespaceChars_3() { return static_cast<int32_t>(offsetof(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields, ___WhitespaceChars_3)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_WhitespaceChars_3() const { return ___WhitespaceChars_3; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_WhitespaceChars_3() { return &___WhitespaceChars_3; }
inline void set_WhitespaceChars_3(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___WhitespaceChars_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___WhitespaceChars_3), (void*)value);
}
};
// System.Xml.XmlDocumentType
struct XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 : public XmlLinkedNode_t4F76C8580C2E6D2908D88AC84A86060FA9289A0E
{
public:
// System.String System.Xml.XmlDocumentType::name
String_t* ___name_0;
// System.String System.Xml.XmlDocumentType::publicId
String_t* ___publicId_1;
// System.String System.Xml.XmlDocumentType::systemId
String_t* ___systemId_2;
// System.String System.Xml.XmlDocumentType::internalSubset
String_t* ___internalSubset_3;
public:
inline static int32_t get_offset_of_name_0() { return static_cast<int32_t>(offsetof(XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___name_0)); }
inline String_t* get_name_0() const { return ___name_0; }
inline String_t** get_address_of_name_0() { return &___name_0; }
inline void set_name_0(String_t* value)
{
___name_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value);
}
inline static int32_t get_offset_of_publicId_1() { return static_cast<int32_t>(offsetof(XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___publicId_1)); }
inline String_t* get_publicId_1() const { return ___publicId_1; }
inline String_t** get_address_of_publicId_1() { return &___publicId_1; }
inline void set_publicId_1(String_t* value)
{
___publicId_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___publicId_1), (void*)value);
}
inline static int32_t get_offset_of_systemId_2() { return static_cast<int32_t>(offsetof(XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___systemId_2)); }
inline String_t* get_systemId_2() const { return ___systemId_2; }
inline String_t** get_address_of_systemId_2() { return &___systemId_2; }
inline void set_systemId_2(String_t* value)
{
___systemId_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___systemId_2), (void*)value);
}
inline static int32_t get_offset_of_internalSubset_3() { return static_cast<int32_t>(offsetof(XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136, ___internalSubset_3)); }
inline String_t* get_internalSubset_3() const { return ___internalSubset_3; }
inline String_t** get_address_of_internalSubset_3() { return &___internalSubset_3; }
inline void set_internalSubset_3(String_t* value)
{
___internalSubset_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___internalSubset_3), (void*)value);
}
};
// System.Xml.XmlNodeType
struct XmlNodeType_tEE56AC4F9EC36B979516EA5836C4DA730B0A21E1
{
public:
// System.Int32 System.Xml.XmlNodeType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XmlNodeType_tEE56AC4F9EC36B979516EA5836C4DA730B0A21E1, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Xml.XmlTextReaderImpl_EntityExpandType
struct EntityExpandType_tC9953664AB0CE6F0813792286A9F3F6D6EF4A878
{
public:
// System.Int32 System.Xml.XmlTextReaderImpl_EntityExpandType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EntityExpandType_tC9953664AB0CE6F0813792286A9F3F6D6EF4A878, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Xml.XmlTextReaderImpl_EntityType
struct EntityType_tD1C5D0F2F43C096B07783E681D885A6F511F0657
{
public:
// System.Int32 System.Xml.XmlTextReaderImpl_EntityType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EntityType_tD1C5D0F2F43C096B07783E681D885A6F511F0657, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Xml.XmlTextReaderImpl_IncrementalReadState
struct IncrementalReadState_t9D04D5EB17C9FE284AD3C7D5F3BB74EAA765653C
{
public:
// System.Int32 System.Xml.XmlTextReaderImpl_IncrementalReadState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(IncrementalReadState_t9D04D5EB17C9FE284AD3C7D5F3BB74EAA765653C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Xml.XmlTextReaderImpl_ParsingFunction
struct ParsingFunction_t257574D1598B3E416A38FAB3204B4298FB2672B7
{
public:
// System.Int32 System.Xml.XmlTextReaderImpl_ParsingFunction::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParsingFunction_t257574D1598B3E416A38FAB3204B4298FB2672B7, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Xml.XmlTextReaderImpl_ParsingMode
struct ParsingMode_t16C9A13D4CD287424B850D09ABF6377BAA2A32EB
{
public:
// System.Int32 System.Xml.XmlTextReaderImpl_ParsingMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParsingMode_t16C9A13D4CD287424B850D09ABF6377BAA2A32EB, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Xml.XmlTokenizedType
struct XmlTokenizedType_t1D002F010C2E5CAC616DA28F4B39F7AAA2ADE4DA
{
public:
// System.Int32 System.Xml.XmlTokenizedType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(XmlTokenizedType_t1D002F010C2E5CAC616DA28F4B39F7AAA2ADE4DA, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 : public RuntimeObject
{
public:
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___numberGroupSizes_1;
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___currencyGroupSizes_2;
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___percentGroupSizes_3;
// System.String System.Globalization.NumberFormatInfo::positiveSign
String_t* ___positiveSign_4;
// System.String System.Globalization.NumberFormatInfo::negativeSign
String_t* ___negativeSign_5;
// System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator
String_t* ___numberDecimalSeparator_6;
// System.String System.Globalization.NumberFormatInfo::numberGroupSeparator
String_t* ___numberGroupSeparator_7;
// System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator
String_t* ___currencyGroupSeparator_8;
// System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator
String_t* ___currencyDecimalSeparator_9;
// System.String System.Globalization.NumberFormatInfo::currencySymbol
String_t* ___currencySymbol_10;
// System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol
String_t* ___ansiCurrencySymbol_11;
// System.String System.Globalization.NumberFormatInfo::nanSymbol
String_t* ___nanSymbol_12;
// System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol
String_t* ___positiveInfinitySymbol_13;
// System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol
String_t* ___negativeInfinitySymbol_14;
// System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator
String_t* ___percentDecimalSeparator_15;
// System.String System.Globalization.NumberFormatInfo::percentGroupSeparator
String_t* ___percentGroupSeparator_16;
// System.String System.Globalization.NumberFormatInfo::percentSymbol
String_t* ___percentSymbol_17;
// System.String System.Globalization.NumberFormatInfo::perMilleSymbol
String_t* ___perMilleSymbol_18;
// System.String[] System.Globalization.NumberFormatInfo::nativeDigits
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___nativeDigits_19;
// System.Int32 System.Globalization.NumberFormatInfo::m_dataItem
int32_t ___m_dataItem_20;
// System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits
int32_t ___numberDecimalDigits_21;
// System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits
int32_t ___currencyDecimalDigits_22;
// System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern
int32_t ___currencyPositivePattern_23;
// System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern
int32_t ___currencyNegativePattern_24;
// System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern
int32_t ___numberNegativePattern_25;
// System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern
int32_t ___percentPositivePattern_26;
// System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern
int32_t ___percentNegativePattern_27;
// System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits
int32_t ___percentDecimalDigits_28;
// System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution
int32_t ___digitSubstitution_29;
// System.Boolean System.Globalization.NumberFormatInfo::isReadOnly
bool ___isReadOnly_30;
// System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride
bool ___m_useUserOverride_31;
// System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant
bool ___m_isInvariant_32;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber
bool ___validForParseAsNumber_33;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency
bool ___validForParseAsCurrency_34;
public:
inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSizes_1)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; }
inline void set_numberGroupSizes_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___numberGroupSizes_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSizes_1), (void*)value);
}
inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSizes_2)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; }
inline void set_currencyGroupSizes_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___currencyGroupSizes_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSizes_2), (void*)value);
}
inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSizes_3)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; }
inline void set_percentGroupSizes_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___percentGroupSizes_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSizes_3), (void*)value);
}
inline static int32_t get_offset_of_positiveSign_4() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveSign_4)); }
inline String_t* get_positiveSign_4() const { return ___positiveSign_4; }
inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; }
inline void set_positiveSign_4(String_t* value)
{
___positiveSign_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___positiveSign_4), (void*)value);
}
inline static int32_t get_offset_of_negativeSign_5() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeSign_5)); }
inline String_t* get_negativeSign_5() const { return ___negativeSign_5; }
inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; }
inline void set_negativeSign_5(String_t* value)
{
___negativeSign_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___negativeSign_5), (void*)value);
}
inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalSeparator_6)); }
inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; }
inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; }
inline void set_numberDecimalSeparator_6(String_t* value)
{
___numberDecimalSeparator_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numberDecimalSeparator_6), (void*)value);
}
inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSeparator_7)); }
inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; }
inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; }
inline void set_numberGroupSeparator_7(String_t* value)
{
___numberGroupSeparator_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___numberGroupSeparator_7), (void*)value);
}
inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSeparator_8)); }
inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; }
inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; }
inline void set_currencyGroupSeparator_8(String_t* value)
{
___currencyGroupSeparator_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencyGroupSeparator_8), (void*)value);
}
inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalSeparator_9)); }
inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; }
inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; }
inline void set_currencyDecimalSeparator_9(String_t* value)
{
___currencyDecimalSeparator_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencyDecimalSeparator_9), (void*)value);
}
inline static int32_t get_offset_of_currencySymbol_10() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencySymbol_10)); }
inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; }
inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; }
inline void set_currencySymbol_10(String_t* value)
{
___currencySymbol_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currencySymbol_10), (void*)value);
}
inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___ansiCurrencySymbol_11)); }
inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; }
inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; }
inline void set_ansiCurrencySymbol_11(String_t* value)
{
___ansiCurrencySymbol_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ansiCurrencySymbol_11), (void*)value);
}
inline static int32_t get_offset_of_nanSymbol_12() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nanSymbol_12)); }
inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; }
inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; }
inline void set_nanSymbol_12(String_t* value)
{
___nanSymbol_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nanSymbol_12), (void*)value);
}
inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveInfinitySymbol_13)); }
inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; }
inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; }
inline void set_positiveInfinitySymbol_13(String_t* value)
{
___positiveInfinitySymbol_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___positiveInfinitySymbol_13), (void*)value);
}
inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeInfinitySymbol_14)); }
inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; }
inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; }
inline void set_negativeInfinitySymbol_14(String_t* value)
{
___negativeInfinitySymbol_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___negativeInfinitySymbol_14), (void*)value);
}
inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalSeparator_15)); }
inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; }
inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; }
inline void set_percentDecimalSeparator_15(String_t* value)
{
___percentDecimalSeparator_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentDecimalSeparator_15), (void*)value);
}
inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSeparator_16)); }
inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; }
inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; }
inline void set_percentGroupSeparator_16(String_t* value)
{
___percentGroupSeparator_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentGroupSeparator_16), (void*)value);
}
inline static int32_t get_offset_of_percentSymbol_17() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentSymbol_17)); }
inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; }
inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; }
inline void set_percentSymbol_17(String_t* value)
{
___percentSymbol_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___percentSymbol_17), (void*)value);
}
inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___perMilleSymbol_18)); }
inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; }
inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; }
inline void set_perMilleSymbol_18(String_t* value)
{
___perMilleSymbol_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___perMilleSymbol_18), (void*)value);
}
inline static int32_t get_offset_of_nativeDigits_19() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nativeDigits_19)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_nativeDigits_19() const { return ___nativeDigits_19; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_nativeDigits_19() { return &___nativeDigits_19; }
inline void set_nativeDigits_19(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___nativeDigits_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nativeDigits_19), (void*)value);
}
inline static int32_t get_offset_of_m_dataItem_20() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_dataItem_20)); }
inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; }
inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; }
inline void set_m_dataItem_20(int32_t value)
{
___m_dataItem_20 = value;
}
inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalDigits_21)); }
inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; }
inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; }
inline void set_numberDecimalDigits_21(int32_t value)
{
___numberDecimalDigits_21 = value;
}
inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalDigits_22)); }
inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; }
inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; }
inline void set_currencyDecimalDigits_22(int32_t value)
{
___currencyDecimalDigits_22 = value;
}
inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyPositivePattern_23)); }
inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; }
inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; }
inline void set_currencyPositivePattern_23(int32_t value)
{
___currencyPositivePattern_23 = value;
}
inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyNegativePattern_24)); }
inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; }
inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; }
inline void set_currencyNegativePattern_24(int32_t value)
{
___currencyNegativePattern_24 = value;
}
inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberNegativePattern_25)); }
inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; }
inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; }
inline void set_numberNegativePattern_25(int32_t value)
{
___numberNegativePattern_25 = value;
}
inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentPositivePattern_26)); }
inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; }
inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; }
inline void set_percentPositivePattern_26(int32_t value)
{
___percentPositivePattern_26 = value;
}
inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentNegativePattern_27)); }
inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; }
inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; }
inline void set_percentNegativePattern_27(int32_t value)
{
___percentNegativePattern_27 = value;
}
inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalDigits_28)); }
inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; }
inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; }
inline void set_percentDecimalDigits_28(int32_t value)
{
___percentDecimalDigits_28 = value;
}
inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___digitSubstitution_29)); }
inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; }
inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; }
inline void set_digitSubstitution_29(int32_t value)
{
___digitSubstitution_29 = value;
}
inline static int32_t get_offset_of_isReadOnly_30() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___isReadOnly_30)); }
inline bool get_isReadOnly_30() const { return ___isReadOnly_30; }
inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; }
inline void set_isReadOnly_30(bool value)
{
___isReadOnly_30 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_useUserOverride_31)); }
inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; }
inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; }
inline void set_m_useUserOverride_31(bool value)
{
___m_useUserOverride_31 = value;
}
inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_isInvariant_32)); }
inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; }
inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; }
inline void set_m_isInvariant_32(bool value)
{
___m_isInvariant_32 = value;
}
inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsNumber_33)); }
inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; }
inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; }
inline void set_validForParseAsNumber_33(bool value)
{
___validForParseAsNumber_33 = value;
}
inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsCurrency_34)); }
inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; }
inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; }
inline void set_validForParseAsCurrency_34(bool value)
{
___validForParseAsCurrency_34 = value;
}
};
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields
{
public:
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___invariantInfo_0;
public:
inline static int32_t get_offset_of_invariantInfo_0() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields, ___invariantInfo_0)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_invariantInfo_0() const { return ___invariantInfo_0; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; }
inline void set_invariantInfo_0(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___invariantInfo_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___invariantInfo_0), (void*)value);
}
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
{
public:
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject * ___m_additionalContext_0;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1;
public:
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
inline void set_m_additionalContext_0(RuntimeObject * value)
{
___m_additionalContext_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value);
}
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
inline int32_t get_m_state_1() const { return ___m_state_1; }
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
inline void set_m_state_1(int32_t value)
{
___m_state_1 = value;
}
};
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
public:
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
{
____impl_9 = value;
}
};
struct Type_t_StaticFields
{
public:
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
// System.Object System.Type::Missing
RuntimeObject * ___Missing_3;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_4;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
// System.Reflection.Binder System.Type::defaultBinder
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
public:
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterAttribute_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value);
}
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value);
}
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterNameIgnoreCase_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value);
}
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
inline void set_Missing_3(RuntimeObject * value)
{
___Missing_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value);
}
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
inline void set_Delimiter_4(Il2CppChar value)
{
___Delimiter_4 = value;
}
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___EmptyTypes_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value);
}
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
{
___defaultBinder_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value);
}
};
// System.Uri
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E : public RuntimeObject
{
public:
// System.String System.Uri::m_String
String_t* ___m_String_13;
// System.String System.Uri::m_originalUnicodeString
String_t* ___m_originalUnicodeString_14;
// System.UriParser System.Uri::m_Syntax
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___m_Syntax_15;
// System.String System.Uri::m_DnsSafeHost
String_t* ___m_DnsSafeHost_16;
// System.Uri_Flags System.Uri::m_Flags
uint64_t ___m_Flags_17;
// System.Uri_UriInfo System.Uri::m_Info
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * ___m_Info_18;
// System.Boolean System.Uri::m_iriParsing
bool ___m_iriParsing_19;
public:
inline static int32_t get_offset_of_m_String_13() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_String_13)); }
inline String_t* get_m_String_13() const { return ___m_String_13; }
inline String_t** get_address_of_m_String_13() { return &___m_String_13; }
inline void set_m_String_13(String_t* value)
{
___m_String_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_String_13), (void*)value);
}
inline static int32_t get_offset_of_m_originalUnicodeString_14() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_originalUnicodeString_14)); }
inline String_t* get_m_originalUnicodeString_14() const { return ___m_originalUnicodeString_14; }
inline String_t** get_address_of_m_originalUnicodeString_14() { return &___m_originalUnicodeString_14; }
inline void set_m_originalUnicodeString_14(String_t* value)
{
___m_originalUnicodeString_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_14), (void*)value);
}
inline static int32_t get_offset_of_m_Syntax_15() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Syntax_15)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_m_Syntax_15() const { return ___m_Syntax_15; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_m_Syntax_15() { return &___m_Syntax_15; }
inline void set_m_Syntax_15(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___m_Syntax_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_15), (void*)value);
}
inline static int32_t get_offset_of_m_DnsSafeHost_16() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_DnsSafeHost_16)); }
inline String_t* get_m_DnsSafeHost_16() const { return ___m_DnsSafeHost_16; }
inline String_t** get_address_of_m_DnsSafeHost_16() { return &___m_DnsSafeHost_16; }
inline void set_m_DnsSafeHost_16(String_t* value)
{
___m_DnsSafeHost_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_16), (void*)value);
}
inline static int32_t get_offset_of_m_Flags_17() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Flags_17)); }
inline uint64_t get_m_Flags_17() const { return ___m_Flags_17; }
inline uint64_t* get_address_of_m_Flags_17() { return &___m_Flags_17; }
inline void set_m_Flags_17(uint64_t value)
{
___m_Flags_17 = value;
}
inline static int32_t get_offset_of_m_Info_18() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Info_18)); }
inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * get_m_Info_18() const { return ___m_Info_18; }
inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E ** get_address_of_m_Info_18() { return &___m_Info_18; }
inline void set_m_Info_18(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * value)
{
___m_Info_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Info_18), (void*)value);
}
inline static int32_t get_offset_of_m_iriParsing_19() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_iriParsing_19)); }
inline bool get_m_iriParsing_19() const { return ___m_iriParsing_19; }
inline bool* get_address_of_m_iriParsing_19() { return &___m_iriParsing_19; }
inline void set_m_iriParsing_19(bool value)
{
___m_iriParsing_19 = value;
}
};
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields
{
public:
// System.String System.Uri::UriSchemeFile
String_t* ___UriSchemeFile_0;
// System.String System.Uri::UriSchemeFtp
String_t* ___UriSchemeFtp_1;
// System.String System.Uri::UriSchemeGopher
String_t* ___UriSchemeGopher_2;
// System.String System.Uri::UriSchemeHttp
String_t* ___UriSchemeHttp_3;
// System.String System.Uri::UriSchemeHttps
String_t* ___UriSchemeHttps_4;
// System.String System.Uri::UriSchemeWs
String_t* ___UriSchemeWs_5;
// System.String System.Uri::UriSchemeWss
String_t* ___UriSchemeWss_6;
// System.String System.Uri::UriSchemeMailto
String_t* ___UriSchemeMailto_7;
// System.String System.Uri::UriSchemeNews
String_t* ___UriSchemeNews_8;
// System.String System.Uri::UriSchemeNntp
String_t* ___UriSchemeNntp_9;
// System.String System.Uri::UriSchemeNetTcp
String_t* ___UriSchemeNetTcp_10;
// System.String System.Uri::UriSchemeNetPipe
String_t* ___UriSchemeNetPipe_11;
// System.String System.Uri::SchemeDelimiter
String_t* ___SchemeDelimiter_12;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized
bool ___s_ConfigInitialized_20;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing
bool ___s_ConfigInitializing_21;
// System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope
int32_t ___s_IdnScope_22;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing
bool ___s_IriParsing_23;
// System.Boolean System.Uri::useDotNetRelativeOrAbsolute
bool ___useDotNetRelativeOrAbsolute_24;
// System.Boolean System.Uri::IsWindowsFileSystem
bool ___IsWindowsFileSystem_25;
// System.Object System.Uri::s_initLock
RuntimeObject * ___s_initLock_26;
// System.Char[] System.Uri::HexLowerChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___HexLowerChars_27;
// System.Char[] System.Uri::_WSchars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____WSchars_28;
public:
inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeFile_0)); }
inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; }
inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; }
inline void set_UriSchemeFile_0(String_t* value)
{
___UriSchemeFile_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeFtp_1)); }
inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; }
inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; }
inline void set_UriSchemeFtp_1(String_t* value)
{
___UriSchemeFtp_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeGopher_2)); }
inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; }
inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; }
inline void set_UriSchemeGopher_2(String_t* value)
{
___UriSchemeGopher_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeHttp_3)); }
inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; }
inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; }
inline void set_UriSchemeHttp_3(String_t* value)
{
___UriSchemeHttp_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeHttps_4)); }
inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; }
inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; }
inline void set_UriSchemeHttps_4(String_t* value)
{
___UriSchemeHttps_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeWs_5)); }
inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; }
inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; }
inline void set_UriSchemeWs_5(String_t* value)
{
___UriSchemeWs_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeWss_6)); }
inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; }
inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; }
inline void set_UriSchemeWss_6(String_t* value)
{
___UriSchemeWss_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeMailto_7)); }
inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; }
inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; }
inline void set_UriSchemeMailto_7(String_t* value)
{
___UriSchemeMailto_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNews_8)); }
inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; }
inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; }
inline void set_UriSchemeNews_8(String_t* value)
{
___UriSchemeNews_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNntp_9)); }
inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; }
inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; }
inline void set_UriSchemeNntp_9(String_t* value)
{
___UriSchemeNntp_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNetTcp_10)); }
inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; }
inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; }
inline void set_UriSchemeNetTcp_10(String_t* value)
{
___UriSchemeNetTcp_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value);
}
inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNetPipe_11)); }
inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; }
inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; }
inline void set_UriSchemeNetPipe_11(String_t* value)
{
___UriSchemeNetPipe_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value);
}
inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___SchemeDelimiter_12)); }
inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; }
inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; }
inline void set_SchemeDelimiter_12(String_t* value)
{
___SchemeDelimiter_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value);
}
inline static int32_t get_offset_of_s_ConfigInitialized_20() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitialized_20)); }
inline bool get_s_ConfigInitialized_20() const { return ___s_ConfigInitialized_20; }
inline bool* get_address_of_s_ConfigInitialized_20() { return &___s_ConfigInitialized_20; }
inline void set_s_ConfigInitialized_20(bool value)
{
___s_ConfigInitialized_20 = value;
}
inline static int32_t get_offset_of_s_ConfigInitializing_21() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitializing_21)); }
inline bool get_s_ConfigInitializing_21() const { return ___s_ConfigInitializing_21; }
inline bool* get_address_of_s_ConfigInitializing_21() { return &___s_ConfigInitializing_21; }
inline void set_s_ConfigInitializing_21(bool value)
{
___s_ConfigInitializing_21 = value;
}
inline static int32_t get_offset_of_s_IdnScope_22() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IdnScope_22)); }
inline int32_t get_s_IdnScope_22() const { return ___s_IdnScope_22; }
inline int32_t* get_address_of_s_IdnScope_22() { return &___s_IdnScope_22; }
inline void set_s_IdnScope_22(int32_t value)
{
___s_IdnScope_22 = value;
}
inline static int32_t get_offset_of_s_IriParsing_23() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IriParsing_23)); }
inline bool get_s_IriParsing_23() const { return ___s_IriParsing_23; }
inline bool* get_address_of_s_IriParsing_23() { return &___s_IriParsing_23; }
inline void set_s_IriParsing_23(bool value)
{
___s_IriParsing_23 = value;
}
inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_24() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___useDotNetRelativeOrAbsolute_24)); }
inline bool get_useDotNetRelativeOrAbsolute_24() const { return ___useDotNetRelativeOrAbsolute_24; }
inline bool* get_address_of_useDotNetRelativeOrAbsolute_24() { return &___useDotNetRelativeOrAbsolute_24; }
inline void set_useDotNetRelativeOrAbsolute_24(bool value)
{
___useDotNetRelativeOrAbsolute_24 = value;
}
inline static int32_t get_offset_of_IsWindowsFileSystem_25() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___IsWindowsFileSystem_25)); }
inline bool get_IsWindowsFileSystem_25() const { return ___IsWindowsFileSystem_25; }
inline bool* get_address_of_IsWindowsFileSystem_25() { return &___IsWindowsFileSystem_25; }
inline void set_IsWindowsFileSystem_25(bool value)
{
___IsWindowsFileSystem_25 = value;
}
inline static int32_t get_offset_of_s_initLock_26() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_initLock_26)); }
inline RuntimeObject * get_s_initLock_26() const { return ___s_initLock_26; }
inline RuntimeObject ** get_address_of_s_initLock_26() { return &___s_initLock_26; }
inline void set_s_initLock_26(RuntimeObject * value)
{
___s_initLock_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_26), (void*)value);
}
inline static int32_t get_offset_of_HexLowerChars_27() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___HexLowerChars_27)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_HexLowerChars_27() const { return ___HexLowerChars_27; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_HexLowerChars_27() { return &___HexLowerChars_27; }
inline void set_HexLowerChars_27(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___HexLowerChars_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_27), (void*)value);
}
inline static int32_t get_offset_of__WSchars_28() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ____WSchars_28)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__WSchars_28() const { return ____WSchars_28; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__WSchars_28() { return &____WSchars_28; }
inline void set__WSchars_28(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
____WSchars_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&____WSchars_28), (void*)value);
}
};
// System.Xml.Schema.XmlSchemaInfo
struct XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 : public RuntimeObject
{
public:
// System.Boolean System.Xml.Schema.XmlSchemaInfo::isDefault
bool ___isDefault_0;
// System.Boolean System.Xml.Schema.XmlSchemaInfo::isNil
bool ___isNil_1;
// System.Xml.Schema.XmlSchemaElement System.Xml.Schema.XmlSchemaInfo::schemaElement
XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D * ___schemaElement_2;
// System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.XmlSchemaInfo::schemaAttribute
XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B * ___schemaAttribute_3;
// System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaInfo::schemaType
XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * ___schemaType_4;
// System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaInfo::memberType
XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * ___memberType_5;
// System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.XmlSchemaInfo::validity
int32_t ___validity_6;
// System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaInfo::contentType
int32_t ___contentType_7;
public:
inline static int32_t get_offset_of_isDefault_0() { return static_cast<int32_t>(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___isDefault_0)); }
inline bool get_isDefault_0() const { return ___isDefault_0; }
inline bool* get_address_of_isDefault_0() { return &___isDefault_0; }
inline void set_isDefault_0(bool value)
{
___isDefault_0 = value;
}
inline static int32_t get_offset_of_isNil_1() { return static_cast<int32_t>(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___isNil_1)); }
inline bool get_isNil_1() const { return ___isNil_1; }
inline bool* get_address_of_isNil_1() { return &___isNil_1; }
inline void set_isNil_1(bool value)
{
___isNil_1 = value;
}
inline static int32_t get_offset_of_schemaElement_2() { return static_cast<int32_t>(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___schemaElement_2)); }
inline XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D * get_schemaElement_2() const { return ___schemaElement_2; }
inline XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D ** get_address_of_schemaElement_2() { return &___schemaElement_2; }
inline void set_schemaElement_2(XmlSchemaElement_tF3C95D404CFEB675C3BE8ECDC5C73FFD0F92568D * value)
{
___schemaElement_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___schemaElement_2), (void*)value);
}
inline static int32_t get_offset_of_schemaAttribute_3() { return static_cast<int32_t>(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___schemaAttribute_3)); }
inline XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B * get_schemaAttribute_3() const { return ___schemaAttribute_3; }
inline XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B ** get_address_of_schemaAttribute_3() { return &___schemaAttribute_3; }
inline void set_schemaAttribute_3(XmlSchemaAttribute_tC31F76D28F8D593EFB409CD27FABFC32AF27E99B * value)
{
___schemaAttribute_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___schemaAttribute_3), (void*)value);
}
inline static int32_t get_offset_of_schemaType_4() { return static_cast<int32_t>(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___schemaType_4)); }
inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * get_schemaType_4() const { return ___schemaType_4; }
inline XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 ** get_address_of_schemaType_4() { return &___schemaType_4; }
inline void set_schemaType_4(XmlSchemaType_tE97B70BB8298B2D6FDDBCCB14EEE99EC4806BBA9 * value)
{
___schemaType_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___schemaType_4), (void*)value);
}
inline static int32_t get_offset_of_memberType_5() { return static_cast<int32_t>(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___memberType_5)); }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * get_memberType_5() const { return ___memberType_5; }
inline XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A ** get_address_of_memberType_5() { return &___memberType_5; }
inline void set_memberType_5(XmlSchemaSimpleType_t3E090F6F088E02B69D984EED6C2A209ACB42A68A * value)
{
___memberType_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___memberType_5), (void*)value);
}
inline static int32_t get_offset_of_validity_6() { return static_cast<int32_t>(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___validity_6)); }
inline int32_t get_validity_6() const { return ___validity_6; }
inline int32_t* get_address_of_validity_6() { return &___validity_6; }
inline void set_validity_6(int32_t value)
{
___validity_6 = value;
}
inline static int32_t get_offset_of_contentType_7() { return static_cast<int32_t>(offsetof(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035, ___contentType_7)); }
inline int32_t get_contentType_7() const { return ___contentType_7; }
inline int32_t* get_address_of_contentType_7() { return &___contentType_7; }
inline void set_contentType_7(int32_t value)
{
___contentType_7 = value;
}
};
// System.Xml.XmlTextReaderImpl
struct XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 : public XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB
{
public:
// System.Xml.XmlTextReaderImpl_LaterInitParam System.Xml.XmlTextReaderImpl::laterInitParam
LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * ___laterInitParam_3;
// System.Xml.XmlCharType System.Xml.XmlTextReaderImpl::xmlCharType
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 ___xmlCharType_4;
// System.Xml.XmlTextReaderImpl_ParsingState System.Xml.XmlTextReaderImpl::ps
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 ___ps_5;
// System.Xml.XmlTextReaderImpl_ParsingFunction System.Xml.XmlTextReaderImpl::parsingFunction
int32_t ___parsingFunction_6;
// System.Xml.XmlTextReaderImpl_ParsingFunction System.Xml.XmlTextReaderImpl::nextParsingFunction
int32_t ___nextParsingFunction_7;
// System.Xml.XmlTextReaderImpl_NodeData[] System.Xml.XmlTextReaderImpl::nodes
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* ___nodes_8;
// System.Xml.XmlTextReaderImpl_NodeData System.Xml.XmlTextReaderImpl::curNode
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * ___curNode_9;
// System.Int32 System.Xml.XmlTextReaderImpl::index
int32_t ___index_10;
// System.Int32 System.Xml.XmlTextReaderImpl::attrCount
int32_t ___attrCount_11;
// System.Xml.XmlNameTable System.Xml.XmlTextReaderImpl::nameTable
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nameTable_12;
// System.Xml.XmlResolver System.Xml.XmlTextReaderImpl::xmlResolver
XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * ___xmlResolver_13;
// System.Boolean System.Xml.XmlTextReaderImpl::normalize
bool ___normalize_14;
// System.Boolean System.Xml.XmlTextReaderImpl::supportNamespaces
bool ___supportNamespaces_15;
// System.Xml.DtdProcessing System.Xml.XmlTextReaderImpl::dtdProcessing
int32_t ___dtdProcessing_16;
// System.Xml.EntityHandling System.Xml.XmlTextReaderImpl::entityHandling
int32_t ___entityHandling_17;
// System.Boolean System.Xml.XmlTextReaderImpl::ignorePIs
bool ___ignorePIs_18;
// System.Boolean System.Xml.XmlTextReaderImpl::checkCharacters
bool ___checkCharacters_19;
// System.Int64 System.Xml.XmlTextReaderImpl::maxCharactersInDocument
int64_t ___maxCharactersInDocument_20;
// System.Int64 System.Xml.XmlTextReaderImpl::maxCharactersFromEntities
int64_t ___maxCharactersFromEntities_21;
// System.Boolean System.Xml.XmlTextReaderImpl::v1Compat
bool ___v1Compat_22;
// System.Xml.XmlNamespaceManager System.Xml.XmlTextReaderImpl::namespaceManager
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * ___namespaceManager_23;
// System.Xml.XmlTextReaderImpl_ParsingState[] System.Xml.XmlTextReaderImpl::parsingStatesStack
ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* ___parsingStatesStack_24;
// System.Int32 System.Xml.XmlTextReaderImpl::parsingStatesStackTop
int32_t ___parsingStatesStackTop_25;
// System.String System.Xml.XmlTextReaderImpl::reportedBaseUri
String_t* ___reportedBaseUri_26;
// System.Text.Encoding System.Xml.XmlTextReaderImpl::reportedEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___reportedEncoding_27;
// System.Xml.IDtdInfo System.Xml.XmlTextReaderImpl::dtdInfo
RuntimeObject* ___dtdInfo_28;
// System.Xml.XmlParserContext System.Xml.XmlTextReaderImpl::fragmentParserContext
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * ___fragmentParserContext_29;
// System.Xml.XmlTextReaderImpl_IncrementalReadState System.Xml.XmlTextReaderImpl::incReadState
int32_t ___incReadState_30;
// System.Xml.IValidationEventHandling System.Xml.XmlTextReaderImpl::validationEventHandling
RuntimeObject* ___validationEventHandling_31;
// System.Boolean System.Xml.XmlTextReaderImpl::validatingReaderCompatFlag
bool ___validatingReaderCompatFlag_32;
// System.Boolean System.Xml.XmlTextReaderImpl::addDefaultAttributesAndNormalize
bool ___addDefaultAttributesAndNormalize_33;
// System.Text.StringBuilder System.Xml.XmlTextReaderImpl::stringBuilder
StringBuilder_t * ___stringBuilder_34;
// System.Boolean System.Xml.XmlTextReaderImpl::standalone
bool ___standalone_35;
// System.Int32 System.Xml.XmlTextReaderImpl::nextEntityId
int32_t ___nextEntityId_36;
// System.Xml.XmlTextReaderImpl_ParsingMode System.Xml.XmlTextReaderImpl::parsingMode
int32_t ___parsingMode_37;
// System.Xml.ReadState System.Xml.XmlTextReaderImpl::readState
int32_t ___readState_38;
// System.Xml.IDtdEntityInfo System.Xml.XmlTextReaderImpl::lastEntity
RuntimeObject* ___lastEntity_39;
// System.Boolean System.Xml.XmlTextReaderImpl::afterResetState
bool ___afterResetState_40;
// System.Int32 System.Xml.XmlTextReaderImpl::documentStartBytePos
int32_t ___documentStartBytePos_41;
// System.Int32 System.Xml.XmlTextReaderImpl::readValueOffset
int32_t ___readValueOffset_42;
// System.Int64 System.Xml.XmlTextReaderImpl::charactersInDocument
int64_t ___charactersInDocument_43;
// System.Int64 System.Xml.XmlTextReaderImpl::charactersFromEntities
int64_t ___charactersFromEntities_44;
// System.Collections.Generic.Dictionary`2<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo> System.Xml.XmlTextReaderImpl::currentEntities
Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * ___currentEntities_45;
// System.Boolean System.Xml.XmlTextReaderImpl::disableUndeclaredEntityCheck
bool ___disableUndeclaredEntityCheck_46;
// System.Boolean System.Xml.XmlTextReaderImpl::xmlResolverIsSet
bool ___xmlResolverIsSet_47;
// System.String System.Xml.XmlTextReaderImpl::Xml
String_t* ___Xml_48;
public:
inline static int32_t get_offset_of_laterInitParam_3() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___laterInitParam_3)); }
inline LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * get_laterInitParam_3() const { return ___laterInitParam_3; }
inline LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF ** get_address_of_laterInitParam_3() { return &___laterInitParam_3; }
inline void set_laterInitParam_3(LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * value)
{
___laterInitParam_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___laterInitParam_3), (void*)value);
}
inline static int32_t get_offset_of_xmlCharType_4() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___xmlCharType_4)); }
inline XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 get_xmlCharType_4() const { return ___xmlCharType_4; }
inline XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * get_address_of_xmlCharType_4() { return &___xmlCharType_4; }
inline void set_xmlCharType_4(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 value)
{
___xmlCharType_4 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___xmlCharType_4))->___charProperties_2), (void*)NULL);
}
inline static int32_t get_offset_of_ps_5() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___ps_5)); }
inline ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 get_ps_5() const { return ___ps_5; }
inline ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * get_address_of_ps_5() { return &___ps_5; }
inline void set_ps_5(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 value)
{
___ps_5 = value;
Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___chars_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___encoding_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___stream_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___decoder_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___bytes_7), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___textReader_10), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___baseUriStr_13), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___baseUri_14), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___ps_5))->___entity_17), (void*)NULL);
#endif
}
inline static int32_t get_offset_of_parsingFunction_6() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___parsingFunction_6)); }
inline int32_t get_parsingFunction_6() const { return ___parsingFunction_6; }
inline int32_t* get_address_of_parsingFunction_6() { return &___parsingFunction_6; }
inline void set_parsingFunction_6(int32_t value)
{
___parsingFunction_6 = value;
}
inline static int32_t get_offset_of_nextParsingFunction_7() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___nextParsingFunction_7)); }
inline int32_t get_nextParsingFunction_7() const { return ___nextParsingFunction_7; }
inline int32_t* get_address_of_nextParsingFunction_7() { return &___nextParsingFunction_7; }
inline void set_nextParsingFunction_7(int32_t value)
{
___nextParsingFunction_7 = value;
}
inline static int32_t get_offset_of_nodes_8() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___nodes_8)); }
inline NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* get_nodes_8() const { return ___nodes_8; }
inline NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE** get_address_of_nodes_8() { return &___nodes_8; }
inline void set_nodes_8(NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* value)
{
___nodes_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nodes_8), (void*)value);
}
inline static int32_t get_offset_of_curNode_9() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___curNode_9)); }
inline NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * get_curNode_9() const { return ___curNode_9; }
inline NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF ** get_address_of_curNode_9() { return &___curNode_9; }
inline void set_curNode_9(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * value)
{
___curNode_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___curNode_9), (void*)value);
}
inline static int32_t get_offset_of_index_10() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___index_10)); }
inline int32_t get_index_10() const { return ___index_10; }
inline int32_t* get_address_of_index_10() { return &___index_10; }
inline void set_index_10(int32_t value)
{
___index_10 = value;
}
inline static int32_t get_offset_of_attrCount_11() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___attrCount_11)); }
inline int32_t get_attrCount_11() const { return ___attrCount_11; }
inline int32_t* get_address_of_attrCount_11() { return &___attrCount_11; }
inline void set_attrCount_11(int32_t value)
{
___attrCount_11 = value;
}
inline static int32_t get_offset_of_nameTable_12() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___nameTable_12)); }
inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * get_nameTable_12() const { return ___nameTable_12; }
inline XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 ** get_address_of_nameTable_12() { return &___nameTable_12; }
inline void set_nameTable_12(XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * value)
{
___nameTable_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nameTable_12), (void*)value);
}
inline static int32_t get_offset_of_xmlResolver_13() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___xmlResolver_13)); }
inline XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * get_xmlResolver_13() const { return ___xmlResolver_13; }
inline XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 ** get_address_of_xmlResolver_13() { return &___xmlResolver_13; }
inline void set_xmlResolver_13(XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * value)
{
___xmlResolver_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___xmlResolver_13), (void*)value);
}
inline static int32_t get_offset_of_normalize_14() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___normalize_14)); }
inline bool get_normalize_14() const { return ___normalize_14; }
inline bool* get_address_of_normalize_14() { return &___normalize_14; }
inline void set_normalize_14(bool value)
{
___normalize_14 = value;
}
inline static int32_t get_offset_of_supportNamespaces_15() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___supportNamespaces_15)); }
inline bool get_supportNamespaces_15() const { return ___supportNamespaces_15; }
inline bool* get_address_of_supportNamespaces_15() { return &___supportNamespaces_15; }
inline void set_supportNamespaces_15(bool value)
{
___supportNamespaces_15 = value;
}
inline static int32_t get_offset_of_dtdProcessing_16() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___dtdProcessing_16)); }
inline int32_t get_dtdProcessing_16() const { return ___dtdProcessing_16; }
inline int32_t* get_address_of_dtdProcessing_16() { return &___dtdProcessing_16; }
inline void set_dtdProcessing_16(int32_t value)
{
___dtdProcessing_16 = value;
}
inline static int32_t get_offset_of_entityHandling_17() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___entityHandling_17)); }
inline int32_t get_entityHandling_17() const { return ___entityHandling_17; }
inline int32_t* get_address_of_entityHandling_17() { return &___entityHandling_17; }
inline void set_entityHandling_17(int32_t value)
{
___entityHandling_17 = value;
}
inline static int32_t get_offset_of_ignorePIs_18() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___ignorePIs_18)); }
inline bool get_ignorePIs_18() const { return ___ignorePIs_18; }
inline bool* get_address_of_ignorePIs_18() { return &___ignorePIs_18; }
inline void set_ignorePIs_18(bool value)
{
___ignorePIs_18 = value;
}
inline static int32_t get_offset_of_checkCharacters_19() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___checkCharacters_19)); }
inline bool get_checkCharacters_19() const { return ___checkCharacters_19; }
inline bool* get_address_of_checkCharacters_19() { return &___checkCharacters_19; }
inline void set_checkCharacters_19(bool value)
{
___checkCharacters_19 = value;
}
inline static int32_t get_offset_of_maxCharactersInDocument_20() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___maxCharactersInDocument_20)); }
inline int64_t get_maxCharactersInDocument_20() const { return ___maxCharactersInDocument_20; }
inline int64_t* get_address_of_maxCharactersInDocument_20() { return &___maxCharactersInDocument_20; }
inline void set_maxCharactersInDocument_20(int64_t value)
{
___maxCharactersInDocument_20 = value;
}
inline static int32_t get_offset_of_maxCharactersFromEntities_21() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___maxCharactersFromEntities_21)); }
inline int64_t get_maxCharactersFromEntities_21() const { return ___maxCharactersFromEntities_21; }
inline int64_t* get_address_of_maxCharactersFromEntities_21() { return &___maxCharactersFromEntities_21; }
inline void set_maxCharactersFromEntities_21(int64_t value)
{
___maxCharactersFromEntities_21 = value;
}
inline static int32_t get_offset_of_v1Compat_22() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___v1Compat_22)); }
inline bool get_v1Compat_22() const { return ___v1Compat_22; }
inline bool* get_address_of_v1Compat_22() { return &___v1Compat_22; }
inline void set_v1Compat_22(bool value)
{
___v1Compat_22 = value;
}
inline static int32_t get_offset_of_namespaceManager_23() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___namespaceManager_23)); }
inline XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * get_namespaceManager_23() const { return ___namespaceManager_23; }
inline XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F ** get_address_of_namespaceManager_23() { return &___namespaceManager_23; }
inline void set_namespaceManager_23(XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * value)
{
___namespaceManager_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___namespaceManager_23), (void*)value);
}
inline static int32_t get_offset_of_parsingStatesStack_24() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___parsingStatesStack_24)); }
inline ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* get_parsingStatesStack_24() const { return ___parsingStatesStack_24; }
inline ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739** get_address_of_parsingStatesStack_24() { return &___parsingStatesStack_24; }
inline void set_parsingStatesStack_24(ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* value)
{
___parsingStatesStack_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parsingStatesStack_24), (void*)value);
}
inline static int32_t get_offset_of_parsingStatesStackTop_25() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___parsingStatesStackTop_25)); }
inline int32_t get_parsingStatesStackTop_25() const { return ___parsingStatesStackTop_25; }
inline int32_t* get_address_of_parsingStatesStackTop_25() { return &___parsingStatesStackTop_25; }
inline void set_parsingStatesStackTop_25(int32_t value)
{
___parsingStatesStackTop_25 = value;
}
inline static int32_t get_offset_of_reportedBaseUri_26() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___reportedBaseUri_26)); }
inline String_t* get_reportedBaseUri_26() const { return ___reportedBaseUri_26; }
inline String_t** get_address_of_reportedBaseUri_26() { return &___reportedBaseUri_26; }
inline void set_reportedBaseUri_26(String_t* value)
{
___reportedBaseUri_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reportedBaseUri_26), (void*)value);
}
inline static int32_t get_offset_of_reportedEncoding_27() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___reportedEncoding_27)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_reportedEncoding_27() const { return ___reportedEncoding_27; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_reportedEncoding_27() { return &___reportedEncoding_27; }
inline void set_reportedEncoding_27(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___reportedEncoding_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reportedEncoding_27), (void*)value);
}
inline static int32_t get_offset_of_dtdInfo_28() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___dtdInfo_28)); }
inline RuntimeObject* get_dtdInfo_28() const { return ___dtdInfo_28; }
inline RuntimeObject** get_address_of_dtdInfo_28() { return &___dtdInfo_28; }
inline void set_dtdInfo_28(RuntimeObject* value)
{
___dtdInfo_28 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dtdInfo_28), (void*)value);
}
inline static int32_t get_offset_of_fragmentParserContext_29() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___fragmentParserContext_29)); }
inline XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * get_fragmentParserContext_29() const { return ___fragmentParserContext_29; }
inline XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 ** get_address_of_fragmentParserContext_29() { return &___fragmentParserContext_29; }
inline void set_fragmentParserContext_29(XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * value)
{
___fragmentParserContext_29 = value;
Il2CppCodeGenWriteBarrier((void**)(&___fragmentParserContext_29), (void*)value);
}
inline static int32_t get_offset_of_incReadState_30() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___incReadState_30)); }
inline int32_t get_incReadState_30() const { return ___incReadState_30; }
inline int32_t* get_address_of_incReadState_30() { return &___incReadState_30; }
inline void set_incReadState_30(int32_t value)
{
___incReadState_30 = value;
}
inline static int32_t get_offset_of_validationEventHandling_31() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___validationEventHandling_31)); }
inline RuntimeObject* get_validationEventHandling_31() const { return ___validationEventHandling_31; }
inline RuntimeObject** get_address_of_validationEventHandling_31() { return &___validationEventHandling_31; }
inline void set_validationEventHandling_31(RuntimeObject* value)
{
___validationEventHandling_31 = value;
Il2CppCodeGenWriteBarrier((void**)(&___validationEventHandling_31), (void*)value);
}
inline static int32_t get_offset_of_validatingReaderCompatFlag_32() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___validatingReaderCompatFlag_32)); }
inline bool get_validatingReaderCompatFlag_32() const { return ___validatingReaderCompatFlag_32; }
inline bool* get_address_of_validatingReaderCompatFlag_32() { return &___validatingReaderCompatFlag_32; }
inline void set_validatingReaderCompatFlag_32(bool value)
{
___validatingReaderCompatFlag_32 = value;
}
inline static int32_t get_offset_of_addDefaultAttributesAndNormalize_33() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___addDefaultAttributesAndNormalize_33)); }
inline bool get_addDefaultAttributesAndNormalize_33() const { return ___addDefaultAttributesAndNormalize_33; }
inline bool* get_address_of_addDefaultAttributesAndNormalize_33() { return &___addDefaultAttributesAndNormalize_33; }
inline void set_addDefaultAttributesAndNormalize_33(bool value)
{
___addDefaultAttributesAndNormalize_33 = value;
}
inline static int32_t get_offset_of_stringBuilder_34() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___stringBuilder_34)); }
inline StringBuilder_t * get_stringBuilder_34() const { return ___stringBuilder_34; }
inline StringBuilder_t ** get_address_of_stringBuilder_34() { return &___stringBuilder_34; }
inline void set_stringBuilder_34(StringBuilder_t * value)
{
___stringBuilder_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stringBuilder_34), (void*)value);
}
inline static int32_t get_offset_of_standalone_35() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___standalone_35)); }
inline bool get_standalone_35() const { return ___standalone_35; }
inline bool* get_address_of_standalone_35() { return &___standalone_35; }
inline void set_standalone_35(bool value)
{
___standalone_35 = value;
}
inline static int32_t get_offset_of_nextEntityId_36() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___nextEntityId_36)); }
inline int32_t get_nextEntityId_36() const { return ___nextEntityId_36; }
inline int32_t* get_address_of_nextEntityId_36() { return &___nextEntityId_36; }
inline void set_nextEntityId_36(int32_t value)
{
___nextEntityId_36 = value;
}
inline static int32_t get_offset_of_parsingMode_37() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___parsingMode_37)); }
inline int32_t get_parsingMode_37() const { return ___parsingMode_37; }
inline int32_t* get_address_of_parsingMode_37() { return &___parsingMode_37; }
inline void set_parsingMode_37(int32_t value)
{
___parsingMode_37 = value;
}
inline static int32_t get_offset_of_readState_38() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___readState_38)); }
inline int32_t get_readState_38() const { return ___readState_38; }
inline int32_t* get_address_of_readState_38() { return &___readState_38; }
inline void set_readState_38(int32_t value)
{
___readState_38 = value;
}
inline static int32_t get_offset_of_lastEntity_39() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___lastEntity_39)); }
inline RuntimeObject* get_lastEntity_39() const { return ___lastEntity_39; }
inline RuntimeObject** get_address_of_lastEntity_39() { return &___lastEntity_39; }
inline void set_lastEntity_39(RuntimeObject* value)
{
___lastEntity_39 = value;
Il2CppCodeGenWriteBarrier((void**)(&___lastEntity_39), (void*)value);
}
inline static int32_t get_offset_of_afterResetState_40() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___afterResetState_40)); }
inline bool get_afterResetState_40() const { return ___afterResetState_40; }
inline bool* get_address_of_afterResetState_40() { return &___afterResetState_40; }
inline void set_afterResetState_40(bool value)
{
___afterResetState_40 = value;
}
inline static int32_t get_offset_of_documentStartBytePos_41() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___documentStartBytePos_41)); }
inline int32_t get_documentStartBytePos_41() const { return ___documentStartBytePos_41; }
inline int32_t* get_address_of_documentStartBytePos_41() { return &___documentStartBytePos_41; }
inline void set_documentStartBytePos_41(int32_t value)
{
___documentStartBytePos_41 = value;
}
inline static int32_t get_offset_of_readValueOffset_42() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___readValueOffset_42)); }
inline int32_t get_readValueOffset_42() const { return ___readValueOffset_42; }
inline int32_t* get_address_of_readValueOffset_42() { return &___readValueOffset_42; }
inline void set_readValueOffset_42(int32_t value)
{
___readValueOffset_42 = value;
}
inline static int32_t get_offset_of_charactersInDocument_43() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___charactersInDocument_43)); }
inline int64_t get_charactersInDocument_43() const { return ___charactersInDocument_43; }
inline int64_t* get_address_of_charactersInDocument_43() { return &___charactersInDocument_43; }
inline void set_charactersInDocument_43(int64_t value)
{
___charactersInDocument_43 = value;
}
inline static int32_t get_offset_of_charactersFromEntities_44() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___charactersFromEntities_44)); }
inline int64_t get_charactersFromEntities_44() const { return ___charactersFromEntities_44; }
inline int64_t* get_address_of_charactersFromEntities_44() { return &___charactersFromEntities_44; }
inline void set_charactersFromEntities_44(int64_t value)
{
___charactersFromEntities_44 = value;
}
inline static int32_t get_offset_of_currentEntities_45() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___currentEntities_45)); }
inline Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * get_currentEntities_45() const { return ___currentEntities_45; }
inline Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B ** get_address_of_currentEntities_45() { return &___currentEntities_45; }
inline void set_currentEntities_45(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * value)
{
___currentEntities_45 = value;
Il2CppCodeGenWriteBarrier((void**)(&___currentEntities_45), (void*)value);
}
inline static int32_t get_offset_of_disableUndeclaredEntityCheck_46() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___disableUndeclaredEntityCheck_46)); }
inline bool get_disableUndeclaredEntityCheck_46() const { return ___disableUndeclaredEntityCheck_46; }
inline bool* get_address_of_disableUndeclaredEntityCheck_46() { return &___disableUndeclaredEntityCheck_46; }
inline void set_disableUndeclaredEntityCheck_46(bool value)
{
___disableUndeclaredEntityCheck_46 = value;
}
inline static int32_t get_offset_of_xmlResolverIsSet_47() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___xmlResolverIsSet_47)); }
inline bool get_xmlResolverIsSet_47() const { return ___xmlResolverIsSet_47; }
inline bool* get_address_of_xmlResolverIsSet_47() { return &___xmlResolverIsSet_47; }
inline void set_xmlResolverIsSet_47(bool value)
{
___xmlResolverIsSet_47 = value;
}
inline static int32_t get_offset_of_Xml_48() { return static_cast<int32_t>(offsetof(XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61, ___Xml_48)); }
inline String_t* get_Xml_48() const { return ___Xml_48; }
inline String_t** get_address_of_Xml_48() { return &___Xml_48; }
inline void set_Xml_48(String_t* value)
{
___Xml_48 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Xml_48), (void*)value);
}
};
// System.Xml.XmlTextReaderImpl_NodeData
struct NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF : public RuntimeObject
{
public:
// System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl_NodeData::type
int32_t ___type_0;
// System.String System.Xml.XmlTextReaderImpl_NodeData::localName
String_t* ___localName_1;
// System.String System.Xml.XmlTextReaderImpl_NodeData::prefix
String_t* ___prefix_2;
// System.String System.Xml.XmlTextReaderImpl_NodeData::ns
String_t* ___ns_3;
// System.String System.Xml.XmlTextReaderImpl_NodeData::nameWPrefix
String_t* ___nameWPrefix_4;
// System.String System.Xml.XmlTextReaderImpl_NodeData::value
String_t* ___value_5;
// System.Char[] System.Xml.XmlTextReaderImpl_NodeData::chars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars_6;
// System.Int32 System.Xml.XmlTextReaderImpl_NodeData::valueStartPos
int32_t ___valueStartPos_7;
// System.Int32 System.Xml.XmlTextReaderImpl_NodeData::valueLength
int32_t ___valueLength_8;
// System.Xml.LineInfo System.Xml.XmlTextReaderImpl_NodeData::lineInfo
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___lineInfo_9;
// System.Xml.LineInfo System.Xml.XmlTextReaderImpl_NodeData::lineInfo2
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___lineInfo2_10;
// System.Char System.Xml.XmlTextReaderImpl_NodeData::quoteChar
Il2CppChar ___quoteChar_11;
// System.Int32 System.Xml.XmlTextReaderImpl_NodeData::depth
int32_t ___depth_12;
// System.Int32 System.Xml.XmlTextReaderImpl_NodeData::entityId
int32_t ___entityId_13;
// System.Boolean System.Xml.XmlTextReaderImpl_NodeData::xmlContextPushed
bool ___xmlContextPushed_14;
// System.Object System.Xml.XmlTextReaderImpl_NodeData::schemaType
RuntimeObject * ___schemaType_15;
// System.Object System.Xml.XmlTextReaderImpl_NodeData::typedValue
RuntimeObject * ___typedValue_16;
public:
inline static int32_t get_offset_of_type_0() { return static_cast<int32_t>(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___type_0)); }
inline int32_t get_type_0() const { return ___type_0; }
inline int32_t* get_address_of_type_0() { return &___type_0; }
inline void set_type_0(int32_t value)
{
___type_0 = value;
}
inline static int32_t get_offset_of_localName_1() { return static_cast<int32_t>(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___localName_1)); }
inline String_t* get_localName_1() const { return ___localName_1; }
inline String_t** get_address_of_localName_1() { return &___localName_1; }
inline void set_localName_1(String_t* value)
{
___localName_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___localName_1), (void*)value);
}
inline static int32_t get_offset_of_prefix_2() { return static_cast<int32_t>(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___prefix_2)); }
inline String_t* get_prefix_2() const { return ___prefix_2; }
inline String_t** get_address_of_prefix_2() { return &___prefix_2; }
inline void set_prefix_2(String_t* value)
{
___prefix_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___prefix_2), (void*)value);
}
inline static int32_t get_offset_of_ns_3() { return static_cast<int32_t>(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___ns_3)); }
inline String_t* get_ns_3() const { return ___ns_3; }
inline String_t** get_address_of_ns_3() { return &___ns_3; }
inline void set_ns_3(String_t* value)
{
___ns_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ns_3), (void*)value);
}
inline static int32_t get_offset_of_nameWPrefix_4() { return static_cast<int32_t>(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___nameWPrefix_4)); }
inline String_t* get_nameWPrefix_4() const { return ___nameWPrefix_4; }
inline String_t** get_address_of_nameWPrefix_4() { return &___nameWPrefix_4; }
inline void set_nameWPrefix_4(String_t* value)
{
___nameWPrefix_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___nameWPrefix_4), (void*)value);
}
inline static int32_t get_offset_of_value_5() { return static_cast<int32_t>(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___value_5)); }
inline String_t* get_value_5() const { return ___value_5; }
inline String_t** get_address_of_value_5() { return &___value_5; }
inline void set_value_5(String_t* value)
{
___value_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___value_5), (void*)value);
}
inline static int32_t get_offset_of_chars_6() { return static_cast<int32_t>(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___chars_6)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_chars_6() const { return ___chars_6; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_chars_6() { return &___chars_6; }
inline void set_chars_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___chars_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___chars_6), (void*)value);
}
inline static int32_t get_offset_of_valueStartPos_7() { return static_cast<int32_t>(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___valueStartPos_7)); }
inline int32_t get_valueStartPos_7() const { return ___valueStartPos_7; }
inline int32_t* get_address_of_valueStartPos_7() { return &___valueStartPos_7; }
inline void set_valueStartPos_7(int32_t value)
{
___valueStartPos_7 = value;
}
inline static int32_t get_offset_of_valueLength_8() { return static_cast<int32_t>(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___valueLength_8)); }
inline int32_t get_valueLength_8() const { return ___valueLength_8; }
inline int32_t* get_address_of_valueLength_8() { return &___valueLength_8; }
inline void set_valueLength_8(int32_t value)
{
___valueLength_8 = value;
}
inline static int32_t get_offset_of_lineInfo_9() { return static_cast<int32_t>(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___lineInfo_9)); }
inline LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 get_lineInfo_9() const { return ___lineInfo_9; }
inline LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * get_address_of_lineInfo_9() { return &___lineInfo_9; }
inline void set_lineInfo_9(LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 value)
{
___lineInfo_9 = value;
}
inline static int32_t get_offset_of_lineInfo2_10() { return static_cast<int32_t>(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___lineInfo2_10)); }
inline LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 get_lineInfo2_10() const { return ___lineInfo2_10; }
inline LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * get_address_of_lineInfo2_10() { return &___lineInfo2_10; }
inline void set_lineInfo2_10(LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 value)
{
___lineInfo2_10 = value;
}
inline static int32_t get_offset_of_quoteChar_11() { return static_cast<int32_t>(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___quoteChar_11)); }
inline Il2CppChar get_quoteChar_11() const { return ___quoteChar_11; }
inline Il2CppChar* get_address_of_quoteChar_11() { return &___quoteChar_11; }
inline void set_quoteChar_11(Il2CppChar value)
{
___quoteChar_11 = value;
}
inline static int32_t get_offset_of_depth_12() { return static_cast<int32_t>(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___depth_12)); }
inline int32_t get_depth_12() const { return ___depth_12; }
inline int32_t* get_address_of_depth_12() { return &___depth_12; }
inline void set_depth_12(int32_t value)
{
___depth_12 = value;
}
inline static int32_t get_offset_of_entityId_13() { return static_cast<int32_t>(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___entityId_13)); }
inline int32_t get_entityId_13() const { return ___entityId_13; }
inline int32_t* get_address_of_entityId_13() { return &___entityId_13; }
inline void set_entityId_13(int32_t value)
{
___entityId_13 = value;
}
inline static int32_t get_offset_of_xmlContextPushed_14() { return static_cast<int32_t>(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___xmlContextPushed_14)); }
inline bool get_xmlContextPushed_14() const { return ___xmlContextPushed_14; }
inline bool* get_address_of_xmlContextPushed_14() { return &___xmlContextPushed_14; }
inline void set_xmlContextPushed_14(bool value)
{
___xmlContextPushed_14 = value;
}
inline static int32_t get_offset_of_schemaType_15() { return static_cast<int32_t>(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___schemaType_15)); }
inline RuntimeObject * get_schemaType_15() const { return ___schemaType_15; }
inline RuntimeObject ** get_address_of_schemaType_15() { return &___schemaType_15; }
inline void set_schemaType_15(RuntimeObject * value)
{
___schemaType_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___schemaType_15), (void*)value);
}
inline static int32_t get_offset_of_typedValue_16() { return static_cast<int32_t>(offsetof(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF, ___typedValue_16)); }
inline RuntimeObject * get_typedValue_16() const { return ___typedValue_16; }
inline RuntimeObject ** get_address_of_typedValue_16() { return &___typedValue_16; }
inline void set_typedValue_16(RuntimeObject * value)
{
___typedValue_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___typedValue_16), (void*)value);
}
};
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.ArgumentException::m_paramName
String_t* ___m_paramName_17;
public:
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
inline void set_m_paramName_17(String_t* value)
{
___m_paramName_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value);
}
};
// System.ArithmeticException
struct ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Resources.MissingManifestResourceException
struct MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Xml.Schema.XmlSchemaException
struct XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.Xml.Schema.XmlSchemaException::res
String_t* ___res_17;
// System.String[] System.Xml.Schema.XmlSchemaException::args
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args_18;
// System.String System.Xml.Schema.XmlSchemaException::sourceUri
String_t* ___sourceUri_19;
// System.Int32 System.Xml.Schema.XmlSchemaException::lineNumber
int32_t ___lineNumber_20;
// System.Int32 System.Xml.Schema.XmlSchemaException::linePosition
int32_t ___linePosition_21;
// System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaException::sourceSchemaObject
XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B * ___sourceSchemaObject_22;
// System.String System.Xml.Schema.XmlSchemaException::message
String_t* ___message_23;
public:
inline static int32_t get_offset_of_res_17() { return static_cast<int32_t>(offsetof(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65, ___res_17)); }
inline String_t* get_res_17() const { return ___res_17; }
inline String_t** get_address_of_res_17() { return &___res_17; }
inline void set_res_17(String_t* value)
{
___res_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___res_17), (void*)value);
}
inline static int32_t get_offset_of_args_18() { return static_cast<int32_t>(offsetof(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65, ___args_18)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_args_18() const { return ___args_18; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_args_18() { return &___args_18; }
inline void set_args_18(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___args_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___args_18), (void*)value);
}
inline static int32_t get_offset_of_sourceUri_19() { return static_cast<int32_t>(offsetof(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65, ___sourceUri_19)); }
inline String_t* get_sourceUri_19() const { return ___sourceUri_19; }
inline String_t** get_address_of_sourceUri_19() { return &___sourceUri_19; }
inline void set_sourceUri_19(String_t* value)
{
___sourceUri_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sourceUri_19), (void*)value);
}
inline static int32_t get_offset_of_lineNumber_20() { return static_cast<int32_t>(offsetof(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65, ___lineNumber_20)); }
inline int32_t get_lineNumber_20() const { return ___lineNumber_20; }
inline int32_t* get_address_of_lineNumber_20() { return &___lineNumber_20; }
inline void set_lineNumber_20(int32_t value)
{
___lineNumber_20 = value;
}
inline static int32_t get_offset_of_linePosition_21() { return static_cast<int32_t>(offsetof(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65, ___linePosition_21)); }
inline int32_t get_linePosition_21() const { return ___linePosition_21; }
inline int32_t* get_address_of_linePosition_21() { return &___linePosition_21; }
inline void set_linePosition_21(int32_t value)
{
___linePosition_21 = value;
}
inline static int32_t get_offset_of_sourceSchemaObject_22() { return static_cast<int32_t>(offsetof(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65, ___sourceSchemaObject_22)); }
inline XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B * get_sourceSchemaObject_22() const { return ___sourceSchemaObject_22; }
inline XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B ** get_address_of_sourceSchemaObject_22() { return &___sourceSchemaObject_22; }
inline void set_sourceSchemaObject_22(XmlSchemaObject_tB5695348FF2B08149CAE95CD10F39F21EDB1F57B * value)
{
___sourceSchemaObject_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sourceSchemaObject_22), (void*)value);
}
inline static int32_t get_offset_of_message_23() { return static_cast<int32_t>(offsetof(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65, ___message_23)); }
inline String_t* get_message_23() const { return ___message_23; }
inline String_t** get_address_of_message_23() { return &___message_23; }
inline void set_message_23(String_t* value)
{
___message_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___message_23), (void*)value);
}
};
// System.Xml.XmlException
struct XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.Xml.XmlException::res
String_t* ___res_17;
// System.String[] System.Xml.XmlException::args
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args_18;
// System.Int32 System.Xml.XmlException::lineNumber
int32_t ___lineNumber_19;
// System.Int32 System.Xml.XmlException::linePosition
int32_t ___linePosition_20;
// System.String System.Xml.XmlException::sourceUri
String_t* ___sourceUri_21;
// System.String System.Xml.XmlException::message
String_t* ___message_22;
public:
inline static int32_t get_offset_of_res_17() { return static_cast<int32_t>(offsetof(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D, ___res_17)); }
inline String_t* get_res_17() const { return ___res_17; }
inline String_t** get_address_of_res_17() { return &___res_17; }
inline void set_res_17(String_t* value)
{
___res_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___res_17), (void*)value);
}
inline static int32_t get_offset_of_args_18() { return static_cast<int32_t>(offsetof(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D, ___args_18)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_args_18() const { return ___args_18; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_args_18() { return &___args_18; }
inline void set_args_18(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___args_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___args_18), (void*)value);
}
inline static int32_t get_offset_of_lineNumber_19() { return static_cast<int32_t>(offsetof(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D, ___lineNumber_19)); }
inline int32_t get_lineNumber_19() const { return ___lineNumber_19; }
inline int32_t* get_address_of_lineNumber_19() { return &___lineNumber_19; }
inline void set_lineNumber_19(int32_t value)
{
___lineNumber_19 = value;
}
inline static int32_t get_offset_of_linePosition_20() { return static_cast<int32_t>(offsetof(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D, ___linePosition_20)); }
inline int32_t get_linePosition_20() const { return ___linePosition_20; }
inline int32_t* get_address_of_linePosition_20() { return &___linePosition_20; }
inline void set_linePosition_20(int32_t value)
{
___linePosition_20 = value;
}
inline static int32_t get_offset_of_sourceUri_21() { return static_cast<int32_t>(offsetof(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D, ___sourceUri_21)); }
inline String_t* get_sourceUri_21() const { return ___sourceUri_21; }
inline String_t** get_address_of_sourceUri_21() { return &___sourceUri_21; }
inline void set_sourceUri_21(String_t* value)
{
___sourceUri_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___sourceUri_21), (void*)value);
}
inline static int32_t get_offset_of_message_22() { return static_cast<int32_t>(offsetof(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D, ___message_22)); }
inline String_t* get_message_22() const { return ___message_22; }
inline String_t** get_address_of_message_22() { return &___message_22; }
inline void set_message_22(String_t* value)
{
___message_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___message_22), (void*)value);
}
};
// System.Xml.XmlQualifiedName_HashCodeOfStringDelegate
struct HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 : public MulticastDelegate_t
{
public:
public:
};
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
// System.OverflowException
struct OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D : public ArithmeticException_tF9EF5FE94597830EF315C5934258F994B8648269
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint8_t m_Items[1];
public:
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Il2CppChar m_Items[1];
public:
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
{
m_Items[index] = value;
}
};
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
{
public:
ALIGN_FIELD (8) String_t* m_Items[1];
public:
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Xml.XmlNamespaceManager_NamespaceDeclaration[]
struct NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84 : public RuntimeArray
{
public:
ALIGN_FIELD (8) NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A m_Items[1];
public:
inline NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A * 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, NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___prefix_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uri_1), (void*)NULL);
#endif
}
inline NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___prefix_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uri_1), (void*)NULL);
#endif
}
};
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Delegate_t * m_Items[1];
public:
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Xml.XmlTextReaderImpl_NodeData[]
struct NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE : public RuntimeArray
{
public:
ALIGN_FIELD (8) NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * m_Items[1];
public:
inline NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF ** 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_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.Xml.XmlTextReaderImpl_ParsingState[]
struct ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739 : public RuntimeArray
{
public:
ALIGN_FIELD (8) ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 m_Items[1];
public:
inline ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * 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_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___chars_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___encoding_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___stream_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___decoder_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___bytes_7), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textReader_10), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___baseUriStr_13), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___baseUri_14), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___entity_17), (void*)NULL);
#endif
}
inline ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___chars_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___encoding_3), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___stream_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___decoder_6), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___bytes_7), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___textReader_10), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___baseUriStr_13), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___baseUri_14), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___entity_17), (void*)NULL);
#endif
}
};
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2895EBB13AA7D9232058658A7DC404DC5F608923_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::set_Item(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/KeyCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Keys()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_t0394DE2BA7C2C82605C6E9DEBB21A8C5C792E97C * Dictionary_2_get_Keys_m079EE5437EE7D904E9E3F798041C1108B96B3AC3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/KeyCollection<System.Object,System.Object>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t725320A9593FFA06C5F8F058B3705F530FC9D210 KeyCollection_GetEnumerator_m5266F82C7802D6360C7309C1F1AFBF418E2720A4_gshared (KeyCollection_t0394DE2BA7C2C82605C6E9DEBB21A8C5C792E97C * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Int32>::TryGetValue(!0,!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE7571EF8ACAF5941AF78909A00CD9CE5FB07C69C_gshared (Dictionary_2_t81923CE2A312318AE13F58085CCF7FA8D879B77A * __this, RuntimeObject * ___key0, int32_t* ___value1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsKey(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(!0,!1)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Remove(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// System.Void System.Xml.XPath.XPathNavigator/DebuggerDisplayProxy::.ctor(System.Xml.XPath.XPathNavigator)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DebuggerDisplayProxy__ctor_mE86896AA62693BB272C1DAF5DD4C45A2E5A7BBDC_inline (DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A * __this, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * ___nav0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method);
// System.String System.Xml.XmlConvert::EscapeValueForDebuggerDisplay(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449 (String_t* ___value0, const RuntimeMethod* method);
// System.String System.Xml.XPath.XPathNavigator/DebuggerDisplayProxy::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DebuggerDisplayProxy_ToString_mE507AAFB75906E61DA5AD7580E03EC0F8C80464D (DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A * __this, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::GetPositionHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocumentNavigator_GetPositionHashCode_mF47FD27C4369031B00CFAB20F1C80717D142932A (XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * __this, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Object System.Xml.XmlCharType::get_StaticLock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlCharType_get_StaticLock_mE0FF2E8B12DC2AFFAFAB5718FDD49FAE726A6513 (const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method);
// System.Void System.Xml.XmlCharType::SetProperties(System.String,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C (String_t* ___ranges0, uint8_t ___value1, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Exit(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlCharType::.ctor(System.Byte[])
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XmlCharType__ctor_m0B65BC6BD912979FA16676884EC3120565FD6DCD_inline (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___charProperties0, const RuntimeMethod* method);
// System.Void System.Xml.XmlCharType::InitInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_InitInstance_m48449C6A7516A943668D92903B5D4203DD184AC6 (const RuntimeMethod* method);
// System.Boolean System.Xml.XmlCharType::IsWhiteSpace(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlCharType::IsNCNameSingleChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlCharType::IsStartNCNameSingleChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameSingleChar_m223AAE5ABA122C5EF344D94F748D4303B5B4B636 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlCharType::IsNameSingleChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameSingleChar_m14D674420D95DD6457E28EABBA278961029C3A3E (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlCharType::IsCharData(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsCharData_m4CCA0EDD028C0F65C0474EF71AEB39672D113F8D (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlCharType::IsPubidChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlCharType::InRange(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_InRange_m33777634EBF78BF6177E79CA362BA6A8138EB3B5 (int32_t ___value0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlCharType::IsHighSurrogate(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E (int32_t ___ch0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlCharType::IsLowSurrogate(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8 (int32_t ___ch0, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlCharType::IsOnlyCharData(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyCharData_m420E96E7CA325B5248D4D84470C9003E39FE10A2 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlCharType::IsPublicId(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsPublicId_mA1F1D16E6F55C3CAC0AA1494960D6BD0A95FABEB (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method);
// System.Xml.XmlCharType System.Xml.XmlCharType::get_Instance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210 (const RuntimeMethod* method);
// System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_CollapseWhiteSpaceIntoEmptyString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_mE61793AAE54658DFEEE34174057A3BEAED58A07C (const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46 (StringBuilder_t * __this, String_t* ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.Char[] System.String::ToCharArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6 (String_t* __this, const RuntimeMethod* method);
// System.Byte[] System.Xml.BinHexDecoder::Decode(System.Char[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* BinHexDecoder_Decode_m5F2BC52564F7842934AAD9D572FC6A0498C9E06A (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, bool ___allowOddChars1, const RuntimeMethod* method);
// System.String System.Xml.BinHexEncoder::Encode(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BinHexEncoder_Encode_m03DF2B6ECF145A037F4EEA7DDF0A215A3B05AEA7 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, int32_t ___offsetIn1, int32_t ___count2, const RuntimeMethod* method);
// System.String System.Xml.Res::GetString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2 (String_t* ___name0, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.Int32 System.Xml.ValidateNames::ParseNameNoNamespaces(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNameNoNamespaces_m473B45C3251536CC3BA599AEA803A2F12FCC13FC (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::CreateInvalidNameCharException(System.String,System.Int32,System.Xml.ExceptionType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidNameCharException_mB3EA40565C1B77972E6E269EB70FA45AF864113B (String_t* ___name0, int32_t ___index1, int32_t ___exceptionType2, const RuntimeMethod* method);
// System.Void System.Xml.XmlException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method);
// System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B (String_t* ___data0, int32_t ___invCharIndex1, const RuntimeMethod* method);
// System.Void System.Xml.XmlException::.ctor(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, const RuntimeMethod* method);
// System.Int32 System.Xml.ValidateNames::ParseNCName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_m41CB443AA4A6A36548F5CF327083D24741087F84 (String_t* ___s0, const RuntimeMethod* method);
// System.Exception System.Xml.ValidateNames::GetInvalidNameException(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * ValidateNames_GetInvalidNameException_mB17BB20FC5FDA4A7283D3159B5B7BF788F21D3B9 (String_t* ___s0, int32_t ___offsetStartChar1, int32_t ___offsetBadChar2, const RuntimeMethod* method);
// System.Int32 System.String::IndexOfAny(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
// System.Int32 System.Xml.ValidateNames::ParseNmtokenNoNamespaces(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNmtokenNoNamespaces_m9C54DF7AC1E68C1E6C501AFB1C8F62B76C806620 (String_t* ___s0, int32_t ___offset1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067 (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method);
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D (const RuntimeMethod* method);
// System.String System.Decimal::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_mDC8D45024F77E3D04FB6FBE74866CA11CC6B8BAD (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.String System.SByte::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_mAD063E83F82B38DAAA379DF61C14D563588034D1 (int8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.String System.Int16::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m9D8BFF89E90032C2A3332CF5831C38AFD2C9E31A (int16_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.String System.Int32::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09 (int32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.String System.Int64::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_mB73201579D1D4BC868EC9BC901B2812AC4B90517 (int64_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.String System.Byte::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25 (uint8_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.String System.UInt16::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_mD0CBA1F073A0E16528C1A7EB4E8A9892D218895B (uint16_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.String System.UInt32::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_m57BE7A0F4A653986FEAC4794CD13B04CE012F4EE (uint32_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.String System.UInt64::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64_ToString_mF6F94603E535C161BBD87AC747A1F403C274E8CD (uint64_t* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Boolean System.Single::IsNegativeInfinity(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsNegativeInfinity_m783D0162D4AC571DD716C3BF75EADBF90902100C (float ___f0, const RuntimeMethod* method);
// System.Boolean System.Single::IsPositiveInfinity(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_IsPositiveInfinity_m19DAA74DD1E70DBD36DB699FA26A504D9C650F2C (float ___f0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlConvert::IsNegativeZero(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_IsNegativeZero_m241D5B636D98DCDBCD8459307BA09F72652B237B (double ___value0, const RuntimeMethod* method);
// System.String System.Single::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mCF682C2751EC9B98F1CE5455066B92D7D3356756 (float* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Boolean System.Double::IsNegativeInfinity(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsNegativeInfinity_mD080EA7EB89D45369DFB3481970AA97103D35764 (double ___d0, const RuntimeMethod* method);
// System.Boolean System.Double::IsPositiveInfinity(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m45537C58204CD5AA96F39D42F4CB8DADA128C77B (double ___d0, const RuntimeMethod* method);
// System.String System.Double::ToString(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m1D341E667E85E9E18783A14CB02982643E96C616 (double* __this, String_t* ___format0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.String System.Xml.XmlConvert::TrimString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA (String_t* ___value0, const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.String System.Xml.Res::GetString(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78 (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.Void System.FormatException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Boolean System.Char::TryParse(System.String,System.Char&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_TryParse_m1C86EF2C22EE2F3EC9F20A4472961BDCE448E573 (String_t* ___s0, Il2CppChar* ___result1, const RuntimeMethod* method);
// System.Decimal System.Decimal::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 Decimal_Parse_mFA9697AFBA5C224F2F6D08275B904E9DDBFE607A (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Boolean System.Decimal::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Decimal&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Decimal_TryParse_m0EC8E3EC9023AE24ED07A99D208E10F0F5D614DE (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___result3, const RuntimeMethod* method);
// System.Boolean System.SByte::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_TryParse_mF5FDEA456FF2D2A8B749312E1DA34907852F69CA (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int8_t* ___result3, const RuntimeMethod* method);
// System.Boolean System.Int16::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_TryParse_m82B7F09D7F737EAFFC7E59AA0001753AE79EFA84 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int16_t* ___result3, const RuntimeMethod* method);
// System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_m17BA45CC13A0E08712F2EE60CC1356291D0592AC (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Boolean System.Int32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_m6ADA5D03EE325554346538B991A4C3566BD2A011 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int32_t* ___result3, const RuntimeMethod* method);
// System.Int64 System.Int64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_Parse_m5113C0CCFB668DBC49D71D9F07CC8A96B8C7773D (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Boolean System.Int64::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryParse_m8CE5F89833C03A091273A4EF48C69E86E1F81ACC (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, int64_t* ___result3, const RuntimeMethod* method);
// System.Boolean System.Byte::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Byte_TryParse_m224FC83DF738902B9E524FDA9864CADED2A0FFE1 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint8_t* ___result3, const RuntimeMethod* method);
// System.Boolean System.UInt16::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt16_TryParse_mAA7EAE386D423C90C7B6BC0DDA1BB056EAC05BC3 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint16_t* ___result3, const RuntimeMethod* method);
// System.Boolean System.UInt32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt32_TryParse_mF53E581D2BF1451EC324BC2F601B6AEB0E2F9235 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint32_t* ___result3, const RuntimeMethod* method);
// System.Boolean System.UInt64::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt64_TryParse_m5119C451C7052149BC0994D3C7AB5D0AE289E8F3 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint64_t* ___result3, const RuntimeMethod* method);
// System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m6D591682F5EF2ED4D1CEADF65728E965A739AE74 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Boolean System.Single::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_TryParse_m4FE60E3061A34FB7B835A80AC156A85649610744 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, float* ___result3, const RuntimeMethod* method);
// System.Double System.Double::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_m52FA2C773282C04605DA871AC7093A66FA8A746B (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Boolean System.Double::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Double&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_TryParse_m1A7BCBA90DE896E448E3CA09AAD1CA43846567D7 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, double* ___result3, const RuntimeMethod* method);
// System.Exception System.Xml.Schema.XsdDuration::TryParse(System.String,System.Xml.Schema.XsdDuration&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XsdDuration_TryParse_mDA80514B5C5B83DA5781476211E6F415247F45AF (String_t* ___s0, XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 * ___result1, const RuntimeMethod* method);
// System.Exception System.Xml.Schema.XsdDuration::TryToTimeSpan(System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XsdDuration_TryToTimeSpan_m2F7BEFB7EAE4363117EB1C53D984F0C1FCABFC35 (XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___result0, const RuntimeMethod* method);
// System.Void System.Guid::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079 (Guid_t * __this, String_t* ___g0, const RuntimeMethod* method);
// System.Boolean System.Uri::TryCreate(System.String,System.UriKind,System.Uri&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB (String_t* ___uriString0, int32_t ___uriKind1, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** ___result2, const RuntimeMethod* method);
// System.String System.String::Trim(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m788DE5AEFDAC40E778745C4DF4AFD45A4BC1007E (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___trimChars0, const RuntimeMethod* method);
// System.String[] System.String::Split(System.Char[],System.StringSplitOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m3E47054D847F0ED0FA2F54757D2BF5F8E15B938A (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, int32_t ___options1, const RuntimeMethod* method);
// System.Int64 System.Xml.XmlConvert::DoubleToInt64Bits(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlConvert_DoubleToInt64Bits_m248147309B760757E3E941D832105E8B076D8DB5 (double ___value0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mEAC3FCF0B0088BA1343DA1293874C92ECE9217EB (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method);
// System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String[],System.Xml.ExceptionType,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateException_m956710818209FE5D8F7999590B30376FEFBC2F90 (String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method);
// System.Void System.Xml.EmptyEnumerator::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyEnumerator__ctor_mEB9A4EF59182F1D6A7CC0A6C7A8A12FD8972EA0E (EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaInfo::.ctor(System.Xml.Schema.XmlSchemaValidity)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaInfo__ctor_m5FD36E97FABD79594AFBD7D46FD2895A24FBF676 (XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 * __this, int32_t ___validity0, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method);
// System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, const RuntimeMethod* method);
// System.Runtime.Serialization.SerializationEntry System.Runtime.Serialization.SerializationInfoEnumerator::get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA SerializationInfoEnumerator_get_Current_m8C18D86105BD6390B0FB268A1C1E8151D8AF3C33 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.SerializationEntry::get_Name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m364D6CAEAD32EE66700B47B65E80C03D80596DC4_inline (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationEntry::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048_inline (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701 (SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * __this, const RuntimeMethod* method);
// System.String System.Xml.XmlException::CreateMessage(System.String,System.String[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_CreateMessage_mDD847D2C1685E48408F191251542EB3C754344D5 (String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method);
// System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method);
// System.Void System.Xml.XmlException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m3C6F865CCA07051F36F465F1BBE24251906765A9 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m9600B3E2828022680728997A9FCA2668850588E4 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method);
// System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m2038069D4E6C83DC027DFDD97AD142B723C60C36 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method);
// System.String System.Xml.XmlException::FormatUserMessage(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_FormatUserMessage_mDFED8BDE616EF903472039DEE5F5B1F59E5FCCFF (String_t* ___message0, int32_t ___lineNumber1, int32_t ___linePosition2, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// System.Void System.Exception::set_HResult(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Exception,System.Int32,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, Exception_t * ___innerException2, int32_t ___lineNumber3, int32_t ___linePosition4, String_t* ___sourceUri5, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
// System.String System.Int32::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
// System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747 (Il2CppChar ___invChar0, Il2CppChar ___nextChar1, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlCharType::CombineSurrogateChar(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_CombineSurrogateChar_m2DD076F520245198B1569B3E97B69CEC4BE156B0 (int32_t ___lowChar0, int32_t ___highChar1, const RuntimeMethod* method);
// System.String System.String::CreateString(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method);
// System.String System.Char::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mF758476EBA0494508C18E74ADF20D7732A872BDE (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.String System.Exception::get_Message()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_get_Message_m4315B19A04019652708F20C1B855805157F23CFD (Exception_t * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::.ctor(System.Int32)
inline void Dictionary_2__ctor_m4A1428F3BFC28918B0C2F7E98A49C3F05C735D3B (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, int32_t ___capacity0, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m2895EBB13AA7D9232058658A7DC404DC5F608923_gshared)(__this, ___capacity0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.String>::set_Item(!0,!1)
inline void Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, String_t* ___key0, String_t* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_m466D001F105E25DEB5C9BCB17837EE92A27FDE93_gshared)(__this, ___key0, ___value1, method);
}
// System.Collections.Generic.Dictionary`2/KeyCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.String>::get_Keys()
inline KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * Dictionary_2_get_Keys_mD09E59E7F822DA9EF3E9C8F013A6A92FC513E2EF (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * __this, const RuntimeMethod* method)
{
return (( KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * (*) (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *, const RuntimeMethod*))Dictionary_2_get_Keys_m079EE5437EE7D904E9E3F798041C1108B96B3AC3_gshared)(__this, method);
}
// System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator<!0,!1> System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.String>::GetEnumerator()
inline Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B KeyCollection_GetEnumerator_m9E21A3B4C790C86847F025895A97257BBE23B219 (KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B (*) (KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 *, const RuntimeMethod*))KeyCollection_GetEnumerator_m5266F82C7802D6360C7309C1F1AFBF418E2720A4_gshared)(__this, method);
}
// System.Int32 System.Xml.XmlNamespaceManager::LookupNamespaceDecl(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamespaceManager_LookupNamespaceDecl_m5F0283A0E9A08BF02261E69DABBBE1BBA80F3B44 (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, String_t* ___prefix0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Int32>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m3B7C9CE4CBBCB908CD81487D7924E93E9309FB67 (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * __this, String_t* ___key0, int32_t* ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB *, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_mE7571EF8ACAF5941AF78909A00CD9CE5FB07C69C_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean System.String::Equals(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Void System.Xml.DebuggerDisplayXmlNodeProxy::.ctor(System.Xml.XmlNode)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DebuggerDisplayXmlNodeProxy__ctor_mA5D5DD4ED2B9ADDC61B2F79713FE2D56E161DEC6_inline (DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method);
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method);
// System.Xml.XmlQualifiedName/HashCodeOfStringDelegate System.Xml.XmlQualifiedName::GetHashCodeDelegate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * XmlQualifiedName_GetHashCodeDelegate_mBF53F3419F6C0F79C44934E03852290FF0D09173 (const RuntimeMethod* method);
// System.String System.Xml.XmlQualifiedName::get_Name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlQualifiedName/HashCodeOfStringDelegate::Invoke(System.String,System.Int32,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeOfStringDelegate_Invoke_mC682F3D5F47BBACBF00B816A240B9E295D3F1C7E (HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * __this, String_t* ___s0, int32_t ___sLen1, int64_t ___additionalEntropy2, const RuntimeMethod* method);
// System.String System.Xml.XmlQualifiedName::get_Namespace()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlQualifiedName::op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Inequality_mA30DC190FE84804B2270EEB7BDDAA086F04B9396 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___a0, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___b1, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlQualifiedName::op_Equality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Equality_m0D8839B9BA1607AC40973899B37B7D32C63E588F (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___a0, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___b1, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlQualifiedName::IsRandomizedHashingDisabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_IsRandomizedHashingDisabled_mEACAEC2D29A53D2E666D0F7FB086E8F0209F78B4 (const RuntimeMethod* method);
// System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t * Type_GetMethod_m9EC42D4B1F765B882F516EE6D7970D51CF5D80DD (Type_t * __this, String_t* ___name0, int32_t ___bindingAttr1, const RuntimeMethod* method);
// System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237 (MethodInfo_t * ___left0, MethodInfo_t * ___right1, const RuntimeMethod* method);
// System.Delegate System.Delegate::CreateDelegate(System.Type,System.Reflection.MethodInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_CreateDelegate_mD7C5EDDB32C63A9BD9DE43AC879AFF4EBC6641D1 (Type_t * ___type0, MethodInfo_t * ___method1, const RuntimeMethod* method);
// System.Void System.Xml.XmlQualifiedName/HashCodeOfStringDelegate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashCodeOfStringDelegate__ctor_mDC32653DAA3CD3564377C20A84701CCD8100F1E5 (HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Xml.ValidateNames::ParseQNameThrow(System.String,System.String&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateNames_ParseQNameThrow_m8ED05FC1456748462AE0530C12A5B1903A268071 (String_t* ___s0, String_t** ___prefix1, String_t** ___localName2, const RuntimeMethod* method);
// System.Void System.Xml.XmlQualifiedName::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void System.Xml.XmlReader/XmlReaderDebuggerDisplayProxy::.ctor(System.Xml.XmlReader)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XmlReaderDebuggerDisplayProxy__ctor_mE3C1728E7BF85B9364C0F4244586C9C369F43215_inline (XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, const RuntimeMethod* method);
// System.String System.Xml.XmlReader/XmlReaderDebuggerDisplayProxy::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlReaderDebuggerDisplayProxy_ToString_mEB54B7610A4FB6E55E154378C4CE91D73EB8D4B6 (XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 * __this, const RuntimeMethod* method);
// System.Boolean System.Uri::op_Equality(System.Uri,System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri10, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri21, const RuntimeMethod* method);
// System.Boolean System.Uri::get_IsAbsoluteUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.String System.Uri::get_OriginalString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Void System.Uri::.ctor(System.String,System.UriKind)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_mA02DB222F4F35380DE2700D84F58EB42497FDDE4 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___uriString0, int32_t ___uriKind1, const RuntimeMethod* method);
// System.String System.IO.Path::GetFullPath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFullPath_m58677E6FFAFB7BB4A23011CE50F76487226EDE20 (String_t* ___path0, const RuntimeMethod* method);
// System.Void System.Uri::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___uriString0, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Uri::.ctor(System.Uri,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method);
// System.Boolean System.Type::op_Equality(System.Type,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8 (Type_t * ___left0, Type_t * ___right1, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::FinishPartialValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishPartialValue_mA25496491E607EE1DA9B2AA2B3747F1EEBCA8CB3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::FinishOtherValueIterator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishOtherValueIterator_m3DF4913E985883988A5DAEAE601D2B256E77A8F0 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.String System.Xml.XmlTextReaderImpl/NodeData::get_StringValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::GetIndexOfAttributeWithoutPrefix(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetIndexOfAttributeWithoutPrefix_m8895EC4371F45B28DD4A24B215BC194226013565 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::GetIndexOfAttributeWithPrefix(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetIndexOfAttributeWithPrefix_m10F5488ED1536C495491D20F2D7D9DCB428B2641 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.String System.Xml.XmlTextReaderImpl::LookupPrefix(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_LookupPrefix_m925D4DD12D68CD14B5F64E635AFCF8A87B44F85C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___namespaceName0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::get_DtdValidation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdValidation_mE2FD8F3F0EB5E933A17C1A1BB54F4009D178343D (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::OnNewLine(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::get_LineNo()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline (ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::ReadData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::ParseNumericCharRef(System.Boolean,System.Text.StringBuilder,System.Xml.XmlTextReaderImpl/EntityType&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNumericCharRef_m8A3BA57DBC81A1F148E3D83B613403A7E02659D7 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___expand0, StringBuilder_t * ___internalSubsetBuilder1, int32_t* ___entityType2, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::ParseNamedCharRef(System.Boolean,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNamedCharRef_mA60C230C51119BDCCD2528AEDDF0039DAF54968B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___expand0, StringBuilder_t * ___internalSubsetBuilder1, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::ParsePI(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePI_mD189967DD9718754962889CA04070E44FEDEB4EB (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, StringBuilder_t * ___piInDtdStringBuilder0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::ParseCDataOrComment(System.Xml.XmlNodeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseCDataOrComment_m477AD2613C62D46D79DF2AD21961737A35CB9BC2 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___type0, const RuntimeMethod* method);
// System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AddNode(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * XmlTextReaderImpl_AddNode_m4438E1D4D489BE568E65864962144A45C2119409 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___nodeIndex0, int32_t ___nodeDepth1, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl/NodeData::CopyTo(System.Int32,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_CopyTo_mF84D5DFA0BF7DBBA303DBB5899CB21019F0D0FF2 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___valueOffset0, StringBuilder_t * ___sb1, const RuntimeMethod* method);
// System.String System.Xml.XmlException::get_ResString()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlException_get_ResString_mAB747EFF3084D37ACF02FFCA52033CA142F1BDF2_inline (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::get_LinePos()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF (ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.String,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SendValidationEvent_m4CF85A96AB46AAFF222BBDDCE3B24B43F3F57EB1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___severity0, String_t* ___code1, String_t* ___arg2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_ProhibitDefaultUrlResolver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_ProhibitDefaultUrlResolver_m0E06CF213E72ECC2B3A5AD2FA0A921DB34C31603 (const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::get_IsResolverNull()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_IsResolverNull_mBF34585AFFD21EE158B9A90121F6A8E174615E11 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::PushExternalEntity(System.Xml.IDtdEntityInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_PushExternalEntity_mDC9817BDA60C43B0179036943130EB21C922E0E3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject* ___entity0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::PushInternalEntity(System.Xml.IDtdEntityInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushInternalEntity_m485F0DC41C36F8DA9157B67431CF16B49C1F06F5 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject* ___entity0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::PopEntity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopEntity_mC4A08CC994DEB7E01EBF7B66942477A8394238F4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::PushExternalEntityOrSubset(System.String,System.String,System.Uri,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___publicId0, String_t* ___systemId1, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri2, String_t* ___entityName3, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::EatWhitespaces(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::ParseXmlDeclaration(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseXmlDeclaration_mA0079700145DA32BBF5D5A78944B50D55ECAA293 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___isTextDecl0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::PushParsingState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushParsingState_mEF279030AE77B8783437C7EB64786DCC75A2934F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::RegisterConsumedCharacters(System.Int64,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_RegisterConsumedCharacters_m32959109CEA84C50F71D30393483D1ED55B34942 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int64_t ___characters0, bool ___inEntityReference1, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_Unicode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA (const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::InitStringInput(System.String,System.Text.Encoding,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStringInput_mB77C1E6F583C4F05D0E65C4BFA25F7E778124065 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___baseUriStr0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___originalEncoding1, String_t* ___str2, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Exception_t * ___e0, const RuntimeMethod* method);
// System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AddAttributeNoChecks(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * XmlTextReaderImpl_AddAttributeNoChecks_m26E8EED542810CE894809E4FA188AFFF9D98222F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, int32_t ___attrDepth1, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl/NodeData::SetValue(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m64B190C910D181D87AEE3CCB84678FDFE6F58C3A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, const RuntimeMethod* method);
// System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.Int32,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m55156B97F330388274AF0CFF5F4F9D81460C0F45 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method);
// System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mD4B41E1820BB0AEE5AAF47FCB0B92411E92AFB19 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String[],System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m095A058543AC2273E8A40B37B33F208C430584D8 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, Exception_t * ___innerException2, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::SetErrorState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetErrorState_m848CA7AB0B65B667742555020012030AC6E5A06B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlException::get_LineNumber()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t XmlException_get_LineNumber_m6743F72F2AF1FF2C7A25E1D0E13BF3D728636DDC_inline (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlException::get_LinePosition()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t XmlException_get_LinePosition_mA5328950CADAE88E4BB0C74848B9DDDDCE8F144E_inline (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl/NodeData::SetLineInfo(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method);
// System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m151C534985482DB896167CCA0D512DEBFC01B300 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, String_t* ___arg1, String_t* ___sourceUri2, const RuntimeMethod* method);
// System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XmlException_BuildCharExceptionArgs_m3684F6183308FDB28E5127BCC94AB585EF53004C (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___data0, int32_t ___length1, int32_t ___invCharIndex2, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.Int32,System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___res1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args2, const RuntimeMethod* method);
// System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_mB45507FA85516BC7E8794A8149E4EAF50960CF40 (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * __this, String_t* ___res0, String_t* ___arg1, String_t* ___sourceUri2, int32_t ___lineNumber3, int32_t ___linePosition4, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.Xml.Schema.XmlSchemaException)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SendValidationEvent_m6A07DB06F7263EA6716D3A22307F4EC28EE4FB3D (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___severity0, XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * ___exception1, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::InitStreamInput(System.Uri,System.String,System.IO.Stream,System.Byte[],System.Int32,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_m8B3C3A7713171C2B49E28B0FB971BCAE46FF6EC7 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, String_t* ___baseUriStr1, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteCount4, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding5, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlReader::CalcBufferSize(System.IO.Stream)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlReader_CalcBufferSize_m9ADBD83BB00CAAB696ACEC75500A1904208D29BE (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___input0, const RuntimeMethod* method);
// System.Text.Encoding System.Xml.XmlTextReaderImpl::DetectEncoding()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * XmlTextReaderImpl_DetectEncoding_m77D7D163E8A95E5F51425B3F847384431A5DDA28 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::SetupEncoding(System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEncoding_m67F3F5B34591FF6E7325EC16E8FF6B3BCEDCAF79 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method);
// System.Void System.String::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661 (String_t* __this, int32_t ___sourceIndex0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___destination1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method);
// System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_Bigendian()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Ucs4Encoding_get_UCS4_Bigendian_m6582E8EB68259770BAA885E83CFD64CEF26A40E4 (const RuntimeMethod* method);
// System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_2143()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Ucs4Encoding_get_UCS4_2143_mDF233CB0BC03952918B34909F86E3F3D3CF3D9FF (const RuntimeMethod* method);
// System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_3412()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Ucs4Encoding_get_UCS4_3412_mA48C6A9FD3425790F1C4224A5EBB61170A3A7D88 (const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_BigEndianUnicode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_BigEndianUnicode_m6CC17642A36943FE038F54729446D7E30D582BDD (const RuntimeMethod* method);
// System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_Littleendian()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Ucs4Encoding_get_UCS4_Littleendian_m5C2AE595ACF4252EBA34CCA542F88B6432B09567 (const RuntimeMethod* method);
// System.Void System.Text.UTF8Encoding::.ctor(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * __this, bool ___encoderShouldEmitUTF8Identifier0, bool ___throwOnInvalidBytes1, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_UTF8()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method);
// System.Void System.Xml.SafeAsciiDecoder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeAsciiDecoder__ctor_mD59EEEC39855033A9C7EE4E346FEDE812B292605 (SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD * __this, const RuntimeMethod* method);
// System.Void System.Xml.UTF16Decoder::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF16Decoder__ctor_mB8F0305E7E17D1F6DDF21C017E116F3D1A60E7DF (UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3 * __this, bool ___bigEndian0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::UnDecodeChars()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_UnDecodeChars_m5CAA14953B245346B33BBDA87E341BBBE2CB8CF1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Int32 System.String::Compare(System.String,System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::ThrowWithoutLineInfo(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_m09274FF6C02DCB0BB9FF0D58A499C4990C66CE2A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::GetEncoding(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_GetEncoding_mA19D07F2E88F8FF58D42B73AFF5E22241607D54E (String_t* ___name0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m9E58BADAD5CABC461273E98A78861D6A2652B77B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, String_t* ___arg1, Exception_t * ___innerException2, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::get_InEntity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_InEntity_m5B68EA16BA53FD42C9DCC39F2335A9E367B7946F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::SwitchEncoding(System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SwitchEncoding_m67449AB605651BA79FFB1A24B2AF08F56158338C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___newEncoding0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl/NodeData::OnBufferInvalidated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_OnBufferInvalidated_m43A7442913B0BFDCDED30F17C959646A49E0E04C (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::BlockCopyChars(System.Char[],System.Int32,System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_BlockCopyChars_m78AB0E60F5F39E65E5DB3FA357DD2548BCA00494 (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___src0, int32_t ___srcOffset1, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::BlockCopy(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_BlockCopy_m00DF372B9761F2F57EA61736BC4EF4C823C2EE99 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___src0, int32_t ___srcOffset1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::GetChars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetChars_mB535B2AA73F3F7891B5AC13C2B5CA4651351913B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___maxCharsCount0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::InvalidCharRecovery(System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InvalidCharRecovery_m053425633A3B040F440FCCC68B375EABD902558A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t* ___bytesCount0, int32_t* ___charsCount1, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___res1, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlConvert::StrEqual(System.Char[],System.Int32,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93 (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___strPos11, int32_t ___strLen12, String_t* ___str23, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl/NodeData::SetNamedNode(System.Xml.XmlNodeType,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetNamedNode_m5BE05A811DCE5E36A09613E92B6EB7C69F291949 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___type0, String_t* ___localName1, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Int32 System.Text.StringBuilder::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::set_Length(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::SwitchEncodingToUTF8()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SwitchEncodingToUTF8_m1060A0BCEF5BBDC8DCE074A11B9B9F0484EC3B69 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_mB29896CFA6F52040676272F79B5FD50A2FE32E4C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___expectedToken10, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::ParseName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseName_m830FA9D660EDFEC0BF3138DBC7B0988C89772744 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8 (StringBuilder_t * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___value0, int32_t ___startIndex1, int32_t ___charCount2, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_mA790CEB231E9C7D699F34AB8736B06C13DA0DE45 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___expectedToken10, String_t* ___expectedToken21, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl/NodeData::SetLineInfo2(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetLineInfo2_m8E7C9C87B2E2AF930C692FC09BAAFC5F36083F20 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl/NodeData::SetValue(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetValue_m41387D07794996E6334F74AFCF1C52215366B679 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___startPos1, int32_t ___len2, const RuntimeMethod* method);
// System.String System.String::CreateString(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method);
// System.Text.Encoding System.Xml.XmlTextReaderImpl::CheckEncoding(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * XmlTextReaderImpl_CheckEncoding_mCC3C942D57B7905DB3D38AA3D1672FAB4B1EB705 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___newEncodingName0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mD02B70FD6E838F9532BB5D58349C5356119A842E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, int32_t ___lineNo1, int32_t ___linePos2, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::ShiftBuffer(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ShiftBuffer_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___sourcePos0, int32_t ___destPos1, int32_t ___count2, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::ParseCharRefInline(System.Int32,System.Int32&,System.Xml.XmlTextReaderImpl/EntityType&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseCharRefInline_m1FB965CC818483AB96E08E67C03D7701EEC3D1E9 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___startPos0, int32_t* ___charCount1, int32_t* ___entityType2, const RuntimeMethod* method);
// System.Xml.XmlTextReaderImpl/EntityType System.Xml.XmlTextReaderImpl::HandleEntityReference(System.Boolean,System.Xml.XmlTextReaderImpl/EntityExpandType,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_HandleEntityReference_m55A41786770D0A3D0D1233D1E1371D9B5DA2AD07 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___isInAttributeValue0, int32_t ___expandType1, int32_t* ___charRefEndPos2, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::ZeroEndingStream(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ZeroEndingStream_mB528EBEDEADA0E2029A89C4530B60F61A176A511 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::ThrowInvalidChar(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowInvalidChar_m2FE1FC501E5156E303905112026C1B4564F510F9 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___data0, int32_t ___length1, int32_t ___invCharPos2, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::HandleEntityEnd(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_HandleEntityEnd_m4F7857842B21B8A051770019B0DF8ED657255BA9 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___checkEntityNesting0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::ParseText(System.Int32&,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseText_m37216C48CC3A8041A69CE87B61BBB38234554C5D (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t* ___startPos0, int32_t* ___endPos1, int32_t* ___outOrChars2, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_mF0CA66A439B74A04DC546507A1E18DB7D906716E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___expectedToken1, const RuntimeMethod* method);
// System.Xml.XmlTextReaderImpl/EntityType System.Xml.XmlTextReaderImpl::HandleGeneralEntityReference(System.String,System.Boolean,System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_HandleGeneralEntityReference_mE4BEE052987F6E694DDA0FF449CBA17811EC4B6A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, bool ___isInAttributeValue1, bool ___pushFakeEntityIfNullResolver2, int32_t ___entityStartLinePos3, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlParserContext::get_HasDtdInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlParserContext_get_HasDtdInfo_mB589FFB05C64D6B26C47E9BAA6B163C254D85FB9 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::ParseDtdFromParserContext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseDtdFromParserContext_m978AAD9B027B99E951CFEA9C366A28143A7861B6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaEntity::.ctor(System.Xml.XmlQualifiedName,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity__ctor_mD6CA4415F8A7472953776230C4CC032EF4CD817E (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___qname0, bool ___isParameter1, const RuntimeMethod* method);
// System.Void System.Xml.Schema.SchemaEntity::set_Text(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SchemaEntity_set_Text_mE441C63FD42B564F95D5B06D033978C92B1115DC (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNo2, int32_t ___linePos3, const RuntimeMethod* method);
// System.Boolean System.String::Equals(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::ParsePIValue(System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePIValue_mECD915E3FA53A8F4FFC2EF71FBC0A22ED97068C1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t* ___outStartPos0, int32_t* ___outEndPos1, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.Int32,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m43E6BF2167449C3C40B530DDD964A0F757DEAE2B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___res1, String_t* ___arg2, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::ParseCDataOrComment(System.Xml.XmlNodeType,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseCDataOrComment_mFC4E4BE3CCBBBA9B3C6FDEC59B31F47585792198 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___type0, int32_t* ___outStartPos1, int32_t* ___outEndPos2, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl/NodeData::SetValueNode(System.Xml.XmlNodeType,System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetValueNode_m6F8516070D1CC8248D69A0D110B8731872AAA02D (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___type0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars1, int32_t ___startPos2, int32_t ___len3, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl/NodeData::SetValueNode(System.Xml.XmlNodeType,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetValueNode_m311A9DBEADE4189DF3E42E332A89464E1E23E7CE (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___type0, String_t* ___value1, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::ParseNumericCharRefInline(System.Int32,System.Boolean,System.Text.StringBuilder,System.Int32&,System.Xml.XmlTextReaderImpl/EntityType&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___startPos0, bool ___expand1, StringBuilder_t * ___internalSubsetBuilder2, int32_t* ___charCount3, int32_t* ___entityType4, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::ParseNamedCharRefInline(System.Int32,System.Boolean,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNamedCharRefInline_m33CE0EC9F061205C3F4F830B513BC01F24BDCBD6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___startPos0, bool ___expand1, StringBuilder_t * ___internalSubsetBuilder2, const RuntimeMethod* method);
// System.Void System.Xml.XmlCharType::SplitSurrogateChar(System.Int32,System.Char&,System.Char&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SplitSurrogateChar_mC0023C9007BD389EE8ACED719A80433280DCDA61 (int32_t ___combinedChar0, Il2CppChar* ___lowChar1, Il2CppChar* ___highChar2, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::ParseQName(System.Boolean,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseQName_mF05330014A3F1946BF3E1E30589CCE1314B08906 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___isQName0, int32_t ___startOffset1, int32_t* ___colonPos2, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::ReadDataInName(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ReadDataInName_mAD70C950D4D312A6798AB63A6A1513D22E66172C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t* ___pos0, const RuntimeMethod* method);
// System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::AllocNode(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * XmlTextReaderImpl_AllocNode_m7765E26CBC9570671D1A15809AAD9BD0368734BA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___nodeIndex0, int32_t ___nodeDepth1, const RuntimeMethod* method);
// System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6 (RuntimeArray * ___sourceArray0, int32_t ___sourceIndex1, RuntimeArray * ___destinationArray2, int32_t ___destinationIndex3, int32_t ___length4, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl/NodeData::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData__ctor_m076D3A9B7188D2C830DDD3708764440856711ED7 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::OpenAndPush(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_OpenAndPush_mB6F19ADB90192516A1B2A71052BFBE902779DFC3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method);
// System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Exception,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m8F635567AAAD3211281305E6B5FD71D2CE56A36B (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, Exception_t * ___innerException2, int32_t ___lineNumber3, int32_t ___linePosition4, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::ThrowWithoutLineInfo(System.String,System.String[],System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_mBC58C406DEAAC470A6E72B94970CD83DE763477B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, Exception_t * ___innerException2, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::InitTextReaderInput(System.String,System.Uri,System.IO.TextReader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitTextReaderInput_mF63E448E4F8C8197BF116734C79C572242A0D0FA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___baseUriStr0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri1, TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___input2, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::InitStreamInput(System.Uri,System.IO.Stream,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_mE0FFF96C9A71C105E8C9B7D9B6E2F892CFF29C56 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::RegisterEntity(System.Xml.IDtdEntityInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_RegisterEntity_mB5797C2D1C61F0AA3AD5B470AA8F416D3471F1C1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject* ___entity0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::UnregisterEntity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_UnregisterEntity_m8B7976890BD6A4AF56C04EF11A4F28E27950104B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::PopParsingState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopParsingState_mF0999E83CBAB53DC0520017423CE9ACEC81EF2AD (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo>::ContainsKey(!0)
inline bool Dictionary_2_ContainsKey_m5DED4FDB13B8597C824D201C846E523934300ACC (Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * __this, RuntimeObject* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B *, RuntimeObject*, const RuntimeMethod*))Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared)(__this, ___key0, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo>::.ctor()
inline void Dictionary_2__ctor_m4942D6CDD55A3FEDC9EF910EB93E90B8399EC697 (Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo>::Add(!0,!1)
inline void Dictionary_2_Add_mEA5B3E335A4E6B62552C80F0E140F43CB7B9934E (Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * __this, RuntimeObject* ___key0, RuntimeObject* ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B *, RuntimeObject*, RuntimeObject*, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.Xml.IDtdEntityInfo,System.Xml.IDtdEntityInfo>::Remove(!0)
inline bool Dictionary_2_Remove_m4E12AE6DBBF7F313F34357CFF672CC8AEB7D996C (Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * __this, RuntimeObject* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B *, RuntimeObject*, const RuntimeMethod*))Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared)(__this, ___key0, method);
}
// System.Void System.Xml.XmlTextReaderImpl/ParsingState::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParsingState_Clear_mB03C277E58A91CB626BBE6EC5CF2D6E97ECE48E2 (ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl/ParsingState::Close(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParsingState_Close_mD17CB448C04F94BE7FA9AFC29B1443C88BCE67B4 (ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * __this, bool ___closeInput0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.Int32,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_m37224E0813ECD7ED1ACA318190681B6E1A6712A3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___expectedToken11, String_t* ___expectedToken22, const RuntimeMethod* method);
// System.String System.Xml.XmlTextReaderImpl::ParseUnexpectedToken()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseUnexpectedToken_mEDDADDAA67DDF1923D8ED9C727E8EC4D8CB3191A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.Ref::Equal(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00 (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method);
// System.String System.Xml.XmlTextReaderImpl/NodeData::GetNameWPrefix(System.Xml.XmlNameTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NodeData_GetNameWPrefix_m3093317F8D9A418033A0F245EB0E02EA4DA7EA3D (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nt0, const RuntimeMethod* method);
// System.Xml.IDtdParser System.Xml.DtdParser::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DtdParser_Create_m44F197F334B94BAEB330EBE0FC29C62A23876B8D (const RuntimeMethod* method);
// System.String System.Xml.XmlParserContext::get_BaseURI()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_BaseURI_m9C156033BC0C206C80575E082B49D6037284ED08_inline (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method);
// System.String System.Xml.XmlParserContext::get_DocTypeName()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_DocTypeName_m00EC6810BAE1E622B84FF2940BADEF8D81A65784_inline (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method);
// System.String System.Xml.XmlParserContext::get_PublicId()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_PublicId_m3E494F29B78115BAF22FD8ECE7CC62A3ED30D954_inline (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method);
// System.String System.Xml.XmlParserContext::get_SystemId()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_SystemId_mC663CF942B573334ECD1EF77D7AD8A9C83C68B10_inline (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method);
// System.String System.Xml.XmlParserContext::get_InternalSubset()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_InternalSubset_m5072F1D4B935FBBA7297F77CD8EFE48AA0FD5897_inline (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl/DtdParserProxy::.ctor(System.Xml.XmlTextReaderImpl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParserProxy__ctor_m8612F3FEF4AC41D41795ED46B0A0E050C4D6DB33 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * ___reader0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::ThrowWithoutLineInfo(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_m37B68BD7C28AF5C55ECFFD06301CB8D5CFAE7757 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method);
// System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method);
// System.Xml.XmlNameTable System.Xml.XmlTextReaderImpl::get_DtdParserProxy_NameTable()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlTextReaderImpl_get_DtdParserProxy_NameTable_mC74340532F97E8B584DBB1118A91BB326437040F_inline (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Xml.IXmlNamespaceResolver System.Xml.XmlTextReaderImpl::get_DtdParserProxy_NamespaceResolver()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_get_DtdParserProxy_NamespaceResolver_mC3EB3FE6FCD70248450386A5EB990F2163A1CC3D_inline (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Uri System.Xml.XmlTextReaderImpl::get_DtdParserProxy_BaseUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * XmlTextReaderImpl_get_DtdParserProxy_BaseUri_mF2E4A50579AF488866944F856C4AD8BE411DACF7 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_IsEof()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_IsEof_mF3D72303461DE771D8C45C2E3A1B69A6D0AC8F46 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Char[] System.Xml.XmlTextReaderImpl::get_DtdParserProxy_ParsingBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* XmlTextReaderImpl_get_DtdParserProxy_ParsingBuffer_m732E67E86FACC20D76FA4B242A4D68DDF2C4F8B4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_ParsingBufferLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_ParsingBufferLength_mB8E5A0E682D68237CF8F91988B2FD401851EE1F6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_CurrentPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_CurrentPosition_m52421528101C78618D4044A58AAB9B35F0F361E8 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::set_DtdParserProxy_CurrentPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_DtdParserProxy_CurrentPosition_mA9B55AABF3CF3855E738277D0EE102B8476DFC31 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_EntityStackLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_EntityStackLength_mB3E614D6A13AE3CC15FCB3F39AD2BD01BA4CD37B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_IsEntityEolNormalized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_IsEntityEolNormalized_m7CFE71A7E9CB847419D371F1CE50F14CCD29CF98 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_OnNewLine(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_OnNewLine_m54D60BD71043CCA2A79A92E36B33E3A1911A433E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_LineNo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_LineNo_mF6D9CDCA34905AB52FFDB0A8F7E86AE1439E571A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_LineStartPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_LineStartPosition_mC2B02BC83BF626D234DC141BDF1DD2FE0AA38226 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::DtdParserProxy_ReadData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_DtdParserProxy_ReadData_mBCE4874C93F3847B98418C908AB5C10ECC5CC7A4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::DtdParserProxy_ParseNumericCharRef(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_DtdParserProxy_ParseNumericCharRef_mFABC3FF9160DAEB435CF575CE550154E126526EA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, StringBuilder_t * ___internalSubsetBuilder0, const RuntimeMethod* method);
// System.Int32 System.Xml.XmlTextReaderImpl::DtdParserProxy_ParseNamedCharRef(System.Boolean,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_DtdParserProxy_ParseNamedCharRef_mA59A919144E9C9256FE25125B1B20FC139E18F80 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___expand0, StringBuilder_t * ___internalSubsetBuilder1, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_ParsePI(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_ParsePI_mB882A376B7C7E442393A2F7E624D5B78CC36EA45 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_ParseComment(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_ParseComment_mAAC7583A896F7BCF4785E621C4207C20FF5066B8 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::DtdParserProxy_PushEntity(System.Xml.IDtdEntityInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_DtdParserProxy_PushEntity_mECD5C4AD5E9040006BA77DA2559E6008A96E22E4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject* ___entity0, int32_t* ___entityId1, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::DtdParserProxy_PopEntity(System.Xml.IDtdEntityInfo&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_DtdParserProxy_PopEntity_m180E9DC0F80126F67235BFE4AA23D22D554C74F1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject** ___oldEntity0, int32_t* ___newEntityId1, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::DtdParserProxy_PushExternalSubset(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_DtdParserProxy_PushExternalSubset_mDD30749ED33A61DFF48062339109D14C299A0ECE (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___systemId0, String_t* ___publicId1, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_PushInternalDtd(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_PushInternalDtd_m6AC6F1C2B2106FB423D2A0777DDC23F5603891F4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___baseUri0, String_t* ___internalDtd1, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_Throw(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_Throw_m6807FDDF98894315BADCE32EAC5E8B0C32C0AD33 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Exception_t * ___e0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_OnSystemId(System.String,System.Xml.LineInfo,System.Xml.LineInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_OnSystemId_mAA44EE85320C1F5AFAC2EE86217A88A04DA1285F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___systemId0, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___keywordLineInfo1, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___systemLiteralLineInfo2, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_OnPublicId(System.String,System.Xml.LineInfo,System.Xml.LineInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_OnPublicId_mAC5A2232A5BBD487837E35E2B805C37926ED5149 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___publicId0, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___keywordLineInfo1, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___publicLiteralLineInfo2, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_DtdValidation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_DtdValidation_m9D55886560D6F84A954F3F2645FDCD16C6EC0D51 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Xml.IValidationEventHandling System.Xml.XmlTextReaderImpl::get_DtdParserProxy_ValidationEventHandling()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_get_DtdParserProxy_ValidationEventHandling_m63C63E3979E32960701A5B251C0099348A37A2CA_inline (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_Normalization()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_Normalization_mE177D1DFA47257E6433B29E798C5DCFC5A615BD7_inline (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_Namespaces()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_Namespaces_mD03942B2D13243298515296268D68F4926F3CF20_inline (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_V1CompatibilityMode()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_V1CompatibilityMode_mA32E5EBB4E7AAFB7B55C14182767E6FE2FCAA26E_inline (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl/NodeData::Clear(System.Xml.XmlNodeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_Clear_mD71A1EC98F0BE924739AE49F5457A45ADA7A5C4D (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___type0, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl/NodeData::ClearName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_ClearName_m4EEEF5315A52473FC6470BB297C8E506FECD764B (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, const RuntimeMethod* method);
// System.Void System.Xml.LineInfo::Set(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfo_Set_mAD399BFCEAB252539354B80ECF46E85F7D7B09E3 (LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method);
// System.Void System.Xml.XmlTextReaderImpl/NodeData::SetNamedNode(System.Xml.XmlNodeType,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetNamedNode_m77D0D37FB571646037FE64C72649995D06218A5F (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___type0, String_t* ___localName1, String_t* ___prefix2, String_t* ___nameWPrefix3, const RuntimeMethod* method);
// System.String System.Xml.XmlTextReaderImpl/NodeData::CreateNameWPrefix(System.Xml.XmlNameTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NodeData_CreateNameWPrefix_m5D8818A7500ABBADB43B2923EEC59CCDC28B3F97 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nt0, const RuntimeMethod* method);
// System.Int32 System.String::CompareOrdinal(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068 (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Xml.XPath.XPathNavigator/DebuggerDisplayProxy
IL2CPP_EXTERN_C void DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshal_pinvoke(const DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A& unmarshaled, DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshaled_pinvoke& marshaled)
{
Exception_t* ___nav_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'nav' of type 'DebuggerDisplayProxy': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___nav_0Exception, NULL);
}
IL2CPP_EXTERN_C void DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshal_pinvoke_back(const DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshaled_pinvoke& marshaled, DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A& unmarshaled)
{
Exception_t* ___nav_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'nav' of type 'DebuggerDisplayProxy': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___nav_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Xml.XPath.XPathNavigator/DebuggerDisplayProxy
IL2CPP_EXTERN_C void DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshal_pinvoke_cleanup(DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Xml.XPath.XPathNavigator/DebuggerDisplayProxy
IL2CPP_EXTERN_C void DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshal_com(const DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A& unmarshaled, DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshaled_com& marshaled)
{
Exception_t* ___nav_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'nav' of type 'DebuggerDisplayProxy': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___nav_0Exception, NULL);
}
IL2CPP_EXTERN_C void DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshal_com_back(const DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshaled_com& marshaled, DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A& unmarshaled)
{
Exception_t* ___nav_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'nav' of type 'DebuggerDisplayProxy': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___nav_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Xml.XPath.XPathNavigator/DebuggerDisplayProxy
IL2CPP_EXTERN_C void DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshal_com_cleanup(DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A_marshaled_com& marshaled)
{
}
// System.Void System.Xml.XPath.XPathNavigator_DebuggerDisplayProxy::.ctor(System.Xml.XPath.XPathNavigator)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebuggerDisplayProxy__ctor_mE86896AA62693BB272C1DAF5DD4C45A2E5A7BBDC (DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A * __this, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * ___nav0, const RuntimeMethod* method)
{
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_0 = ___nav0;
__this->set_nav_0(L_0);
return;
}
}
IL2CPP_EXTERN_C void DebuggerDisplayProxy__ctor_mE86896AA62693BB272C1DAF5DD4C45A2E5A7BBDC_AdjustorThunk (RuntimeObject * __this, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * ___nav0, const RuntimeMethod* method)
{
int32_t _offset = 1;
DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A * _thisAdjusted = reinterpret_cast<DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A *>(__this + _offset);
DebuggerDisplayProxy__ctor_mE86896AA62693BB272C1DAF5DD4C45A2E5A7BBDC_inline(_thisAdjusted, ___nav0, method);
}
// System.String System.Xml.XPath.XPathNavigator_DebuggerDisplayProxy::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DebuggerDisplayProxy_ToString_mE507AAFB75906E61DA5AD7580E03EC0F8C80464D (DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DebuggerDisplayProxy_ToString_mE507AAFB75906E61DA5AD7580E03EC0F8C80464D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_0 = __this->get_nav_0();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_0);
V_1 = L_1;
RuntimeObject * L_2 = Box(XPathNodeType_tB1DB3F39502492756781F03A9645DD587B81BEF2_il2cpp_TypeInfo_var, (&V_1));
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
V_1 = *(int32_t*)UnBox(L_2);
V_0 = L_3;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_4 = __this->get_nav_0();
NullCheck(L_4);
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_4);
V_1 = L_5;
int32_t L_6 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)))
{
case 0:
{
goto IL_0050;
}
case 1:
{
goto IL_006e;
}
case 2:
{
goto IL_006e;
}
case 3:
{
goto IL_00ad;
}
case 4:
{
goto IL_00ad;
}
case 5:
{
goto IL_00ad;
}
case 6:
{
goto IL_006e;
}
case 7:
{
goto IL_00ad;
}
}
}
{
goto IL_00ce;
}
IL_0050:
{
String_t* L_7 = V_0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_8 = __this->get_nav_0();
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Xml.XPath.XPathNavigator::get_Name() */, L_8);
String_t* L_10 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_7, _stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8, L_9, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_00ce;
}
IL_006e:
{
String_t* L_11 = V_0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_12 = __this->get_nav_0();
NullCheck(L_12);
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(24 /* System.String System.Xml.XPath.XPathNavigator::get_Name() */, L_12);
String_t* L_14 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_11, _stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8, L_13, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
V_0 = L_14;
String_t* L_15 = V_0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_16 = __this->get_nav_0();
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_16);
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_18 = XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449(L_17, /*hidden argument*/NULL);
String_t* L_19 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_15, _stringLiteral876090A3E5447880484D4ABD7013B98D230A9408, L_18, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
V_0 = L_19;
goto IL_00ce;
}
IL_00ad:
{
String_t* L_20 = V_0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_21 = __this->get_nav_0();
NullCheck(L_21);
String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_21);
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_23 = XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449(L_22, /*hidden argument*/NULL);
String_t* L_24 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_20, _stringLiteral876090A3E5447880484D4ABD7013B98D230A9408, L_23, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
V_0 = L_24;
}
IL_00ce:
{
String_t* L_25 = V_0;
return L_25;
}
}
IL2CPP_EXTERN_C String_t* DebuggerDisplayProxy_ToString_mE507AAFB75906E61DA5AD7580E03EC0F8C80464D_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A * _thisAdjusted = reinterpret_cast<DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A *>(__this + _offset);
return DebuggerDisplayProxy_ToString_mE507AAFB75906E61DA5AD7580E03EC0F8C80464D(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.Xml.XPath.XPathNavigatorKeyComparer::System.Collections.IEqualityComparer.Equals(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_Equals_mC742938557B5F4E386D92637505A3885CE139C42 (XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * __this, RuntimeObject * ___obj10, RuntimeObject * ___obj21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_Equals_mC742938557B5F4E386D92637505A3885CE139C42_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * V_0 = NULL;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * V_1 = NULL;
{
RuntimeObject * L_0 = ___obj10;
V_0 = ((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 *)IsInstClass((RuntimeObject*)L_0, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var));
RuntimeObject * L_1 = ___obj21;
V_1 = ((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 *)IsInstClass((RuntimeObject*)L_1, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var));
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_2 = V_0;
if (!L_2)
{
goto IL_001f;
}
}
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_3 = V_1;
if (!L_3)
{
goto IL_001f;
}
}
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_4 = V_0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_5 = V_1;
NullCheck(L_4);
bool L_6 = VirtFuncInvoker1< bool, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * >::Invoke(32 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_4, L_5);
if (!L_6)
{
goto IL_001f;
}
}
{
return (bool)1;
}
IL_001f:
{
return (bool)0;
}
}
// System.Int32 System.Xml.XPath.XPathNavigatorKeyComparer::System.Collections.IEqualityComparer.GetHashCode(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m7C5EF3B94047AE078CC7487608694B9C0CD30377 (XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m7C5EF3B94047AE078CC7487608694B9C0CD30377_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * V_1 = NULL;
XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * V_2 = NULL;
RuntimeObject * V_3 = NULL;
{
RuntimeObject * L_0 = ___obj0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral9B5C0B859FABA061DD60FD8070FCE74FCEE29D0B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, XPathNavigatorKeyComparer_System_Collections_IEqualityComparer_GetHashCode_m7C5EF3B94047AE078CC7487608694B9C0CD30377_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject * L_2 = ___obj0;
XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * L_3 = ((XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 *)IsInstSealed((RuntimeObject*)L_2, XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498_il2cpp_TypeInfo_var));
V_2 = L_3;
if (!L_3)
{
goto IL_0021;
}
}
{
XPathDocumentNavigator_t4EA718BDD563CB09DE0E93644B2E3FECC8B6B498 * L_4 = V_2;
NullCheck(L_4);
int32_t L_5 = XPathDocumentNavigator_GetPositionHashCode_mF47FD27C4369031B00CFAB20F1C80717D142932A(L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0078;
}
IL_0021:
{
RuntimeObject * L_6 = ___obj0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_7 = ((XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 *)IsInstClass((RuntimeObject*)L_6, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3_il2cpp_TypeInfo_var));
V_1 = L_7;
if (!L_7)
{
goto IL_0071;
}
}
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_8 = V_1;
NullCheck(L_8);
RuntimeObject * L_9 = VirtFuncInvoker0< RuntimeObject * >::Invoke(27 /* System.Object System.Xml.XPath.XPathNavigator::get_UnderlyingObject() */, L_8);
V_3 = L_9;
RuntimeObject * L_10 = V_3;
if (!L_10)
{
goto IL_003e;
}
}
{
RuntimeObject * L_11 = V_3;
NullCheck(L_11);
int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_11);
V_0 = L_12;
goto IL_0078;
}
IL_003e:
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_13 = V_1;
NullCheck(L_13);
int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_13);
V_0 = L_14;
int32_t L_15 = V_0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_16 = V_1;
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(23 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, L_16);
NullCheck(L_17);
int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_17);
V_0 = ((int32_t)((int32_t)L_15^(int32_t)L_18));
int32_t L_19 = V_0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_20 = V_1;
NullCheck(L_20);
String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Xml.XPath.XPathNavigator::get_Prefix() */, L_20);
NullCheck(L_21);
int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_21);
V_0 = ((int32_t)((int32_t)L_19^(int32_t)L_22));
int32_t L_23 = V_0;
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_24 = V_1;
NullCheck(L_24);
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Xml.XPath.XPathNavigator::get_NamespaceURI() */, L_24);
NullCheck(L_25);
int32_t L_26 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_25);
V_0 = ((int32_t)((int32_t)L_23^(int32_t)L_26));
goto IL_0078;
}
IL_0071:
{
RuntimeObject * L_27 = ___obj0;
NullCheck(L_27);
int32_t L_28 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_27);
V_0 = L_28;
}
IL_0078:
{
int32_t L_29 = V_0;
return L_29;
}
}
// System.Void System.Xml.XPath.XPathNavigatorKeyComparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNavigatorKeyComparer__ctor_m2D021B0C6FAB62B2383BDADA80D88BE8C2C61004 (XPathNavigatorKeyComparer_t6A0E82BEC0BE42351DDB26EAA86333C11E0A9378 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Xml.XmlCharType
IL2CPP_EXTERN_C void XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshal_pinvoke(const XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9& unmarshaled, XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshaled_pinvoke& marshaled)
{
marshaled.___charProperties_2 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_charProperties_2());
}
IL2CPP_EXTERN_C void XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshal_pinvoke_back(const XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshaled_pinvoke& marshaled, XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_pinvoke_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
unmarshaled.set_charProperties_2((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___charProperties_2));
}
// Conversion method for clean up from marshalling of: System.Xml.XmlCharType
IL2CPP_EXTERN_C void XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshal_pinvoke_cleanup(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_com_destroy_safe_array(marshaled.___charProperties_2);
marshaled.___charProperties_2 = NULL;
}
// Conversion methods for marshalling of: System.Xml.XmlCharType
IL2CPP_EXTERN_C void XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshal_com(const XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9& unmarshaled, XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshaled_com& marshaled)
{
marshaled.___charProperties_2 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.get_charProperties_2());
}
IL2CPP_EXTERN_C void XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshal_com_back(const XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshaled_com& marshaled, XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_com_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
unmarshaled.set_charProperties_2((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, marshaled.___charProperties_2));
}
// Conversion method for clean up from marshalling of: System.Xml.XmlCharType
IL2CPP_EXTERN_C void XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshal_com_cleanup(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_marshaled_com& marshaled)
{
il2cpp_codegen_com_destroy_safe_array(marshaled.___charProperties_2);
marshaled.___charProperties_2 = NULL;
}
// System.Object System.Xml.XmlCharType::get_StaticLock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlCharType_get_StaticLock_mE0FF2E8B12DC2AFFAFAB5718FDD49FAE726A6513 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlCharType_get_StaticLock_mE0FF2E8B12DC2AFFAFAB5718FDD49FAE726A6513_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
RuntimeObject * L_0 = ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_s_Lock_0();
if (L_0)
{
goto IL_001a;
}
}
{
RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = V_0;
InterlockedCompareExchangeImpl<RuntimeObject *>((RuntimeObject **)(((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_address_of_s_Lock_0()), L_2, NULL);
}
IL_001a:
{
RuntimeObject * L_3 = ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_s_Lock_0();
return L_3;
}
}
// System.Void System.Xml.XmlCharType::InitInstance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_InitInstance_m48449C6A7516A943668D92903B5D4203DD184AC6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlCharType_InitInstance_m48449C6A7516A943668D92903B5D4203DD184AC6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeObject * L_0 = XmlCharType_get_StaticLock_mE0FF2E8B12DC2AFFAFAB5718FDD49FAE726A6513(/*hidden argument*/NULL);
V_0 = L_0;
V_1 = (bool)0;
}
IL_0008:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_s_CharProperties_1();
il2cpp_codegen_memory_barrier();
if (!L_2)
{
goto IL_001b;
}
}
IL_0019:
{
IL2CPP_LEAVE(0x97, FINALLY_008d);
}
IL_001b:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)65536));
il2cpp_codegen_memory_barrier();
((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->set_s_CharProperties_1(L_3);
XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral77B3FBA04FD4C4EEEE9AB3A7FB216ADBB7982995, (uint8_t)1, /*hidden argument*/NULL);
XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral2D805000F0B1B718831F4576ED6B82409607A53D, (uint8_t)2, /*hidden argument*/NULL);
XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral7ABE4DB8E4E34EA3395A2A251F5922B296325989, (uint8_t)4, /*hidden argument*/NULL);
XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral03604A939E36BFD5AAB4D02EC49C56DD5FFE70A4, (uint8_t)8, /*hidden argument*/NULL);
XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteralE9580394535B0E66F03CAFDAD8F8AEF279BB1C12, (uint8_t)((int32_t)16), /*hidden argument*/NULL);
XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral03604A939E36BFD5AAB4D02EC49C56DD5FFE70A4, (uint8_t)((int32_t)32), /*hidden argument*/NULL);
XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral1AE76814588A8852BEC1A4F868B17D08026CF135, (uint8_t)((int32_t)64), /*hidden argument*/NULL);
XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C(_stringLiteral30510FE0BC6A8F6A62E9D5309EF4010DB2D81A82, (uint8_t)((int32_t)128), /*hidden argument*/NULL);
IL2CPP_LEAVE(0x97, FINALLY_008d);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_008d;
}
FINALLY_008d:
{ // begin finally (depth: 1)
{
bool L_4 = V_1;
if (!L_4)
{
goto IL_0096;
}
}
IL_0090:
{
RuntimeObject * L_5 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_5, /*hidden argument*/NULL);
}
IL_0096:
{
IL2CPP_END_FINALLY(141)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(141)
{
IL2CPP_JUMP_TBL(0x97, IL_0097)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0097:
{
return;
}
}
// System.Void System.Xml.XmlCharType::SetProperties(System.String,System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C (String_t* ___ranges0, uint8_t ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlCharType_SetProperties_m892CAB57FF4A04EB120C6AA8D4ACA9645ED0A72C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
V_0 = 0;
goto IL_0037;
}
IL_0004:
{
String_t* L_0 = ___ranges0;
int32_t L_1 = V_0;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
V_1 = L_2;
String_t* L_3 = ___ranges0;
int32_t L_4 = V_0;
NullCheck(L_3);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)), /*hidden argument*/NULL);
V_2 = L_5;
goto IL_002f;
}
IL_0018:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_s_CharProperties_1();
il2cpp_codegen_memory_barrier();
int32_t L_7 = V_1;
NullCheck(L_6);
uint8_t* L_8 = ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)));
int32_t L_9 = *((uint8_t*)L_8);
uint8_t L_10 = ___value1;
*((int8_t*)L_8) = (int8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_9|(int32_t)L_10)))));
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
}
IL_002f:
{
int32_t L_12 = V_1;
int32_t L_13 = V_2;
if ((((int32_t)L_12) <= ((int32_t)L_13)))
{
goto IL_0018;
}
}
{
int32_t L_14 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)2));
}
IL_0037:
{
int32_t L_15 = V_0;
String_t* L_16 = ___ranges0;
NullCheck(L_16);
int32_t L_17 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_16, /*hidden argument*/NULL);
if ((((int32_t)L_15) < ((int32_t)L_17)))
{
goto IL_0004;
}
}
{
return;
}
}
// System.Void System.Xml.XmlCharType::.ctor(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType__ctor_m0B65BC6BD912979FA16676884EC3120565FD6DCD (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___charProperties0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___charProperties0;
__this->set_charProperties_2(L_0);
return;
}
}
IL2CPP_EXTERN_C void XmlCharType__ctor_m0B65BC6BD912979FA16676884EC3120565FD6DCD_AdjustorThunk (RuntimeObject * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___charProperties0, const RuntimeMethod* method)
{
int32_t _offset = 1;
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + _offset);
XmlCharType__ctor_m0B65BC6BD912979FA16676884EC3120565FD6DCD_inline(_thisAdjusted, ___charProperties0, method);
}
// System.Xml.XmlCharType System.Xml.XmlCharType::get_Instance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_s_CharProperties_1();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_000e;
}
}
{
XmlCharType_InitInstance_m48449C6A7516A943668D92903B5D4203DD184AC6(/*hidden argument*/NULL);
}
IL_000e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9_il2cpp_TypeInfo_var))->get_s_CharProperties_1();
il2cpp_codegen_memory_barrier();
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_2;
memset((&L_2), 0, sizeof(L_2));
XmlCharType__ctor_m0B65BC6BD912979FA16676884EC3120565FD6DCD_inline((&L_2), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.Xml.XmlCharType::IsWhiteSpace(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_charProperties_2();
Il2CppChar L_1 = ___ch0;
NullCheck(L_0);
Il2CppChar L_2 = L_1;
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)1))) <= ((uint32_t)0)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
int32_t _offset = 1;
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + _offset);
return XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73(_thisAdjusted, ___ch0, method);
}
// System.Boolean System.Xml.XmlCharType::IsNCNameSingleChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_charProperties_2();
Il2CppChar L_1 = ___ch0;
NullCheck(L_0);
Il2CppChar L_2 = L_1;
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)8))) <= ((uint32_t)0)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
int32_t _offset = 1;
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + _offset);
return XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9(_thisAdjusted, ___ch0, method);
}
// System.Boolean System.Xml.XmlCharType::IsStartNCNameSingleChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameSingleChar_m223AAE5ABA122C5EF344D94F748D4303B5B4B636 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_charProperties_2();
Il2CppChar L_1 = ___ch0;
NullCheck(L_0);
Il2CppChar L_2 = L_1;
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)4))) <= ((uint32_t)0)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool XmlCharType_IsStartNCNameSingleChar_m223AAE5ABA122C5EF344D94F748D4303B5B4B636_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
int32_t _offset = 1;
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + _offset);
return XmlCharType_IsStartNCNameSingleChar_m223AAE5ABA122C5EF344D94F748D4303B5B4B636(_thisAdjusted, ___ch0, method);
}
// System.Boolean System.Xml.XmlCharType::IsNameSingleChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameSingleChar_m14D674420D95DD6457E28EABBA278961029C3A3E (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
Il2CppChar L_0 = ___ch0;
bool L_1 = XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)__this, L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000f;
}
}
{
Il2CppChar L_2 = ___ch0;
return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)58)))? 1 : 0);
}
IL_000f:
{
return (bool)1;
}
}
IL2CPP_EXTERN_C bool XmlCharType_IsNameSingleChar_m14D674420D95DD6457E28EABBA278961029C3A3E_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
int32_t _offset = 1;
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + _offset);
return XmlCharType_IsNameSingleChar_m14D674420D95DD6457E28EABBA278961029C3A3E(_thisAdjusted, ___ch0, method);
}
// System.Boolean System.Xml.XmlCharType::IsCharData(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsCharData_m4CCA0EDD028C0F65C0474EF71AEB39672D113F8D (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_charProperties_2();
Il2CppChar L_1 = ___ch0;
NullCheck(L_0);
Il2CppChar L_2 = L_1;
uint8_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool XmlCharType_IsCharData_m4CCA0EDD028C0F65C0474EF71AEB39672D113F8D_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
int32_t _offset = 1;
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + _offset);
return XmlCharType_IsCharData_m4CCA0EDD028C0F65C0474EF71AEB39672D113F8D(_thisAdjusted, ___ch0, method);
}
// System.Boolean System.Xml.XmlCharType::IsPubidChar(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Il2CppChar L_0 = ___ch0;
if ((((int32_t)L_0) >= ((int32_t)((int32_t)128))))
{
goto IL_0023;
}
}
{
Il2CppChar L_1 = ___ch0;
NullCheck(_stringLiteralB8F5C52A361928E659CB2C02CF20C06000271288);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(_stringLiteralB8F5C52A361928E659CB2C02CF20C06000271288, ((int32_t)((int32_t)L_1>>(int32_t)4)), /*hidden argument*/NULL);
Il2CppChar L_3 = ___ch0;
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_2&(int32_t)((int32_t)((int32_t)1<<(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)15)))&(int32_t)((int32_t)31)))))))) <= ((uint32_t)0)))? 1 : 0);
}
IL_0023:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0_AdjustorThunk (RuntimeObject * __this, Il2CppChar ___ch0, const RuntimeMethod* method)
{
int32_t _offset = 1;
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + _offset);
return XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0(_thisAdjusted, ___ch0, method);
}
// System.Boolean System.Xml.XmlCharType::IsHighSurrogate(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E (int32_t ___ch0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___ch0;
bool L_1 = XmlCharType_InRange_m33777634EBF78BF6177E79CA362BA6A8138EB3B5(L_0, ((int32_t)55296), ((int32_t)56319), /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Xml.XmlCharType::IsLowSurrogate(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8 (int32_t ___ch0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___ch0;
bool L_1 = XmlCharType_InRange_m33777634EBF78BF6177E79CA362BA6A8138EB3B5(L_0, ((int32_t)56320), ((int32_t)57343), /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Xml.XmlCharType::IsSurrogate(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsSurrogate_m50C5FC90DDE09082AE85DD9F442AD29EB1C78DDD (int32_t ___ch0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___ch0;
bool L_1 = XmlCharType_InRange_m33777634EBF78BF6177E79CA362BA6A8138EB3B5(L_0, ((int32_t)55296), ((int32_t)57343), /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Xml.XmlCharType::CombineSurrogateChar(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_CombineSurrogateChar_m2DD076F520245198B1569B3E97B69CEC4BE156B0 (int32_t ___lowChar0, int32_t ___highChar1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___lowChar0;
int32_t L_1 = ___highChar1;
return ((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)56320)))|(int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)55296)))<<(int32_t)((int32_t)10))), (int32_t)((int32_t)65536)))));
}
}
// System.Void System.Xml.XmlCharType::SplitSurrogateChar(System.Int32,System.Char&,System.Char&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SplitSurrogateChar_mC0023C9007BD389EE8ACED719A80433280DCDA61 (int32_t ___combinedChar0, Il2CppChar* ___lowChar1, Il2CppChar* ___highChar2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = ___combinedChar0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)65536)));
Il2CppChar* L_1 = ___lowChar1;
int32_t L_2 = V_0;
*((int16_t*)L_1) = (int16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)56320), (int32_t)((int32_t)((int32_t)L_2%(int32_t)((int32_t)1024))))))));
Il2CppChar* L_3 = ___highChar2;
int32_t L_4 = V_0;
*((int16_t*)L_3) = (int16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)55296), (int32_t)((int32_t)((int32_t)L_4/(int32_t)((int32_t)1024))))))));
return;
}
}
// System.Int32 System.Xml.XmlCharType::IsOnlyCharData(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyCharData_m420E96E7CA325B5248D4D84470C9003E39FE10A2 (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___str0;
if (!L_0)
{
goto IL_0056;
}
}
{
V_0 = 0;
goto IL_004d;
}
IL_0007:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_charProperties_2();
String_t* L_2 = ___str0;
int32_t L_3 = V_0;
NullCheck(L_2);
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, L_3, /*hidden argument*/NULL);
NullCheck(L_1);
Il2CppChar L_5 = L_4;
uint8_t L_6 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
if (((int32_t)((int32_t)L_6&(int32_t)((int32_t)16))))
{
goto IL_0049;
}
}
{
int32_t L_7 = V_0;
String_t* L_8 = ___str0;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1))) >= ((int32_t)L_9)))
{
goto IL_0043;
}
}
{
String_t* L_10 = ___str0;
int32_t L_11 = V_0;
NullCheck(L_10);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL);
bool L_13 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0043;
}
}
{
String_t* L_14 = ___str0;
int32_t L_15 = V_0;
NullCheck(L_14);
Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)), /*hidden argument*/NULL);
bool L_17 = XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8(L_16, /*hidden argument*/NULL);
if (L_17)
{
goto IL_0045;
}
}
IL_0043:
{
int32_t L_18 = V_0;
return L_18;
}
IL_0045:
{
int32_t L_19 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_0049:
{
int32_t L_20 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_004d:
{
int32_t L_21 = V_0;
String_t* L_22 = ___str0;
NullCheck(L_22);
int32_t L_23 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_22, /*hidden argument*/NULL);
if ((((int32_t)L_21) < ((int32_t)L_23)))
{
goto IL_0007;
}
}
IL_0056:
{
return (-1);
}
}
IL2CPP_EXTERN_C int32_t XmlCharType_IsOnlyCharData_m420E96E7CA325B5248D4D84470C9003E39FE10A2_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method)
{
int32_t _offset = 1;
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + _offset);
return XmlCharType_IsOnlyCharData_m420E96E7CA325B5248D4D84470C9003E39FE10A2(_thisAdjusted, ___str0, method);
}
// System.Int32 System.Xml.XmlCharType::IsPublicId(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsPublicId_mA1F1D16E6F55C3CAC0AA1494960D6BD0A95FABEB (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, String_t* ___str0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___str0;
if (!L_0)
{
goto IL_0025;
}
}
{
V_0 = 0;
goto IL_001c;
}
IL_0007:
{
String_t* L_1 = ___str0;
int32_t L_2 = V_0;
NullCheck(L_1);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_1, L_2, /*hidden argument*/NULL);
bool L_4 = XmlCharType_IsPubidChar_mFAEBA0AB259F384C0CAA14BBA95A0574810C56D0((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)__this, L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0018;
}
}
{
int32_t L_5 = V_0;
return L_5;
}
IL_0018:
{
int32_t L_6 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_001c:
{
int32_t L_7 = V_0;
String_t* L_8 = ___str0;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL);
if ((((int32_t)L_7) < ((int32_t)L_9)))
{
goto IL_0007;
}
}
IL_0025:
{
return (-1);
}
}
IL2CPP_EXTERN_C int32_t XmlCharType_IsPublicId_mA1F1D16E6F55C3CAC0AA1494960D6BD0A95FABEB_AdjustorThunk (RuntimeObject * __this, String_t* ___str0, const RuntimeMethod* method)
{
int32_t _offset = 1;
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * _thisAdjusted = reinterpret_cast<XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *>(__this + _offset);
return XmlCharType_IsPublicId_mA1F1D16E6F55C3CAC0AA1494960D6BD0A95FABEB(_thisAdjusted, ___str0, method);
}
// System.Boolean System.Xml.XmlCharType::InRange(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_InRange_m33777634EBF78BF6177E79CA362BA6A8138EB3B5 (int32_t ___value0, int32_t ___start1, int32_t ___end2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
int32_t L_1 = ___start1;
int32_t L_2 = ___end2;
int32_t L_3 = ___start1;
return (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1))) <= ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_3)))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.Xml.XmlComplianceUtil::NonCDataNormalize(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_NonCDataNormalize_m9D9FB328EC1923DF8B82B7A1976F96C9004FDA43 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlComplianceUtil_NonCDataNormalize_m9D9FB328EC1923DF8B82B7A1976F96C9004FDA43_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
StringBuilder_t * V_2 = NULL;
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t V_4 = 0;
int32_t V_5 = 0;
{
String_t* L_0 = ___value0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/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(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_3;
}
IL_0011:
{
V_1 = 0;
V_2 = (StringBuilder_t *)NULL;
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_4 = XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210(/*hidden argument*/NULL);
V_3 = L_4;
goto IL_0038;
}
IL_001d:
{
int32_t L_5 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
int32_t L_6 = V_1;
int32_t L_7 = V_0;
if ((!(((uint32_t)L_6) == ((uint32_t)L_7))))
{
goto IL_0038;
}
}
{
bool L_8 = XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_mE61793AAE54658DFEEE34174057A3BEAED58A07C(/*hidden argument*/NULL);
if (L_8)
{
goto IL_0032;
}
}
{
return _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
}
IL_0032:
{
return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
}
IL_0038:
{
String_t* L_9 = ___value0;
int32_t L_10 = V_1;
NullCheck(L_9);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_9, L_10, /*hidden argument*/NULL);
bool L_12 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(&V_3), L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_001d;
}
}
{
int32_t L_13 = V_1;
V_4 = L_13;
goto IL_00fb;
}
IL_0050:
{
String_t* L_14 = ___value0;
int32_t L_15 = V_4;
NullCheck(L_14);
Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, L_15, /*hidden argument*/NULL);
bool L_17 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(&V_3), L_16, /*hidden argument*/NULL);
if (L_17)
{
goto IL_006c;
}
}
{
int32_t L_18 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
goto IL_00fb;
}
IL_006c:
{
int32_t L_19 = V_4;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
goto IL_007a;
}
IL_0074:
{
int32_t L_20 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
}
IL_007a:
{
int32_t L_21 = V_5;
int32_t L_22 = V_0;
if ((((int32_t)L_21) >= ((int32_t)L_22)))
{
goto IL_0090;
}
}
{
String_t* L_23 = ___value0;
int32_t L_24 = V_5;
NullCheck(L_23);
Il2CppChar L_25 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_23, L_24, /*hidden argument*/NULL);
bool L_26 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)(&V_3), L_25, /*hidden argument*/NULL);
if (L_26)
{
goto IL_0074;
}
}
IL_0090:
{
int32_t L_27 = V_5;
int32_t L_28 = V_0;
if ((!(((uint32_t)L_27) == ((uint32_t)L_28))))
{
goto IL_00b8;
}
}
{
StringBuilder_t * L_29 = V_2;
if (L_29)
{
goto IL_00a4;
}
}
{
String_t* L_30 = ___value0;
int32_t L_31 = V_1;
int32_t L_32 = V_4;
int32_t L_33 = V_1;
NullCheck(L_30);
String_t* L_34 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_30, L_31, ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)L_33)), /*hidden argument*/NULL);
return L_34;
}
IL_00a4:
{
StringBuilder_t * L_35 = V_2;
String_t* L_36 = ___value0;
int32_t L_37 = V_1;
int32_t L_38 = V_4;
int32_t L_39 = V_1;
NullCheck(L_35);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_35, L_36, L_37, ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)L_39)), /*hidden argument*/NULL);
StringBuilder_t * L_40 = V_2;
NullCheck(L_40);
String_t* L_41 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_40);
return L_41;
}
IL_00b8:
{
int32_t L_42 = V_5;
int32_t L_43 = V_4;
if ((((int32_t)L_42) > ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1)))))
{
goto IL_00cc;
}
}
{
String_t* L_44 = ___value0;
int32_t L_45 = V_4;
NullCheck(L_44);
Il2CppChar L_46 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_44, L_45, /*hidden argument*/NULL);
if ((((int32_t)L_46) == ((int32_t)((int32_t)32))))
{
goto IL_00f5;
}
}
IL_00cc:
{
StringBuilder_t * L_47 = V_2;
if (L_47)
{
goto IL_00d6;
}
}
{
int32_t L_48 = V_0;
StringBuilder_t * L_49 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_49, L_48, /*hidden argument*/NULL);
V_2 = L_49;
}
IL_00d6:
{
StringBuilder_t * L_50 = V_2;
String_t* L_51 = ___value0;
int32_t L_52 = V_1;
int32_t L_53 = V_4;
int32_t L_54 = V_1;
NullCheck(L_50);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_50, L_51, L_52, ((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54)), /*hidden argument*/NULL);
StringBuilder_t * L_55 = V_2;
NullCheck(L_55);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_55, ((int32_t)32), /*hidden argument*/NULL);
int32_t L_56 = V_5;
V_1 = L_56;
int32_t L_57 = V_5;
V_4 = L_57;
goto IL_00fb;
}
IL_00f5:
{
int32_t L_58 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)1));
}
IL_00fb:
{
int32_t L_59 = V_4;
int32_t L_60 = V_0;
if ((((int32_t)L_59) < ((int32_t)L_60)))
{
goto IL_0050;
}
}
{
StringBuilder_t * L_61 = V_2;
if (!L_61)
{
goto IL_011f;
}
}
{
int32_t L_62 = V_1;
int32_t L_63 = V_4;
if ((((int32_t)L_62) >= ((int32_t)L_63)))
{
goto IL_0118;
}
}
{
StringBuilder_t * L_64 = V_2;
String_t* L_65 = ___value0;
int32_t L_66 = V_1;
int32_t L_67 = V_4;
int32_t L_68 = V_1;
NullCheck(L_64);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_64, L_65, L_66, ((int32_t)il2cpp_codegen_subtract((int32_t)L_67, (int32_t)L_68)), /*hidden argument*/NULL);
}
IL_0118:
{
StringBuilder_t * L_69 = V_2;
NullCheck(L_69);
String_t* L_70 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_69);
return L_70;
}
IL_011f:
{
int32_t L_71 = V_1;
if ((((int32_t)L_71) <= ((int32_t)0)))
{
goto IL_012e;
}
}
{
String_t* L_72 = ___value0;
int32_t L_73 = V_1;
int32_t L_74 = V_0;
int32_t L_75 = V_1;
NullCheck(L_72);
String_t* L_76 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_72, L_73, ((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)L_75)), /*hidden argument*/NULL);
return L_76;
}
IL_012e:
{
String_t* L_77 = ___value0;
return L_77;
}
}
// System.String System.Xml.XmlComplianceUtil::CDataNormalize(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_CDataNormalize_m679644BE2BD4C8404086F3AF883B3930793A6A81 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlComplianceUtil_CDataNormalize_m679644BE2BD4C8404086F3AF883B3930793A6A81_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
StringBuilder_t * V_3 = NULL;
Il2CppChar V_4 = 0x0;
{
String_t* L_0 = ___value0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/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(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_3;
}
IL_0011:
{
V_1 = 0;
V_2 = 0;
V_3 = (StringBuilder_t *)NULL;
goto IL_0088;
}
IL_0019:
{
String_t* L_4 = ___value0;
int32_t L_5 = V_1;
NullCheck(L_4);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL);
V_4 = L_6;
Il2CppChar L_7 = V_4;
if ((((int32_t)L_7) >= ((int32_t)((int32_t)32))))
{
goto IL_003a;
}
}
{
Il2CppChar L_8 = V_4;
if ((((int32_t)L_8) == ((int32_t)((int32_t)9))))
{
goto IL_0040;
}
}
{
Il2CppChar L_9 = V_4;
if ((((int32_t)L_9) == ((int32_t)((int32_t)10))))
{
goto IL_0040;
}
}
{
Il2CppChar L_10 = V_4;
if ((((int32_t)L_10) == ((int32_t)((int32_t)13))))
{
goto IL_0040;
}
}
IL_003a:
{
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
goto IL_0088;
}
IL_0040:
{
StringBuilder_t * L_12 = V_3;
if (L_12)
{
goto IL_004a;
}
}
{
int32_t L_13 = V_0;
StringBuilder_t * L_14 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_14, L_13, /*hidden argument*/NULL);
V_3 = L_14;
}
IL_004a:
{
int32_t L_15 = V_2;
int32_t L_16 = V_1;
if ((((int32_t)L_15) >= ((int32_t)L_16)))
{
goto IL_005a;
}
}
{
StringBuilder_t * L_17 = V_3;
String_t* L_18 = ___value0;
int32_t L_19 = V_2;
int32_t L_20 = V_1;
int32_t L_21 = V_2;
NullCheck(L_17);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_17, L_18, L_19, ((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)L_21)), /*hidden argument*/NULL);
}
IL_005a:
{
StringBuilder_t * L_22 = V_3;
NullCheck(L_22);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_22, ((int32_t)32), /*hidden argument*/NULL);
Il2CppChar L_23 = V_4;
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)13)))))
{
goto IL_0082;
}
}
{
int32_t L_24 = V_1;
int32_t L_25 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1))) >= ((int32_t)L_25)))
{
goto IL_0082;
}
}
{
String_t* L_26 = ___value0;
int32_t L_27 = V_1;
NullCheck(L_26);
Il2CppChar L_28 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_26, ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)10)))))
{
goto IL_0082;
}
}
{
int32_t L_29 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)2));
goto IL_0086;
}
IL_0082:
{
int32_t L_30 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_0086:
{
int32_t L_31 = V_1;
V_2 = L_31;
}
IL_0088:
{
int32_t L_32 = V_1;
int32_t L_33 = V_0;
if ((((int32_t)L_32) < ((int32_t)L_33)))
{
goto IL_0019;
}
}
{
StringBuilder_t * L_34 = V_3;
if (L_34)
{
goto IL_0091;
}
}
{
String_t* L_35 = ___value0;
return L_35;
}
IL_0091:
{
int32_t L_36 = V_1;
int32_t L_37 = V_2;
if ((((int32_t)L_36) <= ((int32_t)L_37)))
{
goto IL_00a1;
}
}
{
StringBuilder_t * L_38 = V_3;
String_t* L_39 = ___value0;
int32_t L_40 = V_2;
int32_t L_41 = V_1;
int32_t L_42 = V_2;
NullCheck(L_38);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_38, L_39, L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)L_42)), /*hidden argument*/NULL);
}
IL_00a1:
{
StringBuilder_t * L_43 = V_3;
NullCheck(L_43);
String_t* L_44 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_43);
return L_44;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_ProhibitDefaultUrlResolver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_ProhibitDefaultUrlResolver_m0E06CF213E72ECC2B3A5AD2FA0A921DB34C31603 (const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_CollapseWhiteSpaceIntoEmptyString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_mE61793AAE54658DFEEE34174057A3BEAED58A07C (const RuntimeMethod* method)
{
{
return (bool)0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Byte[] System.Xml.XmlConvert::FromBinHexString(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F (String_t* ___s0, bool ___allowOddCount1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, XmlConvert_FromBinHexString_m73EF3E2246F86E41B86018E9F310EEF65777854F_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___s0;
NullCheck(L_2);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = String_ToCharArray_mFCFF32A5EC698E81075E0C72C874282B9ED197A6(L_2, /*hidden argument*/NULL);
bool L_4 = ___allowOddCount1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = BinHexDecoder_Decode_m5F2BC52564F7842934AAD9D572FC6A0498C9E06A(L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.String System.Xml.XmlConvert::ToBinHexString(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToBinHexString_mA2A4F8D0275C6CA7952CC1779C2D460BABA5DE8A (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToBinHexString_mA2A4F8D0275C6CA7952CC1779C2D460BABA5DE8A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___inArray0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralB3337829708B47BA30EF6CB0D62B0BC7364C36F9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, XmlConvert_ToBinHexString_mA2A4F8D0275C6CA7952CC1779C2D460BABA5DE8A_RuntimeMethod_var);
}
IL_000e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___inArray0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___inArray0;
NullCheck(L_3);
String_t* L_4 = BinHexEncoder_Encode_m03DF2B6ECF145A037F4EEA7DDF0A215A3B05AEA7(L_2, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length)))), /*hidden argument*/NULL);
return L_4;
}
}
// System.String System.Xml.XmlConvert::VerifyName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489 (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___name0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_002b;
}
}
{
String_t* L_4 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE, /*hidden argument*/NULL);
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m9EA692D49986AEBAC433CE3381331146109AE20F(L_5, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489_RuntimeMethod_var);
}
IL_002b:
{
String_t* L_6 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
int32_t L_7 = ValidateNames_ParseNameNoNamespaces_m473B45C3251536CC3BA599AEA803A2F12FCC13FC(L_6, 0, /*hidden argument*/NULL);
V_0 = L_7;
int32_t L_8 = V_0;
String_t* L_9 = ___name0;
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL);
if ((((int32_t)L_8) == ((int32_t)L_10)))
{
goto IL_0045;
}
}
{
String_t* L_11 = ___name0;
int32_t L_12 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Exception_t * L_13 = XmlConvert_CreateInvalidNameCharException_mB3EA40565C1B77972E6E269EB70FA45AF864113B(L_11, L_12, 1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, XmlConvert_VerifyName_mD5CA24B148FE37D179694D905ACE7C2514EDF489_RuntimeMethod_var);
}
IL_0045:
{
String_t* L_14 = ___name0;
return L_14;
}
}
// System.Exception System.Xml.XmlConvert::TryVerifyName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyName_mD14CF8AD8DE76E678AA6FD93B1DCD09236B0D6F7 (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryVerifyName_mD14CF8AD8DE76E678AA6FD93B1DCD09236B0D6F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* G_B7_0 = NULL;
{
String_t* L_0 = ___name0;
if (!L_0)
{
goto IL_000b;
}
}
{
String_t* L_1 = ___name0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_001b;
}
}
IL_000b:
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_4 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_4, _stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE, L_3, /*hidden argument*/NULL);
return L_4;
}
IL_001b:
{
String_t* L_5 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
int32_t L_6 = ValidateNames_ParseNameNoNamespaces_m473B45C3251536CC3BA599AEA803A2F12FCC13FC(L_5, 0, /*hidden argument*/NULL);
V_0 = L_6;
int32_t L_7 = V_0;
String_t* L_8 = ___name0;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL);
if ((((int32_t)L_7) == ((int32_t)L_9)))
{
goto IL_0048;
}
}
{
int32_t L_10 = V_0;
if (!L_10)
{
goto IL_0036;
}
}
{
G_B7_0 = _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D;
goto IL_003b;
}
IL_0036:
{
G_B7_0 = _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334;
}
IL_003b:
{
String_t* L_11 = ___name0;
int32_t L_12 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_11, L_12, /*hidden argument*/NULL);
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_14 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA(L_14, G_B7_0, L_13, /*hidden argument*/NULL);
return L_14;
}
IL_0048:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryVerifyNCName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNCName_mA460CC50BFC6ABD532305B68B0F5A152B8657B3C (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryVerifyNCName_mA460CC50BFC6ABD532305B68B0F5A152B8657B3C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
int32_t L_1 = ValidateNames_ParseNCName_m41CB443AA4A6A36548F5CF327083D24741087F84(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_0013;
}
}
{
int32_t L_3 = V_0;
String_t* L_4 = ___name0;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)L_5)))
{
goto IL_001c;
}
}
IL_0013:
{
String_t* L_6 = ___name0;
int32_t L_7 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
Exception_t * L_8 = ValidateNames_GetInvalidNameException_mB17BB20FC5FDA4A7283D3159B5B7BF788F21D3B9(L_6, 0, L_7, /*hidden argument*/NULL);
return L_8;
}
IL_001c:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryVerifyTOKEN(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyTOKEN_m9A77319B785866FC38666B0697EA349757F0F619 (String_t* ___token0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryVerifyTOKEN_m9A77319B785866FC38666B0697EA349757F0F619_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___token0;
if (!L_0)
{
goto IL_000b;
}
}
{
String_t* L_1 = ___token0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_000d;
}
}
IL_000b:
{
return (Exception_t *)NULL;
}
IL_000d:
{
String_t* L_3 = ___token0;
NullCheck(L_3);
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, 0, /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)((int32_t)32))))
{
goto IL_0047;
}
}
{
String_t* L_5 = ___token0;
String_t* L_6 = ___token0;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
NullCheck(L_5);
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL);
if ((((int32_t)L_8) == ((int32_t)((int32_t)32))))
{
goto IL_0047;
}
}
{
String_t* L_9 = ___token0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_crt_1();
NullCheck(L_9);
int32_t L_11 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_9, L_10, /*hidden argument*/NULL);
if ((!(((uint32_t)L_11) == ((uint32_t)(-1)))))
{
goto IL_0047;
}
}
{
String_t* L_12 = ___token0;
NullCheck(L_12);
int32_t L_13 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_12, _stringLiteral099600A10A944114AAC406D136B625FB416DD779, 4, /*hidden argument*/NULL);
if ((((int32_t)L_13) == ((int32_t)(-1))))
{
goto IL_0053;
}
}
IL_0047:
{
String_t* L_14 = ___token0;
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_15 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_15, _stringLiteralED7A0E4B2CCD89344A061B0034EA18C770FAFA95, L_14, /*hidden argument*/NULL);
return L_15;
}
IL_0053:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryVerifyNMTOKEN(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNMTOKEN_mA965156D95AD4FB5EDDCB313B65B8B0E0B246AA3 (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryVerifyNMTOKEN_mA965156D95AD4FB5EDDCB313B65B8B0E0B246AA3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
String_t* L_0 = ___name0;
if (!L_0)
{
goto IL_000b;
}
}
{
String_t* L_1 = ___name0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_001b;
}
}
IL_000b:
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_4 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_4, _stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE, L_3, /*hidden argument*/NULL);
return L_4;
}
IL_001b:
{
String_t* L_5 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
int32_t L_6 = ValidateNames_ParseNmtokenNoNamespaces_m9C54DF7AC1E68C1E6C501AFB1C8F62B76C806620(L_5, 0, /*hidden argument*/NULL);
V_0 = L_6;
int32_t L_7 = V_0;
String_t* L_8 = ___name0;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL);
if ((((int32_t)L_7) == ((int32_t)L_9)))
{
goto IL_003e;
}
}
{
String_t* L_10 = ___name0;
int32_t L_11 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_10, L_11, /*hidden argument*/NULL);
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_13 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA(L_13, _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D, L_12, /*hidden argument*/NULL);
return L_13;
}
IL_003e:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryVerifyNormalizedString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryVerifyNormalizedString_m8C9F710291C5D38305CDFED8304BC434EAF3DA72 (String_t* ___str0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryVerifyNormalizedString_m8C9F710291C5D38305CDFED8304BC434EAF3DA72_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___str0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_crt_1();
NullCheck(L_0);
int32_t L_2 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_0, L_1, /*hidden argument*/NULL);
if ((((int32_t)L_2) == ((int32_t)(-1))))
{
goto IL_001a;
}
}
{
String_t* L_3 = ___str0;
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_4 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_m3B75952F1CAD3E08CDD78FA477E51199E1402067(L_4, _stringLiteral439874BF352D63FA667A6ED07E1864F749937B82, L_3, /*hidden argument*/NULL);
return L_4;
}
IL_001a:
{
return (Exception_t *)NULL;
}
}
// System.String System.Xml.XmlConvert::ToString(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m90E6FBA36B87D6AC327394B54541F6202C6EA23F (bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToString_m90E6FBA36B87D6AC327394B54541F6202C6EA23F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___value0;
if (L_0)
{
goto IL_0009;
}
}
{
return _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04;
}
IL_0009:
{
return _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB;
}
}
// System.String System.Xml.XmlConvert::ToString(System.Decimal)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mE5A35CCA79A2E41A88D54E5FA05D5A4BDB269069 (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 ___value0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_1 = Decimal_ToString_mDC8D45024F77E3D04FB6FBE74866CA11CC6B8BAD((Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlConvert::ToString(System.SByte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mFE5BF7FA4B954F6CA3C57B11DBEED021E5826BA5 (int8_t ___value0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_1 = SByte_ToString_mAD063E83F82B38DAAA379DF61C14D563588034D1((int8_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlConvert::ToString(System.Int16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mEE96E46AF62E17AD951FFA2872EA0F751DCCF874 (int16_t ___value0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_1 = Int16_ToString_m9D8BFF89E90032C2A3332CF5831C38AFD2C9E31A((int16_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlConvert::ToString(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m77382EE674A1B6674515E6B7FE1D4E5DB1694BF0 (int32_t ___value0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_1 = Int32_ToString_mE527694B0C55AE14FDCBE1D9C848446C18E22C09((int32_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlConvert::ToString(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mBE98D61F39D5C9C9FF6AEE147E13C52554E4C8BB (int64_t ___value0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_1 = Int64_ToString_mB73201579D1D4BC868EC9BC901B2812AC4B90517((int64_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlConvert::ToString(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m678EBE6D756EBAAC1D4164A18768EB6CD0F9E193 (uint8_t ___value0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_1 = Byte_ToString_m731FDB27391432D7F14B6769B5D0A3E248803D25((uint8_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlConvert::ToString(System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m51DEEAECCF6FE110122141FC23C10765C54CBEA4 (uint16_t ___value0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_1 = UInt16_ToString_mD0CBA1F073A0E16528C1A7EB4E8A9892D218895B((uint16_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlConvert::ToString(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m825D55AC22B22AB3CC9A434220293E8917577513 (uint32_t ___value0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_1 = UInt32_ToString_m57BE7A0F4A653986FEAC4794CD13B04CE012F4EE((uint32_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlConvert::ToString(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m0F3C9D738B4574BDE743085E1B5F186E824B01FA (uint64_t ___value0, const RuntimeMethod* method)
{
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_0 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_1 = UInt64_ToString_mF6F94603E535C161BBD87AC747A1F403C274E8CD((uint64_t*)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlConvert::ToString(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m8705ADD74C380B38688083B4319E4E6A00E11B7A (float ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToString_m8705ADD74C380B38688083B4319E4E6A00E11B7A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
float L_0 = ___value0;
bool L_1 = Single_IsNegativeInfinity_m783D0162D4AC571DD716C3BF75EADBF90902100C(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000e;
}
}
{
return _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21;
}
IL_000e:
{
float L_2 = ___value0;
bool L_3 = Single_IsPositiveInfinity_m19DAA74DD1E70DBD36DB699FA26A504D9C650F2C(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001c;
}
}
{
return _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656;
}
IL_001c:
{
float L_4 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
bool L_5 = XmlConvert_IsNegativeZero_m241D5B636D98DCDBCD8459307BA09F72652B237B((((double)((double)L_4))), /*hidden argument*/NULL);
if (!L_5)
{
goto IL_002b;
}
}
{
return _stringLiteral0FEFD27CAD4915946049F0352BEDC0FA59D601E2;
}
IL_002b:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_7 = Single_ToString_mCF682C2751EC9B98F1CE5455066B92D7D3356756((float*)(&___value0), _stringLiteral06576556D1AD802F247CAD11AE748BE47B70CD9C, L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.String System.Xml.XmlConvert::ToString(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m49240C3634C498D07211B3A4E03C54C342F8AB79 (double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToString_m49240C3634C498D07211B3A4E03C54C342F8AB79_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
bool L_1 = Double_IsNegativeInfinity_mD080EA7EB89D45369DFB3481970AA97103D35764(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000e;
}
}
{
return _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21;
}
IL_000e:
{
double L_2 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
bool L_3 = Double_IsPositiveInfinity_m45537C58204CD5AA96F39D42F4CB8DADA128C77B(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001c;
}
}
{
return _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656;
}
IL_001c:
{
double L_4 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
bool L_5 = XmlConvert_IsNegativeZero_m241D5B636D98DCDBCD8459307BA09F72652B237B(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_002a;
}
}
{
return _stringLiteral0FEFD27CAD4915946049F0352BEDC0FA59D601E2;
}
IL_002a:
{
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_7 = Double_ToString_m1D341E667E85E9E18783A14CB02982643E96C616((double*)(&___value0), _stringLiteral06576556D1AD802F247CAD11AE748BE47B70CD9C, L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Boolean System.Xml.XmlConvert::ToBoolean(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_ToBoolean_m9B6644E3A3597D64D24A3595A98055A5E6ADF39B (String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToBoolean_m9B6644E3A3597D64D24A3595A98055A5E6ADF39B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL);
___s0 = L_1;
String_t* L_2 = ___s0;
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteral356A192B7913B04C54574D18C28D46E6395428AB, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0022;
}
}
{
String_t* L_4 = ___s0;
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0024;
}
}
IL_0022:
{
return (bool)1;
}
IL_0024:
{
String_t* L_6 = ___s0;
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C, /*hidden argument*/NULL);
if (L_7)
{
goto IL_003e;
}
}
{
String_t* L_8 = ___s0;
bool L_9 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_8, _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0040;
}
}
IL_003e:
{
return (bool)0;
}
IL_0040:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10;
String_t* L_12 = ___s0;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_12);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_11;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, _stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C);
String_t* L_14 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_13, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_15 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_15, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, XmlConvert_ToBoolean_m9B6644E3A3597D64D24A3595A98055A5E6ADF39B_RuntimeMethod_var);
}
}
// System.Exception System.Xml.XmlConvert::TryToBoolean(System.String,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToBoolean_m5D0B8E6CE88CD2FCF4BFBE2E345D4A169E4E6FC9 (String_t* ___s0, bool* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToBoolean_m5D0B8E6CE88CD2FCF4BFBE2E345D4A169E4E6FC9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL);
___s0 = L_1;
String_t* L_2 = ___s0;
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0022;
}
}
{
String_t* L_4 = ___s0;
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral7CB6EFB98BA5972A9B5090DC2E517FE14D12CB04, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0027;
}
}
IL_0022:
{
bool* L_6 = ___result1;
*((int8_t*)L_6) = (int8_t)0;
return (Exception_t *)NULL;
}
IL_0027:
{
String_t* L_7 = ___s0;
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, _stringLiteral356A192B7913B04C54574D18C28D46E6395428AB, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0041;
}
}
{
String_t* L_9 = ___s0;
bool L_10 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_9, _stringLiteral5FFE533B830F08A0326348A9160AFAFC8ADA44DB, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0046;
}
}
IL_0041:
{
bool* L_11 = ___result1;
*((int8_t*)L_11) = (int8_t)1;
return (Exception_t *)NULL;
}
IL_0046:
{
bool* L_12 = ___result1;
*((int8_t*)L_12) = (int8_t)0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
String_t* L_15 = ___s0;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_15);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_15);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_14;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, _stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralB76FF4906F33C2DD97DDD929B9662BA8CAC6174C);
String_t* L_17 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_16, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_18 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_18, L_17, /*hidden argument*/NULL);
return L_18;
}
}
// System.Char System.Xml.XmlConvert::ToChar(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D (String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralA0F1490A20D0211C997B44BC357E1972DEAB8AE3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___s0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_0027;
}
}
{
String_t* L_4 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralB66A404869995E54B8D48D938E63CA3C7D1C7DCD, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_5 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, XmlConvert_ToChar_mD3482EEEBA3F5A7DFD357E31F910455CEAF0688D_RuntimeMethod_var);
}
IL_0027:
{
String_t* L_6 = ___s0;
NullCheck(L_6);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, 0, /*hidden argument*/NULL);
return L_7;
}
}
// System.Exception System.Xml.XmlConvert::TryToChar(System.String,System.Char&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToChar_mB35134349941F7511AD6C3E26E6A1894320260E3 (String_t* ___s0, Il2CppChar* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToChar_mB35134349941F7511AD6C3E26E6A1894320260E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
Il2CppChar* L_1 = ___result1;
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_2 = Char_TryParse_m1C86EF2C22EE2F3EC9F20A4472961BDCE448E573(L_0, (Il2CppChar*)L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_002b;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
String_t* L_5 = ___s0;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_4;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral0F9BA953E35135A3F8EC268817CC92F2557202A9);
String_t* L_7 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_6, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_8 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_8, L_7, /*hidden argument*/NULL);
return L_8;
}
IL_002b:
{
return (Exception_t *)NULL;
}
}
// System.Decimal System.Xml.XmlConvert::ToDecimal(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 XmlConvert_ToDecimal_mE6C342E7D77ACC9E71F16C05A7F3B5F70D4A5651 (String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToDecimal_mE6C342E7D77ACC9E71F16C05A7F3B5F70D4A5651_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = Decimal_Parse_mFA9697AFBA5C224F2F6D08275B904E9DDBFE607A(L_0, ((int32_t)39), L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Exception System.Xml.XmlConvert::TryToDecimal(System.String,System.Decimal&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToDecimal_m53066B8D731C3A9CAF5AEF79EAB885CF47134AE9 (String_t* ___s0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToDecimal_m53066B8D731C3A9CAF5AEF79EAB885CF47134AE9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * L_2 = ___result1;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
bool L_3 = Decimal_TryParse_m0EC8E3EC9023AE24ED07A99D208E10F0F5D614DE(L_0, ((int32_t)39), L_1, (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0032;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralE4C3A2D0CC24A4535EF91791064FFE989CBD382A);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0032:
{
return (Exception_t *)NULL;
}
}
// System.Decimal System.Xml.XmlConvert::ToInteger(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 XmlConvert_ToInteger_m7B54C2B65EC2776F7EB184251DF24909CFCF4387 (String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToInteger_m7B54C2B65EC2776F7EB184251DF24909CFCF4387_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 L_2 = Decimal_Parse_mFA9697AFBA5C224F2F6D08275B904E9DDBFE607A(L_0, 7, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Exception System.Xml.XmlConvert::TryToInteger(System.String,System.Decimal&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInteger_m071AC49D1D9DC063BD31C630D707D1117382F65F (String_t* ___s0, Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToInteger_m071AC49D1D9DC063BD31C630D707D1117382F65F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 * L_2 = ___result1;
IL2CPP_RUNTIME_CLASS_INIT(Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8_il2cpp_TypeInfo_var);
bool L_3 = Decimal_TryParse_m0EC8E3EC9023AE24ED07A99D208E10F0F5D614DE(L_0, 7, L_1, (Decimal_t44EE9DA309A1BF848308DE4DDFC070CAE6D95EE8 *)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral9EDCFFFF4461C9083FBFF857F8DCEE0F0769CBD4);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral9EDCFFFF4461C9083FBFF857F8DCEE0F0769CBD4);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0031:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryToSByte(System.String,System.SByte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToSByte_m145732D9679ED91983025D99FF81A416E317860E (String_t* ___s0, int8_t* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToSByte_m145732D9679ED91983025D99FF81A416E317860E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
int8_t* L_2 = ___result1;
bool L_3 = SByte_TryParse_mF5FDEA456FF2D2A8B749312E1DA34907852F69CA(L_0, 7, L_1, (int8_t*)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral9B30C1BF65712BDA061818365704D06F3871C202);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral9B30C1BF65712BDA061818365704D06F3871C202);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0031:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryToInt16(System.String,System.Int16&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInt16_m7B72F3F44BDA7A9813D61AF97361026E2656C462 (String_t* ___s0, int16_t* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToInt16_m7B72F3F44BDA7A9813D61AF97361026E2656C462_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
int16_t* L_2 = ___result1;
bool L_3 = Int16_TryParse_m82B7F09D7F737EAFFC7E59AA0001753AE79EFA84(L_0, 7, L_1, (int16_t*)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7982E8C08D84551A97DDE8C3CC98E03FC2D6082C);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0031:
{
return (Exception_t *)NULL;
}
}
// System.Int32 System.Xml.XmlConvert::ToInt32(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlConvert_ToInt32_mD17D2F5AA3572EBD5D280211DECD31D00FAACB1D (String_t* ___s0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
int32_t L_2 = Int32_Parse_m17BA45CC13A0E08712F2EE60CC1356291D0592AC(L_0, 7, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Exception System.Xml.XmlConvert::TryToInt32(System.String,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInt32_m6D272276DCFB389F16A98350F626EE71659C0D0F (String_t* ___s0, int32_t* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToInt32_m6D272276DCFB389F16A98350F626EE71659C0D0F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
int32_t* L_2 = ___result1;
bool L_3 = Int32_TryParse_m6ADA5D03EE325554346538B991A4C3566BD2A011(L_0, 7, L_1, (int32_t*)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralF4753A4DEE54EE10A75B28C6D04EB9EA0D19ACCE);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0031:
{
return (Exception_t *)NULL;
}
}
// System.Int64 System.Xml.XmlConvert::ToInt64(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlConvert_ToInt64_m4140DB9BC2AA453961C35E2FBFAFF3C98A945BFC (String_t* ___s0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
int64_t L_2 = Int64_Parse_m5113C0CCFB668DBC49D71D9F07CC8A96B8C7773D(L_0, 7, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Exception System.Xml.XmlConvert::TryToInt64(System.String,System.Int64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToInt64_mA3C821C5A1E245BF4D00FF85DD991233FD42F001 (String_t* ___s0, int64_t* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToInt64_mA3C821C5A1E245BF4D00FF85DD991233FD42F001_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
int64_t* L_2 = ___result1;
bool L_3 = Int64_TryParse_m8CE5F89833C03A091273A4EF48C69E86E1F81ACC(L_0, 7, L_1, (int64_t*)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral180FCBE698D0F2C44101A06215C472930BBD0A01);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0031:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryToByte(System.String,System.Byte&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToByte_mA404995D203F2F29119E460B598CD4C89302581F (String_t* ___s0, uint8_t* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToByte_mA404995D203F2F29119E460B598CD4C89302581F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
uint8_t* L_2 = ___result1;
bool L_3 = Byte_TryParse_m224FC83DF738902B9E524FDA9864CADED2A0FFE1(L_0, 3, L_1, (uint8_t*)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7803EE252527503B67D1EEB0DEB252622746CEBD);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0031:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryToUInt16(System.String,System.UInt16&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUInt16_mB51E1B2D5B24B927588AD40CEF7052C805370E3F (String_t* ___s0, uint16_t* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToUInt16_mB51E1B2D5B24B927588AD40CEF7052C805370E3F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
uint16_t* L_2 = ___result1;
bool L_3 = UInt16_TryParse_mAA7EAE386D423C90C7B6BC0DDA1BB056EAC05BC3(L_0, 3, L_1, (uint16_t*)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral70B4BB2684C3F8969E2FE9E14B470906FD4CF3C6);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0031:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryToUInt32(System.String,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUInt32_m9A5999C8CECB6FDD04F625C0A7A3921BD26E5F8D (String_t* ___s0, uint32_t* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToUInt32_m9A5999C8CECB6FDD04F625C0A7A3921BD26E5F8D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
uint32_t* L_2 = ___result1;
bool L_3 = UInt32_TryParse_mF53E581D2BF1451EC324BC2F601B6AEB0E2F9235(L_0, 3, L_1, (uint32_t*)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralE71E7BC3FE9E9F3C39E46B53FFFF0C83D9CC9A36);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0031:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryToUInt64(System.String,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUInt64_m864236E32E2CDA31263A154A4EC874C2D3FED910 (String_t* ___s0, uint64_t* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToUInt64_m864236E32E2CDA31263A154A4EC874C2D3FED910_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_1 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
uint64_t* L_2 = ___result1;
bool L_3 = UInt64_TryParse_m5119C451C7052149BC0994D3C7AB5D0AE289E8F3(L_0, 3, L_1, (uint64_t*)L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0031;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = L_4;
String_t* L_6 = ___s0;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, L_6);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_5;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral69A99906F5A06EA1BDBFC02E6132D35DE781D3F1);
String_t* L_8 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_9 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_9, L_8, /*hidden argument*/NULL);
return L_9;
}
IL_0031:
{
return (Exception_t *)NULL;
}
}
// System.Single System.Xml.XmlConvert::ToSingle(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlConvert_ToSingle_mE71D343AFD52CCD58B575BB64166226C31B01C92 (String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToSingle_mE71D343AFD52CCD58B575BB64166226C31B01C92_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
{
String_t* L_0 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL);
___s0 = L_1;
String_t* L_2 = ___s0;
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001b;
}
}
{
return (-std::numeric_limits<float>::infinity());
}
IL_001b:
{
String_t* L_4 = ___s0;
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_002e;
}
}
{
return (std::numeric_limits<float>::infinity());
}
IL_002e:
{
String_t* L_6 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_7 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
float L_8 = Single_Parse_m6D591682F5EF2ED4D1CEADF65728E965A739AE74(L_6, ((int32_t)164), L_7, /*hidden argument*/NULL);
V_0 = L_8;
float L_9 = V_0;
if ((!(((float)L_9) == ((float)(0.0f)))))
{
goto IL_0058;
}
}
{
String_t* L_10 = ___s0;
NullCheck(L_10);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)45)))))
{
goto IL_0058;
}
}
{
return (0.0f);
}
IL_0058:
{
float L_12 = V_0;
return L_12;
}
}
// System.Exception System.Xml.XmlConvert::TryToSingle(System.String,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToSingle_m86CC8202B4155B9C499D20BEE9D09FE8A7647FA6 (String_t* ___s0, float* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToSingle_m86CC8202B4155B9C499D20BEE9D09FE8A7647FA6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL);
___s0 = L_1;
String_t* L_2 = ___s0;
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001e;
}
}
{
float* L_4 = ___result1;
*((float*)L_4) = (float)(-std::numeric_limits<float>::infinity());
return (Exception_t *)NULL;
}
IL_001e:
{
String_t* L_5 = ___s0;
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0034;
}
}
{
float* L_7 = ___result1;
*((float*)L_7) = (float)(std::numeric_limits<float>::infinity());
return (Exception_t *)NULL;
}
IL_0034:
{
String_t* L_8 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_9 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
float* L_10 = ___result1;
bool L_11 = Single_TryParse_m4FE60E3061A34FB7B835A80AC156A85649610744(L_8, ((int32_t)164), L_9, (float*)L_10, /*hidden argument*/NULL);
if (L_11)
{
goto IL_0069;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
String_t* L_14 = ___s0;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_14);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_14);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_13;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, _stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralDD1186892A2F5C2BD17CD7D41F90482E39BD02C5);
String_t* L_16 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_15, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_17 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_17, L_16, /*hidden argument*/NULL);
return L_17;
}
IL_0069:
{
float* L_18 = ___result1;
float L_19 = *((float*)L_18);
if ((!(((float)L_19) == ((float)(0.0f)))))
{
goto IL_0084;
}
}
{
String_t* L_20 = ___s0;
NullCheck(L_20);
Il2CppChar L_21 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)45)))))
{
goto IL_0084;
}
}
{
float* L_22 = ___result1;
*((float*)L_22) = (float)(0.0f);
}
IL_0084:
{
return (Exception_t *)NULL;
}
}
// System.Double System.Xml.XmlConvert::ToDouble(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_ToDouble_mF72283E87D468B2CC95C44498301E37F7A0B614F (String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToDouble_mF72283E87D468B2CC95C44498301E37F7A0B614F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
double V_0 = 0.0;
{
String_t* L_0 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL);
___s0 = L_1;
String_t* L_2 = ___s0;
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_001f;
}
}
{
return (-std::numeric_limits<double>::infinity());
}
IL_001f:
{
String_t* L_4 = ___s0;
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0036;
}
}
{
return (std::numeric_limits<double>::infinity());
}
IL_0036:
{
String_t* L_6 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_7 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
double L_8 = Double_Parse_m52FA2C773282C04605DA871AC7093A66FA8A746B(L_6, ((int32_t)167), L_7, /*hidden argument*/NULL);
V_0 = L_8;
double L_9 = V_0;
if ((!(((double)L_9) == ((double)(0.0)))))
{
goto IL_0068;
}
}
{
String_t* L_10 = ___s0;
NullCheck(L_10);
Il2CppChar L_11 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)45)))))
{
goto IL_0068;
}
}
{
return (0.0);
}
IL_0068:
{
double L_12 = V_0;
return L_12;
}
}
// System.Exception System.Xml.XmlConvert::TryToDouble(System.String,System.Double&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToDouble_mA9625E9F493284FE3FAE1334C2B4A070F3FBD52E (String_t* ___s0, double* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToDouble_mA9625E9F493284FE3FAE1334C2B4A070F3FBD52E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_1 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_0, /*hidden argument*/NULL);
___s0 = L_1;
String_t* L_2 = ___s0;
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralAF70ADB776960964CBE9C76003518A80CCB35F21, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0022;
}
}
{
double* L_4 = ___result1;
*((double*)L_4) = (double)(-std::numeric_limits<double>::infinity());
return (Exception_t *)NULL;
}
IL_0022:
{
String_t* L_5 = ___s0;
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, _stringLiteral55C1943F65C7C105AE98E6703CD64127B6585656, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_003c;
}
}
{
double* L_7 = ___result1;
*((double*)L_7) = (double)(std::numeric_limits<double>::infinity());
return (Exception_t *)NULL;
}
IL_003c:
{
String_t* L_8 = ___s0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_9 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
double* L_10 = ___result1;
IL2CPP_RUNTIME_CLASS_INIT(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_il2cpp_TypeInfo_var);
bool L_11 = Double_TryParse_m1A7BCBA90DE896E448E3CA09AAD1CA43846567D7(L_8, ((int32_t)164), L_9, (double*)L_10, /*hidden argument*/NULL);
if (L_11)
{
goto IL_0071;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
String_t* L_14 = ___s0;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_14);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_14);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = L_13;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, _stringLiteral81581597044514BF54D4F97266022FC991F3915E);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral81581597044514BF54D4F97266022FC991F3915E);
String_t* L_16 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_15, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_17 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_17, L_16, /*hidden argument*/NULL);
return L_17;
}
IL_0071:
{
double* L_18 = ___result1;
double L_19 = *((double*)L_18);
if ((!(((double)L_19) == ((double)(0.0)))))
{
goto IL_0094;
}
}
{
String_t* L_20 = ___s0;
NullCheck(L_20);
Il2CppChar L_21 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)45)))))
{
goto IL_0094;
}
}
{
double* L_22 = ___result1;
*((double*)L_22) = (double)(0.0);
}
IL_0094:
{
return (Exception_t *)NULL;
}
}
// System.Exception System.Xml.XmlConvert::TryToTimeSpan(System.String,System.TimeSpan&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToTimeSpan_m054EAAEEF475BD1F16E7D67CEDF19FEC8F3B3F02 (String_t* ___s0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToTimeSpan_m054EAAEEF475BD1F16E7D67CEDF19FEC8F3B3F02_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 V_0;
memset((&V_0), 0, sizeof(V_0));
Exception_t * V_1 = NULL;
{
String_t* L_0 = ___s0;
Exception_t * L_1 = XsdDuration_TryParse_mDA80514B5C5B83DA5781476211E6F415247F45AF(L_0, (XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 *)(&V_0), /*hidden argument*/NULL);
V_1 = L_1;
Exception_t * L_2 = V_1;
if (!L_2)
{
goto IL_0019;
}
}
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_3 = ___result1;
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_MinValue_2();
*(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_3 = L_4;
Exception_t * L_5 = V_1;
return L_5;
}
IL_0019:
{
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * L_6 = ___result1;
Exception_t * L_7 = XsdDuration_TryToTimeSpan_m2F7BEFB7EAE4363117EB1C53D984F0C1FCABFC35((XsdDuration_t10E257E1794C97860274A62B208A93B6DBBC7CE5 *)(&V_0), (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Guid System.Xml.XmlConvert::ToGuid(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t XmlConvert_ToGuid_m4D406BFB6104408A41758B5344BF6AFEABCFF567 (String_t* ___s0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___s0;
Guid_t L_1;
memset((&L_1), 0, sizeof(L_1));
Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079((&L_1), L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Exception System.Xml.XmlConvert::TryToGuid(System.String,System.Guid&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToGuid_m423DFA837B04BF062F929F2B6291C8C0C88A25D6 (String_t* ___s0, Guid_t * ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToGuid_m423DFA837B04BF062F929F2B6291C8C0C88A25D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = (Exception_t *)NULL;
Guid_t * L_0 = ___result1;
IL2CPP_RUNTIME_CLASS_INIT(Guid_t_il2cpp_TypeInfo_var);
Guid_t L_1 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->get_Empty_0();
*(Guid_t *)L_0 = L_1;
}
IL_000d:
try
{ // begin try (depth: 1)
Guid_t * L_2 = ___result1;
String_t* L_3 = ___s0;
Guid_t L_4;
memset((&L_4), 0, sizeof(L_4));
Guid__ctor_mC668142577A40A77D13B78AADDEFFFC2E2705079((&L_4), L_3, /*hidden argument*/NULL);
*(Guid_t *)L_2 = L_4;
goto IL_0065;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_001b;
if(il2cpp_codegen_class_is_assignable_from (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0040;
throw e;
}
CATCH_001b:
{ // begin catch(System.ArgumentException)
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5;
String_t* L_7 = ___s0;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_7);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_7);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_6;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, _stringLiteral9F8EFF81B930BE0F633A2B644305059F47FC788D);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral9F8EFF81B930BE0F633A2B644305059F47FC788D);
String_t* L_9 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_8, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_10 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_10, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_0065;
} // end catch (depth: 1)
CATCH_0040:
{ // begin catch(System.FormatException)
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
String_t* L_13 = ___s0;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_13);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_13);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_12;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, _stringLiteral9F8EFF81B930BE0F633A2B644305059F47FC788D);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral9F8EFF81B930BE0F633A2B644305059F47FC788D);
String_t* L_15 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_14, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_16 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_16, L_15, /*hidden argument*/NULL);
V_0 = L_16;
goto IL_0065;
} // end catch (depth: 1)
IL_0065:
{
Exception_t * L_17 = V_0;
return L_17;
}
}
// System.Uri System.Xml.XmlConvert::ToUri(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C (String_t* ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
{
String_t* L_0 = ___s0;
if (!L_0)
{
goto IL_004d;
}
}
{
String_t* L_1 = ___s0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_004d;
}
}
{
String_t* L_3 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_4 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_3, /*hidden argument*/NULL);
___s0 = L_4;
String_t* L_5 = ___s0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_002b;
}
}
{
String_t* L_7 = ___s0;
NullCheck(L_7);
int32_t L_8 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_7, _stringLiteral93AC8946882128457CD9E283B30CA851945E6690, 4, /*hidden argument*/NULL);
if ((((int32_t)L_8) == ((int32_t)(-1))))
{
goto IL_004d;
}
}
IL_002b:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9;
String_t* L_11 = ___s0;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_11);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_11);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_10;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, _stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB);
String_t* L_13 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_12, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_14 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C_RuntimeMethod_var);
}
IL_004d:
{
String_t* L_15 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_16 = Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB(L_15, 0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)(&V_0), /*hidden argument*/NULL);
if (L_16)
{
goto IL_007a;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_17 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = L_17;
String_t* L_19 = ___s0;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_19);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_19);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_18;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, _stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB);
String_t* L_21 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_20, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_22 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_22, L_21, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, XmlConvert_ToUri_mBEED3A5DD904ACCFABCCD656E5BF9DFD0DD0A48C_RuntimeMethod_var);
}
IL_007a:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_23 = V_0;
return L_23;
}
}
// System.Exception System.Xml.XmlConvert::TryToUri(System.String,System.Uri&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_TryToUri_m7FD6001A90C65537A75C452DE793260E73E0A13E (String_t* ___s0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TryToUri_m7FD6001A90C65537A75C452DE793260E73E0A13E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_0 = ___result1;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL);
String_t* L_1 = ___s0;
if (!L_1)
{
goto IL_0050;
}
}
{
String_t* L_2 = ___s0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0050;
}
}
{
String_t* L_4 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_5 = XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA(L_4, /*hidden argument*/NULL);
___s0 = L_5;
String_t* L_6 = ___s0;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_002e;
}
}
{
String_t* L_8 = ___s0;
NullCheck(L_8);
int32_t L_9 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_8, _stringLiteral93AC8946882128457CD9E283B30CA851945E6690, 4, /*hidden argument*/NULL);
if ((((int32_t)L_9) == ((int32_t)(-1))))
{
goto IL_0050;
}
}
IL_002e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10;
String_t* L_12 = ___s0;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_12);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_12);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_11;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, _stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB);
String_t* L_14 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_13, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_15 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_15, L_14, /*hidden argument*/NULL);
return L_15;
}
IL_0050:
{
String_t* L_16 = ___s0;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_17 = ___result1;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_18 = Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB(L_16, 0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)L_17, /*hidden argument*/NULL);
if (L_18)
{
goto IL_007c;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_19;
String_t* L_21 = ___s0;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_21);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_21);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_20;
NullCheck(L_22);
ArrayElementTypeCheck (L_22, _stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral7784AC6F7E8508F6D9265F8FC27CC2B91221C3CB);
String_t* L_23 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral43DD0700C1BAD9A13AE3F33E5884A045DC56267A, L_22, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_24 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_24, L_23, /*hidden argument*/NULL);
return L_24;
}
IL_007c:
{
return (Exception_t *)NULL;
}
}
// System.Boolean System.Xml.XmlConvert::StrEqual(System.Char[],System.Int32,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93 (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___strPos11, int32_t ___strLen12, String_t* ___str23, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = ___strLen12;
String_t* L_1 = ___str23;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_000b;
}
}
{
return (bool)0;
}
IL_000b:
{
V_0 = 0;
goto IL_0013;
}
IL_000f:
{
int32_t L_3 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1));
}
IL_0013:
{
int32_t L_4 = V_0;
int32_t L_5 = ___strLen12;
if ((((int32_t)L_4) >= ((int32_t)L_5)))
{
goto IL_0025;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = ___chars0;
int32_t L_7 = ___strPos11;
int32_t L_8 = V_0;
NullCheck(L_6);
int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8));
uint16_t L_10 = (uint16_t)(L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
String_t* L_11 = ___str23;
int32_t L_12 = V_0;
NullCheck(L_11);
Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, L_12, /*hidden argument*/NULL);
if ((((int32_t)L_10) == ((int32_t)L_13)))
{
goto IL_000f;
}
}
IL_0025:
{
int32_t L_14 = V_0;
int32_t L_15 = ___strLen12;
return (bool)((((int32_t)L_14) == ((int32_t)L_15))? 1 : 0);
}
}
// System.String System.Xml.XmlConvert::TrimString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_TrimString_m89152D6729B89C0423168B5C60E0191A773AD1FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_WhitespaceChars_3();
NullCheck(L_0);
String_t* L_2 = String_Trim_m788DE5AEFDAC40E778745C4DF4AFD45A4BC1007E(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.String[] System.Xml.XmlConvert::SplitString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XmlConvert_SplitString_m6B7CF86F87E0A50390D716EEEB30FB53531E1924 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_SplitString_m6B7CF86F87E0A50390D716EEEB30FB53531E1924_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->get_WhitespaceChars_3();
NullCheck(L_0);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = String_Split_m3E47054D847F0ED0FA2F54757D2BF5F8E15B938A(L_0, L_1, 1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.Xml.XmlConvert::IsNegativeZero(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_IsNegativeZero_m241D5B636D98DCDBCD8459307BA09F72652B237B (double ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_IsNegativeZero_m241D5B636D98DCDBCD8459307BA09F72652B237B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
double L_0 = ___value0;
if ((!(((double)L_0) == ((double)(0.0)))))
{
goto IL_0024;
}
}
{
double L_1 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
int64_t L_2 = XmlConvert_DoubleToInt64Bits_m248147309B760757E3E941D832105E8B076D8DB5(L_1, /*hidden argument*/NULL);
int64_t L_3 = XmlConvert_DoubleToInt64Bits_m248147309B760757E3E941D832105E8B076D8DB5((0.0), /*hidden argument*/NULL);
if ((!(((uint64_t)L_2) == ((uint64_t)L_3))))
{
goto IL_0024;
}
}
{
return (bool)1;
}
IL_0024:
{
return (bool)0;
}
}
// System.Int64 System.Xml.XmlConvert::DoubleToInt64Bits(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlConvert_DoubleToInt64Bits_m248147309B760757E3E941D832105E8B076D8DB5 (double ___value0, const RuntimeMethod* method)
{
{
int64_t L_0 = *((int64_t*)(((uintptr_t)(&___value0))));
return L_0;
}
}
// System.String System.Xml.XmlConvert::EscapeValueForDebuggerDisplay(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
{
V_0 = (StringBuilder_t *)NULL;
V_1 = 0;
V_2 = 0;
goto IL_00ad;
}
IL_000b:
{
String_t* L_0 = ___value0;
int32_t L_1 = V_1;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
V_3 = L_2;
Il2CppChar L_3 = V_3;
if ((((int32_t)L_3) < ((int32_t)((int32_t)32))))
{
goto IL_0020;
}
}
{
Il2CppChar L_4 = V_3;
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)34)))))
{
goto IL_00a9;
}
}
IL_0020:
{
StringBuilder_t * L_5 = V_0;
if (L_5)
{
goto IL_0031;
}
}
{
String_t* L_6 = ___value0;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
StringBuilder_t * L_8 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)4)), /*hidden argument*/NULL);
V_0 = L_8;
}
IL_0031:
{
int32_t L_9 = V_1;
int32_t L_10 = V_2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10))) <= ((int32_t)0)))
{
goto IL_0043;
}
}
{
StringBuilder_t * L_11 = V_0;
String_t* L_12 = ___value0;
int32_t L_13 = V_2;
int32_t L_14 = V_1;
int32_t L_15 = V_2;
NullCheck(L_11);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_11, L_12, L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)), /*hidden argument*/NULL);
}
IL_0043:
{
int32_t L_16 = V_1;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
Il2CppChar L_17 = V_3;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_17, (int32_t)((int32_t)9))))
{
case 0:
{
goto IL_0093;
}
case 1:
{
goto IL_0085;
}
case 2:
{
goto IL_00a1;
}
case 3:
{
goto IL_00a1;
}
case 4:
{
goto IL_0077;
}
}
}
{
Il2CppChar L_18 = V_3;
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)34)))))
{
goto IL_00a1;
}
}
{
StringBuilder_t * L_19 = V_0;
NullCheck(L_19);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_19, _stringLiteralAB006BB8AACDF6E68299BC1DFFCCC9BCC8AC3EAF, /*hidden argument*/NULL);
goto IL_00a9;
}
IL_0077:
{
StringBuilder_t * L_20 = V_0;
NullCheck(L_20);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, _stringLiteralF12C84902108895980702C88DB900CEEA2D2EC01, /*hidden argument*/NULL);
goto IL_00a9;
}
IL_0085:
{
StringBuilder_t * L_21 = V_0;
NullCheck(L_21);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_21, _stringLiteralEF7E6794CA9C6A06B54B66F279237FB8DAAAEEA8, /*hidden argument*/NULL);
goto IL_00a9;
}
IL_0093:
{
StringBuilder_t * L_22 = V_0;
NullCheck(L_22);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_22, _stringLiteral8BF81043E29DFC96A6FE1F30F7116F552DE6E7D7, /*hidden argument*/NULL);
goto IL_00a9;
}
IL_00a1:
{
StringBuilder_t * L_23 = V_0;
Il2CppChar L_24 = V_3;
NullCheck(L_23);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_23, L_24, /*hidden argument*/NULL);
}
IL_00a9:
{
int32_t L_25 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
}
IL_00ad:
{
int32_t L_26 = V_1;
String_t* L_27 = ___value0;
NullCheck(L_27);
int32_t L_28 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_27, /*hidden argument*/NULL);
if ((((int32_t)L_26) < ((int32_t)L_28)))
{
goto IL_000b;
}
}
{
StringBuilder_t * L_29 = V_0;
if (L_29)
{
goto IL_00be;
}
}
{
String_t* L_30 = ___value0;
return L_30;
}
IL_00be:
{
int32_t L_31 = V_1;
int32_t L_32 = V_2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32))) <= ((int32_t)0)))
{
goto IL_00d0;
}
}
{
StringBuilder_t * L_33 = V_0;
String_t* L_34 = ___value0;
int32_t L_35 = V_2;
int32_t L_36 = V_1;
int32_t L_37 = V_2;
NullCheck(L_33);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_33, L_34, L_35, ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)L_37)), /*hidden argument*/NULL);
}
IL_00d0:
{
StringBuilder_t * L_38 = V_0;
NullCheck(L_38);
String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_38);
return L_39;
}
}
// System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String[],System.Xml.ExceptionType,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateException_m956710818209FE5D8F7999590B30376FEFBC2F90 (String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___exceptionType2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_CreateException_m956710818209FE5D8F7999590B30376FEFBC2F90_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___exceptionType2;
if (!L_0)
{
goto IL_0009;
}
}
{
int32_t L_1 = ___exceptionType2;
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_0016;
}
}
{
goto IL_0016;
}
IL_0009:
{
String_t* L_2 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = ___args1;
String_t* L_4 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(L_2, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_3, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0016:
{
String_t* L_6 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = ___args1;
int32_t L_8 = ___lineNo3;
int32_t L_9 = ___linePos4;
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_10 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mEAC3FCF0B0088BA1343DA1293874C92ECE9217EB(L_10, L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Exception System.Xml.XmlConvert::CreateInvalidNameCharException(System.String,System.Int32,System.Xml.ExceptionType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * XmlConvert_CreateInvalidNameCharException_mB3EA40565C1B77972E6E269EB70FA45AF864113B (String_t* ___name0, int32_t ___index1, int32_t ___exceptionType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_CreateInvalidNameCharException_mB3EA40565C1B77972E6E269EB70FA45AF864113B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B3_0 = NULL;
{
int32_t L_0 = ___index1;
if (!L_0)
{
goto IL_000a;
}
}
{
G_B3_0 = _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D;
goto IL_000f;
}
IL_000a:
{
G_B3_0 = _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334;
}
IL_000f:
{
String_t* L_1 = ___name0;
int32_t L_2 = ___index1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B(L_1, L_2, /*hidden argument*/NULL);
int32_t L_4 = ___exceptionType2;
int32_t L_5 = ___index1;
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
Exception_t * L_6 = XmlConvert_CreateException_m956710818209FE5D8F7999590B30376FEFBC2F90(G_B3_0, L_3, L_4, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)), /*hidden argument*/NULL);
return L_6;
}
}
// System.ArgumentException System.Xml.XmlConvert::CreateInvalidNameArgumentException(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * XmlConvert_CreateInvalidNameArgumentException_m7505BFFC4B0206C39B6C13C12E4075D147147F1B (String_t* ___name0, String_t* ___argumentName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert_CreateInvalidNameArgumentException_m7505BFFC4B0206C39B6C13C12E4075D147147F1B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
if (!L_0)
{
goto IL_0014;
}
}
{
String_t* L_1 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteral6A1A9FE935680F06E164A937107D4F9DAE6EA4CE, /*hidden argument*/NULL);
String_t* L_2 = ___argumentName1;
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_3, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
IL_0014:
{
String_t* L_4 = ___argumentName1;
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_5, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Void System.Xml.XmlConvert::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlConvert__cctor_m1EE317B21041E9F0ABE85E4DB9EE427C21DB4F03 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlConvert__cctor_m1EE317B21041E9F0ABE85E4DB9EE427C21DB4F03_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 L_0 = XmlCharType_get_Instance_mEAAD3E43BD5AC72FA94C12096B2A9C9684557210(/*hidden argument*/NULL);
((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->set_xmlCharType_0(L_0);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)3);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_3 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____5D100A87B697F3AE2015A5D3B2A7B5419E1BCA98_0_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL);
((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->set_crt_1(L_2);
((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->set_c_EncodedCharLength_2(7);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_6 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tBA431F51A4722F0776A8592A8C2A8770D6D54EFB____EBC658B067B5C785A3F0BB67D73755F6FEE7F70C_5_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL);
((XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var))->set_WhitespaceChars_3(L_5);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlNodeType System.Xml.XmlDocument::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlDocument_get_NodeType_m36BE460D7EDE1D3B03CD8E71B5A6727E58491C06 (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)9));
}
}
// System.String System.Xml.XmlDocument::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocument_get_Name_m6C319544F5DDC7EE34124C341CC27F837504084C (XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_strDocumentName_0();
return L_0;
}
}
// System.Void System.Xml.XmlDocument::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDocument__cctor_m2585C547BBD27D102EFF94D0BAEEBB87F784871E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlDocument__cctor_m2585C547BBD27D102EFF94D0BAEEBB87F784871E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 * L_0 = (EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3 *)il2cpp_codegen_object_new(EmptyEnumerator_t7702FAD652CDD694DC3D136712CA48C48FFB0DC3_il2cpp_TypeInfo_var);
EmptyEnumerator__ctor_mEB9A4EF59182F1D6A7CC0A6C7A8A12FD8972EA0E(L_0, /*hidden argument*/NULL);
((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var))->set_EmptyEnumerator_1(L_0);
XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 * L_1 = (XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 *)il2cpp_codegen_object_new(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035_il2cpp_TypeInfo_var);
XmlSchemaInfo__ctor_m5FD36E97FABD79594AFBD7D46FD2895A24FBF676(L_1, 0, /*hidden argument*/NULL);
((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var))->set_NotKnownSchemaInfo_2(L_1);
XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 * L_2 = (XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 *)il2cpp_codegen_object_new(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035_il2cpp_TypeInfo_var);
XmlSchemaInfo__ctor_m5FD36E97FABD79594AFBD7D46FD2895A24FBF676(L_2, 1, /*hidden argument*/NULL);
((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var))->set_ValidSchemaInfo_3(L_2);
XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 * L_3 = (XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035 *)il2cpp_codegen_object_new(XmlSchemaInfo_tEC7C8E9E6FC5CF178F83789C9B3336C5A9145035_il2cpp_TypeInfo_var);
XmlSchemaInfo__ctor_m5FD36E97FABD79594AFBD7D46FD2895A24FBF676(L_3, 2, /*hidden argument*/NULL);
((XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_StaticFields*)il2cpp_codegen_static_fields_for(XmlDocument_t448325D04430147AF19F2955BD6A5F1551003C97_il2cpp_TypeInfo_var))->set_InvalidSchemaInfo_4(L_3);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.Xml.XmlDocumentType::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_Name_m1AD33BED673249FB1F704F19A1A9D705ABF6FD1C (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_0();
return L_0;
}
}
// System.Xml.XmlNodeType System.Xml.XmlDocumentType::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlDocumentType_get_NodeType_m3DF8ACD66E13DD9C1E9C358E0C3F148EBCE5627C (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method)
{
{
return (int32_t)(((int32_t)10));
}
}
// System.String System.Xml.XmlDocumentType::get_PublicId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_PublicId_m2DDA44AD846D5D03CC3E11FF284F5C40596FC51B (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_publicId_1();
return L_0;
}
}
// System.String System.Xml.XmlDocumentType::get_SystemId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_SystemId_m4D995F9A6F7D34E70D9C53FD99D4A6EE66B473D0 (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_systemId_2();
return L_0;
}
}
// System.String System.Xml.XmlDocumentType::get_InternalSubset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlDocumentType_get_InternalSubset_m47C247A372247168CC1B7DFC08B27BA3663A2177 (XmlDocumentType_t9AB8D5C3C27B699B885D941D4B4735A6EE039136 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_internalSubset_3();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mC412B820BFDD1777E4423CA896912FAAD077B783 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlException__ctor_mC412B820BFDD1777E4423CA896912FAAD077B783_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * V_1 = NULL;
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA V_2;
memset((&V_2), 0, sizeof(V_2));
String_t* V_3 = NULL;
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__this, L_0, L_1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteralDEE1EBCD105D3D47ADF43ABA6FD674E80D1DC35F, L_4, /*hidden argument*/NULL);
__this->set_res_17(((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_0_0_0_var) };
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976, L_8, /*hidden argument*/NULL);
__this->set_args_18(((StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)Castclass((RuntimeObject*)L_9, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL);
NullCheck(L_10);
RuntimeObject * L_13 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_10, _stringLiteralD8A074E1D9365F0A70DCF0E727BD10F33EE154D9, L_12, /*hidden argument*/NULL);
__this->set_lineNumber_19(((*(int32_t*)((int32_t*)UnBox(L_13, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = ___info0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast<intptr_t> (Int32_t585191389E07734F19F3156FF88FB3EF4800D102_0_0_0_var) };
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
NullCheck(L_14);
RuntimeObject * L_17 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_14, _stringLiteral4AF0A653663892E6E605DC7C5B286A0FF6E4247B, L_16, /*hidden argument*/NULL);
__this->set_linePosition_20(((*(int32_t*)((int32_t*)UnBox(L_17, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))));
String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_sourceUri_21(L_18);
V_0 = (String_t*)NULL;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_19 = ___info0;
NullCheck(L_19);
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_20 = SerializationInfo_GetEnumerator_m9796C5CB43B69B5236D530A547A4FC24ABB0B575(L_19, /*hidden argument*/NULL);
V_1 = L_20;
goto IL_00ea;
}
IL_009e:
{
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_21 = V_1;
NullCheck(L_21);
SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA L_22 = SerializationInfoEnumerator_get_Current_m8C18D86105BD6390B0FB268A1C1E8151D8AF3C33(L_21, /*hidden argument*/NULL);
V_2 = L_22;
String_t* L_23 = SerializationEntry_get_Name_m364D6CAEAD32EE66700B47B65E80C03D80596DC4_inline((SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA *)(&V_2), /*hidden argument*/NULL);
V_3 = L_23;
String_t* L_24 = V_3;
bool L_25 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_24, _stringLiteral5368F75FAEDF45E142655CD9D9FF084E577BBD2D, /*hidden argument*/NULL);
if (L_25)
{
goto IL_00c9;
}
}
{
String_t* L_26 = V_3;
bool L_27 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_26, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, /*hidden argument*/NULL);
if (L_27)
{
goto IL_00dd;
}
}
{
goto IL_00ea;
}
IL_00c9:
{
RuntimeObject * L_28 = SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048_inline((SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA *)(&V_2), /*hidden argument*/NULL);
__this->set_sourceUri_21(((String_t*)CastclassSealed((RuntimeObject*)L_28, String_t_il2cpp_TypeInfo_var)));
goto IL_00ea;
}
IL_00dd:
{
RuntimeObject * L_29 = SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048_inline((SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA *)(&V_2), /*hidden argument*/NULL);
V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_29, String_t_il2cpp_TypeInfo_var));
}
IL_00ea:
{
SerializationInfoEnumerator_tB72162C419D705A40F34DDFEB18E6ACA347C54E5 * L_30 = V_1;
NullCheck(L_30);
bool L_31 = SerializationInfoEnumerator_MoveNext_m74D8DE9528E7DDD141DD45ABF4B54F832DE35701(L_30, /*hidden argument*/NULL);
if (L_31)
{
goto IL_009e;
}
}
{
String_t* L_32 = V_0;
if (L_32)
{
goto IL_0119;
}
}
{
String_t* L_33 = __this->get_res_17();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_34 = __this->get_args_18();
int32_t L_35 = __this->get_lineNumber_19();
int32_t L_36 = __this->get_linePosition_20();
String_t* L_37 = XmlException_CreateMessage_mDD847D2C1685E48408F191251542EB3C754344D5(L_33, L_34, L_35, L_36, /*hidden argument*/NULL);
__this->set_message_22(L_37);
return;
}
IL_0119:
{
__this->set_message_22((String_t*)NULL);
return;
}
}
// System.Void System.Xml.XmlException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException_GetObjectData_m8C9F4943DC440A3FBF70905487652549D1B0BE45 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlException_GetObjectData_m8C9F4943DC440A3FBF70905487652549D1B0BE45_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___context1;
Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_0, L_1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___info0;
String_t* L_3 = __this->get_res_17();
NullCheck(L_2);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_2, _stringLiteralDEE1EBCD105D3D47ADF43ABA6FD674E80D1DC35F, L_3, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___info0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = __this->get_args_18();
NullCheck(L_4);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_4, _stringLiteral3030E728F154BF51419109EFB93B6B8AEEC9A976, (RuntimeObject *)(RuntimeObject *)L_5, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___info0;
int32_t L_7 = __this->get_lineNumber_19();
NullCheck(L_6);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_6, _stringLiteralD8A074E1D9365F0A70DCF0E727BD10F33EE154D9, L_7, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___info0;
int32_t L_9 = __this->get_linePosition_20();
NullCheck(L_8);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_8, _stringLiteral4AF0A653663892E6E605DC7C5B286A0FF6E4247B, L_9, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___info0;
String_t* L_11 = __this->get_sourceUri_21();
NullCheck(L_10);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_10, _stringLiteral5368F75FAEDF45E142655CD9D9FF084E577BBD2D, L_11, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_12 = ___info0;
NullCheck(L_12);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_12, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, _stringLiteral70142F66475AE2FB33722D8D4750F386ECFEFE7B, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m3290623E5F23862FF7D0DCEC2CA1FCB7AC02B469 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method)
{
{
XmlException__ctor_m3C6F865CCA07051F36F465F1BBE24251906765A9(__this, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m3C6F865CCA07051F36F465F1BBE24251906765A9 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
XmlException__ctor_m9600B3E2828022680728997A9FCA2668850588E4(__this, L_0, (Exception_t *)NULL, 0, 0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m9600B3E2828022680728997A9FCA2668850588E4 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___innerException1;
int32_t L_2 = ___lineNumber2;
int32_t L_3 = ___linePosition3;
XmlException__ctor_m2038069D4E6C83DC027DFDD97AD142B723C60C36(__this, L_0, L_1, L_2, L_3, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m2038069D4E6C83DC027DFDD97AD142B723C60C36 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlException__ctor_m2038069D4E6C83DC027DFDD97AD142B723C60C36_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * G_B2_0 = NULL;
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * G_B1_0 = NULL;
String_t* G_B3_0 = NULL;
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * G_B3_1 = NULL;
{
String_t* L_0 = ___message0;
int32_t L_1 = ___lineNumber2;
int32_t L_2 = ___linePosition3;
String_t* L_3 = XmlException_FormatUserMessage_mDFED8BDE616EF903472039DEE5F5B1F59E5FCCFF(L_0, L_1, L_2, /*hidden argument*/NULL);
Exception_t * L_4 = ___innerException1;
SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A(__this, L_3, L_4, /*hidden argument*/NULL);
Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline(__this, ((int32_t)-2146232000), /*hidden argument*/NULL);
String_t* L_5 = ___message0;
G_B1_0 = __this;
if (!L_5)
{
G_B2_0 = __this;
goto IL_0026;
}
}
{
G_B3_0 = _stringLiteral0B0C6F90D172B22857FDB7C4E16D3DD858581ACC;
G_B3_1 = G_B1_0;
goto IL_002b;
}
IL_0026:
{
G_B3_0 = _stringLiteral16A3C2A876EADFBFB7EF0193C48BCF6088E0B6AD;
G_B3_1 = G_B2_0;
}
IL_002b:
{
NullCheck(G_B3_1);
G_B3_1->set_res_17(G_B3_0);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6;
String_t* L_8 = ___message0;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_8);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_8);
__this->set_args_18(L_7);
String_t* L_9 = ___sourceUri4;
__this->set_sourceUri_21(L_9);
int32_t L_10 = ___lineNumber2;
__this->set_lineNumber_19(L_10);
int32_t L_11 = ___linePosition3;
__this->set_linePosition_20(L_11);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m5A51EA381DFEC2B1FC37464104DA24DAE6546FDA (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___args1;
XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100(__this, L_0, L_1, (Exception_t *)NULL, 0, 0, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1;
String_t* L_3 = ___arg1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_3);
XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100(__this, L_0, L_2, (Exception_t *)NULL, 0, 0, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m151C534985482DB896167CCA0D512DEBFC01B300 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, String_t* ___arg1, String_t* ___sourceUri2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlException__ctor_m151C534985482DB896167CCA0D512DEBFC01B300_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1;
String_t* L_3 = ___arg1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_3);
String_t* L_4 = ___sourceUri2;
XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100(__this, L_0, L_2, (Exception_t *)NULL, 0, 0, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.Int32,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m55156B97F330388274AF0CFF5F4F9D81460C0F45 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlException__ctor_m55156B97F330388274AF0CFF5F4F9D81460C0F45_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1;
String_t* L_3 = ___arg1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_3);
int32_t L_4 = ___lineNumber2;
int32_t L_5 = ___linePosition3;
String_t* L_6 = ___sourceUri4;
XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100(__this, L_0, L_2, (Exception_t *)NULL, L_4, L_5, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mEAC3FCF0B0088BA1343DA1293874C92ECE9217EB (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method)
{
{
String_t* L_0 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___args1;
int32_t L_2 = ___lineNumber2;
int32_t L_3 = ___linePosition3;
XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100(__this, L_0, L_1, (Exception_t *)NULL, L_2, L_3, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mD4B41E1820BB0AEE5AAF47FCB0B92411E92AFB19 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, String_t* ___sourceUri4, const RuntimeMethod* method)
{
{
String_t* L_0 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___args1;
int32_t L_2 = ___lineNumber2;
int32_t L_3 = ___linePosition3;
String_t* L_4 = ___sourceUri4;
XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100(__this, L_0, L_1, (Exception_t *)NULL, L_2, L_3, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Exception,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m8F635567AAAD3211281305E6B5FD71D2CE56A36B (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, Exception_t * ___innerException2, int32_t ___lineNumber3, int32_t ___linePosition4, const RuntimeMethod* method)
{
{
String_t* L_0 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___args1;
Exception_t * L_2 = ___innerException2;
int32_t L_3 = ___lineNumber3;
int32_t L_4 = ___linePosition4;
XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100(__this, L_0, L_1, L_2, L_3, L_4, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Exception,System.Int32,System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, Exception_t * ___innerException2, int32_t ___lineNumber3, int32_t ___linePosition4, String_t* ___sourceUri5, const RuntimeMethod* method)
{
{
String_t* L_0 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___args1;
int32_t L_2 = ___lineNumber3;
int32_t L_3 = ___linePosition4;
String_t* L_4 = XmlException_CreateMessage_mDD847D2C1685E48408F191251542EB3C754344D5(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
Exception_t * L_5 = ___innerException2;
SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A(__this, L_4, L_5, /*hidden argument*/NULL);
Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline(__this, ((int32_t)-2146232000), /*hidden argument*/NULL);
String_t* L_6 = ___res0;
__this->set_res_17(L_6);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = ___args1;
__this->set_args_18(L_7);
String_t* L_8 = ___sourceUri5;
__this->set_sourceUri_21(L_8);
int32_t L_9 = ___lineNumber3;
__this->set_lineNumber_19(L_9);
int32_t L_10 = ___linePosition4;
__this->set_linePosition_20(L_10);
return;
}
}
// System.String System.Xml.XmlException::FormatUserMessage(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_FormatUserMessage_mDFED8BDE616EF903472039DEE5F5B1F59E5FCCFF (String_t* ___message0, int32_t ___lineNumber1, int32_t ___linePosition2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlException_FormatUserMessage_mDFED8BDE616EF903472039DEE5F5B1F59E5FCCFF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
if (L_0)
{
goto IL_0011;
}
}
{
int32_t L_1 = ___lineNumber1;
int32_t L_2 = ___linePosition2;
String_t* L_3 = XmlException_CreateMessage_mDD847D2C1685E48408F191251542EB3C754344D5(_stringLiteral16A3C2A876EADFBFB7EF0193C48BCF6088E0B6AD, (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
IL_0011:
{
int32_t L_4 = ___lineNumber1;
if (L_4)
{
goto IL_0019;
}
}
{
int32_t L_5 = ___linePosition2;
if (L_5)
{
goto IL_0019;
}
}
{
String_t* L_6 = ___message0;
return L_6;
}
IL_0019:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_7;
String_t* L_9 = ___message0;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_9);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_9);
int32_t L_10 = ___lineNumber1;
int32_t L_11 = ___linePosition2;
String_t* L_12 = XmlException_CreateMessage_mDD847D2C1685E48408F191251542EB3C754344D5(_stringLiteral0B0C6F90D172B22857FDB7C4E16D3DD858581ACC, L_8, L_10, L_11, /*hidden argument*/NULL);
return L_12;
}
}
// System.String System.Xml.XmlException::CreateMessage(System.String,System.String[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_CreateMessage_mDD847D2C1685E48408F191251542EB3C754344D5 (String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, int32_t ___lineNumber2, int32_t ___linePosition3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlException_CreateMessage_mDD847D2C1685E48408F191251542EB3C754344D5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
{
int32_t L_0 = ___lineNumber2;
if (L_0)
{
goto IL_000d;
}
}
IL_0003:
{
String_t* L_1 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = ___args1;
String_t* L_3 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(L_1, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_004c;
}
IL_000d:
{
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_4 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_5 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&___lineNumber2), L_4, /*hidden argument*/NULL);
V_1 = L_5;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_6 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_7 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&___linePosition3), L_6, /*hidden argument*/NULL);
V_2 = L_7;
String_t* L_8 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = ___args1;
String_t* L_10 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(L_8, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_9, /*hidden argument*/NULL);
V_0 = L_10;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_11;
String_t* L_13 = V_0;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_13);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_13);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = L_12;
String_t* L_15 = V_1;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_15);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_15);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = L_14;
String_t* L_17 = V_2;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_17);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_17);
String_t* L_18 = Res_GetString_mBDB7AFD1EB8C2C577012518DC77B8646A3045E78(_stringLiteral929FB4AD13AB3C3E59695178677C8D8149AAD0C2, (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_16, /*hidden argument*/NULL);
V_0 = L_18;
}
IL_004c:
{
String_t* L_19 = V_0;
V_3 = L_19;
goto IL_0064;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (MissingManifestResourceException_tD8397DA5F4CC63B78F91916522A302782CAB0261_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0050;
throw e;
}
CATCH_0050:
{ // begin catch(System.Resources.MissingManifestResourceException)
String_t* L_20 = ___res0;
String_t* L_21 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteral6BDCD57D44C0013FD66AB0C7E3EB8C27BDCF9D07, L_20, _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A, /*hidden argument*/NULL);
V_3 = L_21;
goto IL_0064;
} // end catch (depth: 1)
IL_0064:
{
String_t* L_22 = V_3;
return L_22;
}
}
// System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XmlException_BuildCharExceptionArgs_m226BCFB57607263E9F5F6AA6838DD18CEE484D8B (String_t* ___data0, int32_t ___invCharIndex1, const RuntimeMethod* method)
{
Il2CppChar G_B2_0 = 0x0;
Il2CppChar G_B1_0 = 0x0;
int32_t G_B3_0 = 0;
Il2CppChar G_B3_1 = 0x0;
{
String_t* L_0 = ___data0;
int32_t L_1 = ___invCharIndex1;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
int32_t L_3 = ___invCharIndex1;
String_t* L_4 = ___data0;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
G_B1_0 = L_2;
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1))) < ((int32_t)L_5)))
{
G_B2_0 = L_2;
goto IL_0015;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_001e;
}
IL_0015:
{
String_t* L_6 = ___data0;
int32_t L_7 = ___invCharIndex1;
NullCheck(L_6);
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1)), /*hidden argument*/NULL);
G_B3_0 = ((int32_t)(L_8));
G_B3_1 = G_B2_0;
}
IL_001e:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747(G_B3_1, G_B3_0, /*hidden argument*/NULL);
return L_9;
}
}
// System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XmlException_BuildCharExceptionArgs_m3684F6183308FDB28E5127BCC94AB585EF53004C (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___data0, int32_t ___length1, int32_t ___invCharIndex2, const RuntimeMethod* method)
{
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___data0;
int32_t L_1 = ___invCharIndex2;
NullCheck(L_0);
int32_t L_2 = L_1;
uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
int32_t L_4 = ___invCharIndex2;
int32_t L_5 = ___length1;
G_B1_0 = ((int32_t)(L_3));
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1))) < ((int32_t)L_5)))
{
G_B2_0 = ((int32_t)(L_3));
goto IL_000c;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_0011;
}
IL_000c:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = ___data0;
int32_t L_7 = ___invCharIndex2;
NullCheck(L_6);
int32_t L_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
uint16_t L_9 = (uint16_t)(L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
G_B3_0 = ((int32_t)(L_9));
G_B3_1 = G_B2_0;
}
IL_0011:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747(G_B3_1, G_B3_0, /*hidden argument*/NULL);
return L_10;
}
}
// System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char,System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747 (Il2CppChar ___invChar0, Il2CppChar ___nextChar1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
int32_t V_1 = 0;
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
V_0 = L_0;
Il2CppChar L_1 = ___invChar0;
bool L_2 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_004a;
}
}
{
Il2CppChar L_3 = ___nextChar1;
if (!L_3)
{
goto IL_004a;
}
}
{
Il2CppChar L_4 = ___nextChar1;
Il2CppChar L_5 = ___invChar0;
int32_t L_6 = XmlCharType_CombineSurrogateChar_m2DD076F520245198B1569B3E97B69CEC4BE156B0(L_4, L_5, /*hidden argument*/NULL);
V_1 = L_6;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)2);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = L_8;
Il2CppChar L_10 = ___invChar0;
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)L_10);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = L_9;
Il2CppChar L_12 = ___nextChar1;
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)L_12);
String_t* L_13 = String_CreateString_m394C06654854ADD4C51FF957BE0CC72EF52BAA96(NULL, L_11, /*hidden argument*/NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_13);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_13);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_15 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
int32_t L_16 = V_1;
int32_t L_17 = L_16;
RuntimeObject * L_18 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_17);
String_t* L_19 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_15, _stringLiteral5C1275819BEC8C5B63E87E5ED6EA8C0060890C0B, L_18, /*hidden argument*/NULL);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_19);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_19);
goto IL_007e;
}
IL_004a:
{
Il2CppChar L_20 = ___invChar0;
if (L_20)
{
goto IL_0057;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = V_0;
NullCheck(L_21);
ArrayElementTypeCheck (L_21, _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727);
goto IL_0066;
}
IL_0057:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_23 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
String_t* L_24 = Char_ToString_mF758476EBA0494508C18E74ADF20D7732A872BDE((Il2CppChar*)(&___invChar0), L_23, /*hidden argument*/NULL);
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_24);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_24);
}
IL_0066:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_26 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
Il2CppChar L_27 = ___invChar0;
int32_t L_28 = ((int32_t)L_27);
RuntimeObject * L_29 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_28);
String_t* L_30 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_26, _stringLiteral5C1275819BEC8C5B63E87E5ED6EA8C0060890C0B, L_29, /*hidden argument*/NULL);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_30);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_30);
}
IL_007e:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_31 = V_0;
return L_31;
}
}
// System.Int32 System.Xml.XmlException::get_LineNumber()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlException_get_LineNumber_m6743F72F2AF1FF2C7A25E1D0E13BF3D728636DDC (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_lineNumber_19();
return L_0;
}
}
// System.Int32 System.Xml.XmlException::get_LinePosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlException_get_LinePosition_mA5328950CADAE88E4BB0C74848B9DDDDCE8F144E (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_linePosition_20();
return L_0;
}
}
// System.String System.Xml.XmlException::get_Message()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_get_Message_m8B67F069D39C92A254CAF168FAE0FFAF6424AC38 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_message_22();
if (!L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = __this->get_message_22();
return L_1;
}
IL_000f:
{
String_t* L_2 = Exception_get_Message_m4315B19A04019652708F20C1B855805157F23CFD(__this, /*hidden argument*/NULL);
return L_2;
}
}
// System.String System.Xml.XmlException::get_ResString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_get_ResString_mAB747EFF3084D37ACF02FFCA52033CA142F1BDF2 (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_res_17();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlNamespaceManager::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m90EC2B95E3A18E70520DF7C98FBDB439E3BE6D2D (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Collections.IEnumerator System.Xml.XmlNamespaceManager::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNamespaceManager_GetEnumerator_m60D102635FE2AB0E797493E464952EA32ADDF8D9 (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNamespaceManager_GetEnumerator_m60D102635FE2AB0E797493E464952EA32ADDF8D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->get_lastDecl_1();
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_1 = (Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC *)il2cpp_codegen_object_new(Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m4A1428F3BFC28918B0C2F7E98A49C3F05C735D3B(L_1, ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)), /*hidden argument*/Dictionary_2__ctor_m4A1428F3BFC28918B0C2F7E98A49C3F05C735D3B_RuntimeMethod_var);
V_0 = L_1;
V_1 = 0;
goto IL_0051;
}
IL_0012:
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_2 = __this->get_nsdecls_0();
int32_t L_3 = V_1;
NullCheck(L_2);
String_t* L_4 = ((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3)))->get_uri_1();
if (!L_4)
{
goto IL_004d;
}
}
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_5 = V_0;
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_6 = __this->get_nsdecls_0();
int32_t L_7 = V_1;
NullCheck(L_6);
String_t* L_8 = ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)))->get_prefix_0();
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_9 = __this->get_nsdecls_0();
int32_t L_10 = V_1;
NullCheck(L_9);
String_t* L_11 = ((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_10)))->get_prefix_0();
NullCheck(L_5);
Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD(L_5, L_8, L_11, /*hidden argument*/Dictionary_2_set_Item_m597918251624A4BF29104324490143CFCA659FAD_RuntimeMethod_var);
}
IL_004d:
{
int32_t L_12 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1));
}
IL_0051:
{
int32_t L_13 = V_1;
int32_t L_14 = __this->get_lastDecl_1();
if ((((int32_t)L_13) <= ((int32_t)L_14)))
{
goto IL_0012;
}
}
{
Dictionary_2_t931BF283048C4E74FC063C3036E5F3FE328861FC * L_15 = V_0;
NullCheck(L_15);
KeyCollection_tC73654392B284B89334464107B696C9BD89776D9 * L_16 = Dictionary_2_get_Keys_mD09E59E7F822DA9EF3E9C8F013A6A92FC513E2EF(L_15, /*hidden argument*/Dictionary_2_get_Keys_mD09E59E7F822DA9EF3E9C8F013A6A92FC513E2EF_RuntimeMethod_var);
NullCheck(L_16);
Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B L_17 = KeyCollection_GetEnumerator_m9E21A3B4C790C86847F025895A97257BBE23B219(L_16, /*hidden argument*/KeyCollection_GetEnumerator_m9E21A3B4C790C86847F025895A97257BBE23B219_RuntimeMethod_var);
Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B L_18 = L_17;
RuntimeObject * L_19 = Box(Enumerator_t7A6D175859B20E0C3CF641E2DE4B6268C6824A3B_il2cpp_TypeInfo_var, &L_18);
return (RuntimeObject*)L_19;
}
}
// System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupNamespace_m37295FD5AD9CC0E7F29A382C7E5D011507684C44 (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, String_t* ___prefix0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___prefix0;
int32_t L_1 = XmlNamespaceManager_LookupNamespaceDecl_m5F0283A0E9A08BF02261E69DABBBE1BBA80F3B44(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)(-1))))
{
goto IL_001e;
}
}
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_3 = __this->get_nsdecls_0();
int32_t L_4 = V_0;
NullCheck(L_3);
String_t* L_5 = ((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4)))->get_uri_1();
return L_5;
}
IL_001e:
{
return (String_t*)NULL;
}
}
// System.Int32 System.Xml.XmlNamespaceManager::LookupNamespaceDecl(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamespaceManager_LookupNamespaceDecl_m5F0283A0E9A08BF02261E69DABBBE1BBA80F3B44 (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, String_t* ___prefix0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNamespaceManager_LookupNamespaceDecl_m5F0283A0E9A08BF02261E69DABBBE1BBA80F3B44_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
bool L_0 = __this->get_useHashtable_3();
if (!L_0)
{
goto IL_0047;
}
}
{
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * L_1 = __this->get_hashTable_2();
String_t* L_2 = ___prefix0;
NullCheck(L_1);
bool L_3 = Dictionary_2_TryGetValue_m3B7C9CE4CBBCB908CD81487D7924E93E9309FB67(L_1, L_2, (int32_t*)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m3B7C9CE4CBBCB908CD81487D7924E93E9309FB67_RuntimeMethod_var);
if (!L_3)
{
goto IL_0045;
}
}
{
goto IL_002c;
}
IL_001a:
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_4 = __this->get_nsdecls_0();
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = ((L_4)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_5)))->get_previousNsIndex_3();
V_0 = L_6;
}
IL_002c:
{
int32_t L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)(-1))))
{
goto IL_0043;
}
}
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_8 = __this->get_nsdecls_0();
int32_t L_9 = V_0;
NullCheck(L_8);
String_t* L_10 = ((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9)))->get_uri_1();
if (!L_10)
{
goto IL_001a;
}
}
IL_0043:
{
int32_t L_11 = V_0;
return L_11;
}
IL_0045:
{
return (-1);
}
IL_0047:
{
int32_t L_12 = __this->get_lastDecl_1();
V_1 = L_12;
goto IL_007d;
}
IL_0050:
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_13 = __this->get_nsdecls_0();
int32_t L_14 = V_1;
NullCheck(L_13);
String_t* L_15 = ((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_14)))->get_prefix_0();
String_t* L_16 = ___prefix0;
if ((!(((RuntimeObject*)(String_t*)L_15) == ((RuntimeObject*)(String_t*)L_16))))
{
goto IL_0079;
}
}
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_17 = __this->get_nsdecls_0();
int32_t L_18 = V_1;
NullCheck(L_17);
String_t* L_19 = ((L_17)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_18)))->get_uri_1();
if (!L_19)
{
goto IL_0079;
}
}
{
int32_t L_20 = V_1;
return L_20;
}
IL_0079:
{
int32_t L_21 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_21, (int32_t)1));
}
IL_007d:
{
int32_t L_22 = V_1;
if ((((int32_t)L_22) >= ((int32_t)0)))
{
goto IL_0050;
}
}
{
int32_t L_23 = __this->get_lastDecl_1();
V_2 = L_23;
goto IL_00bc;
}
IL_008a:
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_24 = __this->get_nsdecls_0();
int32_t L_25 = V_2;
NullCheck(L_24);
String_t* L_26 = ((L_24)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_25)))->get_prefix_0();
String_t* L_27 = ___prefix0;
bool L_28 = String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB(L_26, L_27, /*hidden argument*/NULL);
if (!L_28)
{
goto IL_00b8;
}
}
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_29 = __this->get_nsdecls_0();
int32_t L_30 = V_2;
NullCheck(L_29);
String_t* L_31 = ((L_29)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_30)))->get_uri_1();
if (!L_31)
{
goto IL_00b8;
}
}
{
int32_t L_32 = V_2;
return L_32;
}
IL_00b8:
{
int32_t L_33 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)1));
}
IL_00bc:
{
int32_t L_34 = V_2;
if ((((int32_t)L_34) >= ((int32_t)0)))
{
goto IL_008a;
}
}
{
return (-1);
}
}
// System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupPrefix_mE85B44342E61E16FA0542610C42B678A74D32842 (XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * __this, String_t* ___uri0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
String_t* V_1 = NULL;
{
int32_t L_0 = __this->get_lastDecl_1();
V_0 = L_0;
goto IL_0049;
}
IL_0009:
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_1 = __this->get_nsdecls_0();
int32_t L_2 = V_0;
NullCheck(L_1);
String_t* L_3 = ((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2)))->get_uri_1();
String_t* L_4 = ___uri0;
bool L_5 = String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB(L_3, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0045;
}
}
{
NamespaceDeclarationU5BU5D_t92995CBBEC52166860E77B72B8EEFF00E4D64E84* L_6 = __this->get_nsdecls_0();
int32_t L_7 = V_0;
NullCheck(L_6);
String_t* L_8 = ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)))->get_prefix_0();
V_1 = L_8;
String_t* L_9 = V_1;
String_t* L_10 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(8 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, __this, L_9);
String_t* L_11 = ___uri0;
bool L_12 = String_Equals_m90EB651A751C3444BADBBD5401109CE05B3E1CFB(L_10, L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0045;
}
}
{
String_t* L_13 = V_1;
return L_13;
}
IL_0045:
{
int32_t L_14 = V_0;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1));
}
IL_0049:
{
int32_t L_15 = V_0;
if ((((int32_t)L_15) >= ((int32_t)0)))
{
goto IL_0009;
}
}
{
return (String_t*)NULL;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Xml.XmlNamespaceManager/NamespaceDeclaration
IL2CPP_EXTERN_C void NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshal_pinvoke(const NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A& unmarshaled, NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshaled_pinvoke& marshaled)
{
marshaled.___prefix_0 = il2cpp_codegen_marshal_string(unmarshaled.get_prefix_0());
marshaled.___uri_1 = il2cpp_codegen_marshal_string(unmarshaled.get_uri_1());
marshaled.___scopeId_2 = unmarshaled.get_scopeId_2();
marshaled.___previousNsIndex_3 = unmarshaled.get_previousNsIndex_3();
}
IL2CPP_EXTERN_C void NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshal_pinvoke_back(const NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshaled_pinvoke& marshaled, NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A& unmarshaled)
{
unmarshaled.set_prefix_0(il2cpp_codegen_marshal_string_result(marshaled.___prefix_0));
unmarshaled.set_uri_1(il2cpp_codegen_marshal_string_result(marshaled.___uri_1));
int32_t unmarshaled_scopeId_temp_2 = 0;
unmarshaled_scopeId_temp_2 = marshaled.___scopeId_2;
unmarshaled.set_scopeId_2(unmarshaled_scopeId_temp_2);
int32_t unmarshaled_previousNsIndex_temp_3 = 0;
unmarshaled_previousNsIndex_temp_3 = marshaled.___previousNsIndex_3;
unmarshaled.set_previousNsIndex_3(unmarshaled_previousNsIndex_temp_3);
}
// Conversion method for clean up from marshalling of: System.Xml.XmlNamespaceManager/NamespaceDeclaration
IL2CPP_EXTERN_C void NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshal_pinvoke_cleanup(NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___prefix_0);
marshaled.___prefix_0 = NULL;
il2cpp_codegen_marshal_free(marshaled.___uri_1);
marshaled.___uri_1 = NULL;
}
// Conversion methods for marshalling of: System.Xml.XmlNamespaceManager/NamespaceDeclaration
IL2CPP_EXTERN_C void NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshal_com(const NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A& unmarshaled, NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshaled_com& marshaled)
{
marshaled.___prefix_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_prefix_0());
marshaled.___uri_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_uri_1());
marshaled.___scopeId_2 = unmarshaled.get_scopeId_2();
marshaled.___previousNsIndex_3 = unmarshaled.get_previousNsIndex_3();
}
IL2CPP_EXTERN_C void NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshal_com_back(const NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshaled_com& marshaled, NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A& unmarshaled)
{
unmarshaled.set_prefix_0(il2cpp_codegen_marshal_bstring_result(marshaled.___prefix_0));
unmarshaled.set_uri_1(il2cpp_codegen_marshal_bstring_result(marshaled.___uri_1));
int32_t unmarshaled_scopeId_temp_2 = 0;
unmarshaled_scopeId_temp_2 = marshaled.___scopeId_2;
unmarshaled.set_scopeId_2(unmarshaled_scopeId_temp_2);
int32_t unmarshaled_previousNsIndex_temp_3 = 0;
unmarshaled_previousNsIndex_temp_3 = marshaled.___previousNsIndex_3;
unmarshaled.set_previousNsIndex_3(unmarshaled_previousNsIndex_temp_3);
}
// Conversion method for clean up from marshalling of: System.Xml.XmlNamespaceManager/NamespaceDeclaration
IL2CPP_EXTERN_C void NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshal_com_cleanup(NamespaceDeclaration_tFD9A771E0585F887CE869FA7D0FAD365A40D436A_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___prefix_0);
marshaled.___prefix_0 = NULL;
il2cpp_codegen_marshal_free_bstring(marshaled.___uri_1);
marshaled.___uri_1 = NULL;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.Xml.XmlNode::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNode_get_Value_m800C60D728321E855696990CA7CF070A60710E65 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method)
{
{
return (String_t*)NULL;
}
}
// System.Object System.Xml.XmlNode::get_debuggerDisplayProxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlNode_get_debuggerDisplayProxy_m0B8A99A23A898A5F4549461C021E32E84B5CEC35 (XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlNode_get_debuggerDisplayProxy_m0B8A99A23A898A5F4549461C021E32E84B5CEC35_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0 L_0;
memset((&L_0), 0, sizeof(L_0));
DebuggerDisplayXmlNodeProxy__ctor_mA5D5DD4ED2B9ADDC61B2F79713FE2D56E161DEC6_inline((&L_0), __this, /*hidden argument*/NULL);
DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0 L_1 = L_0;
RuntimeObject * L_2 = Box(DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0_il2cpp_TypeInfo_var, &L_1);
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.Xml.XmlParserContext::get_DocTypeName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_DocTypeName_m00EC6810BAE1E622B84FF2940BADEF8D81A65784 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__docTypeName_0();
return L_0;
}
}
// System.String System.Xml.XmlParserContext::get_PublicId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_PublicId_m3E494F29B78115BAF22FD8ECE7CC62A3ED30D954 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__pubId_1();
return L_0;
}
}
// System.String System.Xml.XmlParserContext::get_SystemId()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_SystemId_mC663CF942B573334ECD1EF77D7AD8A9C83C68B10 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__sysId_2();
return L_0;
}
}
// System.String System.Xml.XmlParserContext::get_BaseURI()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_BaseURI_m9C156033BC0C206C80575E082B49D6037284ED08 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__baseURI_4();
return L_0;
}
}
// System.String System.Xml.XmlParserContext::get_InternalSubset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_InternalSubset_m5072F1D4B935FBBA7297F77CD8EFE48AA0FD5897 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__internalSubset_3();
return L_0;
}
}
// System.Boolean System.Xml.XmlParserContext::get_HasDtdInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlParserContext_get_HasDtdInfo_mB589FFB05C64D6B26C47E9BAA6B163C254D85FB9 (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlParserContext_get_HasDtdInfo_mB589FFB05C64D6B26C47E9BAA6B163C254D85FB9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->get__internalSubset_3();
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
bool L_2 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_0, L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0035;
}
}
{
String_t* L_3 = __this->get__pubId_1();
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
bool L_5 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_3, L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0035;
}
}
{
String_t* L_6 = __this->get__sysId_2();
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
bool L_8 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_6, L_7, /*hidden argument*/NULL);
return L_8;
}
IL_0035:
{
return (bool)1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlQualifiedName::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m8518E3AB90DB30A8295FF996C76DCB1A2859BA10 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlQualifiedName__ctor_m8518E3AB90DB30A8295FF996C76DCB1A2859BA10_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlQualifiedName::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, String_t* ___name0, String_t* ___ns1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * G_B2_0 = NULL;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * G_B1_0 = NULL;
String_t* G_B3_0 = NULL;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * G_B3_1 = NULL;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * G_B5_0 = NULL;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * G_B4_0 = NULL;
String_t* G_B6_0 = NULL;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * G_B6_1 = NULL;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___ns1;
G_B1_0 = __this;
if (!L_0)
{
G_B2_0 = __this;
goto IL_000d;
}
}
{
String_t* L_1 = ___ns1;
G_B3_0 = L_1;
G_B3_1 = G_B1_0;
goto IL_0012;
}
IL_000d:
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B3_0 = L_2;
G_B3_1 = G_B2_0;
}
IL_0012:
{
NullCheck(G_B3_1);
G_B3_1->set_ns_2(G_B3_0);
String_t* L_3 = ___name0;
G_B4_0 = __this;
if (!L_3)
{
G_B5_0 = __this;
goto IL_001e;
}
}
{
String_t* L_4 = ___name0;
G_B6_0 = L_4;
G_B6_1 = G_B4_0;
goto IL_0023;
}
IL_001e:
{
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B6_0 = L_5;
G_B6_1 = G_B5_0;
}
IL_0023:
{
NullCheck(G_B6_1);
G_B6_1->set_name_1(G_B6_0);
return;
}
}
// System.String System.Xml.XmlQualifiedName::get_Namespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_ns_2();
return L_0;
}
}
// System.String System.Xml.XmlQualifiedName::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_1();
return L_0;
}
}
// System.Int32 System.Xml.XmlQualifiedName::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlQualifiedName_GetHashCode_m7E803D844F8319BC0DF27E9BDB2640FF47F763F9 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlQualifiedName_GetHashCode_m7E803D844F8319BC0DF27E9BDB2640FF47F763F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_hash_3();
if (L_0)
{
goto IL_003c;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * L_1 = ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var))->get_hashCodeDelegate_0();
if (L_1)
{
goto IL_0019;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * L_2 = XmlQualifiedName_GetHashCodeDelegate_mBF53F3419F6C0F79C44934E03852290FF0D09173(/*hidden argument*/NULL);
((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var))->set_hashCodeDelegate_0(L_2);
}
IL_0019:
{
IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * L_3 = ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var))->get_hashCodeDelegate_0();
String_t* L_4 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline(__this, /*hidden argument*/NULL);
String_t* L_5 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline(__this, /*hidden argument*/NULL);
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_3);
int32_t L_7 = HashCodeOfStringDelegate_Invoke_mC682F3D5F47BBACBF00B816A240B9E295D3F1C7E(L_3, L_4, L_6, (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
__this->set_hash_3(L_7);
}
IL_003c:
{
int32_t L_8 = __this->get_hash_3();
return L_8;
}
}
// System.Boolean System.Xml.XmlQualifiedName::get_IsEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_get_IsEmpty_m1C8CC5FFA4AACB80739587622EDEB97C512CD8E3 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_001c;
}
}
{
String_t* L_2 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(__this, /*hidden argument*/NULL);
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
}
IL_001c:
{
return (bool)0;
}
}
// System.String System.Xml.XmlQualifiedName::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_ToString_m54A75AFCB4960200FD7120D9F66EA260C6FD2724 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlQualifiedName_ToString_m54A75AFCB4960200FD7120D9F66EA260C6FD2724_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(__this, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0024;
}
}
{
String_t* L_2 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(__this, /*hidden argument*/NULL);
String_t* L_3 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline(__this, /*hidden argument*/NULL);
String_t* L_4 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_2, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_3, /*hidden argument*/NULL);
return L_4;
}
IL_0024:
{
String_t* L_5 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline(__this, /*hidden argument*/NULL);
return L_5;
}
}
// System.Boolean System.Xml.XmlQualifiedName::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_Equals_m3B71B6D1861864ECF2D0064D6DB40442005F25C9 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, RuntimeObject * ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlQualifiedName_Equals_m3B71B6D1861864ECF2D0064D6DB40442005F25C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * V_0 = NULL;
{
RuntimeObject * L_0 = ___other0;
if ((!(((RuntimeObject*)(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)__this) == ((RuntimeObject*)(RuntimeObject *)L_0))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
RuntimeObject * L_1 = ___other0;
V_0 = ((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)IsInstClass((RuntimeObject*)L_1, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var));
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_2 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
bool L_3 = XmlQualifiedName_op_Inequality_mA30DC190FE84804B2270EEB7BDDAA086F04B9396(L_2, (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_003d;
}
}
{
String_t* L_4 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline(__this, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_5 = V_0;
NullCheck(L_5);
String_t* L_6 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline(L_5, /*hidden argument*/NULL);
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_003b;
}
}
{
String_t* L_8 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(__this, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_9 = V_0;
NullCheck(L_9);
String_t* L_10 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(L_9, /*hidden argument*/NULL);
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_8, L_10, /*hidden argument*/NULL);
return L_11;
}
IL_003b:
{
return (bool)0;
}
IL_003d:
{
return (bool)0;
}
}
// System.Boolean System.Xml.XmlQualifiedName::op_Equality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Equality_m0D8839B9BA1607AC40973899B37B7D32C63E588F (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___a0, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___b1, const RuntimeMethod* method)
{
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = ___a0;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_1 = ___b1;
if ((!(((RuntimeObject*)(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)L_0) == ((RuntimeObject*)(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)L_1))))
{
goto IL_0006;
}
}
{
return (bool)1;
}
IL_0006:
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_2 = ___a0;
if (!L_2)
{
goto IL_000c;
}
}
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_3 = ___b1;
if (L_3)
{
goto IL_000e;
}
}
IL_000c:
{
return (bool)0;
}
IL_000e:
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_4 = ___a0;
NullCheck(L_4);
String_t* L_5 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline(L_4, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_6 = ___b1;
NullCheck(L_6);
String_t* L_7 = XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline(L_6, /*hidden argument*/NULL);
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0033;
}
}
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_9 = ___a0;
NullCheck(L_9);
String_t* L_10 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(L_9, /*hidden argument*/NULL);
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_11 = ___b1;
NullCheck(L_11);
String_t* L_12 = XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline(L_11, /*hidden argument*/NULL);
bool L_13 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, L_12, /*hidden argument*/NULL);
return L_13;
}
IL_0033:
{
return (bool)0;
}
}
// System.Boolean System.Xml.XmlQualifiedName::op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Inequality_mA30DC190FE84804B2270EEB7BDDAA086F04B9396 (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___a0, XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * ___b1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlQualifiedName_op_Inequality_mA30DC190FE84804B2270EEB7BDDAA086F04B9396_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_0 = ___a0;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_1 = ___b1;
IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
bool L_2 = XmlQualifiedName_op_Equality_m0D8839B9BA1607AC40973899B37B7D32C63E588F(L_0, L_1, /*hidden argument*/NULL);
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
}
}
// System.Xml.XmlQualifiedName_HashCodeOfStringDelegate System.Xml.XmlQualifiedName::GetHashCodeDelegate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * XmlQualifiedName_GetHashCodeDelegate_mBF53F3419F6C0F79C44934E03852290FF0D09173 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlQualifiedName_GetHashCodeDelegate_mBF53F3419F6C0F79C44934E03852290FF0D09173_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MethodInfo_t * V_0 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
bool L_0 = XmlQualifiedName_IsRandomizedHashingDisabled_mEACAEC2D29A53D2E666D0F7FB086E8F0209F78B4(/*hidden argument*/NULL);
if (L_0)
{
goto IL_003d;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_1 = { reinterpret_cast<intptr_t> (String_t_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_2 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
MethodInfo_t * L_3 = Type_GetMethod_m9EC42D4B1F765B882F516EE6D7970D51CF5D80DD(L_2, _stringLiteral2547BF06A9A1BA77AA1004FACBFABAE4834F8A18, ((int32_t)40), /*hidden argument*/NULL);
V_0 = L_3;
MethodInfo_t * L_4 = V_0;
bool L_5 = MethodInfo_op_Inequality_m76AC38C8B8FB8F28C21E6F9A3F0268FF8E4CC237(L_4, (MethodInfo_t *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_003d;
}
}
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
MethodInfo_t * L_8 = V_0;
Delegate_t * L_9 = Delegate_CreateDelegate_mD7C5EDDB32C63A9BD9DE43AC879AFF4EBC6641D1(L_7, L_8, /*hidden argument*/NULL);
return ((HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 *)CastclassSealed((RuntimeObject*)L_9, HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8_il2cpp_TypeInfo_var));
}
IL_003d:
{
HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * L_10 = (HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 *)il2cpp_codegen_object_new(HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8_il2cpp_TypeInfo_var);
HashCodeOfStringDelegate__ctor_mDC32653DAA3CD3564377C20A84701CCD8100F1E5(L_10, NULL, (intptr_t)((intptr_t)XmlQualifiedName_GetHashCodeOfString_m67518889B5E4D6F9192E3D0018EE7351D2922E57_RuntimeMethod_var), /*hidden argument*/NULL);
return L_10;
}
}
// System.Boolean System.Xml.XmlQualifiedName::IsRandomizedHashingDisabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_IsRandomizedHashingDisabled_mEACAEC2D29A53D2E666D0F7FB086E8F0209F78B4 (const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Int32 System.Xml.XmlQualifiedName::GetHashCodeOfString(System.String,System.Int32,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlQualifiedName_GetHashCodeOfString_m67518889B5E4D6F9192E3D0018EE7351D2922E57 (String_t* ___s0, int32_t ___length1, int64_t ___additionalEntropy2, const RuntimeMethod* method)
{
{
String_t* L_0 = ___s0;
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0);
return L_1;
}
}
// System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Parse(System.String,System.Xml.IXmlNamespaceResolver,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * XmlQualifiedName_Parse_mB8D6548DC3A3A90BA78B1D32A720BB467FDCE525 (String_t* ___s0, RuntimeObject* ___nsmgr1, String_t** ___prefix2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlQualifiedName_Parse_mB8D6548DC3A3A90BA78B1D32A720BB467FDCE525_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
String_t* L_0 = ___s0;
String_t** L_1 = ___prefix2;
IL2CPP_RUNTIME_CLASS_INIT(ValidateNames_tC00080F7F263345A2F0842B10BE16D0BAB77EB26_il2cpp_TypeInfo_var);
ValidateNames_ParseQNameThrow_m8ED05FC1456748462AE0530C12A5B1903A268071(L_0, (String_t**)L_1, (String_t**)(&V_0), /*hidden argument*/NULL);
RuntimeObject* L_2 = ___nsmgr1;
String_t** L_3 = ___prefix2;
String_t* L_4 = *((String_t**)L_3);
NullCheck(L_2);
String_t* L_5 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(0 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_t252EBD93E225063727450B6A8B4BE94F5F2E8427_il2cpp_TypeInfo_var, L_2, L_4);
V_1 = L_5;
String_t* L_6 = V_1;
if (L_6)
{
goto IL_0031;
}
}
{
String_t** L_7 = ___prefix2;
String_t* L_8 = *((String_t**)L_7);
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_002b;
}
}
{
String_t** L_10 = ___prefix2;
String_t* L_11 = *((String_t**)L_10);
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_12 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mD27C8593D4F5978D5B419DA73EB60B23D80CC9E4(L_12, _stringLiteral14A25F47BDDFEB324F618BB03EA8B068E690C866, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, XmlQualifiedName_Parse_mB8D6548DC3A3A90BA78B1D32A720BB467FDCE525_RuntimeMethod_var);
}
IL_002b:
{
String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
V_1 = L_13;
}
IL_0031:
{
String_t* L_14 = V_0;
String_t* L_15 = V_1;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_16 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m2D19A998A2D265FA7F0349A6860D20948E0D0871(L_16, L_14, L_15, /*hidden argument*/NULL);
return L_16;
}
}
// System.Void System.Xml.XmlQualifiedName::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__cctor_mB94351CC9B781C9657F29DC540032353620A77D4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlQualifiedName__cctor_mB94351CC9B781C9657F29DC540032353620A77D4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var))->set_hashCodeDelegate_0((HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 *)NULL);
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_1 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A(L_1, L_0, /*hidden argument*/NULL);
((XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var))->set_Empty_4(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 (HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * __this, String_t* ___s0, int32_t ___sLen1, int64_t ___additionalEntropy2, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(char*, int32_t, int64_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Marshaling of parameter '___s0' to native representation
char* ____s0_marshaled = NULL;
____s0_marshaled = il2cpp_codegen_marshal_string(___s0);
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(____s0_marshaled, ___sLen1, ___additionalEntropy2);
// Marshaling cleanup of parameter '___s0' native representation
il2cpp_codegen_marshal_free(____s0_marshaled);
____s0_marshaled = NULL;
return returnValue;
}
// System.Void System.Xml.XmlQualifiedName_HashCodeOfStringDelegate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashCodeOfStringDelegate__ctor_mDC32653DAA3CD3564377C20A84701CCD8100F1E5 (HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Int32 System.Xml.XmlQualifiedName_HashCodeOfStringDelegate::Invoke(System.String,System.Int32,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeOfStringDelegate_Invoke_mC682F3D5F47BBACBF00B816A240B9E295D3F1C7E (HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * __this, String_t* ___s0, int32_t ___sLen1, int64_t ___additionalEntropy2, const RuntimeMethod* method)
{
int32_t result = 0;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 3)
{
// open
typedef int32_t (*FunctionPointerType) (String_t*, int32_t, int64_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___s0, ___sLen1, ___additionalEntropy2, targetMethod);
}
else
{
// closed
typedef int32_t (*FunctionPointerType) (void*, String_t*, int32_t, int64_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___s0, ___sLen1, ___additionalEntropy2, targetMethod);
}
}
else if (___parameterCount != 3)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker2< int32_t, int32_t, int64_t >::Invoke(targetMethod, ___s0, ___sLen1, ___additionalEntropy2);
else
result = GenericVirtFuncInvoker2< int32_t, int32_t, int64_t >::Invoke(targetMethod, ___s0, ___sLen1, ___additionalEntropy2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker2< int32_t, int32_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___s0, ___sLen1, ___additionalEntropy2);
else
result = VirtFuncInvoker2< int32_t, int32_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___s0, ___sLen1, ___additionalEntropy2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, int64_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___sLen1) - 1), ___additionalEntropy2, targetMethod);
}
typedef int32_t (*FunctionPointerType) (String_t*, int32_t, int64_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___s0, ___sLen1, ___additionalEntropy2, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker3< int32_t, String_t*, int32_t, int64_t >::Invoke(targetMethod, targetThis, ___s0, ___sLen1, ___additionalEntropy2);
else
result = GenericVirtFuncInvoker3< int32_t, String_t*, int32_t, int64_t >::Invoke(targetMethod, targetThis, ___s0, ___sLen1, ___additionalEntropy2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker3< int32_t, String_t*, int32_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___s0, ___sLen1, ___additionalEntropy2);
else
result = VirtFuncInvoker3< int32_t, String_t*, int32_t, int64_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___s0, ___sLen1, ___additionalEntropy2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, int64_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___s0) - 1), ___sLen1, ___additionalEntropy2, targetMethod);
}
if (targetThis == NULL)
{
typedef int32_t (*FunctionPointerType) (String_t*, int32_t, int64_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___s0, ___sLen1, ___additionalEntropy2, targetMethod);
}
else
{
typedef int32_t (*FunctionPointerType) (void*, String_t*, int32_t, int64_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___s0, ___sLen1, ___additionalEntropy2, targetMethod);
}
}
}
}
return result;
}
// System.IAsyncResult System.Xml.XmlQualifiedName_HashCodeOfStringDelegate::BeginInvoke(System.String,System.Int32,System.Int64,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HashCodeOfStringDelegate_BeginInvoke_m604E0D528D77779DAB0A5E8E3CB427DD5B3B3499 (HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * __this, String_t* ___s0, int32_t ___sLen1, int64_t ___additionalEntropy2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HashCodeOfStringDelegate_BeginInvoke_m604E0D528D77779DAB0A5E8E3CB427DD5B3B3499_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = ___s0;
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___sLen1);
__d_args[2] = Box(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436_il2cpp_TypeInfo_var, &___additionalEntropy2);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
}
// System.Int32 System.Xml.XmlQualifiedName_HashCodeOfStringDelegate::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeOfStringDelegate_EndInvoke_mFCD0B07D2A7BBCCE43DF5F82F11D6D50FA112361 (HashCodeOfStringDelegate_tCAF2245F039C500045953429EF1FB0BA86326AE8 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.Xml.XmlReader::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlReader_get_Name_mD20CD40668A90CDC612E1FD58193388246CD4893 (XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlReader_get_Name_mD20CD40668A90CDC612E1FD58193388246CD4893_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Prefix() */, __this);
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0014;
}
}
{
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlReader::get_LocalName() */, __this);
return L_2;
}
IL_0014:
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_3 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(10 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, __this);
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Prefix() */, __this);
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlReader::get_LocalName() */, __this);
String_t* L_6 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_4, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_5, /*hidden argument*/NULL);
NullCheck(L_3);
String_t* L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, L_6);
return L_7;
}
}
// System.Int32 System.Xml.XmlReader::CalcBufferSize(System.IO.Stream)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlReader_CalcBufferSize_m9ADBD83BB00CAAB696ACEC75500A1904208D29BE (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___input0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlReader_CalcBufferSize_m9ADBD83BB00CAAB696ACEC75500A1904208D29BE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int64_t V_1 = 0;
{
V_0 = ((int32_t)4096);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___input0;
NullCheck(L_0);
bool L_1 = VirtFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0);
if (!L_1)
{
goto IL_002e;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = ___input0;
NullCheck(L_2);
int64_t L_3 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_2);
V_1 = L_3;
int64_t L_4 = V_1;
int32_t L_5 = V_0;
if ((((int64_t)L_4) >= ((int64_t)(((int64_t)((int64_t)L_5))))))
{
goto IL_001f;
}
}
{
int64_t L_6 = V_1;
if ((int64_t)(L_6) > 2147483647LL) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlReader_CalcBufferSize_m9ADBD83BB00CAAB696ACEC75500A1904208D29BE_RuntimeMethod_var);
V_0 = (((int32_t)((int32_t)L_6)));
goto IL_002e;
}
IL_001f:
{
int64_t L_7 = V_1;
if ((((int64_t)L_7) <= ((int64_t)(((int64_t)((int64_t)((int32_t)65536)))))))
{
goto IL_002e;
}
}
{
V_0 = ((int32_t)8192);
}
IL_002e:
{
int32_t L_8 = V_0;
return L_8;
}
}
// System.Object System.Xml.XmlReader::get_debuggerDisplayProxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * XmlReader_get_debuggerDisplayProxy_m0E4E80BB3ECC5A994F93C06EF8826BFAA9DB9CF1 (XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlReader_get_debuggerDisplayProxy_m0E4E80BB3ECC5A994F93C06EF8826BFAA9DB9CF1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 L_0;
memset((&L_0), 0, sizeof(L_0));
XmlReaderDebuggerDisplayProxy__ctor_mE3C1728E7BF85B9364C0F4244586C9C369F43215_inline((&L_0), __this, /*hidden argument*/NULL);
XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 L_1 = L_0;
RuntimeObject * L_2 = Box(XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_il2cpp_TypeInfo_var, &L_1);
return L_2;
}
}
// System.Void System.Xml.XmlReader::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader__cctor_m3EF2489C81E4EEF249A34242FC130A861972991E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlReader__cctor_m3EF2489C81E4EEF249A34242FC130A861972991E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_StaticFields*)il2cpp_codegen_static_fields_for(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_il2cpp_TypeInfo_var))->set_IsTextualNodeBitmap_0(((int32_t)24600));
((XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_StaticFields*)il2cpp_codegen_static_fields_for(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_il2cpp_TypeInfo_var))->set_CanReadContentAsBitmap_1(((int32_t)123324));
((XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_StaticFields*)il2cpp_codegen_static_fields_for(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_il2cpp_TypeInfo_var))->set_HasValueBitmap_2(((int32_t)157084));
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Xml.XmlReader/XmlReaderDebuggerDisplayProxy
IL2CPP_EXTERN_C void XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshal_pinvoke(const XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01& unmarshaled, XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshaled_pinvoke& marshaled)
{
Exception_t* ___reader_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'reader' of type 'XmlReaderDebuggerDisplayProxy': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___reader_0Exception, NULL);
}
IL2CPP_EXTERN_C void XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshal_pinvoke_back(const XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshaled_pinvoke& marshaled, XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01& unmarshaled)
{
Exception_t* ___reader_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'reader' of type 'XmlReaderDebuggerDisplayProxy': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___reader_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Xml.XmlReader/XmlReaderDebuggerDisplayProxy
IL2CPP_EXTERN_C void XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshal_pinvoke_cleanup(XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Xml.XmlReader/XmlReaderDebuggerDisplayProxy
IL2CPP_EXTERN_C void XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshal_com(const XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01& unmarshaled, XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshaled_com& marshaled)
{
Exception_t* ___reader_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'reader' of type 'XmlReaderDebuggerDisplayProxy': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___reader_0Exception, NULL);
}
IL2CPP_EXTERN_C void XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshal_com_back(const XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshaled_com& marshaled, XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01& unmarshaled)
{
Exception_t* ___reader_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'reader' of type 'XmlReaderDebuggerDisplayProxy': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___reader_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Xml.XmlReader/XmlReaderDebuggerDisplayProxy
IL2CPP_EXTERN_C void XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshal_com_cleanup(XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01_marshaled_com& marshaled)
{
}
// System.Void System.Xml.XmlReader_XmlReaderDebuggerDisplayProxy::.ctor(System.Xml.XmlReader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderDebuggerDisplayProxy__ctor_mE3C1728E7BF85B9364C0F4244586C9C369F43215 (XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader0, const RuntimeMethod* method)
{
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_0 = ___reader0;
__this->set_reader_0(L_0);
return;
}
}
IL2CPP_EXTERN_C void XmlReaderDebuggerDisplayProxy__ctor_mE3C1728E7BF85B9364C0F4244586C9C369F43215_AdjustorThunk (RuntimeObject * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader0, const RuntimeMethod* method)
{
int32_t _offset = 1;
XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 * _thisAdjusted = reinterpret_cast<XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 *>(__this + _offset);
XmlReaderDebuggerDisplayProxy__ctor_mE3C1728E7BF85B9364C0F4244586C9C369F43215_inline(_thisAdjusted, ___reader0, method);
}
// System.String System.Xml.XmlReader_XmlReaderDebuggerDisplayProxy::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlReaderDebuggerDisplayProxy_ToString_mEB54B7610A4FB6E55E154378C4CE91D73EB8D4B6 (XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlReaderDebuggerDisplayProxy_ToString_mEB54B7610A4FB6E55E154378C4CE91D73EB8D4B6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_0 = __this->get_reader_0();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0);
V_0 = L_1;
RuntimeObject * L_2 = Box(XmlNodeType_tEE56AC4F9EC36B979516EA5836C4DA730B0A21E1_il2cpp_TypeInfo_var, (&V_0));
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
V_0 = *(int32_t*)UnBox(L_2);
V_1 = L_3;
int32_t L_4 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1)))
{
case 0:
{
goto IL_006b;
}
case 1:
{
goto IL_008c;
}
case 2:
{
goto IL_00da;
}
case 3:
{
goto IL_00da;
}
case 4:
{
goto IL_006b;
}
case 5:
{
goto IL_017c;
}
case 6:
{
goto IL_008c;
}
case 7:
{
goto IL_00da;
}
case 8:
{
goto IL_017c;
}
case 9:
{
goto IL_00fd;
}
case 10:
{
goto IL_017c;
}
case 11:
{
goto IL_017c;
}
case 12:
{
goto IL_00da;
}
case 13:
{
goto IL_00da;
}
case 14:
{
goto IL_006b;
}
case 15:
{
goto IL_006b;
}
case 16:
{
goto IL_00da;
}
}
}
{
goto IL_017c;
}
IL_006b:
{
String_t* L_5 = V_1;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_6 = __this->get_reader_0();
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XmlReader::get_Name() */, L_6);
String_t* L_8 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_5, _stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8, L_7, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
V_1 = L_8;
goto IL_017c;
}
IL_008c:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)6);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_9;
String_t* L_11 = V_1;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_11);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_11);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_10;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, _stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_12;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_14 = __this->get_reader_0();
NullCheck(L_14);
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XmlReader::get_Name() */, L_14);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_15);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_15);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = L_13;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, _stringLiteralAABE0BFB759A57A7D16A42D60C441B575F1E8236);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteralAABE0BFB759A57A7D16A42D60C441B575F1E8236);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = L_16;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_18 = __this->get_reader_0();
NullCheck(L_18);
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_Value() */, L_18);
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_20 = XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449(L_19, /*hidden argument*/NULL);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_20);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_20);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = L_17;
NullCheck(L_21);
ArrayElementTypeCheck (L_21, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6);
String_t* L_22 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_21, /*hidden argument*/NULL);
V_1 = L_22;
goto IL_017c;
}
IL_00da:
{
String_t* L_23 = V_1;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_24 = __this->get_reader_0();
NullCheck(L_24);
String_t* L_25 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_Value() */, L_24);
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_26 = XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449(L_25, /*hidden argument*/NULL);
String_t* L_27 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_23, _stringLiteral876090A3E5447880484D4ABD7013B98D230A9408, L_26, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
V_1 = L_27;
goto IL_017c;
}
IL_00fd:
{
String_t* L_28 = V_1;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_29 = __this->get_reader_0();
NullCheck(L_29);
String_t* L_30 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XmlReader::get_Name() */, L_29);
String_t* L_31 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_28, _stringLiteralEF7DF15A14EF475D7226CBED4A41696F58C3B7C8, L_30, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL);
V_1 = L_31;
String_t* L_32 = V_1;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_33 = __this->get_reader_0();
NullCheck(L_33);
String_t* L_34 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_33, _stringLiteral29D43743C43BDA9873FC7A79C99F2EC4B6B442B1);
String_t* L_35 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_32, _stringLiteral919176ABD217DFC0AE8AB2A29692E22D95F3AC4B, L_34, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
V_1 = L_35;
String_t* L_36 = V_1;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_37 = __this->get_reader_0();
NullCheck(L_37);
String_t* L_38 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_37, _stringLiteralD1785CA28C3A4D29A6EDEF1520C544B838A93DB3);
String_t* L_39 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_36, _stringLiteral50813027F068E3C36CB1518BAADF80EBFA016339, L_38, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
V_1 = L_39;
String_t* L_40 = V_1;
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_41 = __this->get_reader_0();
NullCheck(L_41);
String_t* L_42 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_Value() */, L_41);
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
String_t* L_43 = XmlConvert_EscapeValueForDebuggerDisplay_mBB3CC9622F210260398750EA0E9D0D151F1DA449(L_42, /*hidden argument*/NULL);
String_t* L_44 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_40, _stringLiteral876090A3E5447880484D4ABD7013B98D230A9408, L_43, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, /*hidden argument*/NULL);
V_1 = L_44;
}
IL_017c:
{
String_t* L_45 = V_1;
return L_45;
}
}
IL2CPP_EXTERN_C String_t* XmlReaderDebuggerDisplayProxy_ToString_mEB54B7610A4FB6E55E154378C4CE91D73EB8D4B6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 * _thisAdjusted = reinterpret_cast<XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 *>(__this + _offset);
return XmlReaderDebuggerDisplayProxy_ToString_mEB54B7610A4FB6E55E154378C4CE91D73EB8D4B6(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * XmlResolver_ResolveUri_m3B74CC7D9ABBEDBE2CD281F44E614641917F4FEB (XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlResolver_ResolveUri_m3B74CC7D9ABBEDBE2CD281F44E614641917F4FEB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___baseUri0;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_1 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
if (L_1)
{
goto IL_001e;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___baseUri0;
NullCheck(L_2);
bool L_3 = Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_004a;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___baseUri0;
NullCheck(L_4);
String_t* L_5 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_004a;
}
}
IL_001e:
{
String_t* L_7 = ___relativeUri1;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
Uri__ctor_mA02DB222F4F35380DE2700D84F58EB42497FDDE4(L_8, L_7, 0, /*hidden argument*/NULL);
V_0 = L_8;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = V_0;
NullCheck(L_9);
bool L_10 = Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722(L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0048;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = Uri_get_OriginalString_m56099E46276F0A52524347F1F46A2F88E948504F(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
if ((((int32_t)L_13) <= ((int32_t)0)))
{
goto IL_0048;
}
}
{
String_t* L_14 = ___relativeUri1;
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
String_t* L_15 = Path_GetFullPath_m58677E6FFAFB7BB4A23011CE50F76487226EDE20(L_14, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_16 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2(L_16, L_15, /*hidden argument*/NULL);
V_0 = L_16;
}
IL_0048:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_17 = V_0;
return L_17;
}
IL_004a:
{
String_t* L_18 = ___relativeUri1;
if (!L_18)
{
goto IL_0055;
}
}
{
String_t* L_19 = ___relativeUri1;
NullCheck(L_19);
int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_19, /*hidden argument*/NULL);
if (L_20)
{
goto IL_0057;
}
}
IL_0055:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_21 = ___baseUri0;
return L_21;
}
IL_0057:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_22 = ___baseUri0;
NullCheck(L_22);
bool L_23 = Uri_get_IsAbsoluteUri_m8C189085F1C675DBC3148AA70C38074EC075D722(L_22, /*hidden argument*/NULL);
if (L_23)
{
goto IL_006f;
}
}
{
String_t* L_24 = Res_GetString_m47B81D62E4B5E4C48C06BCC7995B9ED5218EE7A2(_stringLiteralFF9ADA5DD77A58B768C31CF306739F95A7349D2D, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_25 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_25, L_24, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, XmlResolver_ResolveUri_m3B74CC7D9ABBEDBE2CD281F44E614641917F4FEB_RuntimeMethod_var);
}
IL_006f:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_26 = ___baseUri0;
String_t* L_27 = ___relativeUri1;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_28 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E(L_28, L_26, L_27, /*hidden argument*/NULL);
return L_28;
}
}
// System.Boolean System.Xml.XmlResolver::SupportsType(System.Uri,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlResolver_SupportsType_m9454435C4D545E2D6B6B225E1B4DD6DF3D778ACB (XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___absoluteUri0, Type_t * ___type1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlResolver_SupportsType_m9454435C4D545E2D6B6B225E1B4DD6DF3D778ACB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___absoluteUri0;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_1 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralB82E1120FAA671E759C3B20F058DB73F0BC2CAC6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, XmlResolver_SupportsType_m9454435C4D545E2D6B6B225E1B4DD6DF3D778ACB_RuntimeMethod_var);
}
IL_0014:
{
Type_t * L_3 = ___type1;
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_4 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_3, (Type_t *)NULL, /*hidden argument*/NULL);
if (L_4)
{
goto IL_002f;
}
}
{
Type_t * L_5 = ___type1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
bool L_8 = Type_op_Equality_m7040622C9E1037EFC73E1F0EDB1DD241282BE3D8(L_5, L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0031;
}
}
IL_002f:
{
return (bool)1;
}
IL_0031:
{
return (bool)0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlNodeType System.Xml.XmlTextReader::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReader_get_NodeType_m324D130174C4F15CC58C963D425315DF70CC729A (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0);
return L_1;
}
}
// System.String System.Xml.XmlTextReader::get_LocalName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_LocalName_m9EC22D767C0437B9A0147A1D1C5C576AC9C0571B (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3();
NullCheck(L_0);
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.XmlReader::get_LocalName() */, L_0);
return L_1;
}
}
// System.String System.Xml.XmlTextReader::get_Prefix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_Prefix_mB6FF160948B15E436AF4F763A3DA7A2A496BC455 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3();
NullCheck(L_0);
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Prefix() */, L_0);
return L_1;
}
}
// System.String System.Xml.XmlTextReader::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReader_get_Value_m29A72C4D4B57B87D196EBB7AC760703E29C7B7CE (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3();
NullCheck(L_0);
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_Value() */, L_0);
return L_1;
}
}
// System.String System.Xml.XmlTextReader::GetAttribute(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReader_GetAttribute_mB3E274A9E9C2BA1B43678C2A56782C79D02A3F89 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, String_t* ___name0, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3();
String_t* L_1 = ___name0;
NullCheck(L_0);
String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_0, L_1);
return L_2;
}
}
// System.Xml.XmlNameTable System.Xml.XmlTextReader::get_NameTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlTextReader_get_NameTable_m07CDFF674EEF964B3C0997F935FB9B58BB868530 (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3();
NullCheck(L_0);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_1 = VirtFuncInvoker0< XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * >::Invoke(10 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_0);
return L_1;
}
}
// System.String System.Xml.XmlTextReader::LookupNamespace(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReader_LookupNamespace_mF974C83ED20906A91E66A1B4B8CFBCBE8DF963DE (XmlTextReader_tAF28DD94DDC4A59EE85A627A606C9347C8149A8C * __this, String_t* ___prefix0, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_impl_3();
String_t* L_1 = ___prefix0;
NullCheck(L_0);
String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_0, L_1);
V_0 = L_2;
String_t* L_3 = V_0;
if (!L_3)
{
goto IL_001a;
}
}
{
String_t* L_4 = V_0;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_001a;
}
}
{
V_0 = (String_t*)NULL;
}
IL_001a:
{
String_t* L_6 = V_0;
return L_6;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl::get_NodeType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_NodeType_mCD79E4D320388C9BE0AD006813A7C7A85B196BAA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = __this->get_curNode_9();
NullCheck(L_0);
int32_t L_1 = L_0->get_type_0();
return L_1;
}
}
// System.String System.Xml.XmlTextReaderImpl::get_LocalName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_LocalName_mEFC0443B8A7317203008951614162355641136F2 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = __this->get_curNode_9();
NullCheck(L_0);
String_t* L_1 = L_0->get_localName_1();
return L_1;
}
}
// System.String System.Xml.XmlTextReaderImpl::get_Prefix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_Prefix_m4C5AF29FB10C89618AAF2EC8E764FD7CBB829548 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = __this->get_curNode_9();
NullCheck(L_0);
String_t* L_1 = L_0->get_prefix_2();
return L_1;
}
}
// System.String System.Xml.XmlTextReaderImpl::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_get_Value_mA29699D178B1FE82B6456AB5EE5489F042972714 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_parsingFunction_6();
if ((((int32_t)L_0) < ((int32_t)((int32_t)21))))
{
goto IL_002e;
}
}
{
int32_t L_1 = __this->get_parsingFunction_6();
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)21)))))
{
goto IL_0028;
}
}
{
XmlTextReaderImpl_FinishPartialValue_mA25496491E607EE1DA9B2AA2B3747F1EEBCA8CB3(__this, /*hidden argument*/NULL);
int32_t L_2 = __this->get_nextParsingFunction_7();
__this->set_parsingFunction_6(L_2);
goto IL_002e;
}
IL_0028:
{
XmlTextReaderImpl_FinishOtherValueIterator_m3DF4913E985883988A5DAEAE601D2B256E77A8F0(__this, /*hidden argument*/NULL);
}
IL_002e:
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_3 = __this->get_curNode_9();
NullCheck(L_3);
String_t* L_4 = NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579(L_3, /*hidden argument*/NULL);
return L_4;
}
}
// System.Xml.XmlNameTable System.Xml.XmlTextReaderImpl::get_NameTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlTextReaderImpl_get_NameTable_mC0CF844ACD07BD3160AF946BA6FE16A6A4A84EF9 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = __this->get_nameTable_12();
return L_0;
}
}
// System.String System.Xml.XmlTextReaderImpl::GetAttribute(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_GetAttribute_mB33395DC89FD3FB61BAB849DE3AEB6DAC2BDE143 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___name0;
NullCheck(L_0);
int32_t L_1 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_0, ((int32_t)58), /*hidden argument*/NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)(-1)))))
{
goto IL_0015;
}
}
{
String_t* L_2 = ___name0;
int32_t L_3 = XmlTextReaderImpl_GetIndexOfAttributeWithoutPrefix_m8895EC4371F45B28DD4A24B215BC194226013565(__this, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001d;
}
IL_0015:
{
String_t* L_4 = ___name0;
int32_t L_5 = XmlTextReaderImpl_GetIndexOfAttributeWithPrefix_m10F5488ED1536C495491D20F2D7D9DCB428B2641(__this, L_4, /*hidden argument*/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_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_7 = __this->get_nodes_8();
int32_t L_8 = V_0;
NullCheck(L_7);
int32_t L_9 = L_8;
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
NullCheck(L_10);
String_t* L_11 = NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579(L_10, /*hidden argument*/NULL);
return L_11;
}
}
// System.String System.Xml.XmlTextReaderImpl::LookupNamespace(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_LookupNamespace_m6F69D511C02F2A49E9AFC2657AA14EE0C81DB31B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___prefix0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_supportNamespaces_15();
if (L_0)
{
goto IL_000a;
}
}
{
return (String_t*)NULL;
}
IL_000a:
{
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_1 = __this->get_namespaceManager_23();
String_t* L_2 = ___prefix0;
NullCheck(L_1);
String_t* L_3 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(8 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, L_1, L_2);
return L_3;
}
}
// System.String System.Xml.XmlTextReaderImpl::System.Xml.IXmlNamespaceResolver.LookupNamespace(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_System_Xml_IXmlNamespaceResolver_LookupNamespace_mACD55B4CEEA99AD53FBBAF731AB7598569AF2CF8 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___prefix0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___prefix0;
String_t* L_1 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, __this, L_0);
return L_1;
}
}
// System.String System.Xml.XmlTextReaderImpl::System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_System_Xml_IXmlNamespaceResolver_LookupPrefix_m5AA4F65B917C52DC15F2F7DC38378D5497C8BA5B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___namespaceName0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___namespaceName0;
String_t* L_1 = XmlTextReaderImpl_LookupPrefix_m925D4DD12D68CD14B5F64E635AFCF8A87B44F85C(__this, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Xml.XmlTextReaderImpl::LookupPrefix(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_LookupPrefix_m925D4DD12D68CD14B5F64E635AFCF8A87B44F85C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___namespaceName0, const RuntimeMethod* method)
{
{
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_0 = __this->get_namespaceManager_23();
String_t* L_1 = ___namespaceName0;
NullCheck(L_0);
String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(9 /* System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String) */, L_0, L_1);
return L_2;
}
}
// System.Xml.XmlNameTable System.Xml.XmlTextReaderImpl::get_DtdParserProxy_NameTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlTextReaderImpl_get_DtdParserProxy_NameTable_mC74340532F97E8B584DBB1118A91BB326437040F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = __this->get_nameTable_12();
return L_0;
}
}
// System.Xml.IXmlNamespaceResolver System.Xml.XmlTextReaderImpl::get_DtdParserProxy_NamespaceResolver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_get_DtdParserProxy_NamespaceResolver_mC3EB3FE6FCD70248450386A5EB990F2163A1CC3D (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_0 = __this->get_namespaceManager_23();
return L_0;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_DtdValidation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_DtdValidation_m9D55886560D6F84A954F3F2645FDCD16C6EC0D51 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
bool L_0 = XmlTextReaderImpl_get_DtdValidation_mE2FD8F3F0EB5E933A17C1A1BB54F4009D178343D(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_Normalization()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_Normalization_mE177D1DFA47257E6433B29E798C5DCFC5A615BD7 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_normalize_14();
return L_0;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_Namespaces()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_Namespaces_mD03942B2D13243298515296268D68F4926F3CF20 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_supportNamespaces_15();
return L_0;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_V1CompatibilityMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_V1CompatibilityMode_mA32E5EBB4E7AAFB7B55C14182767E6FE2FCAA26E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_v1Compat_22();
return L_0;
}
}
// System.Uri System.Xml.XmlTextReaderImpl::get_DtdParserProxy_BaseUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * XmlTextReaderImpl_get_DtdParserProxy_BaseUri_mF2E4A50579AF488866944F856C4AD8BE411DACF7 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_get_DtdParserProxy_BaseUri_mF2E4A50579AF488866944F856C4AD8BE411DACF7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
String_t* L_1 = L_0->get_baseUriStr_13();
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
if ((((int32_t)L_2) <= ((int32_t)0)))
{
goto IL_0050;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = L_3->get_baseUri_14();
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_5 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_4, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0050;
}
}
{
XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_6 = __this->get_xmlResolver_13();
if (!L_6)
{
goto IL_0050;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5();
XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_8 = __this->get_xmlResolver_13();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5();
String_t* L_10 = L_9->get_baseUriStr_13();
NullCheck(L_8);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_11 = VirtFuncInvoker2< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_8, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, L_10);
L_7->set_baseUri_14(L_11);
}
IL_0050:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = L_12->get_baseUri_14();
return L_13;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_IsEof()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_IsEof_mF3D72303461DE771D8C45C2E3A1B69A6D0AC8F46 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
bool L_1 = L_0->get_isEof_15();
return L_1;
}
}
// System.Char[] System.Xml.XmlTextReaderImpl::get_DtdParserProxy_ParsingBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* XmlTextReaderImpl_get_DtdParserProxy_ParsingBuffer_m732E67E86FACC20D76FA4B242A4D68DDF2C4F8B4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0->get_chars_0();
return L_1;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_ParsingBufferLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_ParsingBufferLength_mB8E5A0E682D68237CF8F91988B2FD401851EE1F6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = L_0->get_charsUsed_2();
return L_1;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_CurrentPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_CurrentPosition_m52421528101C78618D4044A58AAB9B35F0F361E8 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = L_0->get_charPos_1();
return L_1;
}
}
// System.Void System.Xml.XmlTextReaderImpl::set_DtdParserProxy_CurrentPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_DtdParserProxy_CurrentPosition_mA9B55AABF3CF3855E738277D0EE102B8476DFC31 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = ___value0;
L_0->set_charPos_1(L_1);
return;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_EntityStackLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_EntityStackLength_mB3E614D6A13AE3CC15FCB3F39AD2BD01BA4CD37B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_parsingStatesStackTop_25();
return ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1));
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::get_DtdParserProxy_IsEntityEolNormalized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_IsEntityEolNormalized_m7CFE71A7E9CB847419D371F1CE50F14CCD29CF98 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
bool L_1 = L_0->get_eolNormalized_19();
return L_1;
}
}
// System.Xml.IValidationEventHandling System.Xml.XmlTextReaderImpl::get_DtdParserProxy_ValidationEventHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_get_DtdParserProxy_ValidationEventHandling_m63C63E3979E32960701A5B251C0099348A37A2CA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get_validationEventHandling_31();
return L_0;
}
}
// System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_OnNewLine(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_OnNewLine_m54D60BD71043CCA2A79A92E36B33E3A1911A433E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___pos0;
XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_LineNo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_LineNo_mF6D9CDCA34905AB52FFDB0A8F7E86AE1439E571A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::get_DtdParserProxy_LineStartPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_DtdParserProxy_LineStartPosition_mC2B02BC83BF626D234DC141BDF1DD2FE0AA38226 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = L_0->get_lineStartPos_12();
return L_1;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::DtdParserProxy_ReadData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_DtdParserProxy_ReadData_mBCE4874C93F3847B98418C908AB5C10ECC5CC7A4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::DtdParserProxy_ParseNumericCharRef(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_DtdParserProxy_ParseNumericCharRef_mFABC3FF9160DAEB435CF575CE550154E126526EA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, StringBuilder_t * ___internalSubsetBuilder0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
StringBuilder_t * L_0 = ___internalSubsetBuilder0;
int32_t L_1 = XmlTextReaderImpl_ParseNumericCharRef_m8A3BA57DBC81A1F148E3D83B613403A7E02659D7(__this, (bool)1, L_0, (int32_t*)(&V_0), /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::DtdParserProxy_ParseNamedCharRef(System.Boolean,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_DtdParserProxy_ParseNamedCharRef_mA59A919144E9C9256FE25125B1B20FC139E18F80 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___expand0, StringBuilder_t * ___internalSubsetBuilder1, const RuntimeMethod* method)
{
{
bool L_0 = ___expand0;
StringBuilder_t * L_1 = ___internalSubsetBuilder1;
int32_t L_2 = XmlTextReaderImpl_ParseNamedCharRef_mA60C230C51119BDCCD2528AEDDF0039DAF54968B(__this, L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_ParsePI(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_ParsePI_mB882A376B7C7E442393A2F7E624D5B78CC36EA45 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
StringBuilder_t * L_0 = ___sb0;
if (L_0)
{
goto IL_0021;
}
}
{
int32_t L_1 = __this->get_parsingMode_37();
V_0 = L_1;
__this->set_parsingMode_37(1);
XmlTextReaderImpl_ParsePI_mD189967DD9718754962889CA04070E44FEDEB4EB(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL);
int32_t L_2 = V_0;
__this->set_parsingMode_37(L_2);
return;
}
IL_0021:
{
StringBuilder_t * L_3 = ___sb0;
XmlTextReaderImpl_ParsePI_mD189967DD9718754962889CA04070E44FEDEB4EB(__this, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_ParseComment(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_ParseComment_mAAC7583A896F7BCF4785E621C4207C20FF5066B8 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_DtdParserProxy_ParseComment_mAAC7583A896F7BCF4785E621C4207C20FF5066B8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
{
StringBuilder_t * L_0 = ___sb0;
if (L_0)
{
goto IL_0021;
}
}
IL_0003:
{
int32_t L_1 = __this->get_parsingMode_37();
V_0 = L_1;
__this->set_parsingMode_37(1);
XmlTextReaderImpl_ParseCDataOrComment_m477AD2613C62D46D79DF2AD21961737A35CB9BC2(__this, 8, /*hidden argument*/NULL);
int32_t L_2 = V_0;
__this->set_parsingMode_37(L_2);
goto IL_0064;
}
IL_0021:
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_3 = __this->get_curNode_9();
V_1 = L_3;
int32_t L_4 = __this->get_index_10();
int32_t L_5 = __this->get_attrCount_11();
int32_t L_6 = __this->get_index_10();
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_7 = XmlTextReaderImpl_AddNode_m4438E1D4D489BE568E65864962144A45C2119409(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5)), (int32_t)1)), L_6, /*hidden argument*/NULL);
__this->set_curNode_9(L_7);
XmlTextReaderImpl_ParseCDataOrComment_m477AD2613C62D46D79DF2AD21961737A35CB9BC2(__this, 8, /*hidden argument*/NULL);
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_8 = __this->get_curNode_9();
StringBuilder_t * L_9 = ___sb0;
NullCheck(L_8);
NodeData_CopyTo_mF84D5DFA0BF7DBBA303DBB5899CB21019F0D0FF2(L_8, 0, L_9, /*hidden argument*/NULL);
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_10 = V_1;
__this->set_curNode_9(L_10);
}
IL_0064:
{
goto IL_00ad;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0066;
throw e;
}
CATCH_0066:
{ // begin catch(System.Xml.XmlException)
{
NullCheck(((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)__exception_local));
String_t* L_11 = XmlException_get_ResString_mAB747EFF3084D37ACF02FFCA52033CA142F1BDF2_inline(((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)__exception_local), /*hidden argument*/NULL);
bool L_12 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_11, _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_00a9;
}
}
IL_0077:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_13 = __this->get_address_of_ps_5();
RuntimeObject* L_14 = L_13->get_entity_17();
if (!L_14)
{
goto IL_00a9;
}
}
IL_0084:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5();
int32_t L_16 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_15, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5();
int32_t L_18 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_17, /*hidden argument*/NULL);
XmlTextReaderImpl_SendValidationEvent_m4CF85A96AB46AAFF222BBDDCE3B24B43F3F57EB1(__this, 0, _stringLiteral45D9963DA4900368B36E2D1F09EC9A7D1C3D3A75, (String_t*)NULL, L_16, L_18, /*hidden argument*/NULL);
goto IL_00ab;
}
IL_00a9:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, XmlTextReaderImpl_DtdParserProxy_ParseComment_mAAC7583A896F7BCF4785E621C4207C20FF5066B8_RuntimeMethod_var);
}
IL_00ab:
{
goto IL_00ad;
}
} // end catch (depth: 1)
IL_00ad:
{
return;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::get_IsResolverNull()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_IsResolverNull_mBF34585AFFD21EE158B9A90121F6A8E174615E11 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_0 = __this->get_xmlResolver_13();
if (!L_0)
{
goto IL_001b;
}
}
{
bool L_1 = XmlReaderSection_get_ProhibitDefaultUrlResolver_m0E06CF213E72ECC2B3A5AD2FA0A921DB34C31603(/*hidden argument*/NULL);
if (!L_1)
{
goto IL_0019;
}
}
{
bool L_2 = __this->get_xmlResolverIsSet_47();
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
}
IL_0019:
{
return (bool)0;
}
IL_001b:
{
return (bool)1;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::DtdParserProxy_PushEntity(System.Xml.IDtdEntityInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_DtdParserProxy_PushEntity_mECD5C4AD5E9040006BA77DA2559E6008A96E22E4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject* ___entity0, int32_t* ___entityId1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_DtdParserProxy_PushEntity_mECD5C4AD5E9040006BA77DA2559E6008A96E22E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
RuntimeObject* L_0 = ___entity0;
NullCheck(L_0);
bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsExternal() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_0);
if (!L_1)
{
goto IL_001f;
}
}
{
bool L_2 = XmlTextReaderImpl_get_IsResolverNull_mBF34585AFFD21EE158B9A90121F6A8E174615E11(__this, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0015;
}
}
{
int32_t* L_3 = ___entityId1;
*((int32_t*)L_3) = (int32_t)(-1);
return (bool)0;
}
IL_0015:
{
RuntimeObject* L_4 = ___entity0;
bool L_5 = XmlTextReaderImpl_PushExternalEntity_mDC9817BDA60C43B0179036943130EB21C922E0E3(__this, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0028;
}
IL_001f:
{
RuntimeObject* L_6 = ___entity0;
XmlTextReaderImpl_PushInternalEntity_m485F0DC41C36F8DA9157B67431CF16B49C1F06F5(__this, L_6, /*hidden argument*/NULL);
V_0 = (bool)1;
}
IL_0028:
{
int32_t* L_7 = ___entityId1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_8 = __this->get_address_of_ps_5();
int32_t L_9 = L_8->get_entityId_18();
*((int32_t*)L_7) = (int32_t)L_9;
bool L_10 = V_0;
return L_10;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::DtdParserProxy_PopEntity(System.Xml.IDtdEntityInfo&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_DtdParserProxy_PopEntity_m180E9DC0F80126F67235BFE4AA23D22D554C74F1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject** ___oldEntity0, int32_t* ___newEntityId1, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_parsingStatesStackTop_25();
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_0011;
}
}
{
RuntimeObject** L_1 = ___oldEntity0;
*((RuntimeObject **)L_1) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL);
int32_t* L_2 = ___newEntityId1;
*((int32_t*)L_2) = (int32_t)(-1);
return (bool)0;
}
IL_0011:
{
RuntimeObject** L_3 = ___oldEntity0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5();
RuntimeObject* L_5 = L_4->get_entity_17();
*((RuntimeObject **)L_3) = (RuntimeObject *)L_5;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_3, (void*)(RuntimeObject *)L_5);
XmlTextReaderImpl_PopEntity_mC4A08CC994DEB7E01EBF7B66942477A8394238F4(__this, /*hidden argument*/NULL);
int32_t* L_6 = ___newEntityId1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5();
int32_t L_8 = L_7->get_entityId_18();
*((int32_t*)L_6) = (int32_t)L_8;
return (bool)1;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::DtdParserProxy_PushExternalSubset(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_DtdParserProxy_PushExternalSubset_mDD30749ED33A61DFF48062339109D14C299A0ECE (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___systemId0, String_t* ___publicId1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_DtdParserProxy_PushExternalSubset_mDD30749ED33A61DFF48062339109D14C299A0ECE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
bool L_0 = XmlTextReaderImpl_get_IsResolverNull_mBF34585AFFD21EE158B9A90121F6A8E174615E11(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_1 = __this->get_address_of_ps_5();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = L_1->get_baseUri_14();
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_3 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_2, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0051;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5();
String_t* L_5 = L_4->get_baseUriStr_13();
bool L_6 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0051;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5();
XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_8 = __this->get_xmlResolver_13();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5();
String_t* L_10 = L_9->get_baseUriStr_13();
NullCheck(L_8);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_11 = VirtFuncInvoker2< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_8, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, L_10);
L_7->set_baseUri_14(L_11);
}
IL_0051:
{
String_t* L_12 = ___publicId1;
String_t* L_13 = ___systemId0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_14 = __this->get_address_of_ps_5();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_15 = L_14->get_baseUri_14();
XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129(__this, L_12, L_13, L_15, (String_t*)NULL, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5();
L_16->set_entity_17((RuntimeObject*)NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5();
L_17->set_entityId_18(0);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_18 = __this->get_address_of_ps_5();
int32_t L_19 = L_18->get_charPos_1();
V_0 = L_19;
bool L_20 = __this->get_v1Compat_22();
if (!L_20)
{
goto IL_0099;
}
}
{
XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL);
}
IL_0099:
{
bool L_21 = XmlTextReaderImpl_ParseXmlDeclaration_mA0079700145DA32BBF5D5A78944B50D55ECAA293(__this, (bool)1, /*hidden argument*/NULL);
if (L_21)
{
goto IL_00ae;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5();
int32_t L_23 = V_0;
L_22->set_charPos_1(L_23);
}
IL_00ae:
{
return (bool)1;
}
}
// System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_PushInternalDtd(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_PushInternalDtd_m6AC6F1C2B2106FB423D2A0777DDC23F5603891F4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___baseUri0, String_t* ___internalDtd1, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_PushParsingState_mEF279030AE77B8783437C7EB64786DCC75A2934F(__this, /*hidden argument*/NULL);
String_t* L_0 = ___internalDtd1;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
XmlTextReaderImpl_RegisterConsumedCharacters_m32959109CEA84C50F71D30393483D1ED55B34942(__this, (((int64_t)((int64_t)L_1))), (bool)0, /*hidden argument*/NULL);
String_t* L_2 = ___baseUri0;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA(/*hidden argument*/NULL);
String_t* L_4 = ___internalDtd1;
XmlTextReaderImpl_InitStringInput_mB77C1E6F583C4F05D0E65C4BFA25F7E778124065(__this, L_2, L_3, L_4, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5();
L_5->set_entity_17((RuntimeObject*)NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_6 = __this->get_address_of_ps_5();
L_6->set_entityId_18(0);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5();
L_7->set_eolNormalized_19((bool)0);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_Throw(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_Throw_m6807FDDF98894315BADCE32EAC5E8B0C32C0AD33 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Exception_t * ___e0, const RuntimeMethod* method)
{
{
Exception_t * L_0 = ___e0;
XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_OnSystemId(System.String,System.Xml.LineInfo,System.Xml.LineInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_OnSystemId_mAA44EE85320C1F5AFAC2EE86217A88A04DA1285F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___systemId0, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___keywordLineInfo1, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___systemLiteralLineInfo2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_DtdParserProxy_OnSystemId_mAA44EE85320C1F5AFAC2EE86217A88A04DA1285F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_index_10();
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_1 = XmlTextReaderImpl_AddAttributeNoChecks_m26E8EED542810CE894809E4FA188AFFF9D98222F(__this, _stringLiteral29D43743C43BDA9873FC7A79C99F2EC4B6B442B1, ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)), /*hidden argument*/NULL);
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_2 = L_1;
String_t* L_3 = ___systemId0;
NullCheck(L_2);
NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_2, L_3, /*hidden argument*/NULL);
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = L_2;
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_5 = ___keywordLineInfo1;
NullCheck(L_4);
L_4->set_lineInfo_9(L_5);
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_6 = ___systemLiteralLineInfo2;
NullCheck(L_4);
L_4->set_lineInfo2_10(L_6);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::DtdParserProxy_OnPublicId(System.String,System.Xml.LineInfo,System.Xml.LineInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_DtdParserProxy_OnPublicId_mAC5A2232A5BBD487837E35E2B805C37926ED5149 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___publicId0, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___keywordLineInfo1, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___publicLiteralLineInfo2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_DtdParserProxy_OnPublicId_mAC5A2232A5BBD487837E35E2B805C37926ED5149_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_index_10();
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_1 = XmlTextReaderImpl_AddAttributeNoChecks_m26E8EED542810CE894809E4FA188AFFF9D98222F(__this, _stringLiteralD1785CA28C3A4D29A6EDEF1520C544B838A93DB3, ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)), /*hidden argument*/NULL);
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_2 = L_1;
String_t* L_3 = ___publicId0;
NullCheck(L_2);
NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_2, L_3, /*hidden argument*/NULL);
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = L_2;
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_5 = ___keywordLineInfo1;
NullCheck(L_4);
L_4->set_lineInfo_9(L_5);
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_6 = ___publicLiteralLineInfo2;
NullCheck(L_4);
L_4->set_lineInfo2_10(L_6);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.Int32,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m43E6BF2167449C3C40B530DDD964A0F757DEAE2B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___res1, String_t* ___arg2, const RuntimeMethod* method)
{
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = ___pos0;
L_0->set_charPos_1(L_1);
String_t* L_2 = ___res1;
String_t* L_3 = ___arg2;
XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(__this, L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.Int32,System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___res1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args2, const RuntimeMethod* method)
{
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = ___pos0;
L_0->set_charPos_1(L_1);
String_t* L_2 = ___res1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = ___args2;
XmlTextReaderImpl_Throw_m64B190C910D181D87AEE3CCB84678FDFE6F58C3A(__this, L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___res1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = ___pos0;
L_0->set_charPos_1(L_1);
String_t* L_2 = ___res1;
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(__this, L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___res0;
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_mD02B70FD6E838F9532BB5D58349C5356119A842E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, int32_t ___lineNo1, int32_t ___linePos2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_Throw_mD02B70FD6E838F9532BB5D58349C5356119A842E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___res0;
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
int32_t L_2 = ___lineNo1;
int32_t L_3 = ___linePos2;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5();
String_t* L_5 = L_4->get_baseUriStr_13();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_6 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m55156B97F330388274AF0CFF5F4F9D81460C0F45(L_6, L_0, L_1, L_2, L_3, L_5, /*hidden argument*/NULL);
XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___res0;
String_t* L_1 = ___arg1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
int32_t L_3 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_2, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5();
int32_t L_5 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_4, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_6 = __this->get_address_of_ps_5();
String_t* L_7 = L_6->get_baseUriStr_13();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_8 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m55156B97F330388274AF0CFF5F4F9D81460C0F45(L_8, L_0, L_1, L_3, L_5, L_7, /*hidden argument*/NULL);
XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_8, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, String_t* ___arg1, int32_t ___lineNo2, int32_t ___linePos3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___res0;
String_t* L_1 = ___arg1;
int32_t L_2 = ___lineNo2;
int32_t L_3 = ___linePos3;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5();
String_t* L_5 = L_4->get_baseUriStr_13();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_6 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m55156B97F330388274AF0CFF5F4F9D81460C0F45(L_6, L_0, L_1, L_2, L_3, L_5, /*hidden argument*/NULL);
XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m64B190C910D181D87AEE3CCB84678FDFE6F58C3A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_Throw_m64B190C910D181D87AEE3CCB84678FDFE6F58C3A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___args1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
int32_t L_3 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_2, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5();
int32_t L_5 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_4, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_6 = __this->get_address_of_ps_5();
String_t* L_7 = L_6->get_baseUriStr_13();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_8 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_mD4B41E1820BB0AEE5AAF47FCB0B92411E92AFB19(L_8, L_0, L_1, L_3, L_5, L_7, /*hidden argument*/NULL);
XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_8, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m9E58BADAD5CABC461273E98A78861D6A2652B77B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, String_t* ___arg1, Exception_t * ___innerException2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_Throw_m9E58BADAD5CABC461273E98A78861D6A2652B77B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1;
String_t* L_3 = ___arg1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_3);
Exception_t * L_4 = ___innerException2;
XmlTextReaderImpl_Throw_m095A058543AC2273E8A40B37B33F208C430584D8(__this, L_0, L_2, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.String,System.String[],System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m095A058543AC2273E8A40B37B33F208C430584D8 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, Exception_t * ___innerException2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_Throw_m095A058543AC2273E8A40B37B33F208C430584D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___args1;
Exception_t * L_2 = ___innerException2;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5();
int32_t L_4 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_3, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5();
int32_t L_6 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_5, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5();
String_t* L_8 = L_7->get_baseUriStr_13();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_9 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100(L_9, L_0, L_1, L_2, L_4, L_6, L_8, /*hidden argument*/NULL);
XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_9, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::Throw(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Exception_t * ___e0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * V_0 = NULL;
{
XmlTextReaderImpl_SetErrorState_m848CA7AB0B65B667742555020012030AC6E5A06B(__this, /*hidden argument*/NULL);
Exception_t * L_0 = ___e0;
V_0 = ((XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)IsInstClass((RuntimeObject*)L_0, XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var));
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_1 = V_0;
if (!L_1)
{
goto IL_0027;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_2 = __this->get_curNode_9();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = XmlException_get_LineNumber_m6743F72F2AF1FF2C7A25E1D0E13BF3D728636DDC_inline(L_3, /*hidden argument*/NULL);
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = XmlException_get_LinePosition_mA5328950CADAE88E4BB0C74848B9DDDDCE8F144E_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_2);
NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_2, L_4, L_6, /*hidden argument*/NULL);
}
IL_0027:
{
Exception_t * L_7 = ___e0;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46_RuntimeMethod_var);
}
}
// System.Void System.Xml.XmlTextReaderImpl::ThrowWithoutLineInfo(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_m09274FF6C02DCB0BB9FF0D58A499C4990C66CE2A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_ThrowWithoutLineInfo_m09274FF6C02DCB0BB9FF0D58A499C4990C66CE2A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___res0;
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
String_t* L_3 = L_2->get_baseUriStr_13();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_4 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m151C534985482DB896167CCA0D512DEBFC01B300(L_4, L_0, L_1, L_3, /*hidden argument*/NULL);
XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::ThrowWithoutLineInfo(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_m37B68BD7C28AF5C55ECFFD06301CB8D5CFAE7757 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, String_t* ___arg1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_ThrowWithoutLineInfo_m37B68BD7C28AF5C55ECFFD06301CB8D5CFAE7757_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___res0;
String_t* L_1 = ___arg1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
String_t* L_3 = L_2->get_baseUriStr_13();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_4 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m151C534985482DB896167CCA0D512DEBFC01B300(L_4, L_0, L_1, L_3, /*hidden argument*/NULL);
XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::ThrowWithoutLineInfo(System.String,System.String[],System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowWithoutLineInfo_mBC58C406DEAAC470A6E72B94970CD83DE763477B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___res0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___args1, Exception_t * ___innerException2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_ThrowWithoutLineInfo_mBC58C406DEAAC470A6E72B94970CD83DE763477B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___res0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___args1;
Exception_t * L_2 = ___innerException2;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5();
String_t* L_4 = L_3->get_baseUriStr_13();
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_5 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m4B8E63B6F3EB704FFEF6BA4AA0546B90042FC100(L_5, L_0, L_1, L_2, 0, 0, L_4, /*hidden argument*/NULL);
XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(__this, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::ThrowInvalidChar(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowInvalidChar_m2FE1FC501E5156E303905112026C1B4564F510F9 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___data0, int32_t ___length1, int32_t ___invCharPos2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_ThrowInvalidChar_m2FE1FC501E5156E303905112026C1B4564F510F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___invCharPos2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___data0;
int32_t L_2 = ___length1;
int32_t L_3 = ___invCharPos2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = XmlException_BuildCharExceptionArgs_m3684F6183308FDB28E5127BCC94AB585EF53004C(L_1, L_2, L_3, /*hidden argument*/NULL);
XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF(__this, L_0, _stringLiteral613EB0ECD176A195B2B35234AEF9B1462EAD3154, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::SetErrorState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetErrorState_m848CA7AB0B65B667742555020012030AC6E5A06B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
__this->set_parsingFunction_6(((int32_t)10));
__this->set_readState_38(2);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.String,System.String,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SendValidationEvent_m4CF85A96AB46AAFF222BBDDCE3B24B43F3F57EB1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___severity0, String_t* ___code1, String_t* ___arg2, int32_t ___lineNo3, int32_t ___linePos4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_SendValidationEvent_m4CF85A96AB46AAFF222BBDDCE3B24B43F3F57EB1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___severity0;
String_t* L_1 = ___code1;
String_t* L_2 = ___arg2;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5();
String_t* L_4 = L_3->get_baseUriStr_13();
int32_t L_5 = ___lineNo3;
int32_t L_6 = ___linePos4;
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_7 = (XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 *)il2cpp_codegen_object_new(XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65_il2cpp_TypeInfo_var);
XmlSchemaException__ctor_mB45507FA85516BC7E8794A8149E4EAF50960CF40(L_7, L_1, L_2, L_4, L_5, L_6, /*hidden argument*/NULL);
XmlTextReaderImpl_SendValidationEvent_m6A07DB06F7263EA6716D3A22307F4EC28EE4FB3D(__this, L_0, L_7, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::SendValidationEvent(System.Xml.Schema.XmlSeverityType,System.Xml.Schema.XmlSchemaException)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SendValidationEvent_m6A07DB06F7263EA6716D3A22307F4EC28EE4FB3D (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___severity0, XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * ___exception1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_SendValidationEvent_m6A07DB06F7263EA6716D3A22307F4EC28EE4FB3D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_validationEventHandling_31();
if (!L_0)
{
goto IL_0015;
}
}
{
RuntimeObject* L_1 = __this->get_validationEventHandling_31();
XmlSchemaException_t6E118FD214784A2E7DE004B99148C2C4CCC1EE65 * L_2 = ___exception1;
int32_t L_3 = ___severity0;
NullCheck(L_1);
InterfaceActionInvoker2< Exception_t *, int32_t >::Invoke(0 /* System.Void System.Xml.IValidationEventHandling::SendEvent(System.Exception,System.Xml.Schema.XmlSeverityType) */, IValidationEventHandling_tABD39B6B973C0A0DC259D55D8C4179A43ACAB41B_il2cpp_TypeInfo_var, L_1, L_2, L_3);
}
IL_0015:
{
return;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::get_DtdValidation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdValidation_mE2FD8F3F0EB5E933A17C1A1BB54F4009D178343D (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get_validationEventHandling_31();
return (bool)((!(((RuntimeObject*)(RuntimeObject*)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Void System.Xml.XmlTextReaderImpl::InitStreamInput(System.Uri,System.IO.Stream,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_mE0FFF96C9A71C105E8C9B7D9B6E2F892CFF29C56 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding2, const RuntimeMethod* method)
{
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___baseUri0;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = ___baseUri0;
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = ___stream1;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_4 = ___encoding2;
XmlTextReaderImpl_InitStreamInput_m8B3C3A7713171C2B49E28B0FB971BCAE46FF6EC7(__this, L_0, L_2, L_3, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL, 0, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::InitStreamInput(System.Uri,System.String,System.IO.Stream,System.Byte[],System.Int32,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStreamInput_m8B3C3A7713171C2B49E28B0FB971BCAE46FF6EC7 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, String_t* ___baseUriStr1, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes3, int32_t ___byteCount4, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_InitStreamInput_m8B3C3A7713171C2B49E28B0FB971BCAE46FF6EC7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ___stream2;
L_0->set_stream_5(L_1);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___baseUri0;
L_2->set_baseUri_14(L_3);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5();
String_t* L_5 = ___baseUriStr1;
L_4->set_baseUriStr_13(L_5);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___bytes3;
if (!L_6)
{
goto IL_0052;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___bytes3;
L_7->set_bytes_7(L_8);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5();
int32_t L_10 = ___byteCount4;
L_9->set_bytesUsed_9(L_10);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_11 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = L_11->get_bytes_7();
NullCheck(L_12);
V_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length))));
goto IL_00a4;
}
IL_0052:
{
LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_13 = __this->get_laterInitParam_3();
if (!L_13)
{
goto IL_006f;
}
}
{
LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_14 = __this->get_laterInitParam_3();
NullCheck(L_14);
bool L_15 = L_14->get_useAsync_0();
if (!L_15)
{
goto IL_006f;
}
}
{
V_0 = ((int32_t)65536);
goto IL_0076;
}
IL_006f:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_16 = ___stream2;
IL2CPP_RUNTIME_CLASS_INIT(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_il2cpp_TypeInfo_var);
int32_t L_17 = XmlReader_CalcBufferSize_m9ADBD83BB00CAAB696ACEC75500A1904208D29BE(L_16, /*hidden argument*/NULL);
V_0 = L_17;
}
IL_0076:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_18 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = L_18->get_bytes_7();
if (!L_19)
{
goto IL_0093;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_20 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = L_20->get_bytes_7();
NullCheck(L_21);
int32_t L_22 = V_0;
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length))))) >= ((int32_t)L_22)))
{
goto IL_00a4;
}
}
IL_0093:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_23 = __this->get_address_of_ps_5();
int32_t L_24 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_24);
L_23->set_bytes_7(L_25);
}
IL_00a4:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_26 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_27 = L_26->get_chars_0();
if (!L_27)
{
goto IL_00c3;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_28 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = L_28->get_chars_0();
NullCheck(L_29);
int32_t L_30 = V_0;
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length))))) >= ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1)))))
{
goto IL_00d6;
}
}
IL_00c3:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_31 = __this->get_address_of_ps_5();
int32_t L_32 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_33 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)));
L_31->set_chars_0(L_33);
}
IL_00d6:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_34 = __this->get_address_of_ps_5();
L_34->set_bytePos_8(0);
goto IL_013e;
}
IL_00e4:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_35 = ___stream2;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_36 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = L_36->get_bytes_7();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_38 = __this->get_address_of_ps_5();
int32_t L_39 = L_38->get_bytesUsed_9();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_40 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = L_40->get_bytes_7();
NullCheck(L_41);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_42 = __this->get_address_of_ps_5();
int32_t L_43 = L_42->get_bytesUsed_9();
NullCheck(L_35);
int32_t L_44 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_35, L_37, L_39, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_41)->max_length)))), (int32_t)L_43)));
V_4 = L_44;
int32_t L_45 = V_4;
if (L_45)
{
goto IL_012d;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_46 = __this->get_address_of_ps_5();
L_46->set_isStreamEof_16((bool)1);
goto IL_016b;
}
IL_012d:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_47 = __this->get_address_of_ps_5();
int32_t* L_48 = L_47->get_address_of_bytesUsed_9();
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((int32_t)L_50, (int32_t)L_51));
}
IL_013e:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_52 = __this->get_address_of_ps_5();
int32_t L_53 = L_52->get_bytesUsed_9();
if ((((int32_t)L_53) >= ((int32_t)4)))
{
goto IL_016b;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_54 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = L_54->get_bytes_7();
NullCheck(L_55);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_56 = __this->get_address_of_ps_5();
int32_t L_57 = L_56->get_bytesUsed_9();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_55)->max_length)))), (int32_t)L_57))) > ((int32_t)0)))
{
goto IL_00e4;
}
}
IL_016b:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_58 = ___encoding5;
if (L_58)
{
goto IL_0177;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_59 = XmlTextReaderImpl_DetectEncoding_m77D7D163E8A95E5F51425B3F847384431A5DDA28(__this, /*hidden argument*/NULL);
___encoding5 = L_59;
}
IL_0177:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_60 = ___encoding5;
XmlTextReaderImpl_SetupEncoding_m67F3F5B34591FF6E7325EC16E8FF6B3BCEDCAF79(__this, L_60, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_61 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_62 = L_61->get_encoding_3();
NullCheck(L_62);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_63 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Byte[] System.Text.Encoding::GetPreamble() */, L_62);
V_1 = L_63;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = V_1;
NullCheck(L_64);
V_2 = (((int32_t)((int32_t)(((RuntimeArray*)L_64)->max_length))));
V_3 = 0;
goto IL_01ae;
}
IL_0198:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_65 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_66 = L_65->get_bytes_7();
int32_t L_67 = V_3;
NullCheck(L_66);
int32_t L_68 = L_67;
uint8_t L_69 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_70 = V_1;
int32_t L_71 = V_3;
NullCheck(L_70);
int32_t L_72 = L_71;
uint8_t L_73 = (L_70)->GetAt(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((int32_t)L_74, (int32_t)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_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_78 = __this->get_address_of_ps_5();
int32_t L_79 = L_78->get_bytesUsed_9();
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_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_82 = __this->get_address_of_ps_5();
int32_t L_83 = V_2;
L_82->set_bytePos_8(L_83);
}
IL_01d0:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_84 = __this->get_address_of_ps_5();
int32_t L_85 = L_84->get_bytePos_8();
__this->set_documentStartBytePos_41(L_85);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_86 = __this->get_address_of_ps_5();
bool L_87 = __this->get_normalize_14();
L_86->set_eolNormalized_19((bool)((((int32_t)L_87) == ((int32_t)0))? 1 : 0));
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_88 = __this->get_address_of_ps_5();
L_88->set_appendMode_4((bool)1);
XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::InitTextReaderInput(System.String,System.Uri,System.IO.TextReader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitTextReaderInput_mF63E448E4F8C8197BF116734C79C572242A0D0FA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___baseUriStr0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri1, TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___input2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_InitTextReaderInput_mF63E448E4F8C8197BF116734C79C572242A0D0FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_1 = ___input2;
L_0->set_textReader_10(L_1);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
String_t* L_3 = ___baseUriStr0;
L_2->set_baseUriStr_13(L_3);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___baseUri1;
L_4->set_baseUri_14(L_5);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_6 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = L_6->get_chars_0();
if (L_7)
{
goto IL_0072;
}
}
{
LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_8 = __this->get_laterInitParam_3();
if (!L_8)
{
goto IL_005d;
}
}
{
LaterInitParam_tE2FFFA55A2C7B183721762B4AC4B0DF93485A1AF * L_9 = __this->get_laterInitParam_3();
NullCheck(L_9);
bool L_10 = L_9->get_useAsync_0();
if (!L_10)
{
goto IL_005d;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_11 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)65537));
L_11->set_chars_0(L_12);
goto IL_0072;
}
IL_005d:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_13 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4097));
L_13->set_chars_0(L_14);
}
IL_0072:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_16 = Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA(/*hidden argument*/NULL);
L_15->set_encoding_3(L_16);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5();
bool L_18 = __this->get_normalize_14();
L_17->set_eolNormalized_19((bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0));
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_19 = __this->get_address_of_ps_5();
L_19->set_appendMode_4((bool)1);
XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::InitStringInput(System.String,System.Text.Encoding,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InitStringInput_mB77C1E6F583C4F05D0E65C4BFA25F7E778124065 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___baseUriStr0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___originalEncoding1, String_t* ___str2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_InitStringInput_mB77C1E6F583C4F05D0E65C4BFA25F7E778124065_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
String_t* L_1 = ___baseUriStr0;
L_0->set_baseUriStr_13(L_1);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
L_2->set_baseUri_14((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL);
String_t* L_3 = ___str2;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
V_0 = L_4;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5();
int32_t L_6 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)));
L_5->set_chars_0(L_7);
String_t* L_8 = ___str2;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = L_9->get_chars_0();
String_t* L_11 = ___str2;
NullCheck(L_11);
int32_t L_12 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_11, /*hidden argument*/NULL);
NullCheck(L_8);
String_CopyTo_m054B8FF2ACBBA74F60199D98259E88395EAD3661(L_8, 0, L_10, 0, L_12, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_13 = __this->get_address_of_ps_5();
int32_t L_14 = V_0;
L_13->set_charsUsed_2(L_14);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = L_15->get_chars_0();
int32_t L_17 = V_0;
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(L_17), (Il2CppChar)0);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_18 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_19 = ___originalEncoding1;
L_18->set_encoding_3(L_19);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_20 = __this->get_address_of_ps_5();
bool L_21 = __this->get_normalize_14();
L_20->set_eolNormalized_19((bool)((((int32_t)L_21) == ((int32_t)0))? 1 : 0));
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5();
L_22->set_isEof_15((bool)1);
return;
}
}
// System.Text.Encoding System.Xml.XmlTextReaderImpl::DetectEncoding()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * XmlTextReaderImpl_DetectEncoding_m77D7D163E8A95E5F51425B3F847384431A5DDA28 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_DetectEncoding_m77D7D163E8A95E5F51425B3F847384431A5DDA28_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t G_B5_0 = 0;
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = L_0->get_bytesUsed_9();
if ((((int32_t)L_1) >= ((int32_t)2)))
{
goto IL_0010;
}
}
{
return (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL;
}
IL_0010:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = L_2->get_bytes_7();
NullCheck(L_3);
int32_t L_4 = 0;
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_6 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = L_6->get_bytes_7();
NullCheck(L_7);
int32_t L_8 = 1;
uint8_t L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_5<<(int32_t)8))|(int32_t)L_9));
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_10 = __this->get_address_of_ps_5();
int32_t L_11 = L_10->get_bytesUsed_9();
if ((((int32_t)L_11) >= ((int32_t)4)))
{
goto IL_003f;
}
}
{
G_B5_0 = 0;
goto IL_005c;
}
IL_003f:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = L_12->get_bytes_7();
NullCheck(L_13);
int32_t L_14 = 2;
uint8_t L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = L_16->get_bytes_7();
NullCheck(L_17);
int32_t L_18 = 3;
uint8_t L_19 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
G_B5_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_15<<(int32_t)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_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_34 = Ucs4Encoding_get_UCS4_Bigendian_m6582E8EB68259770BAA885E83CFD64CEF26A40E4(/*hidden argument*/NULL);
return L_34;
}
IL_00ed:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_35 = Ucs4Encoding_get_UCS4_Bigendian_m6582E8EB68259770BAA885E83CFD64CEF26A40E4(/*hidden argument*/NULL);
return L_35;
}
IL_00f3:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_36 = Ucs4Encoding_get_UCS4_2143_mDF233CB0BC03952918B34909F86E3F3D3CF3D9FF(/*hidden argument*/NULL);
return L_36;
}
IL_00f9:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_37 = Ucs4Encoding_get_UCS4_2143_mDF233CB0BC03952918B34909F86E3F3D3CF3D9FF(/*hidden argument*/NULL);
return L_37;
}
IL_00ff:
{
int32_t L_38 = V_1;
if (L_38)
{
goto IL_0108;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_39 = Ucs4Encoding_get_UCS4_3412_mA48C6A9FD3425790F1C4224A5EBB61170A3A7D88(/*hidden argument*/NULL);
return L_39;
}
IL_0108:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_40 = Encoding_get_BigEndianUnicode_m6CC17642A36943FE038F54729446D7E30D582BDD(/*hidden argument*/NULL);
return L_40;
}
IL_010e:
{
int32_t L_41 = V_1;
if (L_41)
{
goto IL_0117;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_42 = Ucs4Encoding_get_UCS4_Littleendian_m5C2AE595ACF4252EBA34CCA542F88B6432B09567(/*hidden argument*/NULL);
return L_42;
}
IL_0117:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_43 = Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA(/*hidden argument*/NULL);
return L_43;
}
IL_011d:
{
int32_t L_44 = V_1;
if (L_44)
{
goto IL_0126;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_45 = Ucs4Encoding_get_UCS4_Littleendian_m5C2AE595ACF4252EBA34CCA542F88B6432B09567(/*hidden argument*/NULL);
return L_45;
}
IL_0126:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_46 = Encoding_get_Unicode_m86CC470F70F9BB52DDB26721F0C0D6EDAFC318AA(/*hidden argument*/NULL);
return L_46;
}
IL_012c:
{
int32_t L_47 = V_1;
if (L_47)
{
goto IL_0135;
}
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_48 = Ucs4Encoding_get_UCS4_3412_mA48C6A9FD3425790F1C4224A5EBB61170A3A7D88(/*hidden argument*/NULL);
return L_48;
}
IL_0135:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_49 = Encoding_get_BigEndianUnicode_m6CC17642A36943FE038F54729446D7E30D582BDD(/*hidden argument*/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_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(__this, _stringLiteral87165DA65618B0B8DD73339DD29E6B0D14EA0E0A, _stringLiteral8641A5FD310FA8A663AE8F1074E9A66AA3DBA324, /*hidden argument*/NULL);
goto IL_016b;
}
IL_0155:
{
int32_t L_51 = V_1;
if ((!(((uint32_t)((int32_t)((int32_t)L_51&(int32_t)((int32_t)65280)))) == ((uint32_t)((int32_t)48896)))))
{
goto IL_016b;
}
}
{
UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_52 = (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE *)il2cpp_codegen_object_new(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var);
UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E(L_52, (bool)1, (bool)1, /*hidden argument*/NULL);
return L_52;
}
IL_016b:
{
return (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL;
}
}
// System.Void System.Xml.XmlTextReaderImpl::SetupEncoding(System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetupEncoding_m67F3F5B34591FF6E7325EC16E8FF6B3BCEDCAF79 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_SetupEncoding_m67F3F5B34591FF6E7325EC16E8FF6B3BCEDCAF79_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___encoding0;
if (L_0)
{
goto IL_0024;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_1 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_2 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
L_1->set_encoding_3(L_2);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5();
SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD * L_4 = (SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD *)il2cpp_codegen_object_new(SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD_il2cpp_TypeInfo_var);
SafeAsciiDecoder__ctor_mD59EEEC39855033A9C7EE4E346FEDE812B292605(L_4, /*hidden argument*/NULL);
L_3->set_decoder_6(L_4);
return;
}
IL_0024:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_6 = ___encoding0;
L_5->set_encoding_3(L_6);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_8 = L_7->get_encoding_3();
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_8);
V_0 = L_9;
String_t* L_10 = V_0;
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, _stringLiteral79103F7D0A100F893D3D18C66F3F8397ED8BFFD9, /*hidden argument*/NULL);
if (L_11)
{
goto IL_005d;
}
}
{
String_t* L_12 = V_0;
bool L_13 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_12, _stringLiteral41C8F3CDB42D08E9E572C874940CA5896DE03DB3, /*hidden argument*/NULL);
if (L_13)
{
goto IL_006f;
}
}
{
goto IL_0081;
}
IL_005d:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_14 = __this->get_address_of_ps_5();
UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3 * L_15 = (UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3 *)il2cpp_codegen_object_new(UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3_il2cpp_TypeInfo_var);
UTF16Decoder__ctor_mB8F0305E7E17D1F6DDF21C017E116F3D1A60E7DF(L_15, (bool)0, /*hidden argument*/NULL);
L_14->set_decoder_6(L_15);
return;
}
IL_006f:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5();
UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3 * L_17 = (UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3 *)il2cpp_codegen_object_new(UTF16Decoder_tFD4CDE412D7CC00389A775455C1C0FEEB2F48CD3_il2cpp_TypeInfo_var);
UTF16Decoder__ctor_mB8F0305E7E17D1F6DDF21C017E116F3D1A60E7DF(L_17, (bool)1, /*hidden argument*/NULL);
L_16->set_decoder_6(L_17);
return;
}
IL_0081:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_18 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_19 = ___encoding0;
NullCheck(L_19);
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_20 = VirtFuncInvoker0< Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * >::Invoke(30 /* System.Text.Decoder System.Text.Encoding::GetDecoder() */, L_19);
L_18->set_decoder_6(L_20);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::SwitchEncoding(System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SwitchEncoding_m67449AB605651BA79FFB1A24B2AF08F56158338C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___newEncoding0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_SwitchEncoding_m67449AB605651BA79FFB1A24B2AF08F56158338C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_0 = ___newEncoding0;
NullCheck(L_0);
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_0);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = L_2->get_encoding_3();
NullCheck(L_3);
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_3);
bool L_5 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_1, L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_002f;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_6 = __this->get_address_of_ps_5();
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_7 = L_6->get_decoder_6();
if (!((SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD *)IsInstClass((RuntimeObject*)L_7, SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD_il2cpp_TypeInfo_var)))
{
goto IL_0057;
}
}
IL_002f:
{
bool L_8 = __this->get_afterResetState_40();
if (L_8)
{
goto IL_0057;
}
}
{
XmlTextReaderImpl_UnDecodeChars_m5CAA14953B245346B33BBDA87E341BBBE2CB8CF1(__this, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5();
L_9->set_appendMode_4((bool)0);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_10 = ___newEncoding0;
XmlTextReaderImpl_SetupEncoding_m67F3F5B34591FF6E7325EC16E8FF6B3BCEDCAF79(__this, L_10, /*hidden argument*/NULL);
XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL);
}
IL_0057:
{
return;
}
}
// System.Text.Encoding System.Xml.XmlTextReaderImpl::CheckEncoding(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * XmlTextReaderImpl_CheckEncoding_mCC3C942D57B7905DB3D38AA3D1672FAB4B1EB705 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___newEncodingName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_CheckEncoding_mCC3C942D57B7905DB3D38AA3D1672FAB4B1EB705_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_0 = NULL;
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * V_1 = NULL;
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = L_0->get_stream_5();
if (L_1)
{
goto IL_0019;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = L_2->get_encoding_3();
return L_3;
}
IL_0019:
{
String_t* L_4 = ___newEncodingName0;
int32_t L_5 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_4, _stringLiteral276C94648FD11C723FAE798A7497BFE7D11E3E91, 5, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0051;
}
}
{
String_t* L_6 = ___newEncodingName0;
int32_t L_7 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_6, _stringLiteral79103F7D0A100F893D3D18C66F3F8397ED8BFFD9, 5, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0051;
}
}
{
String_t* L_8 = ___newEncodingName0;
int32_t L_9 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_8, _stringLiteralAE365AF1602219583A76C66E6E94EA213D6051BF, 5, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0051;
}
}
{
String_t* L_10 = ___newEncodingName0;
int32_t L_11 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_10, _stringLiteral7CB68D57CFE251FFBD5461D49C4E73FBBAE8B374, 5, /*hidden argument*/NULL);
if (L_11)
{
goto IL_00c4;
}
}
IL_0051:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_13 = L_12->get_encoding_3();
NullCheck(L_13);
String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_13);
bool L_15 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_14, _stringLiteral41C8F3CDB42D08E9E572C874940CA5896DE03DB3, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_00b8;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_17 = L_16->get_encoding_3();
NullCheck(L_17);
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_17);
bool L_19 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_18, _stringLiteral79103F7D0A100F893D3D18C66F3F8397ED8BFFD9, /*hidden argument*/NULL);
if (!L_19)
{
goto IL_00b8;
}
}
{
String_t* L_20 = ___newEncodingName0;
int32_t L_21 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_20, _stringLiteral7CB68D57CFE251FFBD5461D49C4E73FBBAE8B374, 5, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_00b8;
}
}
{
bool L_22 = __this->get_afterResetState_40();
if (!L_22)
{
goto IL_00ad;
}
}
{
String_t* L_23 = ___newEncodingName0;
XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(__this, _stringLiteral688309AF5DBDEB59BA78E33E41342D963E4A6694, L_23, /*hidden argument*/NULL);
goto IL_00b8;
}
IL_00ad:
{
XmlTextReaderImpl_ThrowWithoutLineInfo_m09274FF6C02DCB0BB9FF0D58A499C4990C66CE2A(__this, _stringLiteralB43DC55E330D0B42D6206DC60B387C262398AC6A, /*hidden argument*/NULL);
}
IL_00b8:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_24 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_25 = L_24->get_encoding_3();
return L_25;
}
IL_00c4:
{
V_0 = (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL;
String_t* L_26 = ___newEncodingName0;
int32_t L_27 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_26, _stringLiteral226CF119B78825F1720CF2CA485C2D85113D68C6, 5, /*hidden argument*/NULL);
if (L_27)
{
goto IL_00de;
}
}
{
UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_28 = (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE *)il2cpp_codegen_object_new(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var);
UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E(L_28, (bool)1, (bool)1, /*hidden argument*/NULL);
V_0 = L_28;
goto IL_0108;
}
IL_00de:
{
}
IL_00df:
try
{ // begin try (depth: 1)
String_t* L_29 = ___newEncodingName0;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_30 = Encoding_GetEncoding_mA19D07F2E88F8FF58D42B73AFF5E22241607D54E(L_29, /*hidden argument*/NULL);
V_0 = L_30;
goto IL_0108;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_00e8;
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_00f8;
throw e;
}
CATCH_00e8:
{ // begin catch(System.NotSupportedException)
V_1 = ((NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)__exception_local);
String_t* L_31 = ___newEncodingName0;
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_32 = V_1;
XmlTextReaderImpl_Throw_m9E58BADAD5CABC461273E98A78861D6A2652B77B(__this, _stringLiteral87165DA65618B0B8DD73339DD29E6B0D14EA0E0A, L_31, L_32, /*hidden argument*/NULL);
goto IL_0108;
} // end catch (depth: 1)
CATCH_00f8:
{ // begin catch(System.ArgumentException)
V_2 = ((ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)__exception_local);
String_t* L_33 = ___newEncodingName0;
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_34 = V_2;
XmlTextReaderImpl_Throw_m9E58BADAD5CABC461273E98A78861D6A2652B77B(__this, _stringLiteral87165DA65618B0B8DD73339DD29E6B0D14EA0E0A, L_33, L_34, /*hidden argument*/NULL);
goto IL_0108;
} // end catch (depth: 1)
IL_0108:
{
bool L_35 = __this->get_afterResetState_40();
if (!L_35)
{
goto IL_0139;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_36 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_37 = L_36->get_encoding_3();
NullCheck(L_37);
String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_37);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_39 = V_0;
NullCheck(L_39);
String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_39);
bool L_41 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_38, L_40, /*hidden argument*/NULL);
if (!L_41)
{
goto IL_0139;
}
}
{
String_t* L_42 = ___newEncodingName0;
XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(__this, _stringLiteral688309AF5DBDEB59BA78E33E41342D963E4A6694, L_42, /*hidden argument*/NULL);
}
IL_0139:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_43 = V_0;
return L_43;
}
}
// System.Void System.Xml.XmlTextReaderImpl::UnDecodeChars()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_UnDecodeChars_m5CAA14953B245346B33BBDA87E341BBBE2CB8CF1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = __this->get_maxCharactersInDocument_20();
if ((((int64_t)L_0) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_002f;
}
}
{
int64_t L_1 = __this->get_charactersInDocument_43();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
int32_t L_3 = L_2->get_charsUsed_2();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5();
int32_t L_5 = L_4->get_charPos_1();
__this->set_charactersInDocument_43(((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)L_5))))))));
}
IL_002f:
{
int64_t L_6 = __this->get_maxCharactersFromEntities_21();
if ((((int64_t)L_6) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0066;
}
}
{
bool L_7 = XmlTextReaderImpl_get_InEntity_m5B68EA16BA53FD42C9DCC39F2335A9E367B7946F(__this, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0066;
}
}
{
int64_t L_8 = __this->get_charactersFromEntities_44();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5();
int32_t L_10 = L_9->get_charsUsed_2();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_11 = __this->get_address_of_ps_5();
int32_t L_12 = L_11->get_charPos_1();
__this->set_charactersFromEntities_44(((int64_t)il2cpp_codegen_subtract((int64_t)L_8, (int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_12))))))));
}
IL_0066:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_13 = __this->get_address_of_ps_5();
int32_t L_14 = __this->get_documentStartBytePos_41();
L_13->set_bytePos_8(L_14);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5();
int32_t L_16 = L_15->get_charPos_1();
if ((((int32_t)L_16) <= ((int32_t)0)))
{
goto IL_00bb;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5();
int32_t* L_18 = L_17->get_address_of_bytePos_8();
int32_t* L_19 = L_18;
int32_t L_20 = *((int32_t*)L_19);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_21 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_22 = L_21->get_encoding_3();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_23 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = L_23->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_25 = __this->get_address_of_ps_5();
int32_t L_26 = L_25->get_charPos_1();
NullCheck(L_22);
int32_t L_27 = VirtFuncInvoker3< int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(12 /* System.Int32 System.Text.Encoding::GetByteCount(System.Char[],System.Int32,System.Int32) */, L_22, L_24, 0, L_26);
*((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_27));
}
IL_00bb:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_28 = __this->get_address_of_ps_5();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_29 = __this->get_address_of_ps_5();
int32_t L_30 = L_29->get_charPos_1();
L_28->set_charsUsed_2(L_30);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_31 = __this->get_address_of_ps_5();
L_31->set_isEof_15((bool)0);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::SwitchEncodingToUTF8()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SwitchEncodingToUTF8_m1060A0BCEF5BBDC8DCE074A11B9B9F0484EC3B69 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_SwitchEncodingToUTF8_m1060A0BCEF5BBDC8DCE074A11B9B9F0484EC3B69_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE * L_0 = (UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE *)il2cpp_codegen_object_new(UTF8Encoding_t77ED103B749A387EF072C3429F48C91D12CA08DE_il2cpp_TypeInfo_var);
UTF8Encoding__ctor_m026030C6C39449C25EC6FA364AA0A49FB3ADCD9E(L_0, (bool)1, (bool)1, /*hidden argument*/NULL);
XmlTextReaderImpl_SwitchEncoding_m67449AB605651BA79FFB1A24B2AF08F56158338C(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::ReadData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
int32_t V_2 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_7 = NULL;
int32_t V_8 = 0;
int32_t V_9 = 0;
int32_t V_10 = 0;
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
bool L_1 = L_0->get_isEof_15();
if (!L_1)
{
goto IL_000f;
}
}
{
return 0;
}
IL_000f:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
bool L_3 = L_2->get_appendMode_4();
if (!L_3)
{
goto IL_0151;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5();
int32_t L_5 = L_4->get_charsUsed_2();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_6 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = L_6->get_chars_0();
NullCheck(L_7);
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))), (int32_t)1))))))
{
goto IL_00a3;
}
}
{
V_2 = 0;
goto IL_0059;
}
IL_003f:
{
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_8 = __this->get_nodes_8();
int32_t L_9 = __this->get_index_10();
int32_t L_10 = V_2;
NullCheck(L_8);
int32_t L_11 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_9, (int32_t)L_10)), (int32_t)1));
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_12 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
NullCheck(L_12);
NodeData_OnBufferInvalidated_m43A7442913B0BFDCDED30F17C959646A49E0E04C(L_12, /*hidden argument*/NULL);
int32_t L_13 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0059:
{
int32_t L_14 = V_2;
int32_t L_15 = __this->get_attrCount_11();
if ((((int32_t)L_14) < ((int32_t)L_15)))
{
goto IL_003f;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = L_16->get_chars_0();
NullCheck(L_17);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))), (int32_t)2)));
V_1 = L_18;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_19 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = L_19->get_chars_0();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_21 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = L_22->get_chars_0();
NullCheck(L_23);
XmlTextReaderImpl_BlockCopyChars_m78AB0E60F5F39E65E5DB3FA357DD2548BCA00494(L_20, 0, L_21, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))), /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_24 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = V_1;
L_24->set_chars_0(L_25);
}
IL_00a3:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_26 = __this->get_address_of_ps_5();
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_27 = L_26->get_stream_5();
if (!L_27)
{
goto IL_0125;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_28 = __this->get_address_of_ps_5();
int32_t L_29 = L_28->get_bytesUsed_9();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_30 = __this->get_address_of_ps_5();
int32_t L_31 = L_30->get_bytePos_8();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_29, (int32_t)L_31))) >= ((int32_t)6)))
{
goto IL_0125;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_32 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = L_32->get_bytes_7();
NullCheck(L_33);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_34 = __this->get_address_of_ps_5();
int32_t L_35 = L_34->get_bytesUsed_9();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_33)->max_length)))), (int32_t)L_35))) >= ((int32_t)6)))
{
goto IL_0125;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_36 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = L_36->get_bytes_7();
NullCheck(L_37);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_37)->max_length)))), (int32_t)2)));
V_3 = L_38;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_39 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = L_39->get_bytes_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = V_3;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_42 = __this->get_address_of_ps_5();
int32_t L_43 = L_42->get_bytesUsed_9();
XmlTextReaderImpl_BlockCopy_m00DF372B9761F2F57EA61736BC4EF4C823C2EE99(L_40, 0, L_41, 0, L_43, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_44 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = V_3;
L_44->set_bytes_7(L_45);
}
IL_0125:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_46 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_47 = L_46->get_chars_0();
NullCheck(L_47);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_48 = __this->get_address_of_ps_5();
int32_t L_49 = L_48->get_charsUsed_2();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_47)->max_length)))), (int32_t)L_49)), (int32_t)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_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_51 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_52 = L_51->get_chars_0();
NullCheck(L_52);
V_4 = (((int32_t)((int32_t)(((RuntimeArray*)L_52)->max_length))));
int32_t L_53 = V_4;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_54 = __this->get_address_of_ps_5();
int32_t L_55 = L_54->get_charsUsed_2();
int32_t L_56 = V_4;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_55))) > ((int32_t)((int32_t)((int32_t)L_56/(int32_t)2)))))
{
goto IL_0273;
}
}
{
V_6 = 0;
goto IL_0199;
}
IL_017c:
{
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_57 = __this->get_nodes_8();
int32_t L_58 = __this->get_index_10();
int32_t L_59 = V_6;
NullCheck(L_57);
int32_t L_60 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_58, (int32_t)L_59)), (int32_t)1));
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_61 = (L_57)->GetAt(static_cast<il2cpp_array_size_t>(L_60));
NullCheck(L_61);
NodeData_OnBufferInvalidated_m43A7442913B0BFDCDED30F17C959646A49E0E04C(L_61, /*hidden argument*/NULL);
int32_t L_62 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1));
}
IL_0199:
{
int32_t L_63 = V_6;
int32_t L_64 = __this->get_attrCount_11();
if ((((int32_t)L_63) < ((int32_t)L_64)))
{
goto IL_017c;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_65 = __this->get_address_of_ps_5();
int32_t L_66 = L_65->get_charsUsed_2();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_67 = __this->get_address_of_ps_5();
int32_t L_68 = L_67->get_charPos_1();
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)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((int32_t)L_70, (int32_t)1)))))
{
goto IL_022f;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_71 = __this->get_address_of_ps_5();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_72 = __this->get_address_of_ps_5();
int32_t L_73 = L_72->get_lineStartPos_12();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_74 = __this->get_address_of_ps_5();
int32_t L_75 = L_74->get_charPos_1();
L_71->set_lineStartPos_12(((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)L_75)));
int32_t L_76 = V_5;
if ((((int32_t)L_76) <= ((int32_t)0)))
{
goto IL_0214;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_77 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_78 = L_77->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_79 = __this->get_address_of_ps_5();
int32_t L_80 = L_79->get_charPos_1();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_81 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_82 = L_81->get_chars_0();
int32_t L_83 = V_5;
XmlTextReaderImpl_BlockCopyChars_m78AB0E60F5F39E65E5DB3FA357DD2548BCA00494(L_78, L_80, L_82, 0, L_83, /*hidden argument*/NULL);
}
IL_0214:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_84 = __this->get_address_of_ps_5();
L_84->set_charPos_1(0);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_85 = __this->get_address_of_ps_5();
int32_t L_86 = V_5;
L_85->set_charsUsed_2(L_86);
goto IL_0273;
}
IL_022f:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_87 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_88 = L_87->get_chars_0();
NullCheck(L_88);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_89 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_88)->max_length)))), (int32_t)2)));
V_7 = L_89;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_90 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_91 = L_90->get_chars_0();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_92 = V_7;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_93 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_94 = L_93->get_chars_0();
NullCheck(L_94);
XmlTextReaderImpl_BlockCopyChars_m78AB0E60F5F39E65E5DB3FA357DD2548BCA00494(L_91, 0, L_92, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_94)->max_length)))), /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_95 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_96 = V_7;
L_95->set_chars_0(L_96);
}
IL_0273:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_97 = __this->get_address_of_ps_5();
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_98 = L_97->get_stream_5();
if (!L_98)
{
goto IL_02f6;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_99 = __this->get_address_of_ps_5();
int32_t L_100 = L_99->get_bytesUsed_9();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_101 = __this->get_address_of_ps_5();
int32_t L_102 = L_101->get_bytePos_8();
V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_100, (int32_t)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_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_105 = __this->get_address_of_ps_5();
L_105->set_bytesUsed_9(0);
goto IL_02ea;
}
IL_02b4:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_106 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_107 = L_106->get_bytes_7();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_108 = __this->get_address_of_ps_5();
int32_t L_109 = L_108->get_bytePos_8();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_110 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_111 = L_110->get_bytes_7();
int32_t L_112 = V_8;
XmlTextReaderImpl_BlockCopy_m00DF372B9761F2F57EA61736BC4EF4C823C2EE99(L_107, L_109, L_111, 0, L_112, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_113 = __this->get_address_of_ps_5();
int32_t L_114 = V_8;
L_113->set_bytesUsed_9(L_114);
}
IL_02ea:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_115 = __this->get_address_of_ps_5();
L_115->set_bytePos_8(0);
}
IL_02f6:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_116 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_117 = L_116->get_chars_0();
NullCheck(L_117);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_118 = __this->get_address_of_ps_5();
int32_t L_119 = L_118->get_charsUsed_2();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_117)->max_length)))), (int32_t)L_119)), (int32_t)1));
}
IL_0312:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_120 = __this->get_address_of_ps_5();
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_121 = L_120->get_stream_5();
if (!L_121)
{
goto IL_03f6;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_122 = __this->get_address_of_ps_5();
bool L_123 = L_122->get_isStreamEof_16();
if (L_123)
{
goto IL_03c8;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_124 = __this->get_address_of_ps_5();
int32_t L_125 = L_124->get_bytePos_8();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_126 = __this->get_address_of_ps_5();
int32_t L_127 = L_126->get_bytesUsed_9();
if ((!(((uint32_t)L_125) == ((uint32_t)L_127))))
{
goto IL_03c8;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_128 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_129 = L_128->get_bytes_7();
NullCheck(L_129);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_130 = __this->get_address_of_ps_5();
int32_t L_131 = L_130->get_bytesUsed_9();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_129)->max_length)))), (int32_t)L_131))) <= ((int32_t)0)))
{
goto IL_03c8;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_132 = __this->get_address_of_ps_5();
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_133 = L_132->get_stream_5();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_134 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_135 = L_134->get_bytes_7();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_136 = __this->get_address_of_ps_5();
int32_t L_137 = L_136->get_bytesUsed_9();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_138 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_139 = L_138->get_bytes_7();
NullCheck(L_139);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_140 = __this->get_address_of_ps_5();
int32_t L_141 = L_140->get_bytesUsed_9();
NullCheck(L_133);
int32_t L_142 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_133, L_135, L_137, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_139)->max_length)))), (int32_t)L_141)));
V_10 = L_142;
int32_t L_143 = V_10;
if (L_143)
{
goto IL_03b7;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_144 = __this->get_address_of_ps_5();
L_144->set_isStreamEof_16((bool)1);
}
IL_03b7:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_145 = __this->get_address_of_ps_5();
int32_t* L_146 = L_145->get_address_of_bytesUsed_9();
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((int32_t)L_148, (int32_t)L_149));
}
IL_03c8:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_150 = __this->get_address_of_ps_5();
int32_t L_151 = L_150->get_bytePos_8();
V_9 = L_151;
int32_t L_152 = V_0;
int32_t L_153 = XmlTextReaderImpl_GetChars_mB535B2AA73F3F7891B5AC13C2B5CA4651351913B(__this, L_152, /*hidden argument*/NULL);
V_0 = L_153;
int32_t L_154 = V_0;
if (L_154)
{
goto IL_0459;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_155 = __this->get_address_of_ps_5();
int32_t L_156 = L_155->get_bytePos_8();
int32_t L_157 = V_9;
if ((((int32_t)L_156) == ((int32_t)L_157)))
{
goto IL_0459;
}
}
{
int32_t L_158 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL);
return L_158;
}
IL_03f6:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_159 = __this->get_address_of_ps_5();
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_160 = L_159->get_textReader_10();
if (!L_160)
{
goto IL_0457;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_161 = __this->get_address_of_ps_5();
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_162 = L_161->get_textReader_10();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_163 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_164 = L_163->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_165 = __this->get_address_of_ps_5();
int32_t L_166 = L_165->get_charsUsed_2();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_167 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_168 = L_167->get_chars_0();
NullCheck(L_168);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_169 = __this->get_address_of_ps_5();
int32_t L_170 = L_169->get_charsUsed_2();
NullCheck(L_162);
int32_t L_171 = VirtFuncInvoker3< int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(11 /* System.Int32 System.IO.TextReader::Read(System.Char[],System.Int32,System.Int32) */, L_162, L_164, L_166, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_168)->max_length)))), (int32_t)L_170)), (int32_t)1)));
V_0 = L_171;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_172 = __this->get_address_of_ps_5();
int32_t* L_173 = L_172->get_address_of_charsUsed_2();
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((int32_t)L_175, (int32_t)L_176));
goto IL_0459;
}
IL_0457:
{
V_0 = 0;
}
IL_0459:
{
int32_t L_177 = V_0;
bool L_178 = XmlTextReaderImpl_get_InEntity_m5B68EA16BA53FD42C9DCC39F2335A9E367B7946F(__this, /*hidden argument*/NULL);
XmlTextReaderImpl_RegisterConsumedCharacters_m32959109CEA84C50F71D30393483D1ED55B34942(__this, (((int64_t)((int64_t)L_177))), L_178, /*hidden argument*/NULL);
int32_t L_179 = V_0;
if (L_179)
{
goto IL_0476;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_180 = __this->get_address_of_ps_5();
L_180->set_isEof_15((bool)1);
}
IL_0476:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_181 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_182 = L_181->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_183 = __this->get_address_of_ps_5();
int32_t L_184 = L_183->get_charsUsed_2();
NullCheck(L_182);
(L_182)->SetAt(static_cast<il2cpp_array_size_t>(L_184), (Il2CppChar)0);
int32_t L_185 = V_0;
return L_185;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::GetChars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetChars_mB535B2AA73F3F7891B5AC13C2B5CA4651351913B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___maxCharsCount0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_GetChars_mB535B2AA73F3F7891B5AC13C2B5CA4651351913B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = L_0->get_bytesUsed_9();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
int32_t L_3 = L_2->get_bytePos_8();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3));
int32_t L_4 = V_0;
if (L_4)
{
goto IL_001d;
}
}
{
return 0;
}
IL_001d:
{
}
IL_001e:
try
{ // begin try (depth: 1)
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5();
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_6 = L_5->get_decoder_6();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = L_7->get_bytes_7();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5();
int32_t L_10 = L_9->get_bytePos_8();
int32_t L_11 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = L_12->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_14 = __this->get_address_of_ps_5();
int32_t L_15 = L_14->get_charsUsed_2();
int32_t L_16 = ___maxCharsCount0;
NullCheck(L_6);
VirtActionInvoker10< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t, bool, int32_t*, int32_t*, bool* >::Invoke(11 /* System.Void System.Text.Decoder::Convert(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) */, L_6, L_8, L_10, L_11, L_13, L_15, L_16, (bool)0, (int32_t*)(&V_0), (int32_t*)(&V_1), (bool*)(&V_2));
goto IL_0072;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0065;
throw e;
}
CATCH_0065:
{ // begin catch(System.ArgumentException)
XmlTextReaderImpl_InvalidCharRecovery_m053425633A3B040F440FCCC68B375EABD902558A(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL);
goto IL_0072;
} // end catch (depth: 1)
IL_0072:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5();
int32_t* L_18 = L_17->get_address_of_bytePos_8();
int32_t* L_19 = L_18;
int32_t L_20 = *((int32_t*)L_19);
int32_t L_21 = V_0;
*((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21));
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5();
int32_t* L_23 = L_22->get_address_of_charsUsed_2();
int32_t* L_24 = L_23;
int32_t L_25 = *((int32_t*)L_24);
int32_t L_26 = V_1;
*((int32_t*)L_24) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26));
int32_t L_27 = V_1;
return L_27;
}
}
// System.Void System.Xml.XmlTextReaderImpl::InvalidCharRecovery(System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_InvalidCharRecovery_m053425633A3B040F440FCCC68B375EABD902558A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t* ___bytesCount0, int32_t* ___charsCount1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_InvalidCharRecovery_m053425633A3B040F440FCCC68B375EABD902558A_MetadataUsageId);
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;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = 0;
V_1 = 0;
}
IL_0004:
try
{ // begin try (depth: 1)
{
goto IL_0057;
}
IL_0006:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_1 = L_0->get_decoder_6();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = L_2->get_bytes_7();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5();
int32_t L_5 = L_4->get_bytePos_8();
int32_t L_6 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = L_7->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5();
int32_t L_10 = L_9->get_charsUsed_2();
int32_t L_11 = V_0;
NullCheck(L_1);
VirtActionInvoker10< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t, bool, int32_t*, int32_t*, bool* >::Invoke(11 /* System.Void System.Text.Decoder::Convert(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) */, L_1, L_3, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_6)), 1, L_8, ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_11)), 1, (bool)0, (int32_t*)(&V_3), (int32_t*)(&V_2), (bool*)(&V_4));
int32_t L_12 = V_0;
int32_t L_13 = V_2;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13));
int32_t L_14 = V_1;
int32_t L_15 = V_3;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)L_15));
}
IL_0057:
{
int32_t L_16 = V_1;
int32_t* L_17 = ___bytesCount0;
int32_t L_18 = *((int32_t*)L_17);
if ((((int32_t)L_16) < ((int32_t)L_18)))
{
goto IL_0006;
}
}
IL_005c:
{
goto IL_0061;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_005e;
throw e;
}
CATCH_005e:
{ // begin catch(System.ArgumentException)
goto IL_0061;
} // end catch (depth: 1)
IL_0061:
{
int32_t L_19 = V_0;
if (L_19)
{
goto IL_007a;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_20 = __this->get_address_of_ps_5();
int32_t L_21 = L_20->get_charsUsed_2();
XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E(__this, L_21, _stringLiteralF9DCE970B7F80CC2A5C77022A4413B969FC11A15, /*hidden argument*/NULL);
}
IL_007a:
{
int32_t* L_22 = ___charsCount1;
int32_t L_23 = V_0;
*((int32_t*)L_22) = (int32_t)L_23;
int32_t* L_24 = ___bytesCount0;
int32_t L_25 = V_1;
*((int32_t*)L_24) = (int32_t)L_25;
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::ShiftBuffer(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ShiftBuffer_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___sourcePos0, int32_t ___destPos1, int32_t ___count2, const RuntimeMethod* method)
{
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0->get_chars_0();
int32_t L_2 = ___sourcePos0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = L_3->get_chars_0();
int32_t L_5 = ___destPos1;
int32_t L_6 = ___count2;
XmlTextReaderImpl_BlockCopyChars_m78AB0E60F5F39E65E5DB3FA357DD2548BCA00494(L_1, L_2, L_4, L_5, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::ParseXmlDeclaration(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseXmlDeclaration_mA0079700145DA32BBF5D5A78944B50D55ECAA293 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___isTextDecl0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseXmlDeclaration_mA0079700145DA32BBF5D5A78944B50D55ECAA293_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_6 = NULL;
Il2CppChar V_7 = 0x0;
int32_t V_8 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* 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_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B13_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B12_0 = NULL;
StringBuilder_t * G_B14_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B14_1 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B19_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B18_0 = NULL;
String_t* G_B20_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B20_1 = NULL;
String_t* G_B33_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B33_1 = NULL;
String_t* G_B32_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B32_1 = NULL;
String_t* G_B34_0 = NULL;
String_t* G_B34_1 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B34_2 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B67_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B66_0 = NULL;
String_t* G_B68_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B68_1 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B110_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B109_0 = NULL;
String_t* G_B111_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B111_1 = NULL;
String_t* G_B124_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B124_1 = NULL;
String_t* G_B123_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B123_1 = NULL;
String_t* G_B125_0 = NULL;
String_t* G_B125_1 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B125_2 = NULL;
{
goto IL_000d;
}
IL_0002:
{
int32_t L_0 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_07e0;
}
}
IL_000d:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_1 = __this->get_address_of_ps_5();
int32_t L_2 = L_1->get_charsUsed_2();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5();
int32_t L_4 = L_3->get_charPos_1();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)L_4))) < ((int32_t)6)))
{
goto IL_0002;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = L_5->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5();
int32_t L_8 = L_7->get_charPos_1();
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
bool L_9 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_6, L_8, 5, _stringLiteral278BDE2ABA4E4EC64DB4EC86372C7F8EA916C2EA, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_07e0;
}
}
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_10 = __this->get_address_of_xmlCharType_4();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_11 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = L_11->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_13 = __this->get_address_of_ps_5();
int32_t L_14 = L_13->get_charPos_1();
NullCheck(L_12);
int32_t L_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)5));
uint16_t L_16 = (uint16_t)(L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
bool L_17 = XmlCharType_IsNameSingleChar_m14D674420D95DD6457E28EABBA278961029C3A3E((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_10, L_16, /*hidden argument*/NULL);
if (L_17)
{
goto IL_07e0;
}
}
{
bool L_18 = ___isTextDecl0;
if (L_18)
{
goto IL_00af;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_19 = __this->get_curNode_9();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_20 = __this->get_address_of_ps_5();
int32_t L_21 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_20, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5();
int32_t L_23 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_22, /*hidden argument*/NULL);
NullCheck(L_19);
NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_19, L_21, ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)2)), /*hidden argument*/NULL);
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_24 = __this->get_curNode_9();
String_t* L_25 = __this->get_Xml_48();
NullCheck(L_24);
NodeData_SetNamedNode_m5BE05A811DCE5E36A09613E92B6EB7C69F291949(L_24, ((int32_t)17), L_25, /*hidden argument*/NULL);
}
IL_00af:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_26 = __this->get_address_of_ps_5();
int32_t* L_27 = L_26->get_address_of_charPos_1();
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((int32_t)L_29, (int32_t)5));
bool L_30 = ___isTextDecl0;
if (L_30)
{
goto IL_00ca;
}
}
{
StringBuilder_t * L_31 = __this->get_stringBuilder_34();
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_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_32, /*hidden argument*/NULL);
G_B10_0 = L_32;
}
IL_00cf:
{
V_0 = G_B10_0;
V_1 = 0;
V_2 = (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL;
}
IL_00d4:
{
StringBuilder_t * L_33 = V_0;
NullCheck(L_33);
int32_t L_34 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_33, /*hidden argument*/NULL);
V_3 = L_34;
int32_t L_35 = V_1;
G_B12_0 = __this;
if (!L_35)
{
G_B13_0 = __this;
goto IL_00e2;
}
}
{
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:
{
NullCheck(G_B14_1);
int32_t L_37 = XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(G_B14_1, G_B14_0, /*hidden argument*/NULL);
V_4 = L_37;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_38 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_39 = L_38->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_40 = __this->get_address_of_ps_5();
int32_t L_41 = L_40->get_charPos_1();
NullCheck(L_39);
int32_t L_42 = L_41;
uint16_t L_43 = (uint16_t)(L_39)->GetAt(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;
NullCheck(L_44);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_44, L_45, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_46 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_47 = L_46->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_48 = __this->get_address_of_ps_5();
int32_t L_49 = L_48->get_charPos_1();
NullCheck(L_47);
int32_t L_50 = ((int32_t)il2cpp_codegen_add((int32_t)L_49, (int32_t)1));
uint16_t L_51 = (uint16_t)(L_47)->GetAt(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 = ___isTextDecl0;
G_B18_0 = __this;
if (L_53)
{
G_B19_0 = __this;
goto IL_013d;
}
}
{
G_B20_0 = _stringLiteralCAB3C4E54CCF7C4B019641DFFC43A7C036C58EC4;
G_B20_1 = G_B18_0;
goto IL_0142;
}
IL_013d:
{
G_B20_0 = _stringLiteralE9D475868185B2E6075A52C1555D5E341C0192B1;
G_B20_1 = G_B19_0;
}
IL_0142:
{
NullCheck(G_B20_1);
XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(G_B20_1, G_B20_0, /*hidden argument*/NULL);
}
IL_0147:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_54 = __this->get_address_of_ps_5();
int32_t* L_55 = L_54->get_address_of_charPos_1();
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((int32_t)L_57, (int32_t)2));
bool L_58 = ___isTextDecl0;
if (L_58)
{
goto IL_0186;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_59 = __this->get_curNode_9();
StringBuilder_t * L_60 = V_0;
NullCheck(L_60);
String_t* L_61 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_60);
NullCheck(L_59);
NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_59, L_61, /*hidden argument*/NULL);
StringBuilder_t * L_62 = V_0;
NullCheck(L_62);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_62, 0, /*hidden argument*/NULL);
int32_t L_63 = __this->get_parsingFunction_6();
__this->set_nextParsingFunction_7(L_63);
__this->set_parsingFunction_6(((int32_t)9));
}
IL_0186:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_64 = V_2;
if (L_64)
{
goto IL_0239;
}
}
{
bool L_65 = ___isTextDecl0;
if (!L_65)
{
goto IL_019a;
}
}
{
XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteralE9D475868185B2E6075A52C1555D5E341C0192B1, /*hidden argument*/NULL);
}
IL_019a:
{
bool L_66 = __this->get_afterResetState_40();
if (!L_66)
{
goto IL_021f;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_67 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_68 = L_67->get_encoding_3();
NullCheck(L_68);
String_t* L_69 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_68);
V_10 = L_69;
String_t* L_70 = V_10;
bool L_71 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_70, _stringLiteral226CF119B78825F1720CF2CA485C2D85113D68C6, /*hidden argument*/NULL);
if (!L_71)
{
goto IL_021f;
}
}
{
String_t* L_72 = V_10;
bool L_73 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_72, _stringLiteral79103F7D0A100F893D3D18C66F3F8397ED8BFFD9, /*hidden argument*/NULL);
if (!L_73)
{
goto IL_021f;
}
}
{
String_t* L_74 = V_10;
bool L_75 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_74, _stringLiteral41C8F3CDB42D08E9E572C874940CA5896DE03DB3, /*hidden argument*/NULL);
if (!L_75)
{
goto IL_021f;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_76 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_77 = L_76->get_encoding_3();
if (((Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B *)IsInstClass((RuntimeObject*)L_77, Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B_il2cpp_TypeInfo_var)))
{
goto IL_021f;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_78 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_79 = L_78->get_encoding_3();
NullCheck(L_79);
int32_t L_80 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(11 /* System.Int32 System.Text.Encoding::GetByteCount(System.String) */, L_79, _stringLiteral6DCD4CE23D88E2EE9568BA546C007C63D9131C1B);
G_B32_0 = _stringLiteral688309AF5DBDEB59BA78E33E41342D963E4A6694;
G_B32_1 = __this;
if ((((int32_t)L_80) == ((int32_t)1)))
{
G_B33_0 = _stringLiteral688309AF5DBDEB59BA78E33E41342D963E4A6694;
G_B33_1 = __this;
goto IL_0215;
}
}
{
G_B34_0 = _stringLiteral5A9DA893BE5FD5FAE314BEA8DCDEEEE12BEEEC4B;
G_B34_1 = G_B32_0;
G_B34_2 = G_B32_1;
goto IL_021a;
}
IL_0215:
{
G_B34_0 = _stringLiteral663B90C899FA25A111067BE0C22FFC64DCF581C2;
G_B34_1 = G_B33_0;
G_B34_2 = G_B33_1;
}
IL_021a:
{
NullCheck(G_B34_2);
XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(G_B34_2, G_B34_1, G_B34_0, /*hidden argument*/NULL);
}
IL_021f:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_81 = __this->get_address_of_ps_5();
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_82 = L_81->get_decoder_6();
if (!((SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD *)IsInstClass((RuntimeObject*)L_82, SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD_il2cpp_TypeInfo_var)))
{
goto IL_0240;
}
}
{
XmlTextReaderImpl_SwitchEncodingToUTF8_m1060A0BCEF5BBDC8DCE074A11B9B9F0484EC3B69(__this, /*hidden argument*/NULL);
goto IL_0240;
}
IL_0239:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_83 = V_2;
XmlTextReaderImpl_SwitchEncoding_m67449AB605651BA79FFB1A24B2AF08F56158338C(__this, L_83, /*hidden argument*/NULL);
}
IL_0240:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_84 = __this->get_address_of_ps_5();
L_84->set_appendMode_4((bool)0);
return (bool)1;
}
IL_024e:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_85 = __this->get_address_of_ps_5();
int32_t L_86 = L_85->get_charPos_1();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_87 = __this->get_address_of_ps_5();
int32_t L_88 = L_87->get_charsUsed_2();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1))) == ((int32_t)L_88)))
{
goto IL_07b8;
}
}
{
XmlTextReaderImpl_ThrowUnexpectedToken_mB29896CFA6F52040676272F79B5FD50A2FE32E4C(__this, _stringLiteralF192A1AFF587546389E57227D5C32F585D13AE95, /*hidden argument*/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_mB29896CFA6F52040676272F79B5FD50A2FE32E4C(__this, _stringLiteral48EE9FDB6490AADC28BBB90CEE75350BE54532DE, /*hidden argument*/NULL);
}
IL_0288:
{
int32_t L_91 = XmlTextReaderImpl_ParseName_m830FA9D660EDFEC0BF3138DBC7B0988C89772744(__this, /*hidden argument*/NULL);
V_5 = L_91;
V_6 = (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)NULL;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_92 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_93 = L_92->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_94 = __this->get_address_of_ps_5();
int32_t L_95 = L_94->get_charPos_1();
NullCheck(L_93);
int32_t L_96 = L_95;
uint16_t L_97 = (uint16_t)(L_93)->GetAt(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_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_101 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_102 = L_101->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_103 = __this->get_address_of_ps_5();
int32_t L_104 = L_103->get_charPos_1();
int32_t L_105 = V_5;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_106 = __this->get_address_of_ps_5();
int32_t L_107 = L_106->get_charPos_1();
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
bool L_108 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_102, L_104, ((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)L_107)), _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, /*hidden argument*/NULL);
if (!L_108)
{
goto IL_03b5;
}
}
{
int32_t L_109 = V_1;
if (L_109)
{
goto IL_03b5;
}
}
{
bool L_110 = ___isTextDecl0;
if (L_110)
{
goto IL_03ca;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_111 = XmlTextReaderImpl_AddAttributeNoChecks_m26E8EED542810CE894809E4FA188AFFF9D98222F(__this, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, 1, /*hidden argument*/NULL);
V_6 = L_111;
goto IL_03ca;
}
IL_0316:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_112 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_113 = L_112->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_114 = __this->get_address_of_ps_5();
int32_t L_115 = L_114->get_charPos_1();
int32_t L_116 = V_5;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_117 = __this->get_address_of_ps_5();
int32_t L_118 = L_117->get_charPos_1();
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
bool L_119 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_113, L_115, ((int32_t)il2cpp_codegen_subtract((int32_t)L_116, (int32_t)L_118)), _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, /*hidden argument*/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 = ___isTextDecl0;
if (!L_121)
{
goto IL_03b5;
}
}
{
int32_t L_122 = V_1;
if (L_122)
{
goto IL_03b5;
}
}
IL_0350:
{
bool L_123 = ___isTextDecl0;
if (L_123)
{
goto IL_0361;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_124 = XmlTextReaderImpl_AddAttributeNoChecks_m26E8EED542810CE894809E4FA188AFFF9D98222F(__this, _stringLiteral14A9DC09E10179B15BEAF94C0AED53904ACE0336, 1, /*hidden argument*/NULL);
V_6 = L_124;
}
IL_0361:
{
V_1 = 1;
goto IL_03ca;
}
IL_0365:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_125 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_126 = L_125->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_127 = __this->get_address_of_ps_5();
int32_t L_128 = L_127->get_charPos_1();
int32_t L_129 = V_5;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_130 = __this->get_address_of_ps_5();
int32_t L_131 = L_130->get_charPos_1();
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
bool L_132 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_126, L_128, ((int32_t)il2cpp_codegen_subtract((int32_t)L_129, (int32_t)L_131)), _stringLiteral0B5CCEAAFA4CC072EA5E5F558CD1E99A8F503C2D, /*hidden argument*/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 = ___isTextDecl0;
if (L_135)
{
goto IL_03b5;
}
}
{
bool L_136 = ___isTextDecl0;
if (L_136)
{
goto IL_03b1;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_137 = XmlTextReaderImpl_AddAttributeNoChecks_m26E8EED542810CE894809E4FA188AFFF9D98222F(__this, _stringLiteral0B5CCEAAFA4CC072EA5E5F558CD1E99A8F503C2D, 1, /*hidden argument*/NULL);
V_6 = L_137;
}
IL_03b1:
{
V_1 = 2;
goto IL_03ca;
}
IL_03b5:
{
bool L_138 = ___isTextDecl0;
G_B66_0 = __this;
if (L_138)
{
G_B67_0 = __this;
goto IL_03c0;
}
}
{
G_B68_0 = _stringLiteralCAB3C4E54CCF7C4B019641DFFC43A7C036C58EC4;
G_B68_1 = G_B66_0;
goto IL_03c5;
}
IL_03c0:
{
G_B68_0 = _stringLiteralE9D475868185B2E6075A52C1555D5E341C0192B1;
G_B68_1 = G_B67_0;
}
IL_03c5:
{
NullCheck(G_B68_1);
XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(G_B68_1, G_B68_0, /*hidden argument*/NULL);
}
IL_03ca:
{
bool L_139 = ___isTextDecl0;
if (L_139)
{
goto IL_03ea;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_140 = V_6;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_141 = __this->get_address_of_ps_5();
int32_t L_142 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_141, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_143 = __this->get_address_of_ps_5();
int32_t L_144 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_143, /*hidden argument*/NULL);
NullCheck(L_140);
NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_140, L_142, L_144, /*hidden argument*/NULL);
}
IL_03ea:
{
StringBuilder_t * L_145 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_146 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_147 = L_146->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_148 = __this->get_address_of_ps_5();
int32_t L_149 = L_148->get_charPos_1();
int32_t L_150 = V_5;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_151 = __this->get_address_of_ps_5();
int32_t L_152 = L_151->get_charPos_1();
NullCheck(L_145);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_145, L_147, L_149, ((int32_t)il2cpp_codegen_subtract((int32_t)L_150, (int32_t)L_152)), /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_153 = __this->get_address_of_ps_5();
int32_t L_154 = V_5;
L_153->set_charPos_1(L_154);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_155 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_156 = L_155->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_157 = __this->get_address_of_ps_5();
int32_t L_158 = L_157->get_charPos_1();
NullCheck(L_156);
int32_t L_159 = L_158;
uint16_t L_160 = (uint16_t)(L_156)->GetAt(static_cast<il2cpp_array_size_t>(L_159));
if ((((int32_t)L_160) == ((int32_t)((int32_t)61))))
{
goto IL_046b;
}
}
{
StringBuilder_t * L_161 = V_0;
XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, L_161, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_162 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_163 = L_162->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_164 = __this->get_address_of_ps_5();
int32_t L_165 = L_164->get_charPos_1();
NullCheck(L_163);
int32_t L_166 = L_165;
uint16_t L_167 = (uint16_t)(L_163)->GetAt(static_cast<il2cpp_array_size_t>(L_166));
if ((((int32_t)L_167) == ((int32_t)((int32_t)61))))
{
goto IL_046b;
}
}
{
XmlTextReaderImpl_ThrowUnexpectedToken_mB29896CFA6F52040676272F79B5FD50A2FE32E4C(__this, _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76, /*hidden argument*/NULL);
}
IL_046b:
{
StringBuilder_t * L_168 = V_0;
NullCheck(L_168);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_168, ((int32_t)61), /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_169 = __this->get_address_of_ps_5();
int32_t* L_170 = L_169->get_address_of_charPos_1();
int32_t* L_171 = L_170;
int32_t L_172 = *((int32_t*)L_171);
*((int32_t*)L_171) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_172, (int32_t)1));
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_173 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_174 = L_173->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_175 = __this->get_address_of_ps_5();
int32_t L_176 = L_175->get_charPos_1();
NullCheck(L_174);
int32_t L_177 = L_176;
uint16_t L_178 = (uint16_t)(L_174)->GetAt(static_cast<il2cpp_array_size_t>(L_177));
V_7 = L_178;
Il2CppChar L_179 = V_7;
if ((((int32_t)L_179) == ((int32_t)((int32_t)34))))
{
goto IL_04e6;
}
}
{
Il2CppChar L_180 = V_7;
if ((((int32_t)L_180) == ((int32_t)((int32_t)39))))
{
goto IL_04e6;
}
}
{
StringBuilder_t * L_181 = V_0;
XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, L_181, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_182 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_183 = L_182->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_184 = __this->get_address_of_ps_5();
int32_t L_185 = L_184->get_charPos_1();
NullCheck(L_183);
int32_t L_186 = L_185;
uint16_t L_187 = (uint16_t)(L_183)->GetAt(static_cast<il2cpp_array_size_t>(L_186));
V_7 = L_187;
Il2CppChar L_188 = V_7;
if ((((int32_t)L_188) == ((int32_t)((int32_t)34))))
{
goto IL_04e6;
}
}
{
Il2CppChar L_189 = V_7;
if ((((int32_t)L_189) == ((int32_t)((int32_t)39))))
{
goto IL_04e6;
}
}
{
XmlTextReaderImpl_ThrowUnexpectedToken_mA790CEB231E9C7D699F34AB8736B06C13DA0DE45(__this, _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL);
}
IL_04e6:
{
StringBuilder_t * L_190 = V_0;
Il2CppChar L_191 = V_7;
NullCheck(L_190);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_190, L_191, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_192 = __this->get_address_of_ps_5();
int32_t* L_193 = L_192->get_address_of_charPos_1();
int32_t* L_194 = L_193;
int32_t L_195 = *((int32_t*)L_194);
*((int32_t*)L_194) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_195, (int32_t)1));
bool L_196 = ___isTextDecl0;
if (L_196)
{
goto IL_0528;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_197 = V_6;
Il2CppChar L_198 = V_7;
NullCheck(L_197);
L_197->set_quoteChar_11(L_198);
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_199 = V_6;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_200 = __this->get_address_of_ps_5();
int32_t L_201 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_200, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_202 = __this->get_address_of_ps_5();
int32_t L_203 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_202, /*hidden argument*/NULL);
NullCheck(L_199);
NodeData_SetLineInfo2_m8E7C9C87B2E2AF930C692FC09BAAFC5F36083F20(L_199, L_201, L_203, /*hidden argument*/NULL);
}
IL_0528:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_204 = __this->get_address_of_ps_5();
int32_t L_205 = L_204->get_charPos_1();
V_8 = L_205;
}
IL_0535:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_206 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_207 = L_206->get_chars_0();
V_9 = L_207;
goto IL_054a;
}
IL_0544:
{
int32_t L_208 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_208, (int32_t)1));
}
IL_054a:
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_209 = __this->get_address_of_xmlCharType_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_210 = L_209->get_charProperties_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_211 = V_9;
int32_t L_212 = V_8;
NullCheck(L_211);
int32_t L_213 = L_212;
uint16_t L_214 = (uint16_t)(L_211)->GetAt(static_cast<il2cpp_array_size_t>(L_213));
NullCheck(L_210);
uint16_t L_215 = L_214;
uint8_t L_216 = (L_210)->GetAt(static_cast<il2cpp_array_size_t>(L_215));
if (((int32_t)((int32_t)L_216&(int32_t)((int32_t)128))))
{
goto IL_0544;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_217 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_218 = L_217->get_chars_0();
int32_t L_219 = V_8;
NullCheck(L_218);
int32_t L_220 = L_219;
uint16_t L_221 = (uint16_t)(L_218)->GetAt(static_cast<il2cpp_array_size_t>(L_220));
Il2CppChar L_222 = V_7;
if ((!(((uint32_t)L_221) == ((uint32_t)L_222))))
{
goto IL_077c;
}
}
{
int32_t L_223 = V_1;
switch (L_223)
{
case 0:
{
goto IL_058f;
}
case 1:
{
goto IL_0631;
}
case 2:
{
goto IL_0678;
}
}
}
{
goto IL_073d;
}
IL_058f:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_224 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_225 = L_224->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_226 = __this->get_address_of_ps_5();
int32_t L_227 = L_226->get_charPos_1();
int32_t L_228 = V_8;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_229 = __this->get_address_of_ps_5();
int32_t L_230 = L_229->get_charPos_1();
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
bool L_231 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_225, L_227, ((int32_t)il2cpp_codegen_subtract((int32_t)L_228, (int32_t)L_230)), _stringLiteralE8DC057D3346E56AED7CF252185DBE1FA6454411, /*hidden argument*/NULL);
if (!L_231)
{
goto IL_05f4;
}
}
{
bool L_232 = ___isTextDecl0;
if (L_232)
{
goto IL_05ed;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_233 = V_6;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_234 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_235 = L_234->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_236 = __this->get_address_of_ps_5();
int32_t L_237 = L_236->get_charPos_1();
int32_t L_238 = V_8;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_239 = __this->get_address_of_ps_5();
int32_t L_240 = L_239->get_charPos_1();
NullCheck(L_233);
NodeData_SetValue_m41387D07794996E6334F74AFCF1C52215366B679(L_233, L_235, L_237, ((int32_t)il2cpp_codegen_subtract((int32_t)L_238, (int32_t)L_240)), /*hidden argument*/NULL);
}
IL_05ed:
{
V_1 = 1;
goto IL_073d;
}
IL_05f4:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_241 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_242 = L_241->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_243 = __this->get_address_of_ps_5();
int32_t L_244 = L_243->get_charPos_1();
int32_t L_245 = V_8;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_246 = __this->get_address_of_ps_5();
int32_t L_247 = L_246->get_charPos_1();
String_t* L_248 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_242, L_244, ((int32_t)il2cpp_codegen_subtract((int32_t)L_245, (int32_t)L_247)), /*hidden argument*/NULL);
V_13 = L_248;
String_t* L_249 = V_13;
XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(__this, _stringLiteral56674BB1EF4B24126B160381FE7EB129E1B774EE, L_249, /*hidden argument*/NULL);
goto IL_073d;
}
IL_0631:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_250 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_251 = L_250->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_252 = __this->get_address_of_ps_5();
int32_t L_253 = L_252->get_charPos_1();
int32_t L_254 = V_8;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_255 = __this->get_address_of_ps_5();
int32_t L_256 = L_255->get_charPos_1();
String_t* L_257 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_251, L_253, ((int32_t)il2cpp_codegen_subtract((int32_t)L_254, (int32_t)L_256)), /*hidden argument*/NULL);
V_12 = L_257;
String_t* L_258 = V_12;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_259 = XmlTextReaderImpl_CheckEncoding_mCC3C942D57B7905DB3D38AA3D1672FAB4B1EB705(__this, L_258, /*hidden argument*/NULL);
V_2 = L_259;
bool L_260 = ___isTextDecl0;
if (L_260)
{
goto IL_0671;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_261 = V_6;
String_t* L_262 = V_12;
NullCheck(L_261);
NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_261, L_262, /*hidden argument*/NULL);
}
IL_0671:
{
V_1 = 2;
goto IL_073d;
}
IL_0678:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_263 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_264 = L_263->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_265 = __this->get_address_of_ps_5();
int32_t L_266 = L_265->get_charPos_1();
int32_t L_267 = V_8;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_268 = __this->get_address_of_ps_5();
int32_t L_269 = L_268->get_charPos_1();
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
bool L_270 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_264, L_266, ((int32_t)il2cpp_codegen_subtract((int32_t)L_267, (int32_t)L_269)), _stringLiteralFB360F9C09AC8C5EDB2F18BE5DE4E80EA4C430D0, /*hidden argument*/NULL);
if (!L_270)
{
goto IL_06b1;
}
}
{
__this->set_standalone_35((bool)1);
goto IL_070d;
}
IL_06b1:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_271 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_272 = L_271->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_273 = __this->get_address_of_ps_5();
int32_t L_274 = L_273->get_charPos_1();
int32_t L_275 = V_8;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_276 = __this->get_address_of_ps_5();
int32_t L_277 = L_276->get_charPos_1();
IL2CPP_RUNTIME_CLASS_INIT(XmlConvert_t0ED1642D9D0E4F0F7CB233F75C42460578F8ABF7_il2cpp_TypeInfo_var);
bool L_278 = XmlConvert_StrEqual_m2EF46384D7DB2339A8A647F39D14371002F7AB93(L_272, L_274, ((int32_t)il2cpp_codegen_subtract((int32_t)L_275, (int32_t)L_277)), _stringLiteralFD1286353570C5703799BA76999323B7C7447B06, /*hidden argument*/NULL);
if (!L_278)
{
goto IL_06ea;
}
}
{
__this->set_standalone_35((bool)0);
goto IL_070d;
}
IL_06ea:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_279 = __this->get_address_of_ps_5();
int32_t L_280 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_279, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_281 = __this->get_address_of_ps_5();
int32_t L_282 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_281, /*hidden argument*/NULL);
XmlTextReaderImpl_Throw_mD02B70FD6E838F9532BB5D58349C5356119A842E(__this, _stringLiteralCAB3C4E54CCF7C4B019641DFFC43A7C036C58EC4, L_280, ((int32_t)il2cpp_codegen_subtract((int32_t)L_282, (int32_t)1)), /*hidden argument*/NULL);
}
IL_070d:
{
bool L_283 = ___isTextDecl0;
if (L_283)
{
goto IL_073b;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_284 = V_6;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_285 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_286 = L_285->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_287 = __this->get_address_of_ps_5();
int32_t L_288 = L_287->get_charPos_1();
int32_t L_289 = V_8;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_290 = __this->get_address_of_ps_5();
int32_t L_291 = L_290->get_charPos_1();
NullCheck(L_284);
NodeData_SetValue_m41387D07794996E6334F74AFCF1C52215366B679(L_284, L_286, L_288, ((int32_t)il2cpp_codegen_subtract((int32_t)L_289, (int32_t)L_291)), /*hidden argument*/NULL);
}
IL_073b:
{
V_1 = 3;
}
IL_073d:
{
StringBuilder_t * L_292 = V_0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_293 = V_9;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_294 = __this->get_address_of_ps_5();
int32_t L_295 = L_294->get_charPos_1();
int32_t L_296 = V_8;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_297 = __this->get_address_of_ps_5();
int32_t L_298 = L_297->get_charPos_1();
NullCheck(L_292);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_292, L_293, L_295, ((int32_t)il2cpp_codegen_subtract((int32_t)L_296, (int32_t)L_298)), /*hidden argument*/NULL);
StringBuilder_t * L_299 = V_0;
Il2CppChar L_300 = V_7;
NullCheck(L_299);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_299, L_300, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_301 = __this->get_address_of_ps_5();
int32_t L_302 = V_8;
L_301->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_302, (int32_t)1)));
goto IL_00d4;
}
IL_077c:
{
int32_t L_303 = V_8;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_304 = __this->get_address_of_ps_5();
int32_t L_305 = L_304->get_charsUsed_2();
if ((!(((uint32_t)L_303) == ((uint32_t)L_305))))
{
goto IL_07a3;
}
}
{
int32_t L_306 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL);
if (L_306)
{
goto IL_0535;
}
}
{
XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteralED9E3FCDC99768544C3A2F3D6C6D0E5B150EED48, /*hidden argument*/NULL);
goto IL_07b8;
}
IL_07a3:
{
bool L_307 = ___isTextDecl0;
G_B109_0 = __this;
if (L_307)
{
G_B110_0 = __this;
goto IL_07ae;
}
}
{
G_B111_0 = _stringLiteralCAB3C4E54CCF7C4B019641DFFC43A7C036C58EC4;
G_B111_1 = G_B109_0;
goto IL_07b3;
}
IL_07ae:
{
G_B111_0 = _stringLiteralE9D475868185B2E6075A52C1555D5E341C0192B1;
G_B111_1 = G_B110_0;
}
IL_07b3:
{
NullCheck(G_B111_1);
XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(G_B111_1, G_B111_0, /*hidden argument*/NULL);
}
IL_07b8:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_308 = __this->get_address_of_ps_5();
bool L_309 = L_308->get_isEof_15();
if (L_309)
{
goto IL_07d0;
}
}
{
int32_t L_310 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL);
if (L_310)
{
goto IL_00d4;
}
}
IL_07d0:
{
XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF, /*hidden argument*/NULL);
goto IL_00d4;
}
IL_07e0:
{
bool L_311 = ___isTextDecl0;
if (L_311)
{
goto IL_07ef;
}
}
{
int32_t L_312 = __this->get_nextParsingFunction_7();
__this->set_parsingFunction_6(L_312);
}
IL_07ef:
{
bool L_313 = __this->get_afterResetState_40();
if (!L_313)
{
goto IL_0874;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_314 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_315 = L_314->get_encoding_3();
NullCheck(L_315);
String_t* L_316 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_WebName() */, L_315);
V_14 = L_316;
String_t* L_317 = V_14;
bool L_318 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_317, _stringLiteral226CF119B78825F1720CF2CA485C2D85113D68C6, /*hidden argument*/NULL);
if (!L_318)
{
goto IL_0874;
}
}
{
String_t* L_319 = V_14;
bool L_320 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_319, _stringLiteral79103F7D0A100F893D3D18C66F3F8397ED8BFFD9, /*hidden argument*/NULL);
if (!L_320)
{
goto IL_0874;
}
}
{
String_t* L_321 = V_14;
bool L_322 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_321, _stringLiteral41C8F3CDB42D08E9E572C874940CA5896DE03DB3, /*hidden argument*/NULL);
if (!L_322)
{
goto IL_0874;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_323 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_324 = L_323->get_encoding_3();
if (((Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B *)IsInstClass((RuntimeObject*)L_324, Ucs4Encoding_t068FD48C0F9D5B4838DD8FF62F2239E7A7239E7B_il2cpp_TypeInfo_var)))
{
goto IL_0874;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_325 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_326 = L_325->get_encoding_3();
NullCheck(L_326);
int32_t L_327 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(11 /* System.Int32 System.Text.Encoding::GetByteCount(System.String) */, L_326, _stringLiteral6DCD4CE23D88E2EE9568BA546C007C63D9131C1B);
G_B123_0 = _stringLiteral688309AF5DBDEB59BA78E33E41342D963E4A6694;
G_B123_1 = __this;
if ((((int32_t)L_327) == ((int32_t)1)))
{
G_B124_0 = _stringLiteral688309AF5DBDEB59BA78E33E41342D963E4A6694;
G_B124_1 = __this;
goto IL_086a;
}
}
{
G_B125_0 = _stringLiteral5A9DA893BE5FD5FAE314BEA8DCDEEEE12BEEEC4B;
G_B125_1 = G_B123_0;
G_B125_2 = G_B123_1;
goto IL_086f;
}
IL_086a:
{
G_B125_0 = _stringLiteral663B90C899FA25A111067BE0C22FFC64DCF581C2;
G_B125_1 = G_B124_0;
G_B125_2 = G_B124_1;
}
IL_086f:
{
NullCheck(G_B125_2);
XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(G_B125_2, G_B125_1, G_B125_0, /*hidden argument*/NULL);
}
IL_0874:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_328 = __this->get_address_of_ps_5();
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * L_329 = L_328->get_decoder_6();
if (!((SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD *)IsInstClass((RuntimeObject*)L_329, SafeAsciiDecoder_t55706A904C692A0467BF37933C5F1EFA5ED8D7BD_il2cpp_TypeInfo_var)))
{
goto IL_088c;
}
}
{
XmlTextReaderImpl_SwitchEncodingToUTF8_m1060A0BCEF5BBDC8DCE074A11B9B9F0484EC3B69(__this, /*hidden argument*/NULL);
}
IL_088c:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_330 = __this->get_address_of_ps_5();
L_330->set_appendMode_4((bool)0);
return (bool)0;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::ParseText(System.Int32&,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseText_m37216C48CC3A8041A69CE87B61BBB38234554C5D (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t* ___startPos0, int32_t* ___endPos1, int32_t* ___outOrChars2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseText_m37216C48CC3A8041A69CE87B61BBB38234554C5D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* 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_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0->get_chars_0();
V_0 = L_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
int32_t L_3 = L_2->get_charPos_1();
V_1 = L_3;
V_2 = 0;
V_3 = (-1);
int32_t* L_4 = ___outOrChars2;
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)((int32_t)L_6|(int32_t)L_7));
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_002d:
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_9 = __this->get_address_of_xmlCharType_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = L_9->get_charProperties_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = V_0;
int32_t L_12 = V_1;
NullCheck(L_11);
int32_t L_13 = L_12;
uint16_t L_14 = (uint16_t)(L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
uint16_t L_15 = L_14;
V_5 = L_15;
NullCheck(L_10);
uint16_t L_16 = L_15;
uint8_t L_17 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
if (((int32_t)((int32_t)L_17&(int32_t)((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)((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((int32_t)L_23, (int32_t)1));
goto IL_002d;
}
IL_0093:
{
int32_t L_24 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
int32_t L_25 = V_1;
XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_25, /*hidden argument*/NULL);
goto IL_002d;
}
IL_00a0:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_26 = V_0;
int32_t L_27 = V_1;
NullCheck(L_26);
int32_t L_28 = ((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)1));
uint16_t L_29 = (uint16_t)(L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)10)))))
{
goto IL_0106;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_30 = __this->get_address_of_ps_5();
bool L_31 = L_30->get_eolNormalized_19();
if (L_31)
{
goto IL_0100;
}
}
{
int32_t L_32 = __this->get_parsingMode_37();
if (L_32)
{
goto IL_0100;
}
}
{
int32_t L_33 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_34 = __this->get_address_of_ps_5();
int32_t L_35 = L_34->get_charPos_1();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)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_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39)), L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)L_42)), (int32_t)L_43)), /*hidden argument*/NULL);
int32_t L_44 = V_1;
int32_t L_45 = V_2;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45));
int32_t L_46 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1));
goto IL_0100;
}
IL_00f0:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_47 = __this->get_address_of_ps_5();
int32_t* L_48 = L_47->get_address_of_charPos_1();
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((int32_t)L_50, (int32_t)1));
}
IL_0100:
{
int32_t L_51 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)2));
goto IL_013c;
}
IL_0106:
{
int32_t L_52 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_53 = __this->get_address_of_ps_5();
int32_t L_54 = L_53->get_charsUsed_2();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1))) < ((int32_t)L_54)))
{
goto IL_0126;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_55 = __this->get_address_of_ps_5();
bool L_56 = L_55->get_isEof_15();
if (!L_56)
{
goto IL_0366;
}
}
IL_0126:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_57 = __this->get_address_of_ps_5();
bool L_58 = L_57->get_eolNormalized_19();
if (L_58)
{
goto IL_0138;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_59 = V_0;
int32_t L_60 = V_1;
NullCheck(L_59);
(L_59)->SetAt(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((int32_t)L_61, (int32_t)1));
}
IL_013c:
{
int32_t L_62 = V_1;
XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_62, /*hidden argument*/NULL);
goto IL_002d;
}
IL_0148:
{
int32_t L_63 = V_1;
int32_t L_64 = XmlTextReaderImpl_ParseCharRefInline_m1FB965CC818483AB96E08E67C03D7701EEC3D1E9(__this, L_63, (int32_t*)(&V_7), (int32_t*)(&V_8), /*hidden argument*/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_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)L_68)), L_69, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_71)), (int32_t)L_72)), /*hidden argument*/NULL);
}
IL_016c:
{
int32_t L_73 = V_1;
int32_t L_74 = V_2;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)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((int32_t)L_75, (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_76, (int32_t)L_77)), (int32_t)L_78))));
int32_t L_79 = V_6;
V_1 = L_79;
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_80 = __this->get_address_of_xmlCharType_4();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_81 = V_0;
int32_t L_82 = V_6;
int32_t L_83 = V_7;
NullCheck(L_81);
int32_t L_84 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_82, (int32_t)L_83));
uint16_t L_85 = (uint16_t)(L_81)->GetAt(static_cast<il2cpp_array_size_t>(L_84));
bool L_86 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_80, L_85, /*hidden argument*/NULL);
if (!L_86)
{
goto IL_01a3;
}
}
{
bool L_87 = __this->get_v1Compat_22();
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)((int32_t)L_89|(int32_t)((int32_t)255)));
goto IL_002d;
}
IL_01b2:
{
int32_t L_90 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_91 = __this->get_address_of_ps_5();
int32_t L_92 = L_91->get_charPos_1();
if ((((int32_t)L_90) > ((int32_t)L_92)))
{
goto IL_042f;
}
}
{
int32_t L_93 = XmlTextReaderImpl_HandleEntityReference_m55A41786770D0A3D0D1233D1E1371D9B5DA2AD07(__this, (bool)0, 0, (int32_t*)(&V_1), /*hidden argument*/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->get_parsingFunction_6();
__this->set_nextParsingFunction_7(L_95);
__this->set_parsingFunction_6(((int32_t)13));
goto IL_0423;
}
IL_020d:
{
bool L_96 = __this->get_v1Compat_22();
if (!L_96)
{
goto IL_0221;
}
}
{
int32_t L_97 = V_4;
V_4 = ((int32_t)((int32_t)L_97|(int32_t)((int32_t)255)));
goto IL_0255;
}
IL_0221:
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_98 = __this->get_address_of_xmlCharType_4();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_99 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_100 = L_99->get_chars_0();
int32_t L_101 = V_1;
NullCheck(L_100);
int32_t L_102 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_101, (int32_t)1));
uint16_t L_103 = (uint16_t)(L_100)->GetAt(static_cast<il2cpp_array_size_t>(L_102));
bool L_104 = XmlCharType_IsWhiteSpace_m9735F5956D44701BB24A60DFAC9F3BB5DA346C73((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_98, L_103, /*hidden argument*/NULL);
if (L_104)
{
goto IL_0255;
}
}
{
int32_t L_105 = V_4;
V_4 = ((int32_t)((int32_t)L_105|(int32_t)((int32_t)255)));
goto IL_0255;
}
IL_0249:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_106 = __this->get_address_of_ps_5();
int32_t L_107 = L_106->get_charPos_1();
V_1 = L_107;
}
IL_0255:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_108 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_109 = L_108->get_chars_0();
V_0 = L_109;
goto IL_002d;
}
IL_0266:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_110 = __this->get_address_of_ps_5();
int32_t L_111 = L_110->get_charsUsed_2();
int32_t L_112 = V_1;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_111, (int32_t)L_112))) >= ((int32_t)3)))
{
goto IL_0286;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_113 = __this->get_address_of_ps_5();
bool L_114 = L_113->get_isEof_15();
if (!L_114)
{
goto IL_0366;
}
}
IL_0286:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_115 = V_0;
int32_t L_116 = V_1;
NullCheck(L_115);
int32_t L_117 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1));
uint16_t L_118 = (uint16_t)(L_115)->GetAt(static_cast<il2cpp_array_size_t>(L_117));
if ((!(((uint32_t)L_118) == ((uint32_t)((int32_t)93)))))
{
goto IL_02a4;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_119 = V_0;
int32_t L_120 = V_1;
NullCheck(L_119);
int32_t L_121 = ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)2));
uint16_t L_122 = (uint16_t)(L_119)->GetAt(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_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E(__this, L_123, _stringLiteralF7F3BCBB4582CB7BF4B48F6BD318A558B5B5B655, /*hidden argument*/NULL);
}
IL_02a4:
{
int32_t L_124 = V_4;
V_4 = ((int32_t)((int32_t)L_124|(int32_t)((int32_t)93)));
int32_t L_125 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_125, (int32_t)1));
goto IL_002d;
}
IL_02b4:
{
int32_t L_126 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_127 = __this->get_address_of_ps_5();
int32_t L_128 = L_127->get_charsUsed_2();
if ((((int32_t)L_126) == ((int32_t)L_128)))
{
goto IL_0366;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_129 = V_0;
int32_t L_130 = V_1;
NullCheck(L_129);
int32_t L_131 = L_130;
uint16_t L_132 = (uint16_t)(L_129)->GetAt(static_cast<il2cpp_array_size_t>(L_131));
V_10 = L_132;
Il2CppChar L_133 = V_10;
bool L_134 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_133, /*hidden argument*/NULL);
if (!L_134)
{
goto IL_0304;
}
}
{
int32_t L_135 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_136 = __this->get_address_of_ps_5();
int32_t L_137 = L_136->get_charsUsed_2();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)1))) == ((int32_t)L_137)))
{
goto IL_0366;
}
}
{
int32_t L_138 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_138, (int32_t)1));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_139 = V_0;
int32_t L_140 = V_1;
NullCheck(L_139);
int32_t L_141 = L_140;
uint16_t L_142 = (uint16_t)(L_139)->GetAt(static_cast<il2cpp_array_size_t>(L_141));
bool L_143 = XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8(L_142, /*hidden argument*/NULL);
if (!L_143)
{
goto IL_0304;
}
}
{
int32_t L_144 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_144, (int32_t)1));
int32_t L_145 = V_4;
Il2CppChar L_146 = V_10;
V_4 = ((int32_t)((int32_t)L_145|(int32_t)L_146));
goto IL_002d;
}
IL_0304:
{
int32_t L_147 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_148 = __this->get_address_of_ps_5();
int32_t L_149 = L_148->get_charPos_1();
V_11 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_147, (int32_t)L_149));
int32_t L_150 = V_1;
bool L_151 = XmlTextReaderImpl_ZeroEndingStream_mB528EBEDEADA0E2029A89C4530B60F61A176A511(__this, L_150, /*hidden argument*/NULL);
if (!L_151)
{
goto IL_033c;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_152 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_153 = L_152->get_chars_0();
V_0 = L_153;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_154 = __this->get_address_of_ps_5();
int32_t L_155 = L_154->get_charPos_1();
int32_t L_156 = V_11;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_155, (int32_t)L_156));
goto IL_042f;
}
IL_033c:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_157 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_158 = L_157->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_159 = __this->get_address_of_ps_5();
int32_t L_160 = L_159->get_charsUsed_2();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_161 = __this->get_address_of_ps_5();
int32_t L_162 = L_161->get_charPos_1();
int32_t L_163 = V_11;
XmlTextReaderImpl_ThrowInvalidChar_m2FE1FC501E5156E303905112026C1B4564F510F9(__this, L_158, L_160, ((int32_t)il2cpp_codegen_add((int32_t)L_162, (int32_t)L_163)), /*hidden argument*/NULL);
}
IL_0366:
{
int32_t L_164 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_165 = __this->get_address_of_ps_5();
int32_t L_166 = L_165->get_charPos_1();
if ((((int32_t)L_164) > ((int32_t)L_166)))
{
goto IL_042f;
}
}
{
int32_t L_167 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL);
if (L_167)
{
goto IL_0406;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_168 = __this->get_address_of_ps_5();
int32_t L_169 = L_168->get_charsUsed_2();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_170 = __this->get_address_of_ps_5();
int32_t L_171 = L_170->get_charPos_1();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_169, (int32_t)L_171))) <= ((int32_t)0)))
{
goto IL_03df;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_172 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_173 = L_172->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_174 = __this->get_address_of_ps_5();
int32_t L_175 = L_174->get_charPos_1();
NullCheck(L_173);
int32_t L_176 = L_175;
uint16_t L_177 = (uint16_t)(L_173)->GetAt(static_cast<il2cpp_array_size_t>(L_176));
if ((((int32_t)L_177) == ((int32_t)((int32_t)13))))
{
goto IL_0406;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_178 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_179 = L_178->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_180 = __this->get_address_of_ps_5();
int32_t L_181 = L_180->get_charPos_1();
NullCheck(L_179);
int32_t L_182 = L_181;
uint16_t L_183 = (uint16_t)(L_179)->GetAt(static_cast<il2cpp_array_size_t>(L_182));
if ((((int32_t)L_183) == ((int32_t)((int32_t)93))))
{
goto IL_0406;
}
}
{
XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF, /*hidden argument*/NULL);
goto IL_0406;
}
IL_03df:
{
bool L_184 = XmlTextReaderImpl_get_InEntity_m5B68EA16BA53FD42C9DCC39F2335A9E367B7946F(__this, /*hidden argument*/NULL);
if (!L_184)
{
goto IL_0423;
}
}
{
bool L_185 = XmlTextReaderImpl_HandleEntityEnd_m4F7857842B21B8A051770019B0DF8ED657255BA9(__this, (bool)1, /*hidden argument*/NULL);
if (!L_185)
{
goto IL_0406;
}
}
{
int32_t L_186 = __this->get_parsingFunction_6();
__this->set_nextParsingFunction_7(L_186);
__this->set_parsingFunction_6(((int32_t)16));
goto IL_0423;
}
IL_0406:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_187 = __this->get_address_of_ps_5();
int32_t L_188 = L_187->get_charPos_1();
V_1 = L_188;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_189 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_190 = L_189->get_chars_0();
V_0 = L_190;
goto IL_002d;
}
IL_0423:
{
int32_t* L_191 = ___startPos0;
int32_t* L_192 = ___endPos1;
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->get_parsingMode_37();
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_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_198, (int32_t)L_199)), L_200, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_201, (int32_t)L_202)), (int32_t)L_203)), /*hidden argument*/NULL);
}
IL_044a:
{
int32_t* L_204 = ___startPos0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_205 = __this->get_address_of_ps_5();
int32_t L_206 = L_205->get_charPos_1();
*((int32_t*)L_204) = (int32_t)L_206;
int32_t* L_207 = ___endPos1;
int32_t L_208 = V_1;
int32_t L_209 = V_2;
*((int32_t*)L_207) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_208, (int32_t)L_209));
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_210 = __this->get_address_of_ps_5();
int32_t L_211 = V_1;
L_210->set_charPos_1(L_211);
int32_t* L_212 = ___outOrChars2;
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);
}
}
// System.Void System.Xml.XmlTextReaderImpl::FinishPartialValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishPartialValue_mA25496491E607EE1DA9B2AA2B3747F1EEBCA8CB3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_0 = __this->get_curNode_9();
int32_t L_1 = __this->get_readValueOffset_42();
StringBuilder_t * L_2 = __this->get_stringBuilder_34();
NullCheck(L_0);
NodeData_CopyTo_mF84D5DFA0BF7DBBA303DBB5899CB21019F0D0FF2(L_0, L_1, L_2, /*hidden argument*/NULL);
V_2 = 0;
goto IL_0036;
}
IL_001b:
{
StringBuilder_t * L_3 = __this->get_stringBuilder_34();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4->get_chars_0();
int32_t L_6 = V_0;
int32_t L_7 = V_1;
int32_t L_8 = V_0;
NullCheck(L_3);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_3, L_5, L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8)), /*hidden argument*/NULL);
}
IL_0036:
{
bool L_9 = XmlTextReaderImpl_ParseText_m37216C48CC3A8041A69CE87B61BBB38234554C5D(__this, (int32_t*)(&V_0), (int32_t*)(&V_1), (int32_t*)(&V_2), /*hidden argument*/NULL);
if (!L_9)
{
goto IL_001b;
}
}
{
StringBuilder_t * L_10 = __this->get_stringBuilder_34();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_11 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = L_11->get_chars_0();
int32_t L_13 = V_0;
int32_t L_14 = V_1;
int32_t L_15 = V_0;
NullCheck(L_10);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_10, L_12, L_13, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)), /*hidden argument*/NULL);
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_16 = __this->get_curNode_9();
StringBuilder_t * L_17 = __this->get_stringBuilder_34();
NullCheck(L_17);
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17);
NullCheck(L_16);
NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_16, L_18, /*hidden argument*/NULL);
StringBuilder_t * L_19 = __this->get_stringBuilder_34();
NullCheck(L_19);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_19, 0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::FinishOtherValueIterator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_FinishOtherValueIterator_m3DF4913E985883988A5DAEAE601D2B256E77A8F0 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_FinishOtherValueIterator_m3DF4913E985883988A5DAEAE601D2B256E77A8F0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t L_0 = __this->get_parsingFunction_6();
V_0 = L_0;
int32_t L_1 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((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->get_incReadState_30();
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)11)))))
{
goto IL_003a;
}
}
{
XmlTextReaderImpl_FinishPartialValue_mA25496491E607EE1DA9B2AA2B3747F1EEBCA8CB3(__this, /*hidden argument*/NULL);
__this->set_incReadState_30(((int32_t)10));
return;
}
IL_003a:
{
int32_t L_3 = __this->get_readValueOffset_42();
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_00dd;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = __this->get_curNode_9();
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_5 = __this->get_curNode_9();
NullCheck(L_5);
String_t* L_6 = NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579(L_5, /*hidden argument*/NULL);
int32_t L_7 = __this->get_readValueOffset_42();
NullCheck(L_6);
String_t* L_8 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_6, L_7, /*hidden argument*/NULL);
NullCheck(L_4);
NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_4, L_8, /*hidden argument*/NULL);
__this->set_readValueOffset_42(0);
return;
}
IL_006f:
{
int32_t L_9 = __this->get_incReadState_30();
V_1 = L_9;
int32_t L_10 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)((int32_t)12))))
{
case 0:
{
goto IL_009b;
}
case 1:
{
goto IL_008c;
}
case 2:
{
goto IL_00cd;
}
}
}
{
return;
}
IL_008c:
{
XmlTextReaderImpl_FinishPartialValue_mA25496491E607EE1DA9B2AA2B3747F1EEBCA8CB3(__this, /*hidden argument*/NULL);
__this->set_incReadState_30(((int32_t)12));
return;
}
IL_009b:
{
int32_t L_11 = __this->get_readValueOffset_42();
if ((((int32_t)L_11) <= ((int32_t)0)))
{
goto IL_00dd;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_12 = __this->get_curNode_9();
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_13 = __this->get_curNode_9();
NullCheck(L_13);
String_t* L_14 = NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579(L_13, /*hidden argument*/NULL);
int32_t L_15 = __this->get_readValueOffset_42();
NullCheck(L_14);
String_t* L_16 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_14, L_15, /*hidden argument*/NULL);
NullCheck(L_12);
NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_12, L_16, /*hidden argument*/NULL);
__this->set_readValueOffset_42(0);
return;
}
IL_00cd:
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_17 = __this->get_curNode_9();
String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_17);
NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_17, L_18, /*hidden argument*/NULL);
}
IL_00dd:
{
return;
}
}
// System.Xml.XmlTextReaderImpl_EntityType System.Xml.XmlTextReaderImpl::HandleEntityReference(System.Boolean,System.Xml.XmlTextReaderImpl_EntityExpandType,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_HandleEntityReference_m55A41786770D0A3D0D1233D1E1371D9B5DA2AD07 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___isInAttributeValue0, int32_t ___expandType1, int32_t* ___charRefEndPos2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_HandleEntityReference_m55A41786770D0A3D0D1233D1E1371D9B5DA2AD07_MetadataUsageId);
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;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = L_0->get_charPos_1();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
int32_t L_3 = L_2->get_charsUsed_2();
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))) == ((uint32_t)L_3))))
{
goto IL_002d;
}
}
{
int32_t L_4 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL);
if (L_4)
{
goto IL_002d;
}
}
{
XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF, /*hidden argument*/NULL);
}
IL_002d:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = L_5->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5();
int32_t L_8 = L_7->get_charPos_1();
NullCheck(L_6);
int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
uint16_t L_10 = (uint16_t)(L_6)->GetAt(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 = ___charRefEndPos2;
int32_t L_12 = ___expandType1;
int32_t L_13 = XmlTextReaderImpl_ParseNumericCharRef_m8A3BA57DBC81A1F148E3D83B613403A7E02659D7(__this, (bool)((((int32_t)((((int32_t)L_12) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0), (StringBuilder_t *)NULL, (int32_t*)(&V_0), /*hidden argument*/NULL);
*((int32_t*)L_11) = (int32_t)L_13;
int32_t L_14 = V_0;
return L_14;
}
IL_005e:
{
int32_t* L_15 = ___charRefEndPos2;
int32_t L_16 = ___expandType1;
int32_t L_17 = XmlTextReaderImpl_ParseNamedCharRef_mA60C230C51119BDCCD2528AEDDF0039DAF54968B(__this, (bool)((((int32_t)((((int32_t)L_16) == ((int32_t)1))? 1 : 0)) == ((int32_t)0))? 1 : 0), (StringBuilder_t *)NULL, /*hidden argument*/NULL);
*((int32_t*)L_15) = (int32_t)L_17;
int32_t* L_18 = ___charRefEndPos2;
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 = ___expandType1;
if ((((int32_t)L_20) == ((int32_t)2)))
{
goto IL_008d;
}
}
{
int32_t L_21 = __this->get_entityHandling_17();
if ((((int32_t)L_21) == ((int32_t)1)))
{
goto IL_008f;
}
}
{
bool L_22 = ___isInAttributeValue0;
if (!L_22)
{
goto IL_008d;
}
}
{
bool L_23 = __this->get_validatingReaderCompatFlag_32();
if (L_23)
{
goto IL_008f;
}
}
IL_008d:
{
return (int32_t)(6);
}
IL_008f:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_24 = __this->get_address_of_ps_5();
int32_t* L_25 = L_24->get_address_of_charPos_1();
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((int32_t)L_27, (int32_t)1));
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_28 = __this->get_address_of_ps_5();
int32_t L_29 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_28, /*hidden argument*/NULL);
V_2 = L_29;
}
IL_00ab:
try
{ // begin try (depth: 1)
int32_t L_30 = XmlTextReaderImpl_ParseName_m830FA9D660EDFEC0BF3138DBC7B0988C89772744(__this, /*hidden argument*/NULL);
V_1 = L_30;
goto IL_00d4;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_00b4;
throw e;
}
CATCH_00b4:
{ // begin catch(System.Xml.XmlException)
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_31 = __this->get_address_of_ps_5();
int32_t L_32 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_31, /*hidden argument*/NULL);
int32_t L_33 = V_2;
XmlTextReaderImpl_Throw_mD02B70FD6E838F9532BB5D58349C5356119A842E(__this, _stringLiteral8D06ABD7A88DBC88966B03AD3CC46859244F88A3, L_32, L_33, /*hidden argument*/NULL);
V_5 = 4;
goto IL_016c;
} // end catch (depth: 1)
IL_00d4:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_34 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_35 = L_34->get_chars_0();
int32_t L_36 = V_1;
NullCheck(L_35);
int32_t L_37 = L_36;
uint16_t L_38 = (uint16_t)(L_35)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
if ((((int32_t)L_38) == ((int32_t)((int32_t)59))))
{
goto IL_00f1;
}
}
{
int32_t L_39 = V_1;
XmlTextReaderImpl_ThrowUnexpectedToken_mF0CA66A439B74A04DC546507A1E18DB7D906716E(__this, L_39, _stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312, /*hidden argument*/NULL);
}
IL_00f1:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_40 = __this->get_address_of_ps_5();
int32_t L_41 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_40, /*hidden argument*/NULL);
V_3 = L_41;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_42 = __this->get_nameTable_12();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_43 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_44 = L_43->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_45 = __this->get_address_of_ps_5();
int32_t L_46 = L_45->get_charPos_1();
int32_t L_47 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_48 = __this->get_address_of_ps_5();
int32_t L_49 = L_48->get_charPos_1();
NullCheck(L_42);
String_t* L_50 = VirtFuncInvoker3< String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_42, L_44, L_46, ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)L_49)));
V_4 = L_50;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_51 = __this->get_address_of_ps_5();
int32_t L_52 = V_1;
L_51->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)1)));
int32_t* L_53 = ___charRefEndPos2;
*((int32_t*)L_53) = (int32_t)(-1);
String_t* L_54 = V_4;
bool L_55 = ___isInAttributeValue0;
int32_t L_56 = V_3;
int32_t L_57 = XmlTextReaderImpl_HandleGeneralEntityReference_mE4BEE052987F6E694DDA0FF449CBA17811EC4B6A(__this, L_54, L_55, (bool)0, L_56, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_58 = __this->get_address_of_ps_5();
String_t* L_59 = L_58->get_baseUriStr_13();
__this->set_reportedBaseUri_26(L_59);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_60 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_61 = L_60->get_encoding_3();
__this->set_reportedEncoding_27(L_61);
return L_57;
}
IL_016c:
{
int32_t L_62 = V_5;
return L_62;
}
}
// System.Xml.XmlTextReaderImpl_EntityType System.Xml.XmlTextReaderImpl::HandleGeneralEntityReference(System.String,System.Boolean,System.Boolean,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_HandleGeneralEntityReference_mE4BEE052987F6E694DDA0FF449CBA17811EC4B6A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, bool ___isInAttributeValue1, bool ___pushFakeEntityIfNullResolver2, int32_t ___entityStartLinePos3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_HandleGeneralEntityReference_mE4BEE052987F6E694DDA0FF449CBA17811EC4B6A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
V_0 = (RuntimeObject*)NULL;
RuntimeObject* L_0 = __this->get_dtdInfo_28();
if (L_0)
{
goto IL_002e;
}
}
{
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_1 = __this->get_fragmentParserContext_29();
if (!L_1)
{
goto IL_002e;
}
}
{
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_2 = __this->get_fragmentParserContext_29();
NullCheck(L_2);
bool L_3 = XmlParserContext_get_HasDtdInfo_mB589FFB05C64D6B26C47E9BAA6B163C254D85FB9(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002e;
}
}
{
int32_t L_4 = __this->get_dtdProcessing_16();
if ((!(((uint32_t)L_4) == ((uint32_t)2))))
{
goto IL_002e;
}
}
{
XmlTextReaderImpl_ParseDtdFromParserContext_m978AAD9B027B99E951CFEA9C366A28143A7861B6(__this, /*hidden argument*/NULL);
}
IL_002e:
{
RuntimeObject* L_5 = __this->get_dtdInfo_28();
if (!L_5)
{
goto IL_0046;
}
}
{
RuntimeObject* L_6 = __this->get_dtdInfo_28();
String_t* L_7 = ___name0;
NullCheck(L_6);
RuntimeObject* L_8 = InterfaceFuncInvoker1< RuntimeObject*, String_t* >::Invoke(2 /* System.Xml.IDtdEntityInfo System.Xml.IDtdInfo::LookupEntity(System.String) */, IDtdInfo_t5971A8C09914EDB816FE7A86A38288FDC4B6F80C_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->get_disableUndeclaredEntityCheck_46();
if (!L_10)
{
goto IL_0068;
}
}
{
String_t* L_11 = ___name0;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_12 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A(L_12, L_11, /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_13 = (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 *)il2cpp_codegen_object_new(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99_il2cpp_TypeInfo_var);
SchemaEntity__ctor_mD6CA4415F8A7472953776230C4CC032EF4CD817E(L_13, L_12, (bool)0, /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_14 = L_13;
String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_14);
SchemaEntity_set_Text_mE441C63FD42B564F95D5B06D033978C92B1115DC(L_14, L_15, /*hidden argument*/NULL);
V_0 = L_14;
goto IL_0081;
}
IL_0068:
{
String_t* L_16 = ___name0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5();
int32_t L_18 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_17, /*hidden argument*/NULL);
int32_t L_19 = ___entityStartLinePos3;
XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632(__this, _stringLiteralC9FCA1EFD8FB162E1D25614618D292DF8ABCF050, L_16, L_18, L_19, /*hidden argument*/NULL);
}
IL_0081:
{
RuntimeObject* L_20 = V_0;
NullCheck(L_20);
bool L_21 = InterfaceFuncInvoker0< bool >::Invoke(3 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsUnparsedEntity() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_20);
if (!L_21)
{
goto IL_00c4;
}
}
{
bool L_22 = __this->get_disableUndeclaredEntityCheck_46();
if (!L_22)
{
goto IL_00ab;
}
}
{
String_t* L_23 = ___name0;
XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * L_24 = (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD *)il2cpp_codegen_object_new(XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD_il2cpp_TypeInfo_var);
XmlQualifiedName__ctor_m681BB7D81B547D6992743C57979D48A59479630A(L_24, L_23, /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_25 = (SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 *)il2cpp_codegen_object_new(SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99_il2cpp_TypeInfo_var);
SchemaEntity__ctor_mD6CA4415F8A7472953776230C4CC032EF4CD817E(L_25, L_24, (bool)0, /*hidden argument*/NULL);
SchemaEntity_t242C3A5D0BEB3A39D02D3BE1B435D40C980E5A99 * L_26 = L_25;
String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_26);
SchemaEntity_set_Text_mE441C63FD42B564F95D5B06D033978C92B1115DC(L_26, L_27, /*hidden argument*/NULL);
V_0 = L_26;
goto IL_00c4;
}
IL_00ab:
{
String_t* L_28 = ___name0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_29 = __this->get_address_of_ps_5();
int32_t L_30 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_29, /*hidden argument*/NULL);
int32_t L_31 = ___entityStartLinePos3;
XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632(__this, _stringLiteral019BBAE104133AA718AFEEAE967708D63F713354, L_28, L_30, L_31, /*hidden argument*/NULL);
}
IL_00c4:
{
bool L_32 = __this->get_standalone_35();
if (!L_32)
{
goto IL_00f2;
}
}
{
RuntimeObject* L_33 = V_0;
NullCheck(L_33);
bool L_34 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsDeclaredInExternal() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_33);
if (!L_34)
{
goto IL_00f2;
}
}
{
RuntimeObject* L_35 = V_0;
NullCheck(L_35);
String_t* L_36 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdEntityInfo::get_Name() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_35);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_37 = __this->get_address_of_ps_5();
int32_t L_38 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_37, /*hidden argument*/NULL);
int32_t L_39 = ___entityStartLinePos3;
XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632(__this, _stringLiteralA7CD802DE35E6B8BF41C099C20815BE3FF783652, L_36, L_38, L_39, /*hidden argument*/NULL);
}
IL_00f2:
{
RuntimeObject* L_40 = V_0;
NullCheck(L_40);
bool L_41 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsExternal() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_40);
if (!L_41)
{
goto IL_0180;
}
}
{
bool L_42 = ___isInAttributeValue1;
if (!L_42)
{
goto IL_011b;
}
}
{
String_t* L_43 = ___name0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_44 = __this->get_address_of_ps_5();
int32_t L_45 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_44, /*hidden argument*/NULL);
int32_t L_46 = ___entityStartLinePos3;
XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632(__this, _stringLiteral2453FAFB187586DC396A8C4F104F6A13662AC73D, L_43, L_45, L_46, /*hidden argument*/NULL);
return (int32_t)(4);
}
IL_011b:
{
int32_t L_47 = __this->get_parsingMode_37();
if ((!(((uint32_t)L_47) == ((uint32_t)2))))
{
goto IL_0126;
}
}
{
return (int32_t)(4);
}
IL_0126:
{
bool L_48 = XmlTextReaderImpl_get_IsResolverNull_mBF34585AFFD21EE158B9A90121F6A8E174615E11(__this, /*hidden argument*/NULL);
if (!L_48)
{
goto IL_0153;
}
}
{
bool L_49 = ___pushFakeEntityIfNullResolver2;
if (!L_49)
{
goto IL_0151;
}
}
{
RuntimeObject* L_50 = V_0;
XmlTextReaderImpl_PushExternalEntity_mDC9817BDA60C43B0179036943130EB21C922E0E3(__this, L_50, /*hidden argument*/NULL);
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_51 = __this->get_curNode_9();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_52 = __this->get_address_of_ps_5();
int32_t L_53 = L_52->get_entityId_18();
NullCheck(L_51);
L_51->set_entityId_13(L_53);
return (int32_t)(5);
}
IL_0151:
{
return (int32_t)(4);
}
IL_0153:
{
RuntimeObject* L_54 = V_0;
XmlTextReaderImpl_PushExternalEntity_mDC9817BDA60C43B0179036943130EB21C922E0E3(__this, L_54, /*hidden argument*/NULL);
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_55 = __this->get_curNode_9();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_56 = __this->get_address_of_ps_5();
int32_t L_57 = L_56->get_entityId_18();
NullCheck(L_55);
L_55->set_entityId_13(L_57);
bool L_58 = ___isInAttributeValue1;
if (!L_58)
{
goto IL_017c;
}
}
{
bool L_59 = __this->get_validatingReaderCompatFlag_32();
if (L_59)
{
goto IL_017e;
}
}
IL_017c:
{
return (int32_t)(3);
}
IL_017e:
{
return (int32_t)(7);
}
IL_0180:
{
int32_t L_60 = __this->get_parsingMode_37();
if ((!(((uint32_t)L_60) == ((uint32_t)2))))
{
goto IL_018b;
}
}
{
return (int32_t)(4);
}
IL_018b:
{
RuntimeObject* L_61 = V_0;
XmlTextReaderImpl_PushInternalEntity_m485F0DC41C36F8DA9157B67431CF16B49C1F06F5(__this, L_61, /*hidden argument*/NULL);
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_62 = __this->get_curNode_9();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_63 = __this->get_address_of_ps_5();
int32_t L_64 = L_63->get_entityId_18();
NullCheck(L_62);
L_62->set_entityId_13(L_64);
bool L_65 = ___isInAttributeValue1;
if (!L_65)
{
goto IL_01b3;
}
}
{
bool L_66 = __this->get_validatingReaderCompatFlag_32();
if (L_66)
{
goto IL_01b5;
}
}
IL_01b3:
{
return (int32_t)(3);
}
IL_01b5:
{
return (int32_t)(7);
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::get_InEntity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_InEntity_m5B68EA16BA53FD42C9DCC39F2335A9E367B7946F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_parsingStatesStackTop_25();
return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::HandleEntityEnd(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_HandleEntityEnd_m4F7857842B21B8A051770019B0DF8ED657255BA9 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___checkEntityNesting0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_HandleEntityEnd_m4F7857842B21B8A051770019B0DF8ED657255BA9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_parsingStatesStackTop_25();
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_0014;
}
}
{
XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteralA70DD3F5E8FDF963365C63591EFF3C38594AC8F2, /*hidden argument*/NULL);
}
IL_0014:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_1 = __this->get_address_of_ps_5();
bool L_2 = L_1->get_entityResolvedManually_20();
if (!L_2)
{
goto IL_0075;
}
}
{
int32_t L_3 = __this->get_index_10();
__this->set_index_10(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)));
bool L_4 = ___checkEntityNesting0;
if (!L_4)
{
goto IL_005c;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5();
int32_t L_6 = L_5->get_entityId_18();
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_7 = __this->get_nodes_8();
int32_t L_8 = __this->get_index_10();
NullCheck(L_7);
int32_t L_9 = L_8;
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
NullCheck(L_10);
int32_t L_11 = L_10->get_entityId_13();
if ((((int32_t)L_6) == ((int32_t)L_11)))
{
goto IL_005c;
}
}
{
XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral998837B0AC67C780196174608BACCAC1418FB7EE, /*hidden argument*/NULL);
}
IL_005c:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5();
RuntimeObject* L_13 = L_12->get_entity_17();
__this->set_lastEntity_39(L_13);
XmlTextReaderImpl_PopEntity_mC4A08CC994DEB7E01EBF7B66942477A8394238F4(__this, /*hidden argument*/NULL);
return (bool)1;
}
IL_0075:
{
bool L_14 = ___checkEntityNesting0;
if (!L_14)
{
goto IL_00a2;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5();
int32_t L_16 = L_15->get_entityId_18();
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_17 = __this->get_nodes_8();
int32_t L_18 = __this->get_index_10();
NullCheck(L_17);
int32_t L_19 = L_18;
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
NullCheck(L_20);
int32_t L_21 = L_20->get_entityId_13();
if ((((int32_t)L_16) == ((int32_t)L_21)))
{
goto IL_00a2;
}
}
{
XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral998837B0AC67C780196174608BACCAC1418FB7EE, /*hidden argument*/NULL);
}
IL_00a2:
{
XmlTextReaderImpl_PopEntity_mC4A08CC994DEB7E01EBF7B66942477A8394238F4(__this, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_23 = L_22->get_encoding_3();
__this->set_reportedEncoding_27(L_23);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_24 = __this->get_address_of_ps_5();
String_t* L_25 = L_24->get_baseUriStr_13();
__this->set_reportedBaseUri_26(L_25);
return (bool)0;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::ParsePI(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePI_mD189967DD9718754962889CA04070E44FEDEB4EB (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, StringBuilder_t * ___piInDtdStringBuilder0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParsePI_mD189967DD9718754962889CA04070E44FEDEB4EB_MetadataUsageId);
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_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B5_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B4_0 = NULL;
String_t* G_B6_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B6_1 = NULL;
{
int32_t L_0 = __this->get_parsingMode_37();
if (L_0)
{
goto IL_0029;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_1 = __this->get_curNode_9();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
int32_t L_3 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_2, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5();
int32_t L_5 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_4, /*hidden argument*/NULL);
NullCheck(L_1);
NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_1, L_3, L_5, /*hidden argument*/NULL);
}
IL_0029:
{
int32_t L_6 = XmlTextReaderImpl_ParseName_m830FA9D660EDFEC0BF3138DBC7B0988C89772744(__this, /*hidden argument*/NULL);
V_0 = L_6;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_7 = __this->get_nameTable_12();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_8 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = L_8->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_10 = __this->get_address_of_ps_5();
int32_t L_11 = L_10->get_charPos_1();
int32_t L_12 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_13 = __this->get_address_of_ps_5();
int32_t L_14 = L_13->get_charPos_1();
NullCheck(L_7);
String_t* L_15 = VirtFuncInvoker3< String_t*, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*, int32_t, int32_t >::Invoke(5 /* System.String System.Xml.XmlNameTable::Add(System.Char[],System.Int32,System.Int32) */, L_7, L_9, L_11, ((int32_t)il2cpp_codegen_subtract((int32_t)L_12, (int32_t)L_14)));
V_1 = L_15;
String_t* L_16 = V_1;
int32_t L_17 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_16, _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736, 5, /*hidden argument*/NULL);
if (L_17)
{
goto IL_008d;
}
}
{
String_t* L_18 = V_1;
NullCheck(L_18);
bool L_19 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_18, _stringLiteral42F7B70ED71B02780AEA1639F4E24485753CE736, /*hidden argument*/NULL);
G_B4_0 = __this;
if (L_19)
{
G_B5_0 = __this;
goto IL_0082;
}
}
{
G_B6_0 = _stringLiteral17B2EA34FFFF98A7B87E6D4AA4AD04559FB16A90;
G_B6_1 = G_B4_0;
goto IL_0087;
}
IL_0082:
{
G_B6_0 = _stringLiteralF822E613BB83930ECC0DEE4EE211973D6E8664F8;
G_B6_1 = G_B5_0;
}
IL_0087:
{
String_t* L_20 = V_1;
NullCheck(G_B6_1);
XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(G_B6_1, G_B6_0, L_20, /*hidden argument*/NULL);
}
IL_008d:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_21 = __this->get_address_of_ps_5();
int32_t L_22 = V_0;
L_21->set_charPos_1(L_22);
StringBuilder_t * L_23 = ___piInDtdStringBuilder0;
if (L_23)
{
goto IL_00bb;
}
}
{
bool L_24 = __this->get_ignorePIs_18();
if (L_24)
{
goto IL_00c3;
}
}
{
int32_t L_25 = __this->get_parsingMode_37();
if (L_25)
{
goto IL_00c3;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_26 = __this->get_curNode_9();
String_t* L_27 = V_1;
NullCheck(L_26);
NodeData_SetNamedNode_m5BE05A811DCE5E36A09613E92B6EB7C69F291949(L_26, 7, L_27, /*hidden argument*/NULL);
goto IL_00c3;
}
IL_00bb:
{
StringBuilder_t * L_28 = ___piInDtdStringBuilder0;
String_t* L_29 = V_1;
NullCheck(L_28);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_28, L_29, /*hidden argument*/NULL);
}
IL_00c3:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_30 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_31 = L_30->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_32 = __this->get_address_of_ps_5();
int32_t L_33 = L_32->get_charPos_1();
NullCheck(L_31);
int32_t L_34 = L_33;
uint16_t L_35 = (uint16_t)(L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
V_2 = L_35;
StringBuilder_t * L_36 = ___piInDtdStringBuilder0;
int32_t L_37 = XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, L_36, /*hidden argument*/NULL);
if (L_37)
{
goto IL_0158;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_38 = __this->get_address_of_ps_5();
int32_t L_39 = L_38->get_charsUsed_2();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_40 = __this->get_address_of_ps_5();
int32_t L_41 = L_40->get_charPos_1();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_39, (int32_t)L_41))) >= ((int32_t)2)))
{
goto IL_0105;
}
}
{
XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL);
}
IL_0105:
{
Il2CppChar L_42 = V_2;
if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)63)))))
{
goto IL_0127;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_43 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_44 = L_43->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_45 = __this->get_address_of_ps_5();
int32_t L_46 = L_45->get_charPos_1();
NullCheck(L_44);
int32_t L_47 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1));
uint16_t L_48 = (uint16_t)(L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_47));
if ((((int32_t)L_48) == ((int32_t)((int32_t)62))))
{
goto IL_0158;
}
}
IL_0127:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_49 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_50 = L_49->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_51 = __this->get_address_of_ps_5();
int32_t L_52 = L_51->get_charsUsed_2();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_53 = __this->get_address_of_ps_5();
int32_t L_54 = L_53->get_charPos_1();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_55 = XmlException_BuildCharExceptionArgs_m3684F6183308FDB28E5127BCC94AB585EF53004C(L_50, L_52, L_54, /*hidden argument*/NULL);
XmlTextReaderImpl_Throw_m64B190C910D181D87AEE3CCB84678FDFE6F58C3A(__this, _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D, L_55, /*hidden argument*/NULL);
}
IL_0158:
{
bool L_56 = XmlTextReaderImpl_ParsePIValue_mECD915E3FA53A8F4FFC2EF71FBC0A22ED97068C1(__this, (int32_t*)(&V_3), (int32_t*)(&V_4), /*hidden argument*/NULL);
if (!L_56)
{
goto IL_01b8;
}
}
{
StringBuilder_t * L_57 = ___piInDtdStringBuilder0;
if (L_57)
{
goto IL_019c;
}
}
{
bool L_58 = __this->get_ignorePIs_18();
if (!L_58)
{
goto IL_0171;
}
}
{
return (bool)0;
}
IL_0171:
{
int32_t L_59 = __this->get_parsingMode_37();
if (L_59)
{
goto IL_0247;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_60 = __this->get_curNode_9();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_61 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_62 = L_61->get_chars_0();
int32_t L_63 = V_3;
int32_t L_64 = V_4;
int32_t L_65 = V_3;
NullCheck(L_60);
NodeData_SetValue_m41387D07794996E6334F74AFCF1C52215366B679(L_60, L_62, L_63, ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)L_65)), /*hidden argument*/NULL);
goto IL_0247;
}
IL_019c:
{
StringBuilder_t * L_66 = ___piInDtdStringBuilder0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_67 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_68 = L_67->get_chars_0();
int32_t L_69 = V_3;
int32_t L_70 = V_4;
int32_t L_71 = V_3;
NullCheck(L_66);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_66, L_68, L_69, ((int32_t)il2cpp_codegen_subtract((int32_t)L_70, (int32_t)L_71)), /*hidden argument*/NULL);
goto IL_0247;
}
IL_01b8:
{
StringBuilder_t * L_72 = ___piInDtdStringBuilder0;
if (L_72)
{
goto IL_01e3;
}
}
{
bool L_73 = __this->get_ignorePIs_18();
if (L_73)
{
goto IL_01cb;
}
}
{
int32_t L_74 = __this->get_parsingMode_37();
if (!L_74)
{
goto IL_01d9;
}
}
IL_01cb:
{
bool L_75 = XmlTextReaderImpl_ParsePIValue_mECD915E3FA53A8F4FFC2EF71FBC0A22ED97068C1(__this, (int32_t*)(&V_3), (int32_t*)(&V_4), /*hidden argument*/NULL);
if (!L_75)
{
goto IL_01cb;
}
}
{
return (bool)0;
}
IL_01d9:
{
StringBuilder_t * L_76 = __this->get_stringBuilder_34();
V_5 = L_76;
goto IL_01e6;
}
IL_01e3:
{
StringBuilder_t * L_77 = ___piInDtdStringBuilder0;
V_5 = L_77;
}
IL_01e6:
{
StringBuilder_t * L_78 = V_5;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_79 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_80 = L_79->get_chars_0();
int32_t L_81 = V_3;
int32_t L_82 = V_4;
int32_t L_83 = V_3;
NullCheck(L_78);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_78, L_80, L_81, ((int32_t)il2cpp_codegen_subtract((int32_t)L_82, (int32_t)L_83)), /*hidden argument*/NULL);
bool L_84 = XmlTextReaderImpl_ParsePIValue_mECD915E3FA53A8F4FFC2EF71FBC0A22ED97068C1(__this, (int32_t*)(&V_3), (int32_t*)(&V_4), /*hidden argument*/NULL);
if (!L_84)
{
goto IL_01e6;
}
}
{
StringBuilder_t * L_85 = V_5;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_86 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_87 = L_86->get_chars_0();
int32_t L_88 = V_3;
int32_t L_89 = V_4;
int32_t L_90 = V_3;
NullCheck(L_85);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_85, L_87, L_88, ((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)L_90)), /*hidden argument*/NULL);
StringBuilder_t * L_91 = ___piInDtdStringBuilder0;
if (L_91)
{
goto IL_0247;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_92 = __this->get_curNode_9();
StringBuilder_t * L_93 = __this->get_stringBuilder_34();
NullCheck(L_93);
String_t* L_94 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_93);
NullCheck(L_92);
NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3(L_92, L_94, /*hidden argument*/NULL);
StringBuilder_t * L_95 = __this->get_stringBuilder_34();
NullCheck(L_95);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_95, 0, /*hidden argument*/NULL);
}
IL_0247:
{
return (bool)1;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::ParsePIValue(System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParsePIValue_mECD915E3FA53A8F4FFC2EF71FBC0A22ED97068C1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t* ___outStartPos0, int32_t* ___outEndPos1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParsePIValue_mECD915E3FA53A8F4FFC2EF71FBC0A22ED97068C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
Il2CppChar V_4 = 0x0;
Il2CppChar V_5 = 0x0;
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = L_0->get_charsUsed_2();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
int32_t L_3 = L_2->get_charPos_1();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3))) >= ((int32_t)2)))
{
goto IL_003d;
}
}
{
int32_t L_4 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL);
if (L_4)
{
goto IL_003d;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5();
int32_t L_6 = L_5->get_charsUsed_2();
XmlTextReaderImpl_Throw_m43E6BF2167449C3C40B530DDD964A0F757DEAE2B(__this, L_6, _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C, _stringLiteralFA7FF6FB00A7ACE8D98CF880A492DC6C5FFC8CA7, /*hidden argument*/NULL);
}
IL_003d:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5();
int32_t L_8 = L_7->get_charPos_1();
V_0 = L_8;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_9 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = L_9->get_chars_0();
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((int32_t)L_11, (int32_t)1));
}
IL_005f:
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_12 = __this->get_address_of_xmlCharType_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = L_12->get_charProperties_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = V_1;
int32_t L_15 = V_0;
NullCheck(L_14);
int32_t L_16 = L_15;
uint16_t L_17 = (uint16_t)(L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
uint16_t L_18 = L_17;
V_4 = L_18;
NullCheck(L_13);
uint16_t L_19 = L_18;
uint8_t L_20 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
if (!((int32_t)((int32_t)L_20&(int32_t)((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_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_22 = V_1;
int32_t L_23 = V_0;
NullCheck(L_22);
int32_t L_24 = L_23;
uint16_t L_25 = (uint16_t)(L_22)->GetAt(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)((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_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = V_1;
int32_t L_33 = V_0;
NullCheck(L_32);
int32_t L_34 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
uint16_t L_35 = (uint16_t)(L_32)->GetAt(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_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)L_38)), L_39, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41)), (int32_t)L_42)), /*hidden argument*/NULL);
int32_t* L_43 = ___outEndPos1;
int32_t L_44 = V_0;
int32_t L_45 = V_2;
*((int32_t*)L_43) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45));
goto IL_00f6;
}
IL_00f3:
{
int32_t* L_46 = ___outEndPos1;
int32_t L_47 = V_0;
*((int32_t*)L_46) = (int32_t)L_47;
}
IL_00f6:
{
int32_t* L_48 = ___outStartPos0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_49 = __this->get_address_of_ps_5();
int32_t L_50 = L_49->get_charPos_1();
*((int32_t*)L_48) = (int32_t)L_50;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_51 = __this->get_address_of_ps_5();
int32_t L_52 = V_0;
L_51->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_52, (int32_t)2)));
return (bool)1;
}
IL_0113:
{
int32_t L_53 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_54 = __this->get_address_of_ps_5();
int32_t L_55 = L_54->get_charsUsed_2();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)1))) == ((int32_t)L_55)))
{
goto IL_0247;
}
}
{
int32_t L_56 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1));
goto IL_005f;
}
IL_012f:
{
int32_t L_57 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_57, (int32_t)1));
int32_t L_58 = V_0;
XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_58, /*hidden argument*/NULL);
goto IL_005f;
}
IL_013f:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_59 = V_1;
int32_t L_60 = V_0;
NullCheck(L_59);
int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)1));
uint16_t L_62 = (uint16_t)(L_59)->GetAt(static_cast<il2cpp_array_size_t>(L_61));
if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)10)))))
{
goto IL_01a5;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_63 = __this->get_address_of_ps_5();
bool L_64 = L_63->get_eolNormalized_19();
if (L_64)
{
goto IL_019f;
}
}
{
int32_t L_65 = __this->get_parsingMode_37();
if (L_65)
{
goto IL_019f;
}
}
{
int32_t L_66 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_67 = __this->get_address_of_ps_5();
int32_t L_68 = L_67->get_charPos_1();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_66, (int32_t)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_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_71, (int32_t)L_72)), L_73, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_74, (int32_t)L_75)), (int32_t)L_76)), /*hidden argument*/NULL);
int32_t L_77 = V_0;
int32_t L_78 = V_2;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_77, (int32_t)L_78));
int32_t L_79 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, (int32_t)1));
goto IL_019f;
}
IL_018f:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_80 = __this->get_address_of_ps_5();
int32_t* L_81 = L_80->get_address_of_charPos_1();
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((int32_t)L_83, (int32_t)1));
}
IL_019f:
{
int32_t L_84 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)2));
goto IL_01db;
}
IL_01a5:
{
int32_t L_85 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_86 = __this->get_address_of_ps_5();
int32_t L_87 = L_86->get_charsUsed_2();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_85, (int32_t)1))) < ((int32_t)L_87)))
{
goto IL_01c5;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_88 = __this->get_address_of_ps_5();
bool L_89 = L_88->get_isEof_15();
if (!L_89)
{
goto IL_0247;
}
}
IL_01c5:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_90 = __this->get_address_of_ps_5();
bool L_91 = L_90->get_eolNormalized_19();
if (L_91)
{
goto IL_01d7;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_92 = V_1;
int32_t L_93 = V_0;
NullCheck(L_92);
(L_92)->SetAt(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((int32_t)L_94, (int32_t)1));
}
IL_01db:
{
int32_t L_95 = V_0;
XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_95, /*hidden argument*/NULL);
goto IL_005f;
}
IL_01e7:
{
int32_t L_96 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_96, (int32_t)1));
goto IL_005f;
}
IL_01f0:
{
int32_t L_97 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_98 = __this->get_address_of_ps_5();
int32_t L_99 = L_98->get_charsUsed_2();
if ((((int32_t)L_97) == ((int32_t)L_99)))
{
goto IL_0247;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_100 = V_1;
int32_t L_101 = V_0;
NullCheck(L_100);
int32_t L_102 = L_101;
uint16_t L_103 = (uint16_t)(L_100)->GetAt(static_cast<il2cpp_array_size_t>(L_102));
bool L_104 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_103, /*hidden argument*/NULL);
if (!L_104)
{
goto IL_022f;
}
}
{
int32_t L_105 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_106 = __this->get_address_of_ps_5();
int32_t L_107 = L_106->get_charsUsed_2();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_105, (int32_t)1))) == ((int32_t)L_107)))
{
goto IL_0247;
}
}
{
int32_t L_108 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)1));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_109 = V_1;
int32_t L_110 = V_0;
NullCheck(L_109);
int32_t L_111 = L_110;
uint16_t L_112 = (uint16_t)(L_109)->GetAt(static_cast<il2cpp_array_size_t>(L_111));
bool L_113 = XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8(L_112, /*hidden argument*/NULL);
if (!L_113)
{
goto IL_022f;
}
}
{
int32_t L_114 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_114, (int32_t)1));
goto IL_005f;
}
IL_022f:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_115 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_116 = __this->get_address_of_ps_5();
int32_t L_117 = L_116->get_charsUsed_2();
int32_t L_118 = V_0;
XmlTextReaderImpl_ThrowInvalidChar_m2FE1FC501E5156E303905112026C1B4564F510F9(__this, L_115, L_117, L_118, /*hidden argument*/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_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)L_121)), L_122, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_123, (int32_t)L_124)), (int32_t)L_125)), /*hidden argument*/NULL);
int32_t* L_126 = ___outEndPos1;
int32_t L_127 = V_0;
int32_t L_128 = V_2;
*((int32_t*)L_126) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_127, (int32_t)L_128));
goto IL_0264;
}
IL_0261:
{
int32_t* L_129 = ___outEndPos1;
int32_t L_130 = V_0;
*((int32_t*)L_129) = (int32_t)L_130;
}
IL_0264:
{
int32_t* L_131 = ___outStartPos0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_132 = __this->get_address_of_ps_5();
int32_t L_133 = L_132->get_charPos_1();
*((int32_t*)L_131) = (int32_t)L_133;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_134 = __this->get_address_of_ps_5();
int32_t L_135 = V_0;
L_134->set_charPos_1(L_135);
return (bool)0;
}
}
// System.Void System.Xml.XmlTextReaderImpl::ParseCDataOrComment(System.Xml.XmlNodeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseCDataOrComment_m477AD2613C62D46D79DF2AD21961737A35CB9BC2 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___type0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
{
int32_t L_0 = __this->get_parsingMode_37();
if (L_0)
{
goto IL_00bc;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_1 = __this->get_curNode_9();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
int32_t L_3 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_2, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5();
int32_t L_5 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_4, /*hidden argument*/NULL);
NullCheck(L_1);
NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE(L_1, L_3, L_5, /*hidden argument*/NULL);
int32_t L_6 = ___type0;
bool L_7 = XmlTextReaderImpl_ParseCDataOrComment_mFC4E4BE3CCBBBA9B3C6FDEC59B31F47585792198(__this, L_6, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0055;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_8 = __this->get_curNode_9();
int32_t L_9 = ___type0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_10 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = L_10->get_chars_0();
int32_t L_12 = V_0;
int32_t L_13 = V_1;
int32_t L_14 = V_0;
NullCheck(L_8);
NodeData_SetValueNode_m6F8516070D1CC8248D69A0D110B8731872AAA02D(L_8, L_9, L_11, L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14)), /*hidden argument*/NULL);
return;
}
IL_0055:
{
StringBuilder_t * L_15 = __this->get_stringBuilder_34();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = L_16->get_chars_0();
int32_t L_18 = V_0;
int32_t L_19 = V_1;
int32_t L_20 = V_0;
NullCheck(L_15);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_15, L_17, L_18, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_20)), /*hidden argument*/NULL);
int32_t L_21 = ___type0;
bool L_22 = XmlTextReaderImpl_ParseCDataOrComment_mFC4E4BE3CCBBBA9B3C6FDEC59B31F47585792198(__this, L_21, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL);
if (!L_22)
{
goto IL_0055;
}
}
{
StringBuilder_t * L_23 = __this->get_stringBuilder_34();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_24 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = L_24->get_chars_0();
int32_t L_26 = V_0;
int32_t L_27 = V_1;
int32_t L_28 = V_0;
NullCheck(L_23);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_23, L_25, L_26, ((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)), /*hidden argument*/NULL);
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_29 = __this->get_curNode_9();
int32_t L_30 = ___type0;
StringBuilder_t * L_31 = __this->get_stringBuilder_34();
NullCheck(L_31);
String_t* L_32 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_31);
NullCheck(L_29);
NodeData_SetValueNode_m311A9DBEADE4189DF3E42E332A89464E1E23E7CE(L_29, L_30, L_32, /*hidden argument*/NULL);
StringBuilder_t * L_33 = __this->get_stringBuilder_34();
NullCheck(L_33);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_33, 0, /*hidden argument*/NULL);
return;
}
IL_00bc:
{
int32_t L_34 = ___type0;
bool L_35 = XmlTextReaderImpl_ParseCDataOrComment_mFC4E4BE3CCBBBA9B3C6FDEC59B31F47585792198(__this, L_34, (int32_t*)(&V_0), (int32_t*)(&V_1), /*hidden argument*/NULL);
if (!L_35)
{
goto IL_00bc;
}
}
{
return;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::ParseCDataOrComment(System.Xml.XmlNodeType,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ParseCDataOrComment_mFC4E4BE3CCBBBA9B3C6FDEC59B31F47585792198 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___type0, int32_t* ___outStartPos1, int32_t* ___outEndPos2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseCDataOrComment_mFC4E4BE3CCBBBA9B3C6FDEC59B31F47585792198_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* 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_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B4_1 = NULL;
String_t* G_B3_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B3_1 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B5_1 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B5_2 = NULL;
int32_t G_B9_0 = 0;
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = L_0->get_charsUsed_2();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
int32_t L_3 = L_2->get_charPos_1();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3))) >= ((int32_t)3)))
{
goto IL_003d;
}
}
{
int32_t L_4 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL);
if (L_4)
{
goto IL_003d;
}
}
{
int32_t L_5 = ___type0;
G_B3_0 = _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C;
G_B3_1 = __this;
if ((((int32_t)L_5) == ((int32_t)8)))
{
G_B4_0 = _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C;
G_B4_1 = __this;
goto IL_0033;
}
}
{
G_B5_0 = _stringLiteral494BFF78142278BF15C7806A089D7C002766F8BD;
G_B5_1 = G_B3_0;
G_B5_2 = G_B3_1;
goto IL_0038;
}
IL_0033:
{
G_B5_0 = _stringLiteral153D7A58B3A3E898FCBDD04C462AF308414BD09D;
G_B5_1 = G_B4_0;
G_B5_2 = G_B4_1;
}
IL_0038:
{
NullCheck(G_B5_2);
XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL);
}
IL_003d:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_6 = __this->get_address_of_ps_5();
int32_t L_7 = L_6->get_charPos_1();
V_0 = L_7;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_8 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_9 = L_8->get_chars_0();
V_1 = L_9;
V_2 = 0;
V_3 = (-1);
int32_t L_10 = ___type0;
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((int32_t)L_11, (int32_t)1));
}
IL_006b:
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_12 = __this->get_address_of_xmlCharType_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = L_12->get_charProperties_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_14 = V_1;
int32_t L_15 = V_0;
NullCheck(L_14);
int32_t L_16 = L_15;
uint16_t L_17 = (uint16_t)(L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
uint16_t L_18 = L_17;
V_5 = L_18;
NullCheck(L_13);
uint16_t L_19 = L_18;
uint8_t L_20 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
if (!((int32_t)((int32_t)L_20&(int32_t)((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_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = V_1;
int32_t L_24 = V_0;
NullCheck(L_23);
int32_t L_25 = L_24;
uint16_t L_26 = (uint16_t)(L_23)->GetAt(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_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_28 = V_1;
int32_t L_29 = V_0;
NullCheck(L_28);
int32_t L_30 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)1));
uint16_t L_31 = (uint16_t)(L_28)->GetAt(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_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_33 = V_1;
int32_t L_34 = V_0;
NullCheck(L_33);
int32_t L_35 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)2));
uint16_t L_36 = (uint16_t)(L_33)->GetAt(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_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)L_39)), L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_41, (int32_t)L_42)), (int32_t)L_43)), /*hidden argument*/NULL);
int32_t* L_44 = ___outEndPos2;
int32_t L_45 = V_0;
int32_t L_46 = V_2;
*((int32_t*)L_44) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_45, (int32_t)L_46));
goto IL_00c1;
}
IL_00be:
{
int32_t* L_47 = ___outEndPos2;
int32_t L_48 = V_0;
*((int32_t*)L_47) = (int32_t)L_48;
}
IL_00c1:
{
int32_t* L_49 = ___outStartPos1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_50 = __this->get_address_of_ps_5();
int32_t L_51 = L_50->get_charPos_1();
*((int32_t*)L_49) = (int32_t)L_51;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_52 = __this->get_address_of_ps_5();
int32_t L_53 = V_0;
L_52->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_53, (int32_t)3)));
return (bool)1;
}
IL_00de:
{
int32_t L_54 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_55 = __this->get_address_of_ps_5();
int32_t L_56 = L_55->get_charsUsed_2();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_54, (int32_t)2))) == ((int32_t)L_56)))
{
goto IL_027d;
}
}
{
int32_t L_57 = ___type0;
if ((!(((uint32_t)L_57) == ((uint32_t)8))))
{
goto IL_0116;
}
}
{
int32_t L_58 = V_0;
XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E(__this, L_58, _stringLiteral1179478FEFD71361F803762D50D1C8161576802F, /*hidden argument*/NULL);
goto IL_0116;
}
IL_0103:
{
int32_t L_59 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_60 = __this->get_address_of_ps_5();
int32_t L_61 = L_60->get_charsUsed_2();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_59, (int32_t)1))) == ((int32_t)L_61)))
{
goto IL_027d;
}
}
IL_0116:
{
int32_t L_62 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_62, (int32_t)1));
goto IL_006b;
}
IL_011f:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_63 = V_1;
int32_t L_64 = V_0;
NullCheck(L_63);
int32_t L_65 = L_64;
uint16_t L_66 = (uint16_t)(L_63)->GetAt(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)((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((int32_t)L_72, (int32_t)1));
int32_t L_73 = V_0;
XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_73, /*hidden argument*/NULL);
goto IL_006b;
}
IL_017d:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_74 = V_1;
int32_t L_75 = V_0;
NullCheck(L_74);
int32_t L_76 = ((int32_t)il2cpp_codegen_add((int32_t)L_75, (int32_t)1));
uint16_t L_77 = (uint16_t)(L_74)->GetAt(static_cast<il2cpp_array_size_t>(L_76));
if ((!(((uint32_t)L_77) == ((uint32_t)((int32_t)10)))))
{
goto IL_01e3;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_78 = __this->get_address_of_ps_5();
bool L_79 = L_78->get_eolNormalized_19();
if (L_79)
{
goto IL_01dd;
}
}
{
int32_t L_80 = __this->get_parsingMode_37();
if (L_80)
{
goto IL_01dd;
}
}
{
int32_t L_81 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_82 = __this->get_address_of_ps_5();
int32_t L_83 = L_82->get_charPos_1();
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)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_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)L_87)), L_88, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_89, (int32_t)L_90)), (int32_t)L_91)), /*hidden argument*/NULL);
int32_t L_92 = V_0;
int32_t L_93 = V_2;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_92, (int32_t)L_93));
int32_t L_94 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_94, (int32_t)1));
goto IL_01dd;
}
IL_01cd:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_95 = __this->get_address_of_ps_5();
int32_t* L_96 = L_95->get_address_of_charPos_1();
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((int32_t)L_98, (int32_t)1));
}
IL_01dd:
{
int32_t L_99 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_99, (int32_t)2));
goto IL_0216;
}
IL_01e3:
{
int32_t L_100 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_101 = __this->get_address_of_ps_5();
int32_t L_102 = L_101->get_charsUsed_2();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_100, (int32_t)1))) < ((int32_t)L_102)))
{
goto IL_0200;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_103 = __this->get_address_of_ps_5();
bool L_104 = L_103->get_isEof_15();
if (!L_104)
{
goto IL_027d;
}
}
IL_0200:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_105 = __this->get_address_of_ps_5();
bool L_106 = L_105->get_eolNormalized_19();
if (L_106)
{
goto IL_0212;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_107 = V_1;
int32_t L_108 = V_0;
NullCheck(L_107);
(L_107)->SetAt(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((int32_t)L_109, (int32_t)1));
}
IL_0216:
{
int32_t L_110 = V_0;
XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_110, /*hidden argument*/NULL);
goto IL_006b;
}
IL_0222:
{
int32_t L_111 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_111, (int32_t)1));
goto IL_006b;
}
IL_022b:
{
int32_t L_112 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_113 = __this->get_address_of_ps_5();
int32_t L_114 = L_113->get_charsUsed_2();
if ((((int32_t)L_112) == ((int32_t)L_114)))
{
goto IL_027d;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_115 = V_1;
int32_t L_116 = V_0;
NullCheck(L_115);
int32_t L_117 = L_116;
uint16_t L_118 = (uint16_t)(L_115)->GetAt(static_cast<il2cpp_array_size_t>(L_117));
bool L_119 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_118, /*hidden argument*/NULL);
if (!L_119)
{
goto IL_026a;
}
}
{
int32_t L_120 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_121 = __this->get_address_of_ps_5();
int32_t L_122 = L_121->get_charsUsed_2();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_120, (int32_t)1))) == ((int32_t)L_122)))
{
goto IL_027d;
}
}
{
int32_t L_123 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_123, (int32_t)1));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_124 = V_1;
int32_t L_125 = V_0;
NullCheck(L_124);
int32_t L_126 = L_125;
uint16_t L_127 = (uint16_t)(L_124)->GetAt(static_cast<il2cpp_array_size_t>(L_126));
bool L_128 = XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8(L_127, /*hidden argument*/NULL);
if (!L_128)
{
goto IL_026a;
}
}
{
int32_t L_129 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)1));
goto IL_006b;
}
IL_026a:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_130 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_131 = __this->get_address_of_ps_5();
int32_t L_132 = L_131->get_charsUsed_2();
int32_t L_133 = V_0;
XmlTextReaderImpl_ThrowInvalidChar_m2FE1FC501E5156E303905112026C1B4564F510F9(__this, L_130, L_132, L_133, /*hidden argument*/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_m0B58410B5DE6D232F22E9AC4AFB2BECBB6088245(__this, ((int32_t)il2cpp_codegen_add((int32_t)L_135, (int32_t)L_136)), L_137, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_138, (int32_t)L_139)), (int32_t)L_140)), /*hidden argument*/NULL);
int32_t* L_141 = ___outEndPos2;
int32_t L_142 = V_0;
int32_t L_143 = V_2;
*((int32_t*)L_141) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_142, (int32_t)L_143));
goto IL_029a;
}
IL_0297:
{
int32_t* L_144 = ___outEndPos2;
int32_t L_145 = V_0;
*((int32_t*)L_144) = (int32_t)L_145;
}
IL_029a:
{
int32_t* L_146 = ___outStartPos1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_147 = __this->get_address_of_ps_5();
int32_t L_148 = L_147->get_charPos_1();
*((int32_t*)L_146) = (int32_t)L_148;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_149 = __this->get_address_of_ps_5();
int32_t L_150 = V_0;
L_149->set_charPos_1(L_150);
return (bool)0;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::EatWhitespaces(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL;
int32_t V_3 = 0;
Il2CppChar V_4 = 0x0;
int32_t V_5 = 0;
int32_t V_6 = 0;
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = L_0->get_charPos_1();
V_0 = L_1;
V_1 = 0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = L_2->get_chars_0();
V_2 = L_3;
}
IL_001a:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = V_2;
int32_t L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = L_5;
uint16_t L_7 = (uint16_t)(L_4)->GetAt(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)((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((int32_t)L_10, (int32_t)1));
int32_t L_11 = V_0;
XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_11, /*hidden argument*/NULL);
goto IL_001a;
}
IL_0058:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = V_2;
int32_t L_13 = V_0;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
uint16_t L_15 = (uint16_t)(L_12)->GetAt(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_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5();
int32_t L_18 = L_17->get_charPos_1();
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_18));
StringBuilder_t * L_19 = ___sb0;
if (!L_19)
{
goto IL_00ad;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_20 = __this->get_address_of_ps_5();
bool L_21 = L_20->get_eolNormalized_19();
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 = ___sb0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = V_2;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_25 = __this->get_address_of_ps_5();
int32_t L_26 = L_25->get_charPos_1();
int32_t L_27 = V_5;
NullCheck(L_23);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_23, L_24, L_26, L_27, /*hidden argument*/NULL);
int32_t L_28 = V_1;
int32_t L_29 = V_5;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29));
}
IL_009f:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_30 = __this->get_address_of_ps_5();
int32_t L_31 = V_0;
L_30->set_charPos_1(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1)));
}
IL_00ad:
{
int32_t L_32 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)2));
goto IL_00e9;
}
IL_00b3:
{
int32_t L_33 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_34 = __this->get_address_of_ps_5();
int32_t L_35 = L_34->get_charsUsed_2();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1))) < ((int32_t)L_35)))
{
goto IL_00d3;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_36 = __this->get_address_of_ps_5();
bool L_37 = L_36->get_isEof_15();
if (!L_37)
{
goto IL_0155;
}
}
IL_00d3:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_38 = __this->get_address_of_ps_5();
bool L_39 = L_38->get_eolNormalized_19();
if (L_39)
{
goto IL_00e5;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_40 = V_2;
int32_t L_41 = V_0;
NullCheck(L_40);
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(L_41), (Il2CppChar)((int32_t)10));
}
IL_00e5:
{
int32_t L_42 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_42, (int32_t)1));
}
IL_00e9:
{
int32_t L_43 = V_0;
XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47(__this, L_43, /*hidden argument*/NULL);
goto IL_001a;
}
IL_00f5:
{
int32_t L_44 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_44, (int32_t)1));
goto IL_001a;
}
IL_00fe:
{
int32_t L_45 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_46 = __this->get_address_of_ps_5();
int32_t L_47 = L_46->get_charsUsed_2();
if ((((int32_t)L_45) == ((int32_t)L_47)))
{
goto IL_0155;
}
}
{
int32_t L_48 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_49 = __this->get_address_of_ps_5();
int32_t L_50 = L_49->get_charPos_1();
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)L_50));
int32_t L_51 = V_6;
if ((((int32_t)L_51) <= ((int32_t)0)))
{
goto IL_0153;
}
}
{
StringBuilder_t * L_52 = ___sb0;
if (!L_52)
{
goto IL_0142;
}
}
{
StringBuilder_t * L_53 = ___sb0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_54 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_55 = L_54->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_56 = __this->get_address_of_ps_5();
int32_t L_57 = L_56->get_charPos_1();
int32_t L_58 = V_6;
NullCheck(L_53);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_53, L_55, L_57, L_58, /*hidden argument*/NULL);
}
IL_0142:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_59 = __this->get_address_of_ps_5();
int32_t L_60 = V_0;
L_59->set_charPos_1(L_60);
int32_t L_61 = V_1;
int32_t L_62 = V_6;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)L_62));
}
IL_0153:
{
int32_t L_63 = V_1;
return L_63;
}
IL_0155:
{
int32_t L_64 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_65 = __this->get_address_of_ps_5();
int32_t L_66 = L_65->get_charPos_1();
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)L_66));
int32_t L_67 = V_3;
if ((((int32_t)L_67) <= ((int32_t)0)))
{
goto IL_0198;
}
}
{
StringBuilder_t * L_68 = ___sb0;
if (!L_68)
{
goto IL_0188;
}
}
{
StringBuilder_t * L_69 = ___sb0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_70 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_71 = L_70->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_72 = __this->get_address_of_ps_5();
int32_t L_73 = L_72->get_charPos_1();
int32_t L_74 = V_3;
NullCheck(L_69);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_69, L_71, L_73, L_74, /*hidden argument*/NULL);
}
IL_0188:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_75 = __this->get_address_of_ps_5();
int32_t L_76 = V_0;
L_75->set_charPos_1(L_76);
int32_t L_77 = V_1;
int32_t L_78 = V_3;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)L_78));
}
IL_0198:
{
int32_t L_79 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL);
if (L_79)
{
goto IL_01e1;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_80 = __this->get_address_of_ps_5();
int32_t L_81 = L_80->get_charsUsed_2();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_82 = __this->get_address_of_ps_5();
int32_t L_83 = L_82->get_charPos_1();
if (((int32_t)il2cpp_codegen_subtract((int32_t)L_81, (int32_t)L_83)))
{
goto IL_01bb;
}
}
{
int32_t L_84 = V_1;
return L_84;
}
IL_01bb:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_85 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_86 = L_85->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_87 = __this->get_address_of_ps_5();
int32_t L_88 = L_87->get_charPos_1();
NullCheck(L_86);
int32_t L_89 = L_88;
uint16_t L_90 = (uint16_t)(L_86)->GetAt(static_cast<il2cpp_array_size_t>(L_89));
if ((((int32_t)L_90) == ((int32_t)((int32_t)13))))
{
goto IL_01e1;
}
}
{
XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF, /*hidden argument*/NULL);
}
IL_01e1:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_91 = __this->get_address_of_ps_5();
int32_t L_92 = L_91->get_charPos_1();
V_0 = L_92;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_93 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_94 = L_93->get_chars_0();
V_2 = L_94;
goto IL_001a;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::ParseCharRefInline(System.Int32,System.Int32&,System.Xml.XmlTextReaderImpl_EntityType&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseCharRefInline_m1FB965CC818483AB96E08E67C03D7701EEC3D1E9 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___startPos0, int32_t* ___charCount1, int32_t* ___entityType2, const RuntimeMethod* method)
{
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0->get_chars_0();
int32_t L_2 = ___startPos0;
NullCheck(L_1);
int32_t L_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1));
uint16_t L_4 = (uint16_t)(L_1)->GetAt(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 = ___startPos0;
int32_t* L_6 = ___charCount1;
int32_t* L_7 = ___entityType2;
int32_t L_8 = XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF(__this, L_5, (bool)1, (StringBuilder_t *)NULL, (int32_t*)L_6, (int32_t*)L_7, /*hidden argument*/NULL);
return L_8;
}
IL_001f:
{
int32_t* L_9 = ___charCount1;
*((int32_t*)L_9) = (int32_t)1;
int32_t* L_10 = ___entityType2;
*((int32_t*)L_10) = (int32_t)2;
int32_t L_11 = ___startPos0;
int32_t L_12 = XmlTextReaderImpl_ParseNamedCharRefInline_m33CE0EC9F061205C3F4F830B513BC01F24BDCBD6(__this, L_11, (bool)1, (StringBuilder_t *)NULL, /*hidden argument*/NULL);
return L_12;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::ParseNumericCharRef(System.Boolean,System.Text.StringBuilder,System.Xml.XmlTextReaderImpl_EntityType&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNumericCharRef_m8A3BA57DBC81A1F148E3D83B613403A7E02659D7 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___expand0, StringBuilder_t * ___internalSubsetBuilder1, int32_t* ___entityType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseNumericCharRef_m8A3BA57DBC81A1F148E3D83B613403A7E02659D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
IL_0000:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = L_0->get_charPos_1();
bool L_2 = ___expand0;
StringBuilder_t * L_3 = ___internalSubsetBuilder1;
int32_t* L_4 = ___entityType2;
int32_t L_5 = XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF(__this, L_1, L_2, L_3, (int32_t*)(&V_1), (int32_t*)L_4, /*hidden argument*/NULL);
int32_t L_6 = L_5;
V_0 = L_6;
V_2 = L_6;
int32_t L_7 = V_2;
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)-2)))))
{
goto IL_0033;
}
}
{
int32_t L_8 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0000;
}
}
{
XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C, /*hidden argument*/NULL);
goto IL_0000;
}
IL_0033:
{
bool L_9 = ___expand0;
if (!L_9)
{
goto IL_0044;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_10 = __this->get_address_of_ps_5();
int32_t L_11 = V_0;
int32_t L_12 = V_1;
L_10->set_charPos_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)L_12)));
}
IL_0044:
{
int32_t L_13 = V_0;
return L_13;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::ParseNumericCharRefInline(System.Int32,System.Boolean,System.Text.StringBuilder,System.Int32&,System.Xml.XmlTextReaderImpl_EntityType&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___startPos0, bool ___expand1, StringBuilder_t * ___internalSubsetBuilder2, int32_t* ___charCount3, int32_t* ___entityType4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_2 = NULL;
String_t* V_3 = NULL;
int32_t V_4 = 0;
Il2CppChar V_5 = 0x0;
int32_t V_6 = 0;
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * V_7 = NULL;
Il2CppChar V_8 = 0x0;
Il2CppChar V_9 = 0x0;
Il2CppChar V_10 = 0x0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B36_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B35_0 = NULL;
int32_t G_B37_0 = 0;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B37_1 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B48_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B47_0 = NULL;
int32_t G_B49_0 = 0;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B49_1 = NULL;
{
V_0 = 0;
V_3 = (String_t*)NULL;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0->get_chars_0();
V_2 = L_1;
int32_t L_2 = ___startPos0;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)2));
int32_t* L_3 = ___charCount3;
*((int32_t*)L_3) = (int32_t)0;
V_4 = 0;
}
IL_001b:
try
{ // begin try (depth: 1)
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = V_2;
int32_t L_5 = V_1;
NullCheck(L_4);
int32_t L_6 = L_5;
uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)120)))))
{
goto IL_008f;
}
}
IL_0022:
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
int32_t L_9 = V_1;
V_4 = L_9;
V_3 = _stringLiteralC4CDE5A02E48EBA3606A4A90C2CE61681EBFB0D5;
}
IL_002f:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = V_2;
int32_t L_11 = V_1;
NullCheck(L_10);
int32_t L_12 = L_11;
uint16_t L_13 = (uint16_t)(L_10)->GetAt(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;
}
}
IL_003a:
{
Il2CppChar L_15 = V_5;
if ((((int32_t)L_15) > ((int32_t)((int32_t)57))))
{
goto IL_004d;
}
}
IL_0040:
{
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_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var);
Il2CppChar L_17 = V_5;
if (((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)16))) + (int64_t)L_17 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)16))) + (int64_t)L_17 > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var);
if (((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)16))), (int32_t)L_17)) - (int64_t)((int32_t)48) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((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_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_16, (int32_t)((int32_t)16))), (int32_t)L_17)), (int32_t)((int32_t)48)));
goto IL_0083;
}
IL_004d:
{
Il2CppChar L_18 = V_5;
if ((((int32_t)L_18) < ((int32_t)((int32_t)97))))
{
goto IL_0069;
}
}
IL_0053:
{
Il2CppChar L_19 = V_5;
if ((((int32_t)L_19) > ((int32_t)((int32_t)102))))
{
goto IL_0069;
}
}
IL_0059:
{
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_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var);
if (((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))) + (int64_t)((int32_t)10) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))) + (int64_t)((int32_t)10) > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var);
Il2CppChar L_21 = V_5;
if (((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))) + (int64_t)L_21 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))) + (int64_t)L_21 > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var);
if (((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))), (int32_t)L_21)) - (int64_t)((int32_t)97) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))), (int32_t)((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_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_20, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))), (int32_t)L_21)), (int32_t)((int32_t)97)));
goto IL_0083;
}
IL_0069:
{
Il2CppChar L_22 = V_5;
if ((((int32_t)L_22) < ((int32_t)((int32_t)65))))
{
goto IL_0089;
}
}
IL_006f:
{
Il2CppChar L_23 = V_5;
if ((((int32_t)L_23) > ((int32_t)((int32_t)70))))
{
goto IL_0089;
}
}
IL_0075:
{
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_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var);
if (((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))) + (int64_t)((int32_t)10) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))) + (int64_t)((int32_t)10) > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var);
Il2CppChar L_25 = V_5;
if (((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))) + (int64_t)L_25 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))) + (int64_t)L_25 > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var);
if (((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))), (int32_t)L_25)) - (int64_t)((int32_t)65) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))), (int32_t)((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_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)((int32_t)16))), (int32_t)((int32_t)10))), (int32_t)L_25)), (int32_t)((int32_t)65)));
}
IL_0083:
{
int32_t L_26 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1));
goto IL_002f;
}
IL_0089:
{
int32_t* L_27 = ___entityType4;
*((int32_t*)L_27) = (int32_t)1;
goto IL_00d9;
}
IL_008f:
{
int32_t L_28 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_29 = __this->get_address_of_ps_5();
int32_t L_30 = L_29->get_charsUsed_2();
if ((((int32_t)L_28) >= ((int32_t)L_30)))
{
goto IL_00cc;
}
}
IL_009d:
{
int32_t L_31 = V_1;
V_4 = L_31;
V_3 = _stringLiteralDE4DDDDCCDD513FE2412EAC6F554FB7164F24B37;
goto IL_00b8;
}
IL_00a8:
{
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_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_33 = V_2;
int32_t L_34 = V_1;
NullCheck(L_33);
int32_t L_35 = L_34;
uint16_t L_36 = (uint16_t)(L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_35));
if (((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)((int32_t)10))) + (int64_t)L_36 < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)((int32_t)10))) + (int64_t)L_36 > (int64_t)kIl2CppInt32Max))
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), XmlTextReaderImpl_ParseNumericCharRefInline_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var);
if (((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)((int32_t)10))), (int32_t)L_36)) - (int64_t)((int32_t)48) < (int64_t)kIl2CppInt32Min) || ((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)((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_m1540227C3FCD5C6379877444EC81F625C66240FF_RuntimeMethod_var);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_32, (int32_t)((int32_t)10))), (int32_t)L_36)), (int32_t)((int32_t)48)));
int32_t L_37 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
}
IL_00b8:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_38 = V_2;
int32_t L_39 = V_1;
NullCheck(L_38);
int32_t L_40 = L_39;
uint16_t L_41 = (uint16_t)(L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
if ((((int32_t)L_41) < ((int32_t)((int32_t)48))))
{
goto IL_00c6;
}
}
IL_00bf:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_42 = V_2;
int32_t L_43 = V_1;
NullCheck(L_42);
int32_t L_44 = L_43;
uint16_t L_45 = (uint16_t)(L_42)->GetAt(static_cast<il2cpp_array_size_t>(L_44));
if ((((int32_t)L_45) <= ((int32_t)((int32_t)57))))
{
goto IL_00a8;
}
}
IL_00c6:
{
int32_t* L_46 = ___entityType4;
*((int32_t*)L_46) = (int32_t)0;
goto IL_00d9;
}
IL_00cc:
{
int32_t* L_47 = ___entityType4;
*((int32_t*)L_47) = (int32_t)4;
V_6 = ((int32_t)-2);
goto IL_0266;
}
IL_00d9:
{
goto IL_00fd;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_00db;
throw e;
}
CATCH_00db:
{ // begin catch(System.OverflowException)
V_7 = ((OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D *)__exception_local);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_48 = __this->get_address_of_ps_5();
int32_t L_49 = V_1;
L_48->set_charPos_1(L_49);
int32_t* L_50 = ___entityType4;
*((int32_t*)L_50) = (int32_t)4;
OverflowException_tD89571E2350DE06D9DE4AB65ADCA77D607B5693D * L_51 = V_7;
XmlTextReaderImpl_Throw_m9E58BADAD5CABC461273E98A78861D6A2652B77B(__this, _stringLiteral35FCFAE669E45B9B01A711B29A9F0DE9BF0B17EF, (String_t*)NULL, L_51, /*hidden argument*/NULL);
goto IL_00fd;
} // end catch (depth: 1)
IL_00fd:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_52 = V_2;
int32_t L_53 = V_1;
NullCheck(L_52);
int32_t L_54 = L_53;
uint16_t L_55 = (uint16_t)(L_52)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
if ((!(((uint32_t)L_55) == ((uint32_t)((int32_t)59)))))
{
goto IL_0109;
}
}
{
int32_t L_56 = V_4;
int32_t L_57 = V_1;
if ((!(((uint32_t)L_56) == ((uint32_t)L_57))))
{
goto IL_0122;
}
}
IL_0109:
{
int32_t L_58 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_59 = __this->get_address_of_ps_5();
int32_t L_60 = L_59->get_charsUsed_2();
if ((!(((uint32_t)L_58) == ((uint32_t)L_60))))
{
goto IL_011a;
}
}
{
return ((int32_t)-2);
}
IL_011a:
{
int32_t L_61 = V_1;
String_t* L_62 = V_3;
XmlTextReaderImpl_Throw_m4E4F5FB7F455C77B0B987B8CD0D7A6697201532E(__this, L_61, L_62, /*hidden argument*/NULL);
}
IL_0122:
{
int32_t L_63 = V_0;
if ((((int32_t)L_63) > ((int32_t)((int32_t)65535))))
{
goto IL_01cd;
}
}
{
int32_t L_64 = V_0;
V_8 = (((int32_t)((uint16_t)L_64)));
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_65 = __this->get_address_of_xmlCharType_4();
Il2CppChar L_66 = V_8;
bool L_67 = XmlCharType_IsCharData_m4CCA0EDD028C0F65C0474EF71AEB39672D113F8D((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_65, L_66, /*hidden argument*/NULL);
if (L_67)
{
goto IL_018e;
}
}
{
bool L_68 = __this->get_v1Compat_22();
if (!L_68)
{
goto IL_0150;
}
}
{
bool L_69 = __this->get_normalize_14();
if (L_69)
{
goto IL_0160;
}
}
IL_0150:
{
bool L_70 = __this->get_v1Compat_22();
if (L_70)
{
goto IL_018e;
}
}
{
bool L_71 = __this->get_checkCharacters_19();
if (!L_71)
{
goto IL_018e;
}
}
IL_0160:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_72 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_73 = L_72->get_chars_0();
int32_t L_74 = ___startPos0;
NullCheck(L_73);
int32_t L_75 = ((int32_t)il2cpp_codegen_add((int32_t)L_74, (int32_t)2));
uint16_t L_76 = (uint16_t)(L_73)->GetAt(static_cast<il2cpp_array_size_t>(L_75));
G_B35_0 = __this;
if ((((int32_t)L_76) == ((int32_t)((int32_t)120))))
{
G_B36_0 = __this;
goto IL_0179;
}
}
{
int32_t L_77 = ___startPos0;
G_B37_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)2));
G_B37_1 = G_B35_0;
goto IL_017c;
}
IL_0179:
{
int32_t L_78 = ___startPos0;
G_B37_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_78, (int32_t)3));
G_B37_1 = G_B36_0;
}
IL_017c:
{
Il2CppChar L_79 = V_8;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_80 = XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747(L_79, 0, /*hidden argument*/NULL);
NullCheck(G_B37_1);
XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF(G_B37_1, G_B37_0, _stringLiteral613EB0ECD176A195B2B35234AEF9B1462EAD3154, L_80, /*hidden argument*/NULL);
}
IL_018e:
{
bool L_81 = ___expand1;
if (!L_81)
{
goto IL_01c5;
}
}
{
StringBuilder_t * L_82 = ___internalSubsetBuilder2;
if (!L_82)
{
goto IL_01c0;
}
}
{
StringBuilder_t * L_83 = ___internalSubsetBuilder2;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_84 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_85 = L_84->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_86 = __this->get_address_of_ps_5();
int32_t L_87 = L_86->get_charPos_1();
int32_t L_88 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_89 = __this->get_address_of_ps_5();
int32_t L_90 = L_89->get_charPos_1();
NullCheck(L_83);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_83, L_85, L_87, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_88, (int32_t)L_90)), (int32_t)1)), /*hidden argument*/NULL);
}
IL_01c0:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_91 = V_2;
int32_t L_92 = V_1;
Il2CppChar L_93 = V_8;
NullCheck(L_91);
(L_91)->SetAt(static_cast<il2cpp_array_size_t>(L_92), (Il2CppChar)L_93);
}
IL_01c5:
{
int32_t* L_94 = ___charCount3;
*((int32_t*)L_94) = (int32_t)1;
int32_t L_95 = V_1;
return ((int32_t)il2cpp_codegen_add((int32_t)L_95, (int32_t)1));
}
IL_01cd:
{
int32_t L_96 = V_0;
XmlCharType_SplitSurrogateChar_mC0023C9007BD389EE8ACED719A80433280DCDA61(L_96, (Il2CppChar*)(&V_9), (Il2CppChar*)(&V_10), /*hidden argument*/NULL);
bool L_97 = __this->get_normalize_14();
if (!L_97)
{
goto IL_0220;
}
}
{
Il2CppChar L_98 = V_10;
bool L_99 = XmlCharType_IsHighSurrogate_m6E9E01B1A14D2CF127B6D39D333E506F90FFF98E(L_98, /*hidden argument*/NULL);
if (!L_99)
{
goto IL_01f1;
}
}
{
Il2CppChar L_100 = V_9;
bool L_101 = XmlCharType_IsLowSurrogate_m0CB63DE5C97F9C09E2E7C67A53BB8682D8FD07D8(L_100, /*hidden argument*/NULL);
if (L_101)
{
goto IL_0220;
}
}
IL_01f1:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_102 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_103 = L_102->get_chars_0();
int32_t L_104 = ___startPos0;
NullCheck(L_103);
int32_t L_105 = ((int32_t)il2cpp_codegen_add((int32_t)L_104, (int32_t)2));
uint16_t L_106 = (uint16_t)(L_103)->GetAt(static_cast<il2cpp_array_size_t>(L_105));
G_B47_0 = __this;
if ((((int32_t)L_106) == ((int32_t)((int32_t)120))))
{
G_B48_0 = __this;
goto IL_020a;
}
}
{
int32_t L_107 = ___startPos0;
G_B49_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)2));
G_B49_1 = G_B47_0;
goto IL_020d;
}
IL_020a:
{
int32_t L_108 = ___startPos0;
G_B49_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_108, (int32_t)3));
G_B49_1 = G_B48_0;
}
IL_020d:
{
Il2CppChar L_109 = V_10;
Il2CppChar L_110 = V_9;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_111 = XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747(L_109, L_110, /*hidden argument*/NULL);
NullCheck(G_B49_1);
XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF(G_B49_1, G_B49_0, _stringLiteral613EB0ECD176A195B2B35234AEF9B1462EAD3154, L_111, /*hidden argument*/NULL);
}
IL_0220:
{
bool L_112 = ___expand1;
if (!L_112)
{
goto IL_025e;
}
}
{
StringBuilder_t * L_113 = ___internalSubsetBuilder2;
if (!L_113)
{
goto IL_0252;
}
}
{
StringBuilder_t * L_114 = ___internalSubsetBuilder2;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_115 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_116 = L_115->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_117 = __this->get_address_of_ps_5();
int32_t L_118 = L_117->get_charPos_1();
int32_t L_119 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_120 = __this->get_address_of_ps_5();
int32_t L_121 = L_120->get_charPos_1();
NullCheck(L_114);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_114, L_116, L_118, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_119, (int32_t)L_121)), (int32_t)1)), /*hidden argument*/NULL);
}
IL_0252:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_122 = V_2;
int32_t L_123 = V_1;
Il2CppChar L_124 = V_10;
NullCheck(L_122);
(L_122)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_123, (int32_t)1))), (Il2CppChar)L_124);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_125 = V_2;
int32_t L_126 = V_1;
Il2CppChar L_127 = V_9;
NullCheck(L_125);
(L_125)->SetAt(static_cast<il2cpp_array_size_t>(L_126), (Il2CppChar)L_127);
}
IL_025e:
{
int32_t* L_128 = ___charCount3;
*((int32_t*)L_128) = (int32_t)2;
int32_t L_129 = V_1;
return ((int32_t)il2cpp_codegen_add((int32_t)L_129, (int32_t)1));
}
IL_0266:
{
int32_t L_130 = V_6;
return L_130;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::ParseNamedCharRef(System.Boolean,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNamedCharRef_mA60C230C51119BDCCD2528AEDDF0039DAF54968B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___expand0, StringBuilder_t * ___internalSubsetBuilder1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
IL_0000:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = L_0->get_charPos_1();
bool L_2 = ___expand0;
StringBuilder_t * L_3 = ___internalSubsetBuilder1;
int32_t L_4 = XmlTextReaderImpl_ParseNamedCharRefInline_m33CE0EC9F061205C3F4F830B513BC01F24BDCBD6(__this, L_1, L_2, L_3, /*hidden argument*/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 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0000;
}
}
{
return (-1);
}
IL_002b:
{
bool L_9 = ___expand0;
if (!L_9)
{
goto IL_003c;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_10 = __this->get_address_of_ps_5();
int32_t L_11 = V_0;
L_10->set_charPos_1(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)));
}
IL_003c:
{
int32_t L_12 = V_0;
return L_12;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::ParseNamedCharRefInline(System.Int32,System.Boolean,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseNamedCharRefInline_m33CE0EC9F061205C3F4F830B513BC01F24BDCBD6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___startPos0, bool ___expand1, StringBuilder_t * ___internalSubsetBuilder2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_1 = NULL;
Il2CppChar V_2 = 0x0;
Il2CppChar V_3 = 0x0;
{
int32_t L_0 = ___startPos0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1));
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_1 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1->get_chars_0();
V_1 = L_2;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = V_1;
int32_t L_4 = V_0;
NullCheck(L_3);
int32_t L_5 = L_4;
uint16_t L_6 = (uint16_t)(L_3)->GetAt(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((int32_t)L_12, (int32_t)1));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = V_1;
int32_t L_14 = V_0;
NullCheck(L_13);
int32_t L_15 = L_14;
uint16_t L_16 = (uint16_t)(L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)109)))))
{
goto IL_007e;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_17 = __this->get_address_of_ps_5();
int32_t L_18 = L_17->get_charsUsed_2();
int32_t L_19 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19))) < ((int32_t)3)))
{
goto IL_0172;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_20 = V_1;
int32_t L_21 = V_0;
NullCheck(L_20);
int32_t L_22 = ((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
uint16_t L_23 = (uint16_t)(L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)112)))))
{
goto IL_007c;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = V_1;
int32_t L_25 = V_0;
NullCheck(L_24);
int32_t L_26 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)2));
uint16_t L_27 = (uint16_t)(L_24)->GetAt(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((int32_t)L_28, (int32_t)3));
V_2 = ((int32_t)38);
goto IL_0175;
}
IL_007c:
{
return (-1);
}
IL_007e:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = V_1;
int32_t L_30 = V_0;
NullCheck(L_29);
int32_t L_31 = L_30;
uint16_t L_32 = (uint16_t)(L_29)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
if ((!(((uint32_t)L_32) == ((uint32_t)((int32_t)112)))))
{
goto IL_00c1;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_33 = __this->get_address_of_ps_5();
int32_t L_34 = L_33->get_charsUsed_2();
int32_t L_35 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)L_35))) < ((int32_t)4)))
{
goto IL_0172;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_36 = V_1;
int32_t L_37 = V_0;
NullCheck(L_36);
int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
uint16_t L_39 = (uint16_t)(L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)111)))))
{
goto IL_00bf;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_40 = V_1;
int32_t L_41 = V_0;
NullCheck(L_40);
int32_t L_42 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)2));
uint16_t L_43 = (uint16_t)(L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)115)))))
{
goto IL_00bf;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_44 = V_1;
int32_t L_45 = V_0;
NullCheck(L_44);
int32_t L_46 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)3));
uint16_t L_47 = (uint16_t)(L_44)->GetAt(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((int32_t)L_48, (int32_t)4));
V_2 = ((int32_t)39);
goto IL_0175;
}
IL_00bf:
{
return (-1);
}
IL_00c1:
{
int32_t L_49 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_50 = __this->get_address_of_ps_5();
int32_t L_51 = L_50->get_charsUsed_2();
if ((((int32_t)L_49) >= ((int32_t)L_51)))
{
goto IL_0172;
}
}
{
return (-1);
}
IL_00d4:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_52 = __this->get_address_of_ps_5();
int32_t L_53 = L_52->get_charsUsed_2();
int32_t L_54 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_53, (int32_t)L_54))) < ((int32_t)5)))
{
goto IL_0172;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_55 = V_1;
int32_t L_56 = V_0;
NullCheck(L_55);
int32_t L_57 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1));
uint16_t L_58 = (uint16_t)(L_55)->GetAt(static_cast<il2cpp_array_size_t>(L_57));
if ((!(((uint32_t)L_58) == ((uint32_t)((int32_t)117)))))
{
goto IL_0114;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_59 = V_1;
int32_t L_60 = V_0;
NullCheck(L_59);
int32_t L_61 = ((int32_t)il2cpp_codegen_add((int32_t)L_60, (int32_t)2));
uint16_t L_62 = (uint16_t)(L_59)->GetAt(static_cast<il2cpp_array_size_t>(L_61));
if ((!(((uint32_t)L_62) == ((uint32_t)((int32_t)111)))))
{
goto IL_0114;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_63 = V_1;
int32_t L_64 = V_0;
NullCheck(L_63);
int32_t L_65 = ((int32_t)il2cpp_codegen_add((int32_t)L_64, (int32_t)3));
uint16_t L_66 = (uint16_t)(L_63)->GetAt(static_cast<il2cpp_array_size_t>(L_65));
if ((!(((uint32_t)L_66) == ((uint32_t)((int32_t)116)))))
{
goto IL_0114;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_67 = V_1;
int32_t L_68 = V_0;
NullCheck(L_67);
int32_t L_69 = ((int32_t)il2cpp_codegen_add((int32_t)L_68, (int32_t)4));
uint16_t L_70 = (uint16_t)(L_67)->GetAt(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((int32_t)L_71, (int32_t)5));
V_2 = ((int32_t)34);
goto IL_0175;
}
IL_0114:
{
return (-1);
}
IL_0116:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_72 = __this->get_address_of_ps_5();
int32_t L_73 = L_72->get_charsUsed_2();
int32_t L_74 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)L_74))) < ((int32_t)3)))
{
goto IL_0172;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_75 = V_1;
int32_t L_76 = V_0;
NullCheck(L_75);
int32_t L_77 = ((int32_t)il2cpp_codegen_add((int32_t)L_76, (int32_t)1));
uint16_t L_78 = (uint16_t)(L_75)->GetAt(static_cast<il2cpp_array_size_t>(L_77));
if ((!(((uint32_t)L_78) == ((uint32_t)((int32_t)116)))))
{
goto IL_0141;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_79 = V_1;
int32_t L_80 = V_0;
NullCheck(L_79);
int32_t L_81 = ((int32_t)il2cpp_codegen_add((int32_t)L_80, (int32_t)2));
uint16_t L_82 = (uint16_t)(L_79)->GetAt(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((int32_t)L_83, (int32_t)3));
V_2 = ((int32_t)60);
goto IL_0175;
}
IL_0141:
{
return (-1);
}
IL_0143:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_84 = __this->get_address_of_ps_5();
int32_t L_85 = L_84->get_charsUsed_2();
int32_t L_86 = V_0;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_85, (int32_t)L_86))) < ((int32_t)3)))
{
goto IL_0172;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_87 = V_1;
int32_t L_88 = V_0;
NullCheck(L_87);
int32_t L_89 = ((int32_t)il2cpp_codegen_add((int32_t)L_88, (int32_t)1));
uint16_t L_90 = (uint16_t)(L_87)->GetAt(static_cast<il2cpp_array_size_t>(L_89));
if ((!(((uint32_t)L_90) == ((uint32_t)((int32_t)116)))))
{
goto IL_016e;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_91 = V_1;
int32_t L_92 = V_0;
NullCheck(L_91);
int32_t L_93 = ((int32_t)il2cpp_codegen_add((int32_t)L_92, (int32_t)2));
uint16_t L_94 = (uint16_t)(L_91)->GetAt(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((int32_t)L_95, (int32_t)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 = ___expand1;
if (!L_96)
{
goto IL_01b5;
}
}
{
StringBuilder_t * L_97 = ___internalSubsetBuilder2;
if (!L_97)
{
goto IL_01a5;
}
}
{
StringBuilder_t * L_98 = ___internalSubsetBuilder2;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_99 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_100 = L_99->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_101 = __this->get_address_of_ps_5();
int32_t L_102 = L_101->get_charPos_1();
int32_t L_103 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_104 = __this->get_address_of_ps_5();
int32_t L_105 = L_104->get_charPos_1();
NullCheck(L_98);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_98, L_100, L_102, ((int32_t)il2cpp_codegen_subtract((int32_t)L_103, (int32_t)L_105)), /*hidden argument*/NULL);
}
IL_01a5:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_106 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_107 = L_106->get_chars_0();
int32_t L_108 = V_0;
Il2CppChar L_109 = V_2;
NullCheck(L_107);
(L_107)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_subtract((int32_t)L_108, (int32_t)1))), (Il2CppChar)L_109);
}
IL_01b5:
{
int32_t L_110 = V_0;
return L_110;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::ParseName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseName_m830FA9D660EDFEC0BF3138DBC7B0988C89772744 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = XmlTextReaderImpl_ParseQName_mF05330014A3F1946BF3E1E30589CCE1314B08906(__this, (bool)0, 0, (int32_t*)(&V_0), /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::ParseQName(System.Boolean,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_ParseQName_mF05330014A3F1946BF3E1E30589CCE1314B08906 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, bool ___isQName0, int32_t ___startOffset1, int32_t* ___colonPos2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseQName_mF05330014A3F1946BF3E1E30589CCE1314B08906_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* 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_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = L_0->get_charPos_1();
int32_t L_2 = ___startOffset1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_2));
}
IL_0010:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = L_3->get_chars_0();
V_2 = L_4;
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_5 = __this->get_address_of_xmlCharType_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = L_5->get_charProperties_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = V_2;
int32_t L_8 = V_1;
NullCheck(L_7);
int32_t L_9 = L_8;
uint16_t L_10 = (uint16_t)(L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
NullCheck(L_6);
uint16_t L_11 = L_10;
uint8_t L_12 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
if (!((int32_t)((int32_t)L_12&(int32_t)4)))
{
goto IL_0035;
}
}
{
int32_t L_13 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
goto IL_008d;
}
IL_0035:
{
int32_t L_14 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_15 = __this->get_address_of_ps_5();
int32_t L_16 = L_15->get_charsUsed_2();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1))) < ((int32_t)L_16)))
{
goto IL_0060;
}
}
{
bool L_17 = XmlTextReaderImpl_ReadDataInName_mAD70C950D4D312A6798AB63A6A1513D22E66172C(__this, (int32_t*)(&V_1), /*hidden argument*/NULL);
if (L_17)
{
goto IL_0010;
}
}
{
int32_t L_18 = V_1;
XmlTextReaderImpl_Throw_m43E6BF2167449C3C40B530DDD964A0F757DEAE2B(__this, L_18, _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C, _stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA, /*hidden argument*/NULL);
}
IL_0060:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_19 = V_2;
int32_t L_20 = V_1;
NullCheck(L_19);
int32_t L_21 = L_20;
uint16_t L_22 = (uint16_t)(L_19)->GetAt(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->get_supportNamespaces_15();
if (!L_23)
{
goto IL_008d;
}
}
IL_006f:
{
int32_t L_24 = V_1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = V_2;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_26 = __this->get_address_of_ps_5();
int32_t L_27 = L_26->get_charsUsed_2();
int32_t L_28 = V_1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = XmlException_BuildCharExceptionArgs_m3684F6183308FDB28E5127BCC94AB585EF53004C(L_25, L_27, L_28, /*hidden argument*/NULL);
XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF(__this, L_24, _stringLiteralE7DE155D3B6D6766C85C00AA4B83C9B9EC1C5334, L_29, /*hidden argument*/NULL);
}
IL_008d:
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_30 = __this->get_address_of_xmlCharType_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = L_30->get_charProperties_2();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_32 = V_2;
int32_t L_33 = V_1;
NullCheck(L_32);
int32_t L_34 = L_33;
uint16_t L_35 = (uint16_t)(L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
NullCheck(L_31);
uint16_t L_36 = L_35;
uint8_t L_37 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_36));
if (!((int32_t)((int32_t)L_37&(int32_t)8)))
{
goto IL_00a6;
}
}
{
int32_t L_38 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1));
goto IL_008d;
}
IL_00a6:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_39 = V_2;
int32_t L_40 = V_1;
NullCheck(L_39);
int32_t L_41 = L_40;
uint16_t L_42 = (uint16_t)(L_39)->GetAt(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->get_supportNamespaces_15();
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 = ___isQName0;
if (L_45)
{
goto IL_00d0;
}
}
IL_00bc:
{
int32_t L_46 = V_1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_47 = XmlException_BuildCharExceptionArgs_m953F86785A8B50FD6740340D83384014A15BC747(((int32_t)58), 0, /*hidden argument*/NULL);
XmlTextReaderImpl_Throw_mC0D009A1ACBD80404660AC50F28AA00E48E341FF(__this, L_46, _stringLiteral67974FB541F561915960A52B89CB2CDE98EECD4D, L_47, /*hidden argument*/NULL);
}
IL_00d0:
{
int32_t L_48 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_49 = __this->get_address_of_ps_5();
int32_t L_50 = L_49->get_charPos_1();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)L_50));
int32_t L_51 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
goto IL_0010;
}
IL_00e7:
{
int32_t L_52 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_53 = __this->get_address_of_ps_5();
int32_t L_54 = L_53->get_charPos_1();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_52, (int32_t)L_54));
int32_t L_55 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
goto IL_008d;
}
IL_00fb:
{
int32_t L_56 = V_1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_57 = __this->get_address_of_ps_5();
int32_t L_58 = L_57->get_charsUsed_2();
if ((!(((uint32_t)L_56) == ((uint32_t)L_58))))
{
goto IL_0135;
}
}
{
bool L_59 = XmlTextReaderImpl_ReadDataInName_mAD70C950D4D312A6798AB63A6A1513D22E66172C(__this, (int32_t*)(&V_1), /*hidden argument*/NULL);
if (!L_59)
{
goto IL_0124;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_60 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_61 = L_60->get_chars_0();
V_2 = L_61;
goto IL_008d;
}
IL_0124:
{
int32_t L_62 = V_1;
XmlTextReaderImpl_Throw_m43E6BF2167449C3C40B530DDD964A0F757DEAE2B(__this, L_62, _stringLiteralC7BD923E1866C509D9A5E8224932D23785F82A2C, _stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA, /*hidden argument*/NULL);
}
IL_0135:
{
int32_t* L_63 = ___colonPos2;
int32_t L_64 = V_0;
G_B23_0 = L_63;
if ((((int32_t)L_64) == ((int32_t)(-1))))
{
G_B24_0 = L_63;
goto IL_0149;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_65 = __this->get_address_of_ps_5();
int32_t L_66 = L_65->get_charPos_1();
int32_t L_67 = V_0;
G_B25_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_66, (int32_t)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;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::ReadDataInName(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ReadDataInName_mAD70C950D4D312A6798AB63A6A1513D22E66172C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t* ___pos0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t* L_0 = ___pos0;
int32_t L_1 = *((int32_t*)L_0);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
int32_t L_3 = L_2->get_charPos_1();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3));
int32_t L_4 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL);
int32_t* L_5 = ___pos0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_6 = __this->get_address_of_ps_5();
int32_t L_7 = L_6->get_charPos_1();
int32_t L_8 = V_0;
*((int32_t*)L_5) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8));
return (bool)((!(((uint32_t)L_4) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Xml.XmlTextReaderImpl_NodeData System.Xml.XmlTextReaderImpl::AddNode(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * XmlTextReaderImpl_AddNode_m4438E1D4D489BE568E65864962144A45C2119409 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___nodeIndex0, int32_t ___nodeDepth1, const RuntimeMethod* method)
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_0 = NULL;
{
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_0 = __this->get_nodes_8();
int32_t L_1 = ___nodeIndex0;
NullCheck(L_0);
int32_t L_2 = L_1;
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
V_0 = L_3;
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = V_0;
if (!L_4)
{
goto IL_0015;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_5 = V_0;
int32_t L_6 = ___nodeDepth1;
NullCheck(L_5);
L_5->set_depth_12(L_6);
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_7 = V_0;
return L_7;
}
IL_0015:
{
int32_t L_8 = ___nodeIndex0;
int32_t L_9 = ___nodeDepth1;
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_10 = XmlTextReaderImpl_AllocNode_m7765E26CBC9570671D1A15809AAD9BD0368734BA(__this, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.Xml.XmlTextReaderImpl_NodeData System.Xml.XmlTextReaderImpl::AllocNode(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * XmlTextReaderImpl_AllocNode_m7765E26CBC9570671D1A15809AAD9BD0368734BA (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___nodeIndex0, int32_t ___nodeDepth1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_AllocNode_m7765E26CBC9570671D1A15809AAD9BD0368734BA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_0 = NULL;
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* V_1 = NULL;
{
int32_t L_0 = ___nodeIndex0;
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_1 = __this->get_nodes_8();
NullCheck(L_1);
if ((((int32_t)L_0) < ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_1)->max_length)))), (int32_t)1)))))
{
goto IL_003a;
}
}
{
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_2 = __this->get_nodes_8();
NullCheck(L_2);
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_3 = (NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE*)(NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE*)SZArrayNew(NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))), (int32_t)2)));
V_1 = L_3;
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_4 = __this->get_nodes_8();
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_5 = V_1;
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_6 = __this->get_nodes_8();
NullCheck(L_6);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_4, 0, (RuntimeArray *)(RuntimeArray *)L_5, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))), /*hidden argument*/NULL);
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_7 = V_1;
__this->set_nodes_8(L_7);
}
IL_003a:
{
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_8 = __this->get_nodes_8();
int32_t L_9 = ___nodeIndex0;
NullCheck(L_8);
int32_t L_10 = L_9;
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_0 = L_11;
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_12 = V_0;
if (L_12)
{
goto IL_0055;
}
}
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_13 = (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)il2cpp_codegen_object_new(NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF_il2cpp_TypeInfo_var);
NodeData__ctor_m076D3A9B7188D2C830DDD3708764440856711ED7(L_13, /*hidden argument*/NULL);
V_0 = L_13;
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_14 = __this->get_nodes_8();
int32_t L_15 = ___nodeIndex0;
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_16 = V_0;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_16);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(L_15), (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)L_16);
}
IL_0055:
{
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_17 = V_0;
int32_t L_18 = ___nodeDepth1;
NullCheck(L_17);
L_17->set_depth_12(L_18);
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_19 = V_0;
return L_19;
}
}
// System.Xml.XmlTextReaderImpl_NodeData System.Xml.XmlTextReaderImpl::AddAttributeNoChecks(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * XmlTextReaderImpl_AddAttributeNoChecks_m26E8EED542810CE894809E4FA188AFFF9D98222F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, int32_t ___attrDepth1, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_index_10();
int32_t L_1 = __this->get_attrCount_11();
int32_t L_2 = ___attrDepth1;
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_3 = XmlTextReaderImpl_AddNode_m4438E1D4D489BE568E65864962144A45C2119409(__this, ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_1)), (int32_t)1)), L_2, /*hidden argument*/NULL);
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = L_3;
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_5 = __this->get_nameTable_12();
String_t* L_6 = ___name0;
NullCheck(L_5);
String_t* L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_5, L_6);
NullCheck(L_4);
NodeData_SetNamedNode_m5BE05A811DCE5E36A09613E92B6EB7C69F291949(L_4, 2, L_7, /*hidden argument*/NULL);
int32_t L_8 = __this->get_attrCount_11();
__this->set_attrCount_11(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)));
return L_4;
}
}
// System.Void System.Xml.XmlTextReaderImpl::OnNewLine(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_OnNewLine_m00636EE4EF853817D66A5F32AF76E15AD33ECA47 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, const RuntimeMethod* method)
{
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t* L_1 = L_0->get_address_of_lineNo_11();
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((int32_t)L_3, (int32_t)1));
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5();
int32_t L_5 = ___pos0;
L_4->set_lineStartPos_12(((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)1)));
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::PushExternalEntityOrSubset(System.String,System.String,System.Uri,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___publicId0, String_t* ___systemId1, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri2, String_t* ___entityName3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
Exception_t * V_1 = NULL;
String_t* V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 6);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B13_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B12_0 = NULL;
String_t* G_B14_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B14_1 = NULL;
int32_t G_B18_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B18_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B18_2 = NULL;
String_t* G_B18_3 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B18_4 = NULL;
int32_t G_B17_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B17_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B17_2 = NULL;
String_t* G_B17_3 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B17_4 = NULL;
String_t* G_B19_0 = NULL;
int32_t G_B19_1 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B19_2 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B19_3 = NULL;
String_t* G_B19_4 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B19_5 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B22_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B21_0 = NULL;
String_t* G_B23_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B23_1 = NULL;
{
String_t* L_0 = ___publicId0;
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0029;
}
}
IL_0008:
try
{ // begin try (depth: 1)
{
XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_2 = __this->get_xmlResolver_13();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___baseUri2;
String_t* L_4 = ___publicId0;
NullCheck(L_2);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = VirtFuncInvoker2< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_2, L_3, L_4);
V_0 = L_5;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = V_0;
bool L_7 = XmlTextReaderImpl_OpenAndPush_mB6F19ADB90192516A1B2A71052BFBE902779DFC3(__this, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0024;
}
}
IL_001f:
{
goto IL_00d2;
}
IL_0024:
{
goto IL_0029;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0026;
throw e;
}
CATCH_0026:
{ // begin catch(System.Exception)
goto IL_0029;
} // end catch (depth: 1)
IL_0029:
{
XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_8 = __this->get_xmlResolver_13();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = ___baseUri2;
String_t* L_10 = ___systemId1;
NullCheck(L_8);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_11 = VirtFuncInvoker2< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_8, L_9, L_10);
V_0 = L_11;
}
IL_0037:
try
{ // begin try (depth: 1)
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_12 = V_0;
bool L_13 = XmlTextReaderImpl_OpenAndPush_mB6F19ADB90192516A1B2A71052BFBE902779DFC3(__this, L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0045;
}
}
IL_0040:
{
goto IL_00d2;
}
IL_0045:
{
goto IL_008c;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0047;
throw e;
}
CATCH_0047:
{ // begin catch(System.Exception)
{
V_1 = ((Exception_t *)__exception_local);
bool L_14 = __this->get_v1Compat_22();
if (!L_14)
{
goto IL_0052;
}
}
IL_0050:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129_RuntimeMethod_var);
}
IL_0052:
{
Exception_t * L_15 = V_1;
NullCheck(L_15);
String_t* L_16 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_15);
V_2 = L_16;
String_t* L_17 = ___entityName3;
G_B12_0 = __this;
if (!L_17)
{
G_B13_0 = __this;
goto IL_0065;
}
}
IL_005e:
{
G_B14_0 = _stringLiteral9BB26199673D08FAD2D3C9A802D5A4246DCC6959;
G_B14_1 = G_B12_0;
goto IL_006a;
}
IL_0065:
{
G_B14_0 = _stringLiteral93356CDE85A498B294B365D5386BC8718EDE944C;
G_B14_1 = G_B13_0;
}
IL_006a:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = L_18;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_20 = V_0;
NullCheck(L_20);
String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_20);
NullCheck(L_19);
ArrayElementTypeCheck (L_19, L_21);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_21);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = L_19;
String_t* L_23 = V_2;
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_23);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_23);
Exception_t * L_24 = V_1;
XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * L_25 = (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D *)il2cpp_codegen_object_new(XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D_il2cpp_TypeInfo_var);
XmlException__ctor_m8F635567AAAD3211281305E6B5FD71D2CE56A36B(L_25, G_B14_0, L_22, L_24, 0, 0, /*hidden argument*/NULL);
NullCheck(G_B14_1);
XmlTextReaderImpl_Throw_m065E894DE654F2270C470BB4AA920E86FAA31E46(G_B14_1, L_25, /*hidden argument*/NULL);
goto IL_008c;
}
} // end catch (depth: 1)
IL_008c:
{
String_t* L_26 = ___entityName3;
if (L_26)
{
goto IL_00b5;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = L_27;
String_t* L_29 = ___publicId0;
G_B17_0 = 0;
G_B17_1 = L_28;
G_B17_2 = L_28;
G_B17_3 = _stringLiteral770724E3D115CDB87EBBD9F08829AFF30689EE7A;
G_B17_4 = __this;
if (L_29)
{
G_B18_0 = 0;
G_B18_1 = L_28;
G_B18_2 = L_28;
G_B18_3 = _stringLiteral770724E3D115CDB87EBBD9F08829AFF30689EE7A;
G_B18_4 = __this;
goto IL_00a8;
}
}
{
String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B19_0 = L_30;
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_31 = ___publicId0;
G_B19_0 = L_31;
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:
{
NullCheck(G_B19_2);
ArrayElementTypeCheck (G_B19_2, G_B19_0);
(G_B19_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B19_1), (String_t*)G_B19_0);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_32 = G_B19_3;
String_t* L_33 = ___systemId1;
NullCheck(L_32);
ArrayElementTypeCheck (L_32, L_33);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_33);
NullCheck(G_B19_5);
XmlTextReaderImpl_ThrowWithoutLineInfo_mBC58C406DEAAC470A6E72B94970CD83DE763477B(G_B19_5, G_B19_4, L_32, (Exception_t *)NULL, /*hidden argument*/NULL);
return;
}
IL_00b5:
{
int32_t L_34 = __this->get_dtdProcessing_16();
G_B21_0 = __this;
if ((((int32_t)L_34) == ((int32_t)1)))
{
G_B22_0 = __this;
goto IL_00c6;
}
}
{
G_B23_0 = _stringLiteral37CF73DA2931BC4788A24804D80A5CCA283374FA;
G_B23_1 = G_B21_0;
goto IL_00cb;
}
IL_00c6:
{
G_B23_0 = _stringLiteralB0E7DC794ECABBC437910AD666550333823EECE1;
G_B23_1 = G_B22_0;
}
IL_00cb:
{
String_t* L_35 = ___entityName3;
NullCheck(G_B23_1);
XmlTextReaderImpl_Throw_m7C87542E25C6C890FEDDE6E48A2B7DB4BC7E2A26(G_B23_1, G_B23_0, L_35, /*hidden argument*/NULL);
}
IL_00d2:
{
return;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::OpenAndPush(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_OpenAndPush_mB6F19ADB90192516A1B2A71052BFBE902779DFC3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_OpenAndPush_mB6F19ADB90192516A1B2A71052BFBE902779DFC3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * V_0 = NULL;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_1 = NULL;
{
XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_0 = __this->get_xmlResolver_13();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = ___uri0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_4 = VirtFuncInvoker2< bool, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, Type_t * >::Invoke(6 /* System.Boolean System.Xml.XmlResolver::SupportsType(System.Uri,System.Type) */, L_0, L_1, L_3);
if (!L_4)
{
goto IL_0050;
}
}
{
XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_5 = __this->get_xmlResolver_13();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = ___uri0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
NullCheck(L_5);
RuntimeObject * L_9 = VirtFuncInvoker3< RuntimeObject *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t*, Type_t * >::Invoke(4 /* System.Object System.Xml.XmlResolver::GetEntity(System.Uri,System.String,System.Type) */, L_5, L_6, (String_t*)NULL, L_8);
V_0 = ((TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A *)CastclassClass((RuntimeObject*)L_9, TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_il2cpp_TypeInfo_var));
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_10 = V_0;
if (L_10)
{
goto IL_003a;
}
}
{
return (bool)0;
}
IL_003a:
{
XmlTextReaderImpl_PushParsingState_mEF279030AE77B8783437C7EB64786DCC75A2934F(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_11 = ___uri0;
NullCheck(L_11);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = ___uri0;
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_14 = V_0;
XmlTextReaderImpl_InitTextReaderInput_mF63E448E4F8C8197BF116734C79C572242A0D0FA(__this, L_12, L_13, L_14, /*hidden argument*/NULL);
goto IL_0081;
}
IL_0050:
{
XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_15 = __this->get_xmlResolver_13();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_16 = ___uri0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_17 = { reinterpret_cast<intptr_t> (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_18 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_17, /*hidden argument*/NULL);
NullCheck(L_15);
RuntimeObject * L_19 = VirtFuncInvoker3< RuntimeObject *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t*, Type_t * >::Invoke(4 /* System.Object System.Xml.XmlResolver::GetEntity(System.Uri,System.String,System.Type) */, L_15, L_16, (String_t*)NULL, L_18);
V_1 = ((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)CastclassClass((RuntimeObject*)L_19, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var));
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_20 = V_1;
if (L_20)
{
goto IL_0072;
}
}
{
return (bool)0;
}
IL_0072:
{
XmlTextReaderImpl_PushParsingState_mEF279030AE77B8783437C7EB64786DCC75A2934F(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_21 = ___uri0;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_22 = V_1;
XmlTextReaderImpl_InitStreamInput_mE0FFF96C9A71C105E8C9B7D9B6E2F892CFF29C56(__this, L_21, L_22, (Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL, /*hidden argument*/NULL);
}
IL_0081:
{
return (bool)1;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::PushExternalEntity(System.Xml.IDtdEntityInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_PushExternalEntity_mDC9817BDA60C43B0179036943130EB21C922E0E3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject* ___entity0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_PushExternalEntity_mDC9817BDA60C43B0179036943130EB21C922E0E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
int32_t V_1 = 0;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_2 = NULL;
{
bool L_0 = XmlTextReaderImpl_get_IsResolverNull_mBF34585AFFD21EE158B9A90121F6A8E174615E11(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_007d;
}
}
{
V_0 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL;
RuntimeObject* L_1 = ___entity0;
NullCheck(L_1);
String_t* L_2 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.IDtdEntityInfo::get_BaseUriString() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_1);
bool L_3 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_002a;
}
}
{
XmlResolver_t93269F14B2F8750D040AED2FB7A303CE85016280 * L_4 = __this->get_xmlResolver_13();
RuntimeObject* L_5 = ___entity0;
NullCheck(L_5);
String_t* L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.IDtdEntityInfo::get_BaseUriString() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_5);
NullCheck(L_4);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = VirtFuncInvoker2< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_4, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, L_6);
V_0 = L_7;
}
IL_002a:
{
RuntimeObject* L_8 = ___entity0;
NullCheck(L_8);
String_t* L_9 = InterfaceFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.IDtdEntityInfo::get_PublicId() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_8);
RuntimeObject* L_10 = ___entity0;
NullCheck(L_10);
String_t* L_11 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.IDtdEntityInfo::get_SystemId() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_10);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_12 = V_0;
RuntimeObject* L_13 = ___entity0;
NullCheck(L_13);
String_t* L_14 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdEntityInfo::get_Name() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_13);
XmlTextReaderImpl_PushExternalEntityOrSubset_mDF1BA98D7E12D4CE7B8738EC13BFF1B984179129(__this, L_9, L_11, L_12, L_14, /*hidden argument*/NULL);
RuntimeObject* L_15 = ___entity0;
XmlTextReaderImpl_RegisterEntity_mB5797C2D1C61F0AA3AD5B470AA8F416D3471F1C1(__this, L_15, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5();
int32_t L_17 = L_16->get_charPos_1();
V_1 = L_17;
bool L_18 = __this->get_v1Compat_22();
if (!L_18)
{
goto IL_0066;
}
}
{
XmlTextReaderImpl_EatWhitespaces_m152031D10FCBA25024D968FDFFA6DEDB75F30382(__this, (StringBuilder_t *)NULL, /*hidden argument*/NULL);
}
IL_0066:
{
bool L_19 = XmlTextReaderImpl_ParseXmlDeclaration_mA0079700145DA32BBF5D5A78944B50D55ECAA293(__this, (bool)1, /*hidden argument*/NULL);
if (L_19)
{
goto IL_007b;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_20 = __this->get_address_of_ps_5();
int32_t L_21 = V_1;
L_20->set_charPos_1(L_21);
}
IL_007b:
{
return (bool)1;
}
IL_007d:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_23 = L_22->get_encoding_3();
V_2 = L_23;
XmlTextReaderImpl_PushParsingState_mEF279030AE77B8783437C7EB64786DCC75A2934F(__this, /*hidden argument*/NULL);
RuntimeObject* L_24 = ___entity0;
NullCheck(L_24);
String_t* L_25 = InterfaceFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.IDtdEntityInfo::get_SystemId() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_24);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_26 = V_2;
String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
XmlTextReaderImpl_InitStringInput_mB77C1E6F583C4F05D0E65C4BFA25F7E778124065(__this, L_25, L_26, L_27, /*hidden argument*/NULL);
RuntimeObject* L_28 = ___entity0;
XmlTextReaderImpl_RegisterEntity_mB5797C2D1C61F0AA3AD5B470AA8F416D3471F1C1(__this, L_28, /*hidden argument*/NULL);
XmlTextReaderImpl_RegisterConsumedCharacters_m32959109CEA84C50F71D30393483D1ED55B34942(__this, (((int64_t)((int64_t)0))), (bool)1, /*hidden argument*/NULL);
return (bool)0;
}
}
// System.Void System.Xml.XmlTextReaderImpl::PushInternalEntity(System.Xml.IDtdEntityInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushInternalEntity_m485F0DC41C36F8DA9157B67431CF16B49C1F06F5 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject* ___entity0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_PushInternalEntity_m485F0DC41C36F8DA9157B67431CF16B49C1F06F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * V_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B2_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B1_0 = NULL;
String_t* G_B3_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B3_1 = NULL;
String_t* G_B5_0 = NULL;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * G_B5_1 = NULL;
String_t* G_B5_2 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B5_3 = NULL;
String_t* G_B4_0 = NULL;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * G_B4_1 = NULL;
String_t* G_B4_2 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B4_3 = NULL;
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = L_0->get_encoding_3();
V_0 = L_1;
XmlTextReaderImpl_PushParsingState_mEF279030AE77B8783437C7EB64786DCC75A2934F(__this, /*hidden argument*/NULL);
RuntimeObject* L_2 = ___entity0;
NullCheck(L_2);
String_t* L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.IDtdEntityInfo::get_DeclaredUriString() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_2);
G_B1_0 = __this;
if (L_3)
{
G_B2_0 = __this;
goto IL_0022;
}
}
{
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B3_0 = L_4;
G_B3_1 = G_B1_0;
goto IL_0028;
}
IL_0022:
{
RuntimeObject* L_5 = ___entity0;
NullCheck(L_5);
String_t* L_6 = InterfaceFuncInvoker0< String_t* >::Invoke(6 /* System.String System.Xml.IDtdEntityInfo::get_DeclaredUriString() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_5);
G_B3_0 = L_6;
G_B3_1 = G_B2_0;
}
IL_0028:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_7 = V_0;
RuntimeObject* L_8 = ___entity0;
NullCheck(L_8);
String_t* L_9 = InterfaceFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.IDtdEntityInfo::get_Text() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_8);
String_t* L_10 = L_9;
G_B4_0 = L_10;
G_B4_1 = L_7;
G_B4_2 = G_B3_0;
G_B4_3 = G_B3_1;
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;
}
}
{
String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
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:
{
NullCheck(G_B5_3);
XmlTextReaderImpl_InitStringInput_mB77C1E6F583C4F05D0E65C4BFA25F7E778124065(G_B5_3, G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL);
RuntimeObject* L_12 = ___entity0;
XmlTextReaderImpl_RegisterEntity_mB5797C2D1C61F0AA3AD5B470AA8F416D3471F1C1(__this, L_12, /*hidden argument*/NULL);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_13 = __this->get_address_of_ps_5();
RuntimeObject* L_14 = ___entity0;
NullCheck(L_14);
int32_t L_15 = InterfaceFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Xml.IDtdEntityInfo::get_LineNumber() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_14);
L_13->set_lineNo_11(L_15);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5();
RuntimeObject* L_17 = ___entity0;
NullCheck(L_17);
int32_t L_18 = InterfaceFuncInvoker0< int32_t >::Invoke(11 /* System.Int32 System.Xml.IDtdEntityInfo::get_LinePosition() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_17);
L_16->set_lineStartPos_12(((int32_t)il2cpp_codegen_subtract((int32_t)((-L_18)), (int32_t)1)));
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_19 = __this->get_address_of_ps_5();
L_19->set_eolNormalized_19((bool)1);
RuntimeObject* L_20 = ___entity0;
NullCheck(L_20);
String_t* L_21 = InterfaceFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.IDtdEntityInfo::get_Text() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_20);
NullCheck(L_21);
int32_t L_22 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_21, /*hidden argument*/NULL);
XmlTextReaderImpl_RegisterConsumedCharacters_m32959109CEA84C50F71D30393483D1ED55B34942(__this, (((int64_t)((int64_t)L_22))), (bool)1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::PopEntity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopEntity_mC4A08CC994DEB7E01EBF7B66942477A8394238F4 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = L_0->get_stream_5();
if (!L_1)
{
goto IL_001d;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = L_2->get_stream_5();
NullCheck(L_3);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_3);
}
IL_001d:
{
XmlTextReaderImpl_UnregisterEntity_m8B7976890BD6A4AF56C04EF11A4F28E27950104B(__this, /*hidden argument*/NULL);
XmlTextReaderImpl_PopParsingState_mF0999E83CBAB53DC0520017423CE9ACEC81EF2AD(__this, /*hidden argument*/NULL);
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_4 = __this->get_curNode_9();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5();
int32_t L_6 = L_5->get_entityId_18();
NullCheck(L_4);
L_4->set_entityId_13(L_6);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::RegisterEntity(System.Xml.IDtdEntityInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_RegisterEntity_mB5797C2D1C61F0AA3AD5B470AA8F416D3471F1C1 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, RuntimeObject* ___entity0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_RegisterEntity_mB5797C2D1C61F0AA3AD5B470AA8F416D3471F1C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B4_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B3_0 = NULL;
String_t* G_B5_0 = NULL;
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * G_B5_1 = NULL;
{
Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * L_0 = __this->get_currentEntities_45();
if (!L_0)
{
goto IL_0062;
}
}
{
Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * L_1 = __this->get_currentEntities_45();
RuntimeObject* L_2 = ___entity0;
NullCheck(L_1);
bool L_3 = Dictionary_2_ContainsKey_m5DED4FDB13B8597C824D201C846E523934300ACC(L_1, L_2, /*hidden argument*/Dictionary_2_ContainsKey_m5DED4FDB13B8597C824D201C846E523934300ACC_RuntimeMethod_var);
if (!L_3)
{
goto IL_0062;
}
}
{
RuntimeObject* L_4 = ___entity0;
NullCheck(L_4);
bool L_5 = InterfaceFuncInvoker0< bool >::Invoke(4 /* System.Boolean System.Xml.IDtdEntityInfo::get_IsParameterEntity() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_4);
G_B3_0 = __this;
if (L_5)
{
G_B4_0 = __this;
goto IL_0026;
}
}
{
G_B5_0 = _stringLiteral7012C7F212D6A221EBA3438B8F4A68E39E206037;
G_B5_1 = G_B3_0;
goto IL_002b;
}
IL_0026:
{
G_B5_0 = _stringLiteralA3A1DB61F0E89CE4D72C2B8FF6A75153E4953D1B;
G_B5_1 = G_B4_0;
}
IL_002b:
{
RuntimeObject* L_6 = ___entity0;
NullCheck(L_6);
String_t* L_7 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* System.String System.Xml.IDtdEntityInfo::get_Name() */, IDtdEntityInfo_t4477A2221D64D9E3DB7F89E82E963BB4858A38D2_il2cpp_TypeInfo_var, L_6);
ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_8 = __this->get_parsingStatesStack_24();
int32_t L_9 = __this->get_parsingStatesStackTop_25();
NullCheck(L_8);
int32_t L_10 = ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)((L_8)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_9))), /*hidden argument*/NULL);
ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_11 = __this->get_parsingStatesStack_24();
int32_t L_12 = __this->get_parsingStatesStackTop_25();
NullCheck(L_11);
int32_t L_13 = ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_12))), /*hidden argument*/NULL);
NullCheck(G_B5_1);
XmlTextReaderImpl_Throw_m50FD6E3767FFF285193EFAA3929A14DD5D0ED632(G_B5_1, G_B5_0, L_7, L_10, L_13, /*hidden argument*/NULL);
}
IL_0062:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_14 = __this->get_address_of_ps_5();
RuntimeObject* L_15 = ___entity0;
L_14->set_entity_17(L_15);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5();
int32_t L_17 = __this->get_nextEntityId_36();
V_0 = L_17;
int32_t L_18 = V_0;
__this->set_nextEntityId_36(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)));
int32_t L_19 = V_0;
L_16->set_entityId_18(L_19);
RuntimeObject* L_20 = ___entity0;
if (!L_20)
{
goto IL_00ad;
}
}
{
Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * L_21 = __this->get_currentEntities_45();
if (L_21)
{
goto IL_00a0;
}
}
{
Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * L_22 = (Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B *)il2cpp_codegen_object_new(Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B_il2cpp_TypeInfo_var);
Dictionary_2__ctor_m4942D6CDD55A3FEDC9EF910EB93E90B8399EC697(L_22, /*hidden argument*/Dictionary_2__ctor_m4942D6CDD55A3FEDC9EF910EB93E90B8399EC697_RuntimeMethod_var);
__this->set_currentEntities_45(L_22);
}
IL_00a0:
{
Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * L_23 = __this->get_currentEntities_45();
RuntimeObject* L_24 = ___entity0;
RuntimeObject* L_25 = ___entity0;
NullCheck(L_23);
Dictionary_2_Add_mEA5B3E335A4E6B62552C80F0E140F43CB7B9934E(L_23, L_24, L_25, /*hidden argument*/Dictionary_2_Add_mEA5B3E335A4E6B62552C80F0E140F43CB7B9934E_RuntimeMethod_var);
}
IL_00ad:
{
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::UnregisterEntity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_UnregisterEntity_m8B7976890BD6A4AF56C04EF11A4F28E27950104B (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_UnregisterEntity_m8B7976890BD6A4AF56C04EF11A4F28E27950104B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
RuntimeObject* L_1 = L_0->get_entity_17();
if (!L_1)
{
goto IL_0024;
}
}
{
Dictionary_2_tD00930653EC02E03C14ADE0FF8737B6193A5FE1B * L_2 = __this->get_currentEntities_45();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_3 = __this->get_address_of_ps_5();
RuntimeObject* L_4 = L_3->get_entity_17();
NullCheck(L_2);
Dictionary_2_Remove_m4E12AE6DBBF7F313F34357CFF672CC8AEB7D996C(L_2, L_4, /*hidden argument*/Dictionary_2_Remove_m4E12AE6DBBF7F313F34357CFF672CC8AEB7D996C_RuntimeMethod_var);
}
IL_0024:
{
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::PushParsingState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PushParsingState_mEF279030AE77B8783437C7EB64786DCC75A2934F (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_PushParsingState_mEF279030AE77B8783437C7EB64786DCC75A2934F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* V_0 = NULL;
{
ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_0 = __this->get_parsingStatesStack_24();
if (L_0)
{
goto IL_0016;
}
}
{
ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_1 = (ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739*)(ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739*)SZArrayNew(ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739_il2cpp_TypeInfo_var, (uint32_t)2);
__this->set_parsingStatesStack_24(L_1);
goto IL_0055;
}
IL_0016:
{
int32_t L_2 = __this->get_parsingStatesStackTop_25();
ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_3 = __this->get_parsingStatesStack_24();
NullCheck(L_3);
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1))) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_3)->max_length))))))))
{
goto IL_0055;
}
}
{
ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_4 = __this->get_parsingStatesStack_24();
NullCheck(L_4);
ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_5 = (ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739*)(ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739*)SZArrayNew(ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))), (int32_t)2)));
V_0 = L_5;
ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_6 = __this->get_parsingStatesStack_24();
ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_7 = V_0;
ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_8 = __this->get_parsingStatesStack_24();
NullCheck(L_8);
Array_Copy_mA10D079DD8D9700CA44721A219A934A2397653F6((RuntimeArray *)(RuntimeArray *)L_6, 0, (RuntimeArray *)(RuntimeArray *)L_7, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))), /*hidden argument*/NULL);
ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_9 = V_0;
__this->set_parsingStatesStack_24(L_9);
}
IL_0055:
{
int32_t L_10 = __this->get_parsingStatesStackTop_25();
__this->set_parsingStatesStackTop_25(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)));
ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_11 = __this->get_parsingStatesStack_24();
int32_t L_12 = __this->get_parsingStatesStackTop_25();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 L_13 = __this->get_ps_5();
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(L_12), (ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 )L_13);
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_14 = __this->get_address_of_ps_5();
ParsingState_Clear_mB03C277E58A91CB626BBE6EC5CF2D6E97ECE48E2((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_14, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::PopParsingState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_PopParsingState_mF0999E83CBAB53DC0520017423CE9ACEC81EF2AD (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
ParsingState_Close_mD17CB448C04F94BE7FA9AFC29B1443C88BCE67B4((ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *)L_0, (bool)1, /*hidden argument*/NULL);
ParsingStateU5BU5D_t7A5096046F9BF1BA70E9696B2A2479272FC65739* L_1 = __this->get_parsingStatesStack_24();
int32_t L_2 = __this->get_parsingStatesStackTop_25();
V_0 = L_2;
int32_t L_3 = V_0;
__this->set_parsingStatesStackTop_25(((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1)));
int32_t L_4 = V_0;
NullCheck(L_1);
int32_t L_5 = L_4;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 L_6 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
__this->set_ps_5(L_6);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_mF0CA66A439B74A04DC546507A1E18DB7D906716E (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___expectedToken1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___pos0;
String_t* L_1 = ___expectedToken1;
XmlTextReaderImpl_ThrowUnexpectedToken_m37224E0813ECD7ED1ACA318190681B6E1A6712A3(__this, L_0, L_1, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_mB29896CFA6F52040676272F79B5FD50A2FE32E4C (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___expectedToken10, const RuntimeMethod* method)
{
{
String_t* L_0 = ___expectedToken10;
XmlTextReaderImpl_ThrowUnexpectedToken_mA790CEB231E9C7D699F34AB8736B06C13DA0DE45(__this, L_0, (String_t*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.Int32,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_m37224E0813ECD7ED1ACA318190681B6E1A6712A3 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, String_t* ___expectedToken11, String_t* ___expectedToken22, const RuntimeMethod* method)
{
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = ___pos0;
L_0->set_charPos_1(L_1);
String_t* L_2 = ___expectedToken11;
String_t* L_3 = ___expectedToken22;
XmlTextReaderImpl_ThrowUnexpectedToken_mA790CEB231E9C7D699F34AB8736B06C13DA0DE45(__this, L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::ThrowUnexpectedToken(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ThrowUnexpectedToken_mA790CEB231E9C7D699F34AB8736B06C13DA0DE45 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___expectedToken10, String_t* ___expectedToken21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_ThrowUnexpectedToken_mA790CEB231E9C7D699F34AB8736B06C13DA0DE45_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
String_t* L_0 = XmlTextReaderImpl_ParseUnexpectedToken_mEDDADDAA67DDF1923D8ED9C727E8EC4D8CB3191A(__this, /*hidden argument*/NULL);
V_0 = L_0;
String_t* L_1 = V_0;
if (L_1)
{
goto IL_0015;
}
}
{
XmlTextReaderImpl_Throw_m5C7C64771A697138F79B5E659959211D0F9A607F(__this, _stringLiteral5C52928147E3CD8BCB11D52DAE3BB76C2A0662AF, /*hidden argument*/NULL);
}
IL_0015:
{
String_t* L_2 = ___expectedToken21;
if (!L_2)
{
goto IL_0036;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3;
String_t* L_5 = V_0;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_4;
String_t* L_7 = ___expectedToken10;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_7);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_7);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_6;
String_t* L_9 = ___expectedToken21;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_9);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_9);
XmlTextReaderImpl_Throw_m64B190C910D181D87AEE3CCB84678FDFE6F58C3A(__this, _stringLiteralE2576209F117653A8EA9C7C2C143AE82670F00B4, L_8, /*hidden argument*/NULL);
return;
}
IL_0036:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_10;
String_t* L_12 = V_0;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_12);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_12);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_11;
String_t* L_14 = ___expectedToken10;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_14);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_14);
XmlTextReaderImpl_Throw_m64B190C910D181D87AEE3CCB84678FDFE6F58C3A(__this, _stringLiteralB6C96239E3A8922ACCD6BBFA8E2357CC444F6457, L_13, /*hidden argument*/NULL);
return;
}
}
// System.String System.Xml.XmlTextReaderImpl::ParseUnexpectedToken()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlTextReaderImpl_ParseUnexpectedToken_mEDDADDAA67DDF1923D8ED9C727E8EC4D8CB3191A (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_0 = __this->get_address_of_ps_5();
int32_t L_1 = L_0->get_charPos_1();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
int32_t L_3 = L_2->get_charsUsed_2();
if ((!(((uint32_t)L_1) == ((uint32_t)L_3))))
{
goto IL_001a;
}
}
{
return (String_t*)NULL;
}
IL_001a:
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_4 = __this->get_address_of_xmlCharType_4();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_5 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = L_5->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_7 = __this->get_address_of_ps_5();
int32_t L_8 = L_7->get_charPos_1();
NullCheck(L_6);
int32_t L_9 = L_8;
uint16_t L_10 = (uint16_t)(L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
bool L_11 = XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_4, L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0095;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5();
int32_t L_13 = L_12->get_charPos_1();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
goto IL_0052;
}
IL_004e:
{
int32_t L_14 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_0052:
{
XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * L_15 = __this->get_address_of_xmlCharType_4();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_16 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = L_16->get_chars_0();
int32_t L_18 = V_0;
NullCheck(L_17);
int32_t L_19 = L_18;
uint16_t L_20 = (uint16_t)(L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
bool L_21 = XmlCharType_IsNCNameSingleChar_m7ADEF3C74A815CD29F0EE9EBE5B80900131B81E9((XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 *)L_15, L_20, /*hidden argument*/NULL);
if (L_21)
{
goto IL_004e;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_22 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_23 = L_22->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_24 = __this->get_address_of_ps_5();
int32_t L_25 = L_24->get_charPos_1();
int32_t L_26 = V_0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_27 = __this->get_address_of_ps_5();
int32_t L_28 = L_27->get_charPos_1();
String_t* L_29 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_23, L_25, ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_28)), /*hidden argument*/NULL);
return L_29;
}
IL_0095:
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_30 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_31 = L_30->get_chars_0();
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_32 = __this->get_address_of_ps_5();
int32_t L_33 = L_32->get_charPos_1();
String_t* L_34 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_31, L_33, 1, /*hidden argument*/NULL);
return L_34;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::GetIndexOfAttributeWithoutPrefix(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetIndexOfAttributeWithoutPrefix_m8895EC4371F45B28DD4A24B215BC194226013565 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = __this->get_nameTable_12();
String_t* L_1 = ___name0;
NullCheck(L_0);
String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(4 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_0, L_1);
___name0 = L_2;
String_t* L_3 = ___name0;
if (L_3)
{
goto IL_0013;
}
}
{
return (-1);
}
IL_0013:
{
int32_t L_4 = __this->get_index_10();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
goto IL_004d;
}
IL_001e:
{
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_5 = __this->get_nodes_8();
int32_t L_6 = V_0;
NullCheck(L_5);
int32_t L_7 = L_6;
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
NullCheck(L_8);
String_t* L_9 = L_8->get_localName_1();
String_t* L_10 = ___name0;
bool L_11 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_9, L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0049;
}
}
{
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_12 = __this->get_nodes_8();
int32_t L_13 = V_0;
NullCheck(L_12);
int32_t L_14 = L_13;
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
NullCheck(L_15);
String_t* L_16 = L_15->get_prefix_2();
NullCheck(L_16);
int32_t L_17 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_16, /*hidden argument*/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((int32_t)L_19, (int32_t)1));
}
IL_004d:
{
int32_t L_20 = V_0;
int32_t L_21 = __this->get_index_10();
int32_t L_22 = __this->get_attrCount_11();
if ((((int32_t)L_20) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22)), (int32_t)1)))))
{
goto IL_001e;
}
}
{
return (-1);
}
}
// System.Int32 System.Xml.XmlTextReaderImpl::GetIndexOfAttributeWithPrefix(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_GetIndexOfAttributeWithPrefix_m10F5488ED1536C495491D20F2D7D9DCB428B2641 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, String_t* ___name0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = __this->get_nameTable_12();
String_t* L_1 = ___name0;
NullCheck(L_0);
String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_0, L_1);
___name0 = L_2;
String_t* L_3 = ___name0;
if (L_3)
{
goto IL_0013;
}
}
{
return (-1);
}
IL_0013:
{
int32_t L_4 = __this->get_index_10();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
goto IL_003f;
}
IL_001e:
{
NodeDataU5BU5D_tD5EBFFECEF67B4D0D7D521A99182D3B2814E07BE* L_5 = __this->get_nodes_8();
int32_t L_6 = V_0;
NullCheck(L_5);
int32_t L_7 = L_6;
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_9 = __this->get_nameTable_12();
NullCheck(L_8);
String_t* L_10 = NodeData_GetNameWPrefix_m3093317F8D9A418033A0F245EB0E02EA4DA7EA3D(L_8, L_9, /*hidden argument*/NULL);
String_t* L_11 = ___name0;
bool L_12 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_10, L_11, /*hidden argument*/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((int32_t)L_14, (int32_t)1));
}
IL_003f:
{
int32_t L_15 = V_0;
int32_t L_16 = __this->get_index_10();
int32_t L_17 = __this->get_attrCount_11();
if ((((int32_t)L_15) < ((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), (int32_t)1)))))
{
goto IL_001e;
}
}
{
return (-1);
}
}
// System.Boolean System.Xml.XmlTextReaderImpl::ZeroEndingStream(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_ZeroEndingStream_mB528EBEDEADA0E2029A89C4530B60F61A176A511 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int32_t ___pos0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_v1Compat_22();
if (!L_0)
{
goto IL_004e;
}
}
{
int32_t L_1 = ___pos0;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_2 = __this->get_address_of_ps_5();
int32_t L_3 = L_2->get_charsUsed_2();
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_3, (int32_t)1))))))
{
goto IL_004e;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_4 = __this->get_address_of_ps_5();
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4->get_chars_0();
int32_t L_6 = ___pos0;
NullCheck(L_5);
int32_t L_7 = L_6;
uint16_t L_8 = (uint16_t)(L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
if (L_8)
{
goto IL_004e;
}
}
{
int32_t L_9 = XmlTextReaderImpl_ReadData_mC2D98C96C04EFC0D878BC814526CF272B1C1DD32(__this, /*hidden argument*/NULL);
if (L_9)
{
goto IL_004e;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_10 = __this->get_address_of_ps_5();
bool L_11 = L_10->get_isStreamEof_16();
if (!L_11)
{
goto IL_004e;
}
}
{
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * L_12 = __this->get_address_of_ps_5();
int32_t* L_13 = L_12->get_address_of_charsUsed_2();
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((int32_t)L_15, (int32_t)1));
return (bool)1;
}
IL_004e:
{
return (bool)0;
}
}
// System.Void System.Xml.XmlTextReaderImpl::ParseDtdFromParserContext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ParseDtdFromParserContext_m978AAD9B027B99E951CFEA9C366A28143A7861B6 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_ParseDtdFromParserContext_m978AAD9B027B99E951CFEA9C366A28143A7861B6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
RuntimeObject* L_0 = DtdParser_Create_m44F197F334B94BAEB330EBE0FC29C62A23876B8D(/*hidden argument*/NULL);
V_0 = L_0;
RuntimeObject* L_1 = V_0;
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_2 = __this->get_fragmentParserContext_29();
NullCheck(L_2);
String_t* L_3 = XmlParserContext_get_BaseURI_m9C156033BC0C206C80575E082B49D6037284ED08_inline(L_2, /*hidden argument*/NULL);
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_4 = __this->get_fragmentParserContext_29();
NullCheck(L_4);
String_t* L_5 = XmlParserContext_get_DocTypeName_m00EC6810BAE1E622B84FF2940BADEF8D81A65784_inline(L_4, /*hidden argument*/NULL);
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_6 = __this->get_fragmentParserContext_29();
NullCheck(L_6);
String_t* L_7 = XmlParserContext_get_PublicId_m3E494F29B78115BAF22FD8ECE7CC62A3ED30D954_inline(L_6, /*hidden argument*/NULL);
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_8 = __this->get_fragmentParserContext_29();
NullCheck(L_8);
String_t* L_9 = XmlParserContext_get_SystemId_mC663CF942B573334ECD1EF77D7AD8A9C83C68B10_inline(L_8, /*hidden argument*/NULL);
XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * L_10 = __this->get_fragmentParserContext_29();
NullCheck(L_10);
String_t* L_11 = XmlParserContext_get_InternalSubset_m5072F1D4B935FBBA7297F77CD8EFE48AA0FD5897_inline(L_10, /*hidden argument*/NULL);
DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * L_12 = (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 *)il2cpp_codegen_object_new(DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7_il2cpp_TypeInfo_var);
DtdParserProxy__ctor_m8612F3FEF4AC41D41795ED46B0A0E050C4D6DB33(L_12, __this, /*hidden argument*/NULL);
NullCheck(L_1);
RuntimeObject* L_13 = InterfaceFuncInvoker6< RuntimeObject*, String_t*, String_t*, String_t*, String_t*, String_t*, RuntimeObject* >::Invoke(0 /* System.Xml.IDtdInfo System.Xml.IDtdParser::ParseFreeFloatingDtd(System.String,System.String,System.String,System.String,System.String,System.Xml.IDtdParserAdapter) */, IDtdParser_tDF1725F2AE9A0DC33C47E3A26903387D3D2A8C43_il2cpp_TypeInfo_var, L_1, L_3, L_5, L_7, L_9, L_11, L_12);
__this->set_dtdInfo_28(L_13);
bool L_14 = __this->get_validatingReaderCompatFlag_32();
if (L_14)
{
goto IL_005f;
}
}
{
bool L_15 = __this->get_v1Compat_22();
if (L_15)
{
goto IL_0080;
}
}
IL_005f:
{
RuntimeObject* L_16 = __this->get_dtdInfo_28();
NullCheck(L_16);
bool L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Xml.IDtdInfo::get_HasDefaultAttributes() */, IDtdInfo_t5971A8C09914EDB816FE7A86A38288FDC4B6F80C_il2cpp_TypeInfo_var, L_16);
if (L_17)
{
goto IL_0079;
}
}
{
RuntimeObject* L_18 = __this->get_dtdInfo_28();
NullCheck(L_18);
bool L_19 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.IDtdInfo::get_HasNonCDataAttributes() */, IDtdInfo_t5971A8C09914EDB816FE7A86A38288FDC4B6F80C_il2cpp_TypeInfo_var, L_18);
if (!L_19)
{
goto IL_0080;
}
}
IL_0079:
{
__this->set_addDefaultAttributesAndNormalize_33((bool)1);
}
IL_0080:
{
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::RegisterConsumedCharacters(System.Int64,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_RegisterConsumedCharacters_m32959109CEA84C50F71D30393483D1ED55B34942 (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, int64_t ___characters0, bool ___inEntityReference1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (XmlTextReaderImpl_RegisterConsumedCharacters_m32959109CEA84C50F71D30393483D1ED55B34942_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
int64_t V_1 = 0;
{
int64_t L_0 = __this->get_maxCharactersInDocument_20();
if ((((int64_t)L_0) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0053;
}
}
{
int64_t L_1 = __this->get_charactersInDocument_43();
int64_t L_2 = ___characters0;
V_0 = ((int64_t)il2cpp_codegen_add((int64_t)L_1, (int64_t)L_2));
int64_t L_3 = V_0;
int64_t L_4 = __this->get_charactersInDocument_43();
if ((((int64_t)L_3) >= ((int64_t)L_4)))
{
goto IL_002e;
}
}
{
XmlTextReaderImpl_ThrowWithoutLineInfo_m37B68BD7C28AF5C55ECFFD06301CB8D5CFAE7757(__this, _stringLiteral29F0D813FC2D3471FD17EA2130C2B9A0492E3A2F, _stringLiteralA72312822DE401FB8CBB8E2FB01D6C7472D8D7B9, /*hidden argument*/NULL);
goto IL_0035;
}
IL_002e:
{
int64_t L_5 = V_0;
__this->set_charactersInDocument_43(L_5);
}
IL_0035:
{
int64_t L_6 = __this->get_charactersInDocument_43();
int64_t L_7 = __this->get_maxCharactersInDocument_20();
if ((((int64_t)L_6) <= ((int64_t)L_7)))
{
goto IL_0053;
}
}
{
XmlTextReaderImpl_ThrowWithoutLineInfo_m37B68BD7C28AF5C55ECFFD06301CB8D5CFAE7757(__this, _stringLiteral29F0D813FC2D3471FD17EA2130C2B9A0492E3A2F, _stringLiteralA72312822DE401FB8CBB8E2FB01D6C7472D8D7B9, /*hidden argument*/NULL);
}
IL_0053:
{
int64_t L_8 = __this->get_maxCharactersFromEntities_21();
bool L_9 = ___inEntityReference1;
if (!((int32_t)((int32_t)((((int64_t)L_8) > ((int64_t)(((int64_t)((int64_t)0)))))? 1 : 0)&(int32_t)L_9)))
{
goto IL_00aa;
}
}
{
int64_t L_10 = __this->get_charactersFromEntities_44();
int64_t L_11 = ___characters0;
V_1 = ((int64_t)il2cpp_codegen_add((int64_t)L_10, (int64_t)L_11));
int64_t L_12 = V_1;
int64_t L_13 = __this->get_charactersFromEntities_44();
if ((((int64_t)L_12) >= ((int64_t)L_13)))
{
goto IL_0085;
}
}
{
XmlTextReaderImpl_ThrowWithoutLineInfo_m37B68BD7C28AF5C55ECFFD06301CB8D5CFAE7757(__this, _stringLiteral29F0D813FC2D3471FD17EA2130C2B9A0492E3A2F, _stringLiteralC3C45F837A27029A7F394E872D9EDC1606AF0257, /*hidden argument*/NULL);
goto IL_008c;
}
IL_0085:
{
int64_t L_14 = V_1;
__this->set_charactersFromEntities_44(L_14);
}
IL_008c:
{
int64_t L_15 = __this->get_charactersFromEntities_44();
int64_t L_16 = __this->get_maxCharactersFromEntities_21();
if ((((int64_t)L_15) <= ((int64_t)L_16)))
{
goto IL_00aa;
}
}
{
XmlTextReaderImpl_ThrowWithoutLineInfo_m37B68BD7C28AF5C55ECFFD06301CB8D5CFAE7757(__this, _stringLiteral29F0D813FC2D3471FD17EA2130C2B9A0492E3A2F, _stringLiteralC3C45F837A27029A7F394E872D9EDC1606AF0257, /*hidden argument*/NULL);
}
IL_00aa:
{
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::BlockCopyChars(System.Char[],System.Int32,System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_BlockCopyChars_m78AB0E60F5F39E65E5DB3FA357DD2548BCA00494 (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___src0, int32_t ___srcOffset1, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method)
{
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___src0;
int32_t L_1 = ___srcOffset1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = ___dst2;
int32_t L_3 = ___dstOffset3;
int32_t L_4 = ___count4;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_0, ((int32_t)il2cpp_codegen_multiply((int32_t)L_1, (int32_t)2)), (RuntimeArray *)(RuntimeArray *)L_2, ((int32_t)il2cpp_codegen_multiply((int32_t)L_3, (int32_t)2)), ((int32_t)il2cpp_codegen_multiply((int32_t)L_4, (int32_t)2)), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl::BlockCopy(System.Byte[],System.Int32,System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_BlockCopy_m00DF372B9761F2F57EA61736BC4EF4C823C2EE99 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___src0, int32_t ___srcOffset1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___src0;
int32_t L_1 = ___srcOffset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___dst2;
int32_t L_3 = ___dstOffset3;
int32_t L_4 = ___count4;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_0, L_1, (RuntimeArray *)(RuntimeArray *)L_2, L_3, L_4, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlTextReaderImpl_DtdParserProxy::.ctor(System.Xml.XmlTextReaderImpl)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParserProxy__ctor_m8612F3FEF4AC41D41795ED46B0A0E050C4D6DB33 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * ___reader0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = ___reader0;
__this->set_reader_0(L_0);
return;
}
}
// System.Xml.XmlNameTable System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.get_NameTable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * DtdParserProxy_System_Xml_IDtdParserAdapter_get_NameTable_m61FA83EC45A4DDC893D391F1B57FD64A5B2419D1 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
NullCheck(L_0);
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_1 = XmlTextReaderImpl_get_DtdParserProxy_NameTable_mC74340532F97E8B584DBB1118A91BB326437040F_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.IXmlNamespaceResolver System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.get_NamespaceResolver()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DtdParserProxy_System_Xml_IDtdParserAdapter_get_NamespaceResolver_m2F7C2E426581A33B4191992A4C543B816CE5BDF5 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
NullCheck(L_0);
RuntimeObject* L_1 = XmlTextReaderImpl_get_DtdParserProxy_NamespaceResolver_mC3EB3FE6FCD70248450386A5EB990F2163A1CC3D_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Uri System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.get_BaseUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * DtdParserProxy_System_Xml_IDtdParserAdapter_get_BaseUri_m52A4B84B039022155AC622A2B086ACE9A759BAE5 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
NullCheck(L_0);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = XmlTextReaderImpl_get_DtdParserProxy_BaseUri_mF2E4A50579AF488866944F856C4AD8BE411DACF7(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.get_IsEof()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParserProxy_System_Xml_IDtdParserAdapter_get_IsEof_m5220768473C12E512E485B700A753AF84E1CC293 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
NullCheck(L_0);
bool L_1 = XmlTextReaderImpl_get_DtdParserProxy_IsEof_mF3D72303461DE771D8C45C2E3A1B69A6D0AC8F46(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Char[] System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.get_ParsingBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* DtdParserProxy_System_Xml_IDtdParserAdapter_get_ParsingBuffer_mF63FEE3A1E5A2B3547392115787029FAC3222297 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
NullCheck(L_0);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = XmlTextReaderImpl_get_DtdParserProxy_ParsingBuffer_m732E67E86FACC20D76FA4B242A4D68DDF2C4F8B4(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.get_ParsingBufferLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParserProxy_System_Xml_IDtdParserAdapter_get_ParsingBufferLength_mA53413308A880F5551FA69AA1690D15E7D6B88BE (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
NullCheck(L_0);
int32_t L_1 = XmlTextReaderImpl_get_DtdParserProxy_ParsingBufferLength_mB8E5A0E682D68237CF8F91988B2FD401851EE1F6(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.get_CurrentPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParserProxy_System_Xml_IDtdParserAdapter_get_CurrentPosition_m470F1A642F0567770712B93EF240A8096BD7AB01 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
NullCheck(L_0);
int32_t L_1 = XmlTextReaderImpl_get_DtdParserProxy_CurrentPosition_m52421528101C78618D4044A58AAB9B35F0F361E8(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.set_CurrentPosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParserProxy_System_Xml_IDtdParserAdapter_set_CurrentPosition_m1DF5F5AB2B1E13074CDC580E9461830909841C65 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
int32_t L_1 = ___value0;
NullCheck(L_0);
XmlTextReaderImpl_set_DtdParserProxy_CurrentPosition_mA9B55AABF3CF3855E738277D0EE102B8476DFC31(L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.get_EntityStackLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParserProxy_System_Xml_IDtdParserAdapter_get_EntityStackLength_m69CB21FD351A8249B8D51A1C4593E48AD7DA8568 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
NullCheck(L_0);
int32_t L_1 = XmlTextReaderImpl_get_DtdParserProxy_EntityStackLength_mB3E614D6A13AE3CC15FCB3F39AD2BD01BA4CD37B(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.get_IsEntityEolNormalized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParserProxy_System_Xml_IDtdParserAdapter_get_IsEntityEolNormalized_mC190F188708BC00A9F5DBE5254BF37562293E315 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
NullCheck(L_0);
bool L_1 = XmlTextReaderImpl_get_DtdParserProxy_IsEntityEolNormalized_m7CFE71A7E9CB847419D371F1CE50F14CCD29CF98(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.OnNewLine(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParserProxy_System_Xml_IDtdParserAdapter_OnNewLine_m5BF1A9C1D2A50FDB134794D155BD67FA7E10ADC2 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, int32_t ___pos0, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
int32_t L_1 = ___pos0;
NullCheck(L_0);
XmlTextReaderImpl_DtdParserProxy_OnNewLine_m54D60BD71043CCA2A79A92E36B33E3A1911A433E(L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.get_LineNo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParserProxy_System_Xml_IDtdParserAdapter_get_LineNo_m4466EDE0868A989235670A7BA849A5230679D2CF (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
NullCheck(L_0);
int32_t L_1 = XmlTextReaderImpl_get_DtdParserProxy_LineNo_mF6D9CDCA34905AB52FFDB0A8F7E86AE1439E571A(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.get_LineStartPosition()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParserProxy_System_Xml_IDtdParserAdapter_get_LineStartPosition_mBACD093652C9778E1D3EE31A0FA8BEA8C30346FA (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
NullCheck(L_0);
int32_t L_1 = XmlTextReaderImpl_get_DtdParserProxy_LineStartPosition_mC2B02BC83BF626D234DC141BDF1DD2FE0AA38226(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.ReadData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParserProxy_System_Xml_IDtdParserAdapter_ReadData_mFEA585CA48AD763B5F5399A394F34E88F5C8C9E8 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
NullCheck(L_0);
int32_t L_1 = XmlTextReaderImpl_DtdParserProxy_ReadData_mBCE4874C93F3847B98418C908AB5C10ECC5CC7A4(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.ParseNumericCharRef(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParserProxy_System_Xml_IDtdParserAdapter_ParseNumericCharRef_mC5A854BFCAB7A1B6E676042093A175DC29465108 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, StringBuilder_t * ___internalSubsetBuilder0, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
StringBuilder_t * L_1 = ___internalSubsetBuilder0;
NullCheck(L_0);
int32_t L_2 = XmlTextReaderImpl_DtdParserProxy_ParseNumericCharRef_mFABC3FF9160DAEB435CF575CE550154E126526EA(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.ParseNamedCharRef(System.Boolean,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DtdParserProxy_System_Xml_IDtdParserAdapter_ParseNamedCharRef_mB21E3AEC7667F23EF0C6D6CA7FBCD39BEE84648F (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, bool ___expand0, StringBuilder_t * ___internalSubsetBuilder1, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
bool L_1 = ___expand0;
StringBuilder_t * L_2 = ___internalSubsetBuilder1;
NullCheck(L_0);
int32_t L_3 = XmlTextReaderImpl_DtdParserProxy_ParseNamedCharRef_mA59A919144E9C9256FE25125B1B20FC139E18F80(L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Void System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.ParsePI(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParserProxy_System_Xml_IDtdParserAdapter_ParsePI_mC8CB57B3850FF5BBC6D4C044C21B48425AA420A6 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
StringBuilder_t * L_1 = ___sb0;
NullCheck(L_0);
XmlTextReaderImpl_DtdParserProxy_ParsePI_mB882A376B7C7E442393A2F7E624D5B78CC36EA45(L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.ParseComment(System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParserProxy_System_Xml_IDtdParserAdapter_ParseComment_m7098DF00F27699BF0CE9C87E19CA020BC6BB4316 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
StringBuilder_t * L_1 = ___sb0;
NullCheck(L_0);
XmlTextReaderImpl_DtdParserProxy_ParseComment_mAAC7583A896F7BCF4785E621C4207C20FF5066B8(L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.PushEntity(System.Xml.IDtdEntityInfo,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParserProxy_System_Xml_IDtdParserAdapter_PushEntity_m79236E743FE1B0B3A676CF364F77B132FA411B4C (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, RuntimeObject* ___entity0, int32_t* ___entityId1, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
RuntimeObject* L_1 = ___entity0;
int32_t* L_2 = ___entityId1;
NullCheck(L_0);
bool L_3 = XmlTextReaderImpl_DtdParserProxy_PushEntity_mECD5C4AD5E9040006BA77DA2559E6008A96E22E4(L_0, L_1, (int32_t*)L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.PopEntity(System.Xml.IDtdEntityInfo&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParserProxy_System_Xml_IDtdParserAdapter_PopEntity_m221A969F2BDF15ECD29C98C8E5190EF9C5F7F867 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, RuntimeObject** ___oldEntity0, int32_t* ___newEntityId1, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
RuntimeObject** L_1 = ___oldEntity0;
int32_t* L_2 = ___newEntityId1;
NullCheck(L_0);
bool L_3 = XmlTextReaderImpl_DtdParserProxy_PopEntity_m180E9DC0F80126F67235BFE4AA23D22D554C74F1(L_0, (RuntimeObject**)L_1, (int32_t*)L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.PushExternalSubset(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParserProxy_System_Xml_IDtdParserAdapter_PushExternalSubset_mF5D4105E281BA8A1273432D73F53E9BD536C70C1 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, String_t* ___systemId0, String_t* ___publicId1, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
String_t* L_1 = ___systemId0;
String_t* L_2 = ___publicId1;
NullCheck(L_0);
bool L_3 = XmlTextReaderImpl_DtdParserProxy_PushExternalSubset_mDD30749ED33A61DFF48062339109D14C299A0ECE(L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Void System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.PushInternalDtd(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParserProxy_System_Xml_IDtdParserAdapter_PushInternalDtd_mA03D547EF05A1092A15820DDAA0151113BAB922F (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, String_t* ___baseUri0, String_t* ___internalDtd1, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
String_t* L_1 = ___baseUri0;
String_t* L_2 = ___internalDtd1;
NullCheck(L_0);
XmlTextReaderImpl_DtdParserProxy_PushInternalDtd_m6AC6F1C2B2106FB423D2A0777DDC23F5603891F4(L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.Throw(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParserProxy_System_Xml_IDtdParserAdapter_Throw_m9542006E009D152CF55C1F06C9A55BEE0D23A678 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, Exception_t * ___e0, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
Exception_t * L_1 = ___e0;
NullCheck(L_0);
XmlTextReaderImpl_DtdParserProxy_Throw_m6807FDDF98894315BADCE32EAC5E8B0C32C0AD33(L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.OnSystemId(System.String,System.Xml.LineInfo,System.Xml.LineInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParserProxy_System_Xml_IDtdParserAdapter_OnSystemId_m4F28832D217320AA989C5A2F74CBBE8AD8A176A4 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, String_t* ___systemId0, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___keywordLineInfo1, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___systemLiteralLineInfo2, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
String_t* L_1 = ___systemId0;
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_2 = ___keywordLineInfo1;
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_3 = ___systemLiteralLineInfo2;
NullCheck(L_0);
XmlTextReaderImpl_DtdParserProxy_OnSystemId_mAA44EE85320C1F5AFAC2EE86217A88A04DA1285F(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapter.OnPublicId(System.String,System.Xml.LineInfo,System.Xml.LineInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParserProxy_System_Xml_IDtdParserAdapter_OnPublicId_m1D6B0F5095BDAE0B718DA9E8FA986C5DE918A9A3 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, String_t* ___publicId0, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___keywordLineInfo1, LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 ___publicLiteralLineInfo2, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
String_t* L_1 = ___publicId0;
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_2 = ___keywordLineInfo1;
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 L_3 = ___publicLiteralLineInfo2;
NullCheck(L_0);
XmlTextReaderImpl_DtdParserProxy_OnPublicId_mAC5A2232A5BBD487837E35E2B805C37926ED5149(L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapterWithValidation.get_DtdValidation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParserProxy_System_Xml_IDtdParserAdapterWithValidation_get_DtdValidation_mB57AB33CE0230ED007B1BC84BC746A44DE385227 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
NullCheck(L_0);
bool L_1 = XmlTextReaderImpl_get_DtdParserProxy_DtdValidation_m9D55886560D6F84A954F3F2645FDCD16C6EC0D51(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Xml.IValidationEventHandling System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapterWithValidation.get_ValidationEventHandling()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DtdParserProxy_System_Xml_IDtdParserAdapterWithValidation_get_ValidationEventHandling_mBB934C26D5BA92F4A88775505D63583E6A4BB255 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
NullCheck(L_0);
RuntimeObject* L_1 = XmlTextReaderImpl_get_DtdParserProxy_ValidationEventHandling_m63C63E3979E32960701A5B251C0099348A37A2CA_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapterV1.get_Normalization()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParserProxy_System_Xml_IDtdParserAdapterV1_get_Normalization_m82D835A9F6F12EBEB5C5523D01FF1328147F95F9 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
NullCheck(L_0);
bool L_1 = XmlTextReaderImpl_get_DtdParserProxy_Normalization_mE177D1DFA47257E6433B29E798C5DCFC5A615BD7_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapterV1.get_Namespaces()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParserProxy_System_Xml_IDtdParserAdapterV1_get_Namespaces_m694ED950F9C804883DEE5D1FB0221C57F42F271E (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
NullCheck(L_0);
bool L_1 = XmlTextReaderImpl_get_DtdParserProxy_Namespaces_mD03942B2D13243298515296268D68F4926F3CF20_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Boolean System.Xml.XmlTextReaderImpl_DtdParserProxy::System.Xml.IDtdParserAdapterV1.get_V1CompatibilityMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParserProxy_System_Xml_IDtdParserAdapterV1_get_V1CompatibilityMode_m6BC3892546ED0FFECD3F53D047313AB8466EA889 (DtdParserProxy_tF94C8FBE3EC41EF7C960BEDC0CD3DD25090265B7 * __this, const RuntimeMethod* method)
{
{
XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * L_0 = __this->get_reader_0();
NullCheck(L_0);
bool L_1 = XmlTextReaderImpl_get_DtdParserProxy_V1CompatibilityMode_mA32E5EBB4E7AAFB7B55C14182767E6FE2FCAA26E_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Xml.XmlTextReaderImpl_NodeData::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData__ctor_m076D3A9B7188D2C830DDD3708764440856711ED7 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
NodeData_Clear_mD71A1EC98F0BE924739AE49F5457A45ADA7A5C4D(__this, 0, /*hidden argument*/NULL);
__this->set_xmlContextPushed_14((bool)0);
return;
}
}
// System.String System.Xml.XmlTextReaderImpl_NodeData::get_StringValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NodeData_get_StringValue_mB86B678495CCE0095452B8191A5B83183FE2E579 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_value_5();
if (L_0)
{
goto IL_0025;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = __this->get_chars_6();
int32_t L_2 = __this->get_valueStartPos_7();
int32_t L_3 = __this->get_valueLength_8();
String_t* L_4 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_1, L_2, L_3, /*hidden argument*/NULL);
__this->set_value_5(L_4);
}
IL_0025:
{
String_t* L_5 = __this->get_value_5();
return L_5;
}
}
// System.Void System.Xml.XmlTextReaderImpl_NodeData::Clear(System.Xml.XmlNodeType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_Clear_mD71A1EC98F0BE924739AE49F5457A45ADA7A5C4D (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NodeData_Clear_mD71A1EC98F0BE924739AE49F5457A45ADA7A5C4D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___type0;
__this->set_type_0(L_0);
NodeData_ClearName_m4EEEF5315A52473FC6470BB297C8E506FECD764B(__this, /*hidden argument*/NULL);
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_value_5(L_1);
__this->set_valueStartPos_7((-1));
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_nameWPrefix_4(L_2);
__this->set_schemaType_15(NULL);
__this->set_typedValue_16(NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl_NodeData::ClearName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_ClearName_m4EEEF5315A52473FC6470BB297C8E506FECD764B (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NodeData_ClearName_m4EEEF5315A52473FC6470BB297C8E506FECD764B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_localName_1(L_0);
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_prefix_2(L_1);
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_ns_3(L_2);
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_nameWPrefix_4(L_3);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl_NodeData::SetLineInfo(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetLineInfo_m5D93BA799C2C7A3A754A2C42E4F42D2CAC694DFE (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method)
{
{
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_0 = __this->get_address_of_lineInfo_9();
int32_t L_1 = ___lineNo0;
int32_t L_2 = ___linePos1;
LineInfo_Set_mAD399BFCEAB252539354B80ECF46E85F7D7B09E3((LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 *)L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl_NodeData::SetLineInfo2(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetLineInfo2_m8E7C9C87B2E2AF930C692FC09BAAFC5F36083F20 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___lineNo0, int32_t ___linePos1, const RuntimeMethod* method)
{
{
LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 * L_0 = __this->get_address_of_lineInfo2_10();
int32_t L_1 = ___lineNo0;
int32_t L_2 = ___linePos1;
LineInfo_Set_mAD399BFCEAB252539354B80ECF46E85F7D7B09E3((LineInfo_t7E3D50496C7BA51B84D485D0A30B9006943544E5 *)L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl_NodeData::SetValueNode(System.Xml.XmlNodeType,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetValueNode_m311A9DBEADE4189DF3E42E332A89464E1E23E7CE (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___type0, String_t* ___value1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___type0;
__this->set_type_0(L_0);
NodeData_ClearName_m4EEEF5315A52473FC6470BB297C8E506FECD764B(__this, /*hidden argument*/NULL);
String_t* L_1 = ___value1;
__this->set_value_5(L_1);
__this->set_valueStartPos_7((-1));
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl_NodeData::SetValueNode(System.Xml.XmlNodeType,System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetValueNode_m6F8516070D1CC8248D69A0D110B8731872AAA02D (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___type0, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars1, int32_t ___startPos2, int32_t ___len3, const RuntimeMethod* method)
{
{
int32_t L_0 = ___type0;
__this->set_type_0(L_0);
NodeData_ClearName_m4EEEF5315A52473FC6470BB297C8E506FECD764B(__this, /*hidden argument*/NULL);
__this->set_value_5((String_t*)NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = ___chars1;
__this->set_chars_6(L_1);
int32_t L_2 = ___startPos2;
__this->set_valueStartPos_7(L_2);
int32_t L_3 = ___len3;
__this->set_valueLength_8(L_3);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl_NodeData::SetNamedNode(System.Xml.XmlNodeType,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetNamedNode_m5BE05A811DCE5E36A09613E92B6EB7C69F291949 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___type0, String_t* ___localName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NodeData_SetNamedNode_m5BE05A811DCE5E36A09613E92B6EB7C69F291949_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___type0;
String_t* L_1 = ___localName1;
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
String_t* L_3 = ___localName1;
NodeData_SetNamedNode_m77D0D37FB571646037FE64C72649995D06218A5F(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl_NodeData::SetNamedNode(System.Xml.XmlNodeType,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetNamedNode_m77D0D37FB571646037FE64C72649995D06218A5F (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___type0, String_t* ___localName1, String_t* ___prefix2, String_t* ___nameWPrefix3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NodeData_SetNamedNode_m77D0D37FB571646037FE64C72649995D06218A5F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___type0;
__this->set_type_0(L_0);
String_t* L_1 = ___localName1;
__this->set_localName_1(L_1);
String_t* L_2 = ___prefix2;
__this->set_prefix_2(L_2);
String_t* L_3 = ___nameWPrefix3;
__this->set_nameWPrefix_4(L_3);
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_ns_3(L_4);
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_value_5(L_5);
__this->set_valueStartPos_7((-1));
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl_NodeData::SetValue(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetValue_m7460F9E4320831AA386FA5FDF2F606C1987167F3 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
__this->set_valueStartPos_7((-1));
String_t* L_0 = ___value0;
__this->set_value_5(L_0);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl_NodeData::SetValue(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_SetValue_m41387D07794996E6334F74AFCF1C52215366B679 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___chars0, int32_t ___startPos1, int32_t ___len2, const RuntimeMethod* method)
{
{
__this->set_value_5((String_t*)NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = ___chars0;
__this->set_chars_6(L_0);
int32_t L_1 = ___startPos1;
__this->set_valueStartPos_7(L_1);
int32_t L_2 = ___len2;
__this->set_valueLength_8(L_2);
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl_NodeData::OnBufferInvalidated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_OnBufferInvalidated_m43A7442913B0BFDCDED30F17C959646A49E0E04C (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_value_5();
if (L_0)
{
goto IL_0025;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = __this->get_chars_6();
int32_t L_2 = __this->get_valueStartPos_7();
int32_t L_3 = __this->get_valueLength_8();
String_t* L_4 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_1, L_2, L_3, /*hidden argument*/NULL);
__this->set_value_5(L_4);
}
IL_0025:
{
__this->set_valueStartPos_7((-1));
return;
}
}
// System.Void System.Xml.XmlTextReaderImpl_NodeData::CopyTo(System.Int32,System.Text.StringBuilder)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NodeData_CopyTo_mF84D5DFA0BF7DBBA303DBB5899CB21019F0D0FF2 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, int32_t ___valueOffset0, StringBuilder_t * ___sb1, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_value_5();
if (L_0)
{
goto IL_0026;
}
}
{
StringBuilder_t * L_1 = ___sb1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = __this->get_chars_6();
int32_t L_3 = __this->get_valueStartPos_7();
int32_t L_4 = ___valueOffset0;
int32_t L_5 = __this->get_valueLength_8();
int32_t L_6 = ___valueOffset0;
NullCheck(L_1);
StringBuilder_Append_m549C532422286A982F7956C9BAE197D00B30DCA8(L_1, L_2, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_4)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)L_6)), /*hidden argument*/NULL);
return;
}
IL_0026:
{
int32_t L_7 = ___valueOffset0;
if ((((int32_t)L_7) > ((int32_t)0)))
{
goto IL_0038;
}
}
{
StringBuilder_t * L_8 = ___sb1;
String_t* L_9 = __this->get_value_5();
NullCheck(L_8);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_8, L_9, /*hidden argument*/NULL);
return;
}
IL_0038:
{
StringBuilder_t * L_10 = ___sb1;
String_t* L_11 = __this->get_value_5();
int32_t L_12 = ___valueOffset0;
String_t* L_13 = __this->get_value_5();
NullCheck(L_13);
int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_13, /*hidden argument*/NULL);
int32_t L_15 = ___valueOffset0;
NullCheck(L_10);
StringBuilder_Append_m9EB954E99DC99B8CC712ABB70EAA07616B841D46(L_10, L_11, L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)), /*hidden argument*/NULL);
return;
}
}
// System.String System.Xml.XmlTextReaderImpl_NodeData::GetNameWPrefix(System.Xml.XmlNameTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NodeData_GetNameWPrefix_m3093317F8D9A418033A0F245EB0E02EA4DA7EA3D (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nt0, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_nameWPrefix_4();
if (!L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = __this->get_nameWPrefix_4();
return L_1;
}
IL_000f:
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_2 = ___nt0;
String_t* L_3 = NodeData_CreateNameWPrefix_m5D8818A7500ABBADB43B2923EEC59CCDC28B3F97(__this, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.String System.Xml.XmlTextReaderImpl_NodeData::CreateNameWPrefix(System.Xml.XmlNameTable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NodeData_CreateNameWPrefix_m5D8818A7500ABBADB43B2923EEC59CCDC28B3F97 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * ___nt0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NodeData_CreateNameWPrefix_m5D8818A7500ABBADB43B2923EEC59CCDC28B3F97_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->get_prefix_2();
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_001b;
}
}
{
String_t* L_2 = __this->get_localName_1();
__this->set_nameWPrefix_4(L_2);
goto IL_003d;
}
IL_001b:
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_3 = ___nt0;
String_t* L_4 = __this->get_prefix_2();
String_t* L_5 = __this->get_localName_1();
String_t* L_6 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_4, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_5, /*hidden argument*/NULL);
NullCheck(L_3);
String_t* L_7 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, L_6);
__this->set_nameWPrefix_4(L_7);
}
IL_003d:
{
String_t* L_8 = __this->get_nameWPrefix_4();
return L_8;
}
}
// System.Int32 System.Xml.XmlTextReaderImpl_NodeData::System.IComparable.CompareTo(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NodeData_System_IComparable_CompareTo_m4E92445E817BC3141166CBED8CFCD9C1C8577F62 (NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NodeData_System_IComparable_CompareTo_m4E92445E817BC3141166CBED8CFCD9C1C8577F62_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
V_0 = ((NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF *)IsInstClass((RuntimeObject*)L_0, NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF_il2cpp_TypeInfo_var));
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_1 = V_0;
if (!L_1)
{
goto IL_0056;
}
}
{
String_t* L_2 = __this->get_localName_1();
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_3 = V_0;
NullCheck(L_3);
String_t* L_4 = L_3->get_localName_1();
bool L_5 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_2, L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0044;
}
}
{
String_t* L_6 = __this->get_ns_3();
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_7 = V_0;
NullCheck(L_7);
String_t* L_8 = L_7->get_ns_3();
bool L_9 = Ref_Equal_mE6DE69202A01B55D8F7C88627331ADB96F88CA00(L_6, L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0032;
}
}
{
return 0;
}
IL_0032:
{
String_t* L_10 = __this->get_ns_3();
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = L_11->get_ns_3();
int32_t L_13 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_10, L_12, /*hidden argument*/NULL);
return L_13;
}
IL_0044:
{
String_t* L_14 = __this->get_localName_1();
NodeData_tAACF4D5ECADB9124568D01525E72D14495BC5ACF * L_15 = V_0;
NullCheck(L_15);
String_t* L_16 = L_15->get_localName_1();
int32_t L_17 = String_CompareOrdinal_m172D84EDDE0823F53EAB60857C07EA7F85600068(L_14, L_16, /*hidden argument*/NULL);
return L_17;
}
IL_0056:
{
return 1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Xml.XmlTextReaderImpl/ParsingState
IL2CPP_EXTERN_C void ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_marshal_pinvoke(const ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2& unmarshaled, ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_marshaled_pinvoke& marshaled)
{
Exception_t* ___encoding_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'encoding' of type 'ParsingState': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___encoding_3Exception, NULL);
}
IL2CPP_EXTERN_C void ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_marshal_pinvoke_back(const ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_marshaled_pinvoke& marshaled, ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2& unmarshaled)
{
Exception_t* ___encoding_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'encoding' of type 'ParsingState': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___encoding_3Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Xml.XmlTextReaderImpl/ParsingState
IL2CPP_EXTERN_C void ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_marshal_pinvoke_cleanup(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Xml.XmlTextReaderImpl/ParsingState
IL2CPP_EXTERN_C void ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_marshal_com(const ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2& unmarshaled, ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_marshaled_com& marshaled)
{
Exception_t* ___encoding_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'encoding' of type 'ParsingState': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___encoding_3Exception, NULL);
}
IL2CPP_EXTERN_C void ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_marshal_com_back(const ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_marshaled_com& marshaled, ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2& unmarshaled)
{
Exception_t* ___encoding_3Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'encoding' of type 'ParsingState': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___encoding_3Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Xml.XmlTextReaderImpl/ParsingState
IL2CPP_EXTERN_C void ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_marshal_com_cleanup(ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2_marshaled_com& marshaled)
{
}
// System.Void System.Xml.XmlTextReaderImpl_ParsingState::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParsingState_Clear_mB03C277E58A91CB626BBE6EC5CF2D6E97ECE48E2 (ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ParsingState_Clear_mB03C277E58A91CB626BBE6EC5CF2D6E97ECE48E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_chars_0((CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)NULL);
__this->set_charPos_1(0);
__this->set_charsUsed_2(0);
__this->set_encoding_3((Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 *)NULL);
__this->set_stream_5((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL);
__this->set_decoder_6((Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 *)NULL);
__this->set_bytes_7((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
__this->set_bytePos_8(0);
__this->set_bytesUsed_9(0);
__this->set_textReader_10((TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A *)NULL);
__this->set_lineNo_11(1);
__this->set_lineStartPos_12((-1));
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_baseUriStr_13(L_0);
__this->set_baseUri_14((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL);
__this->set_isEof_15((bool)0);
__this->set_isStreamEof_16((bool)0);
__this->set_eolNormalized_19((bool)1);
__this->set_entityResolvedManually_20((bool)0);
return;
}
}
IL2CPP_EXTERN_C void ParsingState_Clear_mB03C277E58A91CB626BBE6EC5CF2D6E97ECE48E2_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * _thisAdjusted = reinterpret_cast<ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *>(__this + _offset);
ParsingState_Clear_mB03C277E58A91CB626BBE6EC5CF2D6E97ECE48E2(_thisAdjusted, method);
}
// System.Void System.Xml.XmlTextReaderImpl_ParsingState::Close(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParsingState_Close_mD17CB448C04F94BE7FA9AFC29B1443C88BCE67B4 (ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * __this, bool ___closeInput0, const RuntimeMethod* method)
{
{
bool L_0 = ___closeInput0;
if (!L_0)
{
goto IL_002a;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_stream_5();
if (!L_1)
{
goto IL_0017;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_stream_5();
NullCheck(L_2);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_2);
return;
}
IL_0017:
{
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_3 = __this->get_textReader_10();
if (!L_3)
{
goto IL_002a;
}
}
{
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * L_4 = __this->get_textReader_10();
NullCheck(L_4);
VirtActionInvoker0::Invoke(7 /* System.Void System.IO.TextReader::Close() */, L_4);
}
IL_002a:
{
return;
}
}
IL2CPP_EXTERN_C void ParsingState_Close_mD17CB448C04F94BE7FA9AFC29B1443C88BCE67B4_AdjustorThunk (RuntimeObject * __this, bool ___closeInput0, const RuntimeMethod* method)
{
int32_t _offset = 1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * _thisAdjusted = reinterpret_cast<ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *>(__this + _offset);
ParsingState_Close_mD17CB448C04F94BE7FA9AFC29B1443C88BCE67B4(_thisAdjusted, ___closeInput0, method);
}
// System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::get_LineNo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A (ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_lineNo_11();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * _thisAdjusted = reinterpret_cast<ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *>(__this + _offset);
return ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline(_thisAdjusted, method);
}
// System.Int32 System.Xml.XmlTextReaderImpl_ParsingState::get_LinePos()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF (ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_charPos_1();
int32_t L_1 = __this->get_lineStartPos_12();
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1));
}
}
IL2CPP_EXTERN_C int32_t ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * _thisAdjusted = reinterpret_cast<ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 *>(__this + _offset);
return ParsingState_get_LinePos_m89ABB430BB316ED269D32CEEFDBFFC32306DFACF(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DebuggerDisplayProxy__ctor_mE86896AA62693BB272C1DAF5DD4C45A2E5A7BBDC_inline (DebuggerDisplayProxy_t7058342D7CBA1293CD786F1EFA632C42E370A97A * __this, XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * ___nav0, const RuntimeMethod* method)
{
{
XPathNavigator_t4E711E4382A896C152FA99D0D39A8C6CEC238EC3 * L_0 = ___nav0;
__this->set_nav_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_stringLength_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XmlCharType__ctor_m0B65BC6BD912979FA16676884EC3120565FD6DCD_inline (XmlCharType_t7F6CCEEB0A0BC8FC40F161B8928A766BE7B234E9 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___charProperties0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___charProperties0;
__this->set_charProperties_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_m364D6CAEAD32EE66700B47B65E80C03D80596DC4_inline (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_name_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * SerializationEntry_get_Value_m6E7295904D91A38BFE2C47C662E75E8063ABC048_inline (SerializationEntry_tA4CE7B0176B45BD820A7802C84479174F5EBE5EA * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Exception_set_HResult_m920DF8C728D8A0EC0759685FED890C775FA08B99_inline (Exception_t * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set__HResult_11(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void DebuggerDisplayXmlNodeProxy__ctor_mA5D5DD4ED2B9ADDC61B2F79713FE2D56E161DEC6_inline (DebuggerDisplayXmlNodeProxy_t58EF0087247A9C17E275F3C790082C7C0A6947F0 * __this, XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * ___node0, const RuntimeMethod* method)
{
{
XmlNode_t07D70045D843753E4FE8AFE40FD36244E6B6D7FB * L_0 = ___node0;
__this->set_node_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_mDF2731B56F9F62B970D3A7F5B068EB71B63CE880_inline (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_mD1705337AE39546D5530C3800B2A5A89D108BFE5_inline (XmlQualifiedName_tF72E1729FE6150B6ADABFE331F26F5E743E15BAD * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_ns_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void XmlReaderDebuggerDisplayProxy__ctor_mE3C1728E7BF85B9364C0F4244586C9C369F43215_inline (XmlReaderDebuggerDisplayProxy_t554A0424FC659767F6977BF48A4018DDECADFA01 * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader0, const RuntimeMethod* method)
{
{
XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * L_0 = ___reader0;
__this->set_reader_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ParsingState_get_LineNo_m2F68C696B809CC3B5F5AC076BD88E039C5CAB53A_inline (ParsingState_tE4A8E7F14B2068AE43ECF99F81F55B0301A551A2 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_lineNo_11();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlException_get_ResString_mAB747EFF3084D37ACF02FFCA52033CA142F1BDF2_inline (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_res_17();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t XmlException_get_LineNumber_m6743F72F2AF1FF2C7A25E1D0E13BF3D728636DDC_inline (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_lineNumber_19();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t XmlException_get_LinePosition_mA5328950CADAE88E4BB0C74848B9DDDDCE8F144E_inline (XmlException_tD7DA2CBE07488D18EE7A284862B7523E3CD4365D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_linePosition_20();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_BaseURI_m9C156033BC0C206C80575E082B49D6037284ED08_inline (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__baseURI_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_DocTypeName_m00EC6810BAE1E622B84FF2940BADEF8D81A65784_inline (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__docTypeName_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_PublicId_m3E494F29B78115BAF22FD8ECE7CC62A3ED30D954_inline (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__pubId_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_SystemId_mC663CF942B573334ECD1EF77D7AD8A9C83C68B10_inline (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__sysId_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_InternalSubset_m5072F1D4B935FBBA7297F77CD8EFE48AA0FD5897_inline (XmlParserContext_tDC3A95452BC683F0D64EC3C4AF9934D3FC732279 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get__internalSubset_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * XmlTextReaderImpl_get_DtdParserProxy_NameTable_mC74340532F97E8B584DBB1118A91BB326437040F_inline (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
XmlNameTable_t3C1CDAB4E7D97DE41A409D6D9ADD2C10B1F281A6 * L_0 = __this->get_nameTable_12();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_get_DtdParserProxy_NamespaceResolver_mC3EB3FE6FCD70248450386A5EB990F2163A1CC3D_inline (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
XmlNamespaceManager_t8323BEB96BBE8F75207DC2AAFE9430E7F473658F * L_0 = __this->get_namespaceManager_23();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_get_DtdParserProxy_ValidationEventHandling_m63C63E3979E32960701A5B251C0099348A37A2CA_inline (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get_validationEventHandling_31();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_Normalization_mE177D1DFA47257E6433B29E798C5DCFC5A615BD7_inline (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_normalize_14();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_Namespaces_mD03942B2D13243298515296268D68F4926F3CF20_inline (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_supportNamespaces_15();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_DtdParserProxy_V1CompatibilityMode_mA32E5EBB4E7AAFB7B55C14182767E6FE2FCAA26E_inline (XmlTextReaderImpl_t393737BE3F9168D966F164C2FD840C3494DEDE61 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_v1Compat_22();
return L_0;
}
}